Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
63 check-ins using file generic/tclBinary.c version c5f236ad95
|
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 | |