Timeline
Not logged in

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

93 check-ins using file generic/tclProc.c version 52c82c34bc

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