Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

171 check-ins using file generic/tclThreadAlloc.c version 63a7c54fd3

2009-09-18
21:13
* generic/tclCmdMZ.c (Tcl_SubstObj): Pass 'length' values to recursive parsing ca... check-in: 405dec26fa user: dgp tags: core-8-4-branch
2009-08-26
02:25
silence compiler warnings check-in: 063cb302a6 user: dgp tags: core-8-4-branch
2009-08-25
20:59
* generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, EvalTokensStandard, Tcl_EvalEx, E... check-in: 9fa7a1ee78 user: andreas_kupries tags: core-8-4-branch
2009-08-21
18:31
regression tests check-in: 9b056d05e4 user: dgp tags: core-8-4-branch
2009-08-19
17:27
another test check-in: 9ef00af0db user: dgp tags: core-8-4-branch
2009-08-18
17:41
test for 2806250 check-in: 71061128ad user: dgp tags: core-8-4-branch
16:27
nicer test failure mode check-in: b3cb67cb75 user: dgp tags: core-8-4-branch
2009-08-17
20:00
* generic/tclFileName.c: Correct result from [glob */test] when * * tests/fileName.t... check-in: 5433dba4a6 user: dgp tags: core-8-4-branch
2009-07-23
15:23
fix SunCC warning check-in: b6464bebc5 user: das tags: core-8-4-branch
10:19
Fix for [Bug 2820349] check-in: a061d31ed4 user: mistachkin tags: core-8-4-branch
2009-07-14
16:31
* generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter, TclArgumentBCRelease, TclArgumentGet):... check-in: fabfd40ca1 user: andreas_kupries tags: core-8-4-branch
2009-06-13
14:38
* generic/tclCompile.c: The value stashed in iPtr->compiledProcPtr * generic/tclProc... check-in: 2c7022a845 user: dgp tags: core-8-4-branch
2009-04-28
16:42
* unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check to add _r to CC on AIX with thr... check-in: 37b40b2e2e user: hobbs tags: core-8-4-branch
2009-04-27
22:10
Backport fix for [Bug 1028264]: WSACleanup() too early. The fix introduces "late exit handlers" for ... check-in: 19cb09b3ec user: ferrieux tags: core-8-4-branch
21:25
Backport fix for [Bug 2446662]: resync Win behavior on RST with that of unix (EOF). check-in: 9fa32bd70a user: ferrieux tags: core-8-4-branch
2009-04-22
17:21
* generic/tclStringObj.c (UpdateStringOfString): Added cast to fix signed/unsigned mismatch bre... check-in: 425b383f6f user: andreas_kupries tags: core-8-4-branch
2009-04-15
19:22
UpdateStringOfString: matchup with core-8-5-branch changes check-in: 23808a5bdf user: das tags: core-8-4-branch
19:11
* generic/tclStringObj.c: AppendUnicodeToUnicodeRep failed to set stringPtr->a... check-in: 9fe72d4216 user: dgp tags: core-8-4-branch
2009-04-14
19:25
Regen unix/configure check-in: 771e1857a0 user: stwo tags: core-8-4-branch
18:50
Removed -Wno-implicit-int from CFLAGS_WARNING. check-in: e8a3bd8a34 user: stwo tags: core-8-4-branch
2009-04-08
16:02
* library/tcltest/tcltest.tcl: Fixed unsafe [eval]s in the tcltest * library/tcltes... check-in: 1cd91a22d2 user: dgp tags: core-8-4-branch
2009-04-07
18:37
* generic/tclStringObj.c: Completed backports of fixes for [Bug 2494093] and [B... check-in: 25da06730d user: dgp tags: core-8-4-branch
2009-03-30
18:47
* doc/Alloc.3: Size argument is "unsigned int". [Bug 2556263] check-in: a77712ae2f user: dgp tags: core-8-4-branch
17:47
* generic/tclStringObj.c: Added protections from invalid memory * generic/tclT... check-in: e85458edfc user: dgp tags: core-8-4-branch
2009-03-27
19:14
* tests/fileName.test: Tests for [Bug 2710920] to guard against its appearance. check-in: f3c53916ba user: dgp tags: core-8-4-branch
2009-03-21
02:53
* generic/tclStringObj.c: Test stringObj-6.9 checks that * tests/stringObj.tes... check-in: 6c175deb9d user: dgp tags: core-8-4-branch
2009-03-20
14:22
* generic/tclExecute.c (INST_CONCAT1): Panic when appends overflow the max length o... check-in: 7931b6b149 user: dgp tags: core-8-4-branch
2009-03-18
17:18
* win/tclWinFile.c (TclpObjNormalizePath): Corrected Tcl_Obj leak. Thanks to Jo... check-in: 50e16b069f user: dgp tags: core-8-4-branch
2009-02-20
18:24
* generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType() * tests/fileName.... check-in: f8a85ea635 user: dgp tags: core-8-4-branch
2009-02-06
08:14
* generic/tcl.h (Darwin): workaround conflict between deprecated tcl panic macro and panic() funct... check-in: 71ce90ecae user: das tags: core-8-4-branch
2009-02-05
14:10
* generic/tclStringObj.c: Added overflow protections to the AppendUtfToUtfRep routin... check-in: 1287624315 user: dgp tags: core-8-4-branch
2009-02-04
22:39
* generic/tclStringObj.c (SetUnicodeObj): Corrected failure of Tcl_SetUnicodeO... check-in: 3b1d7afdbe user: dgp tags: core-8-4-branch
2009-01-14
14:12
typo check-in: 4f7d2e761f user: dgp tags: core-8-4-branch
2009-01-09
15:15
* generic/tclStringObj.c (STRING_SIZE): Corrected failure to limit memory allocation... check-in: ec34b68502 user: dgp tags: core-8-4-branch
2009-01-08
17:57
* generic/tclStringObj.c (STRING_UALLOC): Added missing parens required to get corr... check-in: de416fc6a1 user: dgp tags: core-8-4-branch
2008-12-07
16:39
Tcl_MacOSXOpenVersionedBundleResources: Fix leak, simplify logic check-in: 8ad201e255 user: das tags: core-8-4-branch
2008-12-04
17:43
* generic/tclIOUtil.c (Tcl_FSGetNormalizedPath): Added another flag value TCL... check-in: 5a77c1fe14 user: dgp tags: core-8-4-branch
2008-12-03
06:36
* generic/tclFileName.c (TclDoGlob): One of the Tcl_FSMatchInDirectory() calls di... check-in: e3869039df user: dgp tags: core-8-4-branch
2008-12-01
21:48
* generic/tclIO.c (TclFinalizeIOSubsystem): Revised latest commit to something that ... check-in: f0ac8ebbfa user: dgp tags: core-8-4-branch
2008-11-25
22:18
* generic/tclIO.c (TclFinalizeIOSubsystem): Applied backport of Alexandre Ferrieux's patch for ... check-in: 57ca0f31d3 user: andreas_kupries tags: core-8-4-branch
2008-11-23
19:26
* generic/tclIO.c: Backport of fix for [Bug 2333466]. check-in: ba4fa202be user: andreas_kupries tags: core-8-4-branch
2008-11-04
23:54
* generic/tclPort.h: remove the ../{win,unix}/ header dirs as the build system already has it, and... check-in: 8eb504dbf1 user: hobbs tags: core-8-4-branch
2008-09-25
19:18
* doc/global.n: Correct false claim about [info locals]. check-in: 5e584be1dd user: dgp tags: core-8-4-branch
2008-08-14
13:07
* tests/fileName.test: Revise new tests for portability to case insensitive filesys... check-in: d3aa436987 user: dgp tags: core-8-4-branch
02:12
* generic/tclCompile.h: add support for debug logging of DTrace * generic/tclBasic.c: 'proc', 'c... check-in: d8d2f9aa9c user: das tags: core-8-4-branch
2008-08-13
23:13
autoconf-2.13 check-in: ea133d5fc7 user: das tags: core-8-4-branch
23:07
* unix/Makefile.in: ensure Makefile shell is /bin/bash for * unix/configure.in (SunOS): DTrace-en... check-in: ab6c4bcc72 user: das tags: core-8-4-branch
23:04
* unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition to libX11.so et al. check-in: 569e25f4ca user: das tags: core-8-4-branch
17:59
* generic/tclFileName.c: Fix for errors handling -types {} * tests/fileName.t... check-in: cc8e0dda9a user: dgp tags: core-8-4-branch
2008-08-11
20:13
* generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggered * tests/proc.test: by procbody:... check-in: 9722d89856 user: andreas_kupries tags: core-8-4-branch
2008-07-28
20:00
* generic/tclBasic.c: Added missing release of extended command word index when deleting an inter... check-in: fe5f8b0525 user: andreas_kupries tags: core-8-4-branch
2008-07-25
21:24
* tests/info.test: Add !singleTestInterp constraint to various tests; (info-22.8, info-23.0): swit... check-in: af6f309ba5 user: das tags: core-8-4-branch
2008-07-24
21:05
* tests/info.test: Tests 38.* added, exactly testing the tracking of location for uplevel scripts... check-in: fcfdad0b11 user: andreas_kupries tags: core-8-4-branch
2008-07-23
20:55
Contrain the new test to run only when tip280 is active. check-in: 5cf6b4510d user: andreas_kupries tags: core-8-4-branch
20:45
* generic/tclBasic.c: Modified TclArgumentGet to reject pure lists * generic/tclCmdIL.c: immediat... check-in: 4ad027ecef user: andreas_kupries tags: core-8-4-branch
04:08
Fixed the failure to link in the default (non-TCL_TIP280) build. check-in: 0e0f2fb669 user: dgp tags: core-8-4-branch
2008-07-22
22:46
* generic/tclBasic.c: Added missing function comments. check-in: ba9277c800 user: andreas_kupries tags: core-8-4-branch
22:30
* generic/tclCompile.c: Made the new TclEnterCmdWordIndex * generic/tclCompile.h: static. check-in: ed0a8850b2 user: andreas_kupries tags: core-8-4-branch
21:40
* generic/tclBasic.c: Reworked the handling of bytecode literals * generic/tclCompile.c: for #280... check-in: bb509fe952 user: andreas_kupries tags: core-8-4-branch
2008-07-21
19:37
* generic/tclBasic.c: Extended the existing TIP #280 system (info * generic/tclCmdAH.c: frame), a... check-in: 87a9c9155a user: andreas_kupries tags: core-8-4-branch
2008-07-07
21:39
* generic/tclCmdIL.c (InfoFrameCmd): Fixed unsafe idiom of setting the interp result found by Don... check-in: 771ed27a85 user: andreas_kupries tags: core-8-4-branch
2008-07-04
19:21
UtfToUtfProc: Avoid unwanted sign extension when converting incomplete UTF-8 sequences. See [Bug 190... check-in: f232842392 user: jenglish tags: core-8-4-branch
2008-07-03
17:15
* library/package.tcl: Removed [file readable] testing from [tclPkgUnknown] and fri... check-in: ac7d8719cb user: dgp tags: core-8-4-branch
2008-06-28
04:19
* generic/tclIOUtil.c: Plug memory leak in latest commit. Thanks Rolf Ade for dete... check-in: 1fa14d8fac user: dgp tags: core-8-4-branch
2008-06-23
15:45
formatting check-in: 3e2a4160b8 user: dgp tags: core-8-4-branch
15:43
* generic/tclIOUtil.c: Fixed bug in Tcl_GetTranslatedPath() when operating on the "S... check-in: 8e0864e631 user: dgp tags: core-8-4-branch
2008-06-20
16:49
* tests/binary.test: Corrected flawed tests revealed by a -debug 1 * tests/io.tes... check-in: 1c5bbd80e2 user: dgp tags: core-8-4-branch
2008-06-18
21:18
* generic/tclParseExpr.c: Disabled attempts to support [expr] functions named ... check-in: 86394183cd user: dgp tags: core-8-4-branch
2008-06-16
20:46
* generic/tclCmdIL.c (InfoFrameCmd): Backport of fix made on the * tests/info.test: head branch :... check-in: 728e7c99cf user: andreas_kupries tags: core-8-4-branch
2008-06-12
20:19
* generic/tclCmdIL.c (InfoFrameCmd): TIP #280 conditional feature. Added checks to validate Has... check-in: 529759c4a7 user: andreas_kupries tags: core-8-4-branch
20:09
* unix/Makefile.in: add complete deps on tclDTrace.h. check-in: 817d08f8bb user: das tags: core-8-4-branch
19:33
autoconf-2.13 check-in: 68e41a32b8 user: das tags: core-8-4-branch
19:33
duh, fix missing 'fi', thanks aku! check-in: 3b3bd591fb user: das tags: core-8-4-branch
06:38
* unix/Makefile.in: clean generated tclDTrace.h file. check-in: 6855bb6d56 user: das tags: core-8-4-branch
06:37
* unix/configure: autoconf-2.13 check-in: d802f5b313 user: das tags: core-8-4-branch
06:37
* unix/configure.in: fix static DTrace-enabled build on Solaris. check-in: bd41e6006e user: das tags: core-8-4-branch
06:36
* unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc. check-in: 633c4f4a56 user: das tags: core-8-4-branch
2008-05-26
21:46
reduce reg-33.14 space used to prevent stack segfault check-in: 0efd5fcb82 user: hobbs tags: core-8-4-branch
18:26
* tests/io.test (io-53.9): need to close chan before removing file. check-in: 500a27459f user: hobbs tags: core-8-4-branch
2008-05-23
21:12
* win/tclWinChan.c (FileWideSeekProc): Accepted a patch by Alexandre Ferrieux <ferrieux@users.s... check-in: 6f5350cff4 user: andreas_kupries tags: core-8-4-branch
2008-04-27
08:18
Also, panic early if we find out the wrong thread attempting to delete the async handler (common tra... check-in: a060a75b1e user: vasiljevic tags: core-8-4-branch
2008-04-26
11:50
Oooops... wrong year in the log timestamp? check-in: 657adebba0 user: vasiljevic tags: core-8-4-branch
11:37
generic/tclAsync.c: Tcl_AsyncDelete(): panic if attempt to locate handler token fails. Happens when ... check-in: fe045a6e86 user: vasiljevic tags: core-8-4-branch
2008-04-17
20:19
bump release tag check-in: be90960124 user: dgp tags: core-8-4-19, core-8-4-branch
19:47
style revisions to latest commit check-in: d5019304e8 user: dgp tags: core-8-4-branch
19:14
* generic/tclCompExpr.c (CompileMathFuncCall): Added * tests/compile.test (compile-16.0): Tcl_Res... check-in: 5ea42286b6 user: andreas_kupries tags: core-8-4-branch
2008-04-15
19:20
bump release tag check-in: dc0d7dd117 user: dgp tags: core-8-4-branch
18:31
* generic/tclIO.c (CopyData): Applied another patch by Alexandre * io.test (io-53.8a): Ferrieux <... check-in: ca26b071d8 user: andreas_kupries tags: core-8-4-branch
2008-04-14
20:19
bump release tag check-in: 2f0af37eef user: dgp tags: core-8-4-branch
17:34
* unix/tclUnixTime.c (TclpGetClicks, Tcl_GetTime): Removed obsolete use of 'struct timezone' in the ... check-in: 306c35f2c3 user: kennykb tags: core-8-4-branch
16:25
* generic/tclExecute.c: Plug memory leak introduced in the 2008-03-07 commit. [Bug ... check-in: 0d252e2b11 user: dgp tags: core-8-4-branch
2008-04-11
16:57
* README: Bump version number to 8.4.19 * generic/tcl.h: * too... check-in: 93fa2d0a65 user: dgp tags: core-8-4-branch
2008-04-10
20:53
* generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative values, changed to not be an e... check-in: 383454627c user: andreas_kupries tags: core-8-4-branch
2008-04-09
19:52
* tests/io.test (io-52.5): Removed '-size -1' from test, does not seem to have any bearing, and w... check-in: 43454b74eb user: andreas_kupries tags: core-8-4-branch
18:35
* generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -size * tests/ioCmd.test (iocmd-15.{13,... check-in: 7b56d24c8a user: andreas_kupries tags: core-8-4-branch
2008-04-08
23:37
* tests/io.test (io-53.8,53.9,53.10): Backported das' fix of typo and quoting for spaces in bui... check-in: 1cc7a35531 user: andreas_kupries tags: core-8-4-branch
2008-04-07
22:17
* tests/io.test (io-53.10): Testcase for bi-directionaly fcopy. * generic/tclIO.c: Additional cha... check-in: 804943284a user: andreas_kupries tags: core-8-4-branch
19:53
Added forgotten reference to [Bug 1350564] in last entry. check-in: 6222635d52 user: andreas_kupries tags: core-8-4-branch
19:40
* generic/tclIO.c (BUSY_STATE, CheckChannelErrors, TclCopyChannel): New macro, and the places u... check-in: 7e674627c1 user: andreas_kupries tags: core-8-4-branch
2008-04-04
20:00
* tests/io.test (io-53.9): Added testcase for [Bug 780533], based on Alexandre's test script. A... check-in: c22464c9bd user: andreas_kupries tags: core-8-4-branch
2008-04-03
18:06
* generic/tclIO.c (CopyData): Applied patch [Bug 1932639] to * tests/io.test: prevent fcopy from ... check-in: cdd0c6626a user: andreas_kupries tags: core-8-4-branch
2008-04-02
20:27
* generic/tclIO.c (CopyData): Applied patch for the fcopy problem [Bug 780533], with many thank... check-in: 854fdab305 user: andreas_kupries tags: core-8-4-branch
2008-03-27
13:42
* unix/configure: autoconf-2.13 check-in: 7ded508560 user: das tags: core-8-4-branch
13:41
* unix/dltest/Makefile.in: support use of LDFLAGS in SHLIB_LD. check-in: 930c4924d9 user: das tags: core-8-4-branch
13:40
* unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166] check-in: b5ecbe8396 user: das tags: core-8-4-branch
2008-03-24
03:05
Backported fix for #1923966 check-in: 9b5466e5bc user: patthoyts tags: core-8-4-branch
2008-03-11
23:52
* macosx/tclMacOSXNotify.c: avoid using CoreFoundation after fork() on Darwin 9 even when TclpCrea... check-in: f96de31eec user: das tags: core-8-4-branch
2008-03-10
14:34
typo check-in: 8d2d6c37d4 user: dgp tags: core-8-4-branch
2008-03-07
21:10
* generic/tclExecute.c (Tcl_ExprObj): Revised expression bytecode compiling so tha... check-in: 5a44973126 user: dgp tags: core-8-4-branch
20:26
* generic/tclTest.c: Backport the [testexprlongobj] testing command. check-in: a7270a4413 user: dgp tags: core-8-4-branch
19:10
* tests/execute.test (execute-6.8): Added tests checking that bytecode is invali... check-in: d3ffbd3f2d user: dgp tags: core-8-4-branch
2008-03-03
15:01
Fix mark and space parity on Linux check-in: 2f900087e1 user: rmax tags: core-8-4-branch
2008-02-27
23:58
Backport http 2.5.5 changes from HEAD check-in: 3de3306edb user: patthoyts tags: core-8-4-branch
22:45
fix dltest dependency for parallel make check-in: a3bc3b578f user: das tags: core-8-4-branch
2008-02-26
22:30
* generic/tclIOCmd.c (Tcl_GetsObjCmd): do not reuse resultObj as it may be shared (crash condition... check-in: 8ed7fe130d user: hobbs tags: core-8-4-branch
2008-02-22
11:36
Fix for #1815865 - always check the existence of the state array when checking http::status check-in: c2c28887dd user: patthoyts tags: core-8-4-branch
2008-02-06
15:25
*** 8.4.18 TAGGED FOR RELEASE *** * README: Bump version number to 8.... check-in: d1d1bc7aa8 user: dgp tags: core-8-4-18, core-8-4-branch
2008-02-02
23:59
* unix/configure.in (Darwin): correct Info.plist year substitution in non-framework builds. ... check-in: 32a94d9650 user: das tags: core-8-4-branch
2008-01-30
10:46
* generic/tclInterp.c (Tcl_GetAlias): fix for [Bug 1882373] check-in: d2bbb11d0b user: msofer tags: core-8-4-branch
2008-01-14
00:11
* win/tclWinSerial.c (SerialCloseProc, TclWinOpenSerialChannel): use critical section for read & w... check-in: 245965c4db user: hobbs tags: core-8-4-branch
2007-12-31
17:56
* doc/filename.n: Typo check-in: 1bf6a6cd51 user: dgp tags: core-8-4-17, core-8-4-branch
16:57
* changes: updates for 8.4.17 release. check-in: 22fdc2581e user: dgp tags: core-8-4-branch
2007-12-18
11:23
Fixes for problems created when processing regular expressions that generate very large automata. An... check-in: 6badb872f2 user: dkf tags: core-8-4-branch
2007-12-14
21:02
remove note about gcc compiler warnings check-in: dbc70b3aed user: hobbs tags: core-8-4-branch
20:55
updated notes check-in: b54ac6f986 user: hobbs tags: core-8-4-branch
12:52
Appled the change to tclUnixcompat.c already stated in ChangeLog but not present. check-in: 374615cef4 user: vasiljevic tags: core-8-4-branch
12:45
TclpGetHostByName: The six-argument form of getaddressbyname_r() uses the fifth argument to indicate... check-in: 019184a9db user: vasiljevic tags: core-8-4-branch
02:29
* generic/tclIOUtil.c (TclGetOpenMode): Only set the O_APPEND flag * tests/ioUtil.test (ioUtil-4.1... check-in: cbd24bea38 user: hobbs tags: core-8-4-branch
2007-12-05
14:54
Prevent shimmering crash in [lsearch] when -exact and -integer/-real are mixed. [Bug 1844789] check-in: 3aed17da85 user: dkf tags: core-8-4-branch
2007-11-29
00:31
* win/tclWinSock.c (Tcl_GetHostName): update to previous fix to set hostname length appropriately,... check-in: 71a89b7f03 user: hobbs tags: core-8-4-branch
2007-11-27
20:30
* win/tclWinSock.c: Add missing encoding conversion of the [info hostname] value... check-in: bb0956047b user: dgp tags: core-8-4-branch
2007-11-26
14:05
* generic/tclThread.c: Back-port locking changes from Tcl8.5 in Tcl_Mutex/ConditionFinlize. Now we... check-in: 4b995f756b user: vasiljevic tags: core-8-4-branch
2007-11-15
22:01
* generic/regc_nfa.c: Fixed infinite loop in the regexp compiler * generic/regcomp... check-in: e7f1a28fb5 user: dgp tags: core-8-4-branch
2007-11-13
14:39
The six-argument form of getaddressbyname_r() uses the fifth argument to indicate whether the lookup... check-in: 6118a19940 user: dkf tags: core-8-4-branch
2007-11-09
06:19
autoconf-2.13 check-in: 0dbbdc3786 user: das tags: core-8-4-branch
2007-11-05
17:34
typo fixes check-in: e45dcbf409 user: dgp tags: core-8-4-branch
2007-10-30
10:27
Backport of fix for first part of [Bug 1810264] check-in: 6062122390 user: dkf tags: core-8-4-branch
2007-10-15
13:29
* generic/tclParse.c (Tcl_ParseBraces): fix for possible read after the end of buffer, [Bug 181352... check-in: 64f8f8b306 user: msofer tags: core-8-4-branch
2007-10-03
12:53
* generic/tclObj.c (Tcl_FindCommandFromObj): fix finding a deleted command; cannot trigger this fr... check-in: 6161ef3e0f user: msofer tags: core-8-4-branch
2007-10-02
21:53
* generic/tcl.h (Tcl_DecrRefCount): Update change from 2006-05-29 to make macro more warning-robus... check-in: b319cb3ca5 user: hobbs tags: core-8-4-branch
17:46
* README: Bump version number to 8.4.17 * generic/tcl.h: * too... check-in: 166374329a user: dgp tags: core-8-4-branch
2007-09-22
15:46
s/amount/amt/ [Bug 1800153] check-in: a31f109272 user: das tags: core-8-4-branch
2007-09-20
17:55
document --enable-dtrace configure option check-in: 780ab807ba user: das tags: core-8-4-16, core-8-4-branch
16:24
* doc/load.n: Backport corrected example. check-in: a60ff8b20d user: dgp tags: core-8-4-branch
2007-09-19
16:08
* unix/Makefile.in: Update `make dist` so that tclDTrace.d is included in the so... check-in: 6ab7aab08c user: dgp tags: core-8-4-branch
09:24
typo check-in: b3d06c911e user: dgp tags: core-8-4-branch
09:23
* generic/tclPkg.c: Backport fix for [1573844] to the * tests/pkg.test: TC... check-in: 69225f179a user: dgp tags: core-8-4-branch
2007-09-18
19:37
Darwin changes for 8.4.16 check-in: 047d1d2082 user: das tags: core-8-4-branch
17:22
*** 8.4.16 TAGGED FOR RELEASE *** * changes: updates for 8.4.16 release. check-in: b6f23acaf8 user: dgp tags: core-8-4-branch
2007-09-15
06:01
* unix/tcl.m4 (SunOS-5.1x): replace direct use of '/usr/ccs/bin/ld' in SHLIB_LD by 'cc' compil... check-in: 377daf85c0 user: das tags: core-8-4-branch
2007-09-14
02:31
typo check-in: 92198d041e user: das tags: core-8-4-branch
2007-09-13
16:13
whitespace check-in: 5aab07238c user: das tags: core-8-4-branch
15:28
* generic/tclDTrace.d (new file): add DTrace provider for Tcl; allows * generic/tclCompile.h: t... check-in: 9eb5b5b76c user: das tags: core-8-4-branch
2007-09-11
21:18
* library/tcltest/tcltest.tcl: Accept underscores and colons in * library/tcltest/p... check-in: c59a1baa4e user: dgp tags: core-8-4-branch
00:10
Fix for AMD64 target symbols builds. check-in: e8643e72a0 user: patthoyts tags: core-8-4-branch
2007-09-10
23:06
* generic/tclLink.c (Tcl_UpdateLinkedVar): guard against var being unlinked. [Bug 1740631] (maros)... check-in: 1ae99dbfd2 user: hobbs tags: core-8-4-branch
2007-09-06
20:16
Fixed obvious stupid error. [Bug 1786647] check-in: ec5ad54498 user: dkf tags: core-8-4-branch
2007-09-05
01:38
fix building on Panther check-in: 13b33e9000 user: das tags: core-8-4-branch
2007-08-25
17:12
* generic/tclClock.c (FormatClock): Claimed additional space for the %c format code to avoid a buffe... check-in: 975081e0e1 user: kennykb tags: core-8-4-branch
2007-08-24
11:22
* generic/tclCompile.c: replaced copy loop that tripped some compilers with memmove [Bug 1780870] check-in: abcd910d18 user: msofer tags: core-8-4-branch
2007-08-23
00:27
ensure WORDS_BIGENDIAN redefinition is consistent with autoconf definition check-in: 6b0d11412b user: das tags: core-8-4-branch
2007-08-14
15:15
* tests/trace.test: Backport some tests. check-in: fd5a34a404 user: dgp tags: core-8-4-branch
06:34
* unix/tclLoadDyld.c: use dlfcn API on Mac OS X 10.4 and later; fix issues with loading from memor... check-in: 51745de0b8 user: das tags: core-8-4-branch
2007-08-11
03:12
fix missing preprocessor \ line continuation check-in: 68b7dad5ed user: das tags: core-8-4-branch
2007-08-07
05:06
* unix/Makefile.in: add support for compile flags specific to object files linked directly into... check-in: 3002cbfa50 user: das tags: core-8-4-branch
05:04
* generic/tclEnv.c: improve environ handling on Mac OS X (adapted * unix/tclUnixPort.h: from Apple... check-in: a9a78987d9 user: das tags: core-8-4-branch
2007-07-19
13:43
* generic/tclParse.c: In contexts where interp and parsePtr->interp might be diffe... check-in: 01fbe5d14a user: dgp tags: core-8-4-branch
2007-07-05
18:03
* library/init.tcl (unknown): Corrected inconsistent error message in interactive ... check-in: 3cd6244054 user: dgp tags: core-8-4-branch
2007-06-30
13:56
De-fang an instance of the shared-result anti-pattern. [Bug 1716704] check-in: 409b92bba6 user: dkf tags: core-8-4-branch
09:58
Prevent RemeberSyncObj() from growing the sync object lists by reusing already free'd slots, if poss... check-in: 5018ee60c0 user: vasiljevic tags: core-8-4-branch
2007-06-29
03:17
* generic/tclAlloc.c: on Darwin, ensure memory allocated by * generic/tclThreadAlloc.c: the custo... check-in: f80bb890e9 user: das tags: core-8-4-branch