Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
82 check-ins using file generic/tclIOUtil.c version 23a357fa09
|
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 | |
|
2007-06-27
| ||
| 17:30 | formatting check-in: 85f6f23a62 user: dgp tags: core-8-4-branch | |
| 17:29 | * generic/tclCmdMZ.c: Corrected broken trace reversal logic in * generic/tclTest.c... check-in: a32f24e76c user: dgp tags: core-8-4-branch | |
|
2007-06-23
| ||
| 00:23 | * macosx/tclMacOSXNotify.c (AtForkChild): don't call CoreFoundation APIs after fork() on systems w... check-in: 2e4ef48ddd user: das tags: core-8-4-branch | |
|
2007-06-10
| ||
| 21:11 | * README: updated links. [Bug 1715081] check-in: 6ddf3a1aec user: hobbs tags: core-8-4-branch | |
|
2007-06-06
| ||
| 09:54 | * unix/configure.in (Darwin): add plist for tclsh; link the * unix/Makefile.in (Darwin): Tcl an... check-in: 79f92d79b1 user: das tags: core-8-4-branch | |
|
2007-06-05
| ||
| 17:54 | * tests/result.test (result-6.2): Add test for Bug 1649062 so that 8.4 and 8.5... check-in: 0c1b05bd40 user: dgp tags: core-8-4-branch | |
|
2007-05-30
| ||
| 14:05 | * README: Bump version number to 8.4.16 * generic/tcl.h: * too... check-in: f1616f051e user: dgp tags: core-8-4-branch | |
|
2007-05-29
| ||
| 23:35 | * unix/tclUnixThrd.c (Tcl_JoinThread): fix for 64-bit handling of pthread_join exit return code st... check-in: 8010f24374 user: hobbs tags: core-8-4-branch | |
|
2007-05-24
| ||
| 19:52 | typo check-in: bd0f0dbe22 user: dgp tags: core-8-4-15, core-8-4-branch | |
| 19:31 | * generic/tclIO.c: Backport memleak fix in TclFinalizeIOSubsystem. check-in: bb3dfd4fa3 user: dgp tags: core-8-4-branch | |
|
2007-05-17
| ||
| 14:18 | * tests/fCmd.test: Backport the notNetworkFilesystem constraint. check-in: 2cbe0dc46f user: dgp tags: core-8-4-branch | |
|
2007-05-16
| ||
| 22:13 | sync with HEAD tcl/changes check-in: be0275636b user: das tags: core-8-4-branch | |
| 15:59 | Mark tag for 8.4.15 (RC1) release check-in: 71a2acff1a user: dgp tags: core-8-4-branch | |
|
2007-05-15
| ||
| 18:32 | * generic/tclNamesp.c: Plugged memory leak related to [namespace delete ::]. [Bug 1... check-in: 13bfe38822 user: dgp tags: core-8-4-branch | |
| 16:08 | * changes: updates for 8.4.15 release. * win/tclWinReg.c: Bump to regi... check-in: e7c3622b34 user: dgp tags: core-8-4-branch | |
|
2007-05-10
| ||
| 21:32 | * generic/tclInt.h: TclFinalizeThreadAlloc() is always defined, so make sure it ... check-in: cd054b4cdf user: dgp tags: core-8-4-branch | |
| 18:23 | [Tcl Bug 1706140] * generic/tclCmdMZ.c (Trace*Proc): Update Tcl_VarTraceProcs s... check-in: e09d290d78 user: dgp tags: core-8-4-branch | |
|
2007-04-30
| ||
| 22:58 | * unix/Makefile.in: add 'tclsh' dependency to install targets that rely on tclsh, fixes parallel '... check-in: 4463be0ba6 user: das tags: core-8-4-branch | |
|
2007-04-29
| ||
| 02:21 | * macosx/tclMacOSXNotify.c: fix warnings. * macosx/README: sync whitespace/formatting with HEAD.... check-in: e6df3a40f5 user: das tags: core-8-4-branch | |
| 02:20 | * unix/Makefile.in (dist): copy license.terms to dist macosx dir. * unix/configure.in: install lic... check-in: 440757d134 user: das tags: core-8-4-branch | |
| 02:20 | * unix/tclLoadDyld.c (TclpLoadMemory): fix (void*) arithmetic. check-in: 4f1bff7d34 user: das tags: core-8-4-branch | |
| 02:19 | * unix/tclUnixFCmd.c: add workaround for crashing bug in fts_open() * unix/tclUnixInit.c: without ... check-in: 5d6c204a0c user: das tags: core-8-4-branch | |
|
2007-04-21
| ||
| 22:42 | Restored Cygwin buildability [Bug 1387154] check-in: 336c551ccc user: kennykb tags: core-8-4-branch | |
| 19:52 | * generic/tclInt.decls: Yet another round of attempting * generic/tclInt.h: to get the... check-in: c109ead7b6 user: kennykb tags: core-8-4-branch | |
|
2007-03-24
| ||
| 09:31 | Thread exit handler marks the current thread as un-initialized. This allows exit handlers that are r... check-in: 76f247737e user: vasiljevic tags: core-8-4-branch | |
|
2007-03-19
| ||
| 17:06 | * generic/tclEvent.c (Tcl_CreateThread): Replaced some calls to * generic/tcl... check-in: 801b5dc41c user: dgp tags: core-8-4-branch | |
|
2007-03-17
| ||
| 22:41 | * win/tclWinReg.c (GetKeyNames): Size the buffer for enumerating key names correctly, so that Unico... check-in: 600cfe22d9 user: kennykb tags: core-8-4-branch | |
|
2007-03-13
| ||
| 16:26 | * generic/tclExecute.c (INST_FOREACH_STEP4): Re-fetch pointers for * tests/foreach... check-in: 336d9f35da user: dgp tags: core-8-4-branch | |
| 15:59 | * generic/tclVar.c (TclArraySet): Re-fetch pointers for the list * tests/var.t... check-in: d5a61fe6c1 user: dgp tags: core-8-4-branch | |
|
2007-03-10
| ||
| 14:57 | Fix [Bug 1675116] in a way suitable for 8.4. check-in: 6b2b4fef7a user: dkf tags: core-8-4-branch | |
|
2007-03-07
| ||
| 23:44 | * macosx/tclMacOSXNotify.c: add spinlock debugging and sanity checks. * unix/tcl.m4 (Darwin): s/C... check-in: fbb83f13b9 user: das tags: core-8-4-branch | |
|
2007-03-01
| ||
| 16:06 | D'oh! Used an 8.5-ism... check-in: 5d3f8bc4a9 user: dkf tags: core-8-4-branch | |
| 10:16 | Fix [Bug 1671138] check-in: ef06e2aa1d user: dkf tags: core-8-4-branch | |
|
2007-02-22
| ||
| 20:25 | Typo, more. check-in: d1b9704e71 user: andreas_kupries tags: core-8-4-branch | |
| 20:11 | Typo check-in: ae80ee6a28 user: andreas_kupries tags: core-8-4-branch | |
| 19:49 | * tests/pkg.test: Added tests for the case of an alpha package satisfying a require for the reg... check-in: c93c8a8358 user: andreas_kupries tags: core-8-4-branch | |
|
2007-02-20
| ||
| 17:53 | * doc/tcltest.n: Typo fix. [Bug 1663539] check-in: aad1d38e1e user: dgp tags: core-8-4-branch | |
|
2007-02-19
| ||
| 23:49 | * unix/tcl.m4: use SHLIB_SUFFIX=".so" on HP-UX ia64 arch. * unix/configure: autoconf-2.13 check-in: bf48f35b4d user: hobbs tags: core-8-4-branch | |
| 23:49 | (Tcl_FSEvalFile): safe incr of objPtr ref check-in: ba27b6b0d8 user: hobbs tags: core-8-4-branch | |