Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
257 check-ins using file generic/tclInterp.c version 475c8b9c5e
|
2008-06-20
| ||
| 13:57 | Solaris changes for 8.5.3 check-in: 5245cc0fd3 user: das tags: core-8-5-branch | |
|
2008-06-19
| ||
| 19:29 | * changes: Updates for 8.5.3 release. check-in: c4bffa1975 user: dgp tags: core-8-5-branch | |
|
2008-06-17
| ||
| 17:21 | * generic/tclClock.c (ClockConvertlocaltoutcObjCmd): Removed left over debug output. check-in: 50a1e45eca user: andreas_kupries tags: core-8-5-branch | |
| 16:45 | * doc/tm.n: Followup to changelog entry 2008-03-18 regarding ::tcl::tm::Defaults. Updated the doc... check-in: 6e54b86bb3 user: andreas_kupries tags: core-8-5-branch | |
| 02:22 | 2006-06-17 Kevin Kenny <kennykb@acm.org> * generic/tclClock.c (ConvertLocalToUTC): * tests/cloc... check-in: 73e4856277 user: kennykb tags: core-8-5-branch | |
|
2008-06-16
| ||
| 20:44 | * generic/tclCmdIL.c (TclInfoFrame): Backport of fix made on the * tests/info.test: head branch :... check-in: c0fbf6b417 user: andreas_kupries tags: core-8-5-branch | |
|
2008-06-12
| ||
| 20:09 | * unix/Makefile.in: add complete deps on tclDTrace.h. check-in: 1bc4fbf46d user: das tags: core-8-5-branch | |
| 06:49 | s/target/config/ check-in: 6c34233665 user: das tags: core-8-5-branch | |
| 06:34 | * unix/Makefile.in: clean generated tclDTrace.h file. check-in: bd22afd873 user: das tags: core-8-5-branch | |
| 06:34 | * unix/configure: autoconf-2.59 check-in: 7d4a20fa44 user: das tags: core-8-5-branch | |
| 06:33 | * unix/configure.in: fix static DTrace-enabled build on Solaris. check-in: 8b60fb4143 user: das tags: core-8-5-branch | |
| 06:33 | * unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc. check-in: 0c8ef155f9 user: das tags: core-8-5-branch | |
| 06:33 | * macosx/Tcl.xcodeproj/project.pbxproj: add debug configs with gcov, and with corefoundation disab... check-in: dbc92079cc user: das tags: core-8-5-branch | |
|
2008-05-27
| ||
| 23:13 | Fixed line endings check-in: 92f3208d85 user: patthoyts tags: trunk | |
|
2008-05-26
| ||
| 18:28 | (io-53.9): need to close chan before removing file check-in: b4d73a84f1 user: hobbs tags: trunk | |
| 18:27 | (io-53.9): need to close chan before removing file check-in: 4cc770d79f user: hobbs tags: core-8-5-branch | |
| 10:04 | Missed one! check-in: 49f148ad86 user: dkf tags: trunk | |
| 10:02 | Remove obsolete winhelp targets. They weren't supported and didn't work. check-in: 2b7ac345d5 user: dkf tags: trunk | |
|
2008-05-23
| ||
| 21:10 | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch by Alexandre Ferrieux <ferrieux@users.sou... check-in: ade419178b user: andreas_kupries tags: core-8-5-branch | |
| 21:05 | Oops. Undo commit of the local tweaks. check-in: 886a0a8186 user: andreas_kupries tags: trunk | |
| 21:00 | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch by Alexandre Ferrieux <ferrieux@users.sou... check-in: f337d855cc user: andreas_kupries tags: trunk | |
|
2008-05-22
| ||
| 15:25 | * generic/tclNamesp.c (Tcl_LogCommandInfo): Restored ability to handle the argum... check-in: 02b0ef8de2 user: dgp tags: core-8-5-branch | |
| 15:22 | * generic/tclNamesp.c (Tcl_LogCommandInfo): Restored ability to handle the argum... check-in: b93953deab user: dgp tags: trunk | |
|
2008-05-21
| ||
| 20:38 | * generic/tclParse.c (ParseComment): The new TclParseAllWhiteSpace() * tests/pars... check-in: 07e1b8c1f9 user: dgp tags: core-8-5-branch | |
| 20:28 | * generic/tclParse.c (ParseComment): The new TclParseAllWhiteSpace() * tests/pars... check-in: 0dd3531d09 user: dgp tags: trunk | |
| 13:26 | Backport of fixes to Tcl_SetNamespaceUnknownHandler check-in: 15a8ca3a6c user: dkf tags: core-8-5-branch | |
|
2008-05-20
| ||
| 22:22 | Correct logic for handling error cases when setting the namespace unknown handler. check-in: 3a0964b236 user: dkf tags: trunk | |
|
2008-05-16
| ||
| 14:27 | * generic/tclCompile.c: fix crash with tcl_traceExec. Found and fixed by Alexander Pasadyn [Bug 19... check-in: fa11d81b14 user: msofer tags: core-8-5-branch | |
| 14:13 | * generic/tclCompile.c: fix crash with tcl_traceExec. Found and fixed by Alexander Pasadyn [Bug 19... check-in: 7a08d942d5 user: msofer tags: trunk | |
|
2008-05-15
| ||
| 00:04 | We should use the thread allocator for threaded builds. Added 'tclalloc' option to disable. check-in: 80de1f17a7 user: patthoyts tags: trunk | |
|
2008-05-09
| ||
| 05:07 | * tools/tsdPerf.c A loadable Tcl extension for testing TSD performance. * too... check-in: 438f03c41c user: georgeps tags: trunk | |
| 04:58 | * generic/tcl.h: Make Tcl_ThreadDataKey a void *. * generic/tclInt.h: Change aro... check-in: 2fd77728e6 user: georgeps tags: trunk | |
| 03:51 | * tests/dict.test (dict-19.2): Corrected a bug where the test was changed to use [apply] instead o... check-in: d1b2683623 user: kennykb tags: trunk | |
| 03:44 | * Makefile: Restored compilability of 'stitcher.exe' on vc2k5. * cameraparams.h: * compressor.cpp: ... check-in: aee64f60e8 user: kennykb tags: trunk | |
|
2008-05-07
| ||
| 13:17 | Cleaning up check-in: 5fbe89447c user: dkf tags: trunk | |
| 10:42 | Simplify test check-in: 21108a2594 user: dkf tags: trunk | |
| 10:39 | Fix off-by-one error that caused crashes. Backport from HEAD. check-in: 1e0b442be5 user: dkf tags: core-8-5-branch | |
| 10:25 | Return type of Tcl_AppendPrintfToObj is void. (spotted by Torsten Berg) check-in: 1e8111a112 user: patthoyts tags: trunk | |
| 09:23 | Detect problem case and prove that it's fixed. check-in: ca93781920 user: dkf tags: trunk | |
| 09:07 | Fix off-by-one error that caused crashes. D'oh! check-in: c72744fe33 user: dkf tags: trunk | |
|
2008-05-06
| ||
| 16:33 | fix Makefile dependency check-in: a687f2e844 user: das tags: core-8-5-branch | |
| 16:33 | fix Makefile dependency check-in: c0210bf746 user: das tags: trunk | |
|
2008-05-04
| ||
| 07:28 | CONST -> const check-in: af93d720f5 user: nijtmans tags: trunk | |
|
2008-05-03
| ||
| 21:06 | fix warning check-in: 81216d74f3 user: das tags: core-8-5-branch | |
| 19:31 | use Tcl_Panic() instead of panic() check-in: 2d576d5da2 user: das tags: core-8-5-branch | |
| 19:31 | use Tcl_Panic() instead of panic() check-in: f2076ab1fb user: das tags: trunk | |
|
2008-05-02
| ||
| 20:08 | Converted the [binary] command into an ensemble. check-in: dca4069c80 user: patthoyts tags: trunk | |
| 20:02 | Reverted dkf's accidental commit of the TIP 316 APIs as part of a code cleanup check-in: e4acb9c146 user: patthoyts tags: trunk | |
| 19:32 | Record tclvfs base check-in: fcb40a675a user: patthoyts tags: trunk | |
| 10:27 | More elimination of pre-C89-isms. check-in: 27caec3459 user: dkf tags: trunk | |
|
2008-04-27
| ||
| 22:41 | Get rid of pre-C89-isms (esp. CONST vs const). check-in: 2dee210a8d user: dkf tags: trunk | |
| 22:21 | Get rid of pre-C89-isms (esp. CONST vs const). check-in: 2d205c22fb user: dkf tags: trunk | |
| 10:59 | Added a htmlhelp target to replace winhelp check-in: b34e388939 user: patthoyts tags: trunk | |
| 08:36 | Also, panic early if we find out the wrong thread attempting to delete the async handler (common tra... check-in: c9ef4f4064 user: vasiljevic tags: trunk | |
| 08:26 | Also, panic early if we find out the wrong thread attempting to delete the async handler (common tra... check-in: c26ff3625b user: vasiljevic tags: core-8-5-branch | |
| 08:05 | generic/tclAsync.c: Tcl_AsyncDelete(): panic if attempt to locate handler token fails. Happens when ... check-in: 1734fc35da user: vasiljevic tags: core-8-5-branch | |
|
2008-04-26
| ||
| 11:53 | generic/tclAsync.c: Tcl_AsyncDelete(): panic if attempt to locate handler token fails. Happens when ... check-in: 18f18938cc user: vasiljevic tags: trunk | |
|
2008-04-25
| ||
| 21:28 | remove ioUtil.test, llvm-gcc fix check-in: 122e92c110 user: das tags: trunk | |
| 21:27 | fix warning check-in: 5aabb84406 user: das tags: trunk | |
|
2008-04-24
| ||
| 21:11 | define DLLEXPORT as __attribute__ ((visibility("default"))) for gcc >= 4.0. This allows extensions t... check-in: 316009b1f4 user: nijtmans tags: trunk | |
| 18:51 | * tests/ioCmd.test: Extended testsuite for reflected channel implementation. Added test cases abo... check-in: e7879de942 user: andreas_kupries tags: trunk | |
| 18:50 | * tests/ioCmd.test: Extended testsuite for reflected channel implementation. Added test cases abo... check-in: 31abe8b470 user: andreas_kupries tags: core-8-5-branch | |
|
2008-04-23
| ||
| 15:44 | Assorted improvements to make better use of tcltest2 check-in: b0326f6536 user: dkf tags: trunk | |
|
2008-04-21
| ||
| 16:26 | * generic/tclIOUtil.c: Removed all code delimited by * generic/tclTest.c: ... check-in: f078f71675 user: dgp tags: trunk | |
|
2008-04-20
| ||
| 02:52 | doc/Ensemble.3: Fix a typo: s/defiend/defined/ Thanks to hat0 for spotting this. check-in: b0d378f11b user: georgeps tags: trunk | |
|
2008-04-19
| ||
| 02:04 | note that cygwin is not supported check-in: d4b3460444 user: mdejong tags: trunk | |
|
2008-04-18
| ||
| 14:30 | Fix typo spotted by Steve Havelka check-in: 2ae623354c user: dkf tags: core-8-5-branch | |
| 14:21 | Fix typo spotted by Steve Havelka check-in: 9f7147230f user: dkf tags: trunk | |
|
2008-04-16
| ||
| 14:49 | * generic/tclInt.h: make stubs tables 'static const' and * generic/tclStubInit.c: export only mod... check-in: 50b59ad915 user: das tags: trunk | |
| 14:29 | * generic/tclInt.h: revise Tcl_SetNotifier() to use a * generic/tclNotify.c: module-scope hooks ... check-in: 79cb766dcc user: das tags: trunk | |
|
2008-04-15
| ||
| 18:34 | * generic/tclIO.c (CopyData): Applied another patch by Alexandre * io.test (io-53.8a): Ferrieux <... check-in: f8664c0638 user: andreas_kupries tags: trunk | |
| 18:32 | * generic/tclIO.c (CopyData): Applied another patch by Alexandre * io.test (io-53.8a): Ferrieux <... check-in: 25f469ce77 user: andreas_kupries tags: core-8-5-branch | |
| 10:55 | sync with Tcl.xcodeproj check-in: 260dad3fa0 user: das tags: core-8-5-branch | |
| 10:55 | sync with Tcl.xcodeproj check-in: ad35d2b5b5 user: das tags: trunk | |
| 10:10 | * unix/Makefile.in: adjust tclDTrace.h dependencies for removal of tclStubLib.o from TCL_OBJS. ... check-in: 872c709f10 user: das tags: trunk | |
|
2008-04-14
| ||
| 18:04 | * tests/clock.test (clock-33.5, clock-33.5a, clock-33.8, clock-33.8a): Added comments to the test th... check-in: 5286f0f684 user: kennykb tags: core-8-5-branch | |
| 18:00 | * tests/clock.test (clock-33.5, clock-33.5a, clock-33.8, clock-33.8a): Added comments to the test th... check-in: bbe1acd0f5 user: kennykb tags: trunk | |
| 17:54 | * unix/tclUnixTime.c (NativeGetTime): Removed obsolete use of 'struct timezone' in the call to 'gett... check-in: b5d4ae05ac user: kennykb tags: trunk | |
| 17:49 | * unix/tclUnixTime.c (NativeGetTime): Removed obsolete use of 'struct timezone' in the call to 'gett... check-in: ec37817fc4 user: kennykb tags: core-8-5-branch | |
|
2008-04-11
| ||
| 18:12 | * generic/tcl.h: Bump version number to 8.5.3b1 to distinguish * library/init.... check-in: 0d53d81632 user: dgp tags: core-8-5-branch | |
| 14:55 | fix one broken test, and restore unix line endings check-in: 1872093ca0 user: dgp tags: trunk | |
|
2008-04-10
| ||
| 20:58 | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative values, changed to not be an e... check-in: 8c082b4a25 user: andreas_kupries tags: trunk | |
| 20:55 | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative values, changed to not be an e... check-in: c5a22ce66b user: andreas_kupries tags: core-8-5-branch | |
| 00:21 | Test improvements (tcltest2, clarify) check-in: a00b4ae217 user: dkf tags: trunk | |
|
2008-04-09
| ||
| 21:44 | Added 'make html' support for people on Windows, inspired by Pat Thoyts. check-in: cb1fcbdbd6 user: dkf tags: trunk | |
| 19:51 | * tests/chanio.test (chan-io-52.5): Removed '-size -1' from test, * tests/io.test (io-52.5): does... check-in: 2a4a1d8b0c user: andreas_kupries tags: core-8-5-branch | |
| 19:49 | * tests/chanio.test (chan-io-52.5): Removed '-size -1' from test, * tests/io.test (io-52.5): does... check-in: 5694946238 user: andreas_kupries tags: trunk | |
| 18:37 | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -size * tests/ioCmd.test (iocmd-15.{13,... check-in: 6509d79368 user: andreas_kupries tags: trunk | |
| 18:36 | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -size * tests/ioCmd.test (iocmd-15.{13,... check-in: bd84e3f99e user: andreas_kupries tags: core-8-5-branch | |
|
2008-04-08
| ||
| 23:41 | * tests/io.test (io-53.8): Fixed ordering of vwait and after cancel. cancel has to be done after ... check-in: 14bef5d39a user: andreas_kupries tags: core-8-5-branch | |
| 23:16 | * tests/chanio.test (chan-io-53.8,53.9,53.10): fix typo & quoting for * tests/io.test (io-53.8,53.... check-in: e3c4378ec5 user: das tags: core-8-5-branch | |
| 23:15 | * tests/chanio.test (chan-io-53.8,53.9,53.10): fix typo & quoting for * tests/io.test (io-53.8,53.... check-in: 786bc32e7b user: das tags: trunk | |
| 16:12 | backport enhanced comments check-in: 5f8288240f user: dgp tags: core-8-5-branch | |
| 15:11 | * generic/tclExecute.c: added comments to the alignment macros used in GrowEvaluationStack() and f... check-in: e1c152b91e user: msofer tags: trunk | |
| 14:54 | * generic/tclDecls.h: make genstubs * generic/tclIntDecls.h: * generic/tclIntPlatDecls.h: * gen... check-in: 2841879955 user: das tags: trunk | |
| 14:52 | * tools/genStubs.tcl: revert erroneous 2008-04-02 change marking *StubsPtr as EXTERN instead of... check-in: a442a6378b user: das tags: trunk | |
|
2008-04-07
| ||
| 22:53 | * tests/io.test (io-53.10): Testcase for bi-directionaly fcopy. * tests/chanio.test: * generic/t... check-in: 8b118596fb user: andreas_kupries tags: trunk | |
| 22:49 | Corrected test name. check-in: e31cd02247 user: andreas_kupries tags: core-8-5-branch | |
| 22:33 | * tests/io.test (io-53.10): Testcase for bi-directionaly fcopy. * tests/chanio.test: * generic/t... check-in: a9e6f2b7cb user: andreas_kupries tags: core-8-5-branch | |
| 19:53 | Added forgotten reference to [Bug 1350564] in last entry. check-in: 34e610ab8c user: andreas_kupries tags: core-8-5-branch | |
| 19:53 | Added forgotten reference to [Bug 1350564] in last entry. check-in: 3626fadc48 user: andreas_kupries tags: trunk | |
| 19:42 | * generic/tclIO.c (BUSY_STATE, CheckChannelErrors, TclCopyChannel): New macro, and the places u... check-in: 4bc02d762e user: andreas_kupries tags: trunk | |
| 19:41 | * generic/tclIO.c (BUSY_STATE, CheckChannelErrors, TclCopyChannel): New macro, and the places u... check-in: 27fdbe7ec3 user: andreas_kupries tags: core-8-5-branch | |
| 16:06 | * generic/tclStringObj.c (Tcl_AppendFormatToObj): Fix [format {% d}] so that it beha... check-in: ba04dc8f19 user: dgp tags: core-8-5-branch | |
| 15:54 | autoconf-2.59 check-in: 1768221086 user: dgp tags: trunk | |
| 15:23 | * generic/tclStringObj.c (Tcl_AppendFormatToObj): Fix [format {% d}] so that it behaves the same way... check-in: 0b371e1c32 user: rmax tags: trunk | |
|
2008-04-06
| ||
| 00:52 | * tests/chanio.test (chan-io-53.9): * tests/io.test (io-53.9): Made test cleanup robust against the ... check-in: 8d5cc700eb user: kennykb tags: core-8-5-branch | |
| 00:37 | * tests/chanio.test (chan-io-53.9): * tests/io.test (io-53.9): Made test cleanup robust against the ... check-in: 68b47f3256 user: kennykb tags: trunk | |
|
2008-04-05
| ||
| 23:25 | * win/tclWinFile.c: (WinSymLinkDirectory): Fixed a problem that Tcl was creating an NTFS junction po... check-in: 9031a8a194 user: kennykb tags: trunk | |
| 23:22 | * win/tclWinFile.c: (WinSymLinkDirectory): Fixed a problem that Tcl was creating an NTFS junction po... check-in: 1b5290fc67 user: kennykb tags: core-8-5-branch | |
|
2008-04-04
| ||
| 20:14 | * tests/io.test (io-53.9): Added testcase for [Bug 780533], based * tests/chanio.test: on Alexand... check-in: 2dcb8b9dd4 user: andreas_kupries tags: trunk | |
| 20:13 | * tests/io.test (io-53.9): Added testcase for [Bug 780533], based * tests/chanio.test: on Alexand... check-in: 6eeb845ac9 user: andreas_kupries tags: core-8-5-branch | |
| 17:19 | * generic/tclIORChan.c (ReflectOutput): Allow zero return from write when input was zero-length... check-in: 70314cc1b4 user: andreas_kupries tags: core-8-5-branch | |
| 17:18 | * generic/tclIORChan.c (ReflectOutput): Allow zero return from write when input was zero-length... check-in: d7bb323e16 user: andreas_kupries tags: trunk | |
| 16:46 | * generic/tclIORChan.c (ReflectClose): Added missing removal of the now closed channel from the... check-in: 5ab15fcd29 user: andreas_kupries tags: trunk | |
| 16:45 | * generic/tclIORChan.c (ReflectClose): Added missing removal of the now closed channel from the... check-in: 8886154e04 user: andreas_kupries tags: core-8-5-branch | |
|
2008-04-03
| ||
| 18:06 | * generic/tclIO.c (CopyData): Applied patch [Bug 1932639] to * tests/io.test: prevent fcopy from ... check-in: b9d8285147 user: andreas_kupries tags: core-8-5-branch | |
| 18:05 | * generic/tclIO.c (CopyData): Applied patch [Bug 1932639] to * tests/io.test: prevent fcopy from ... check-in: d72429b721 user: andreas_kupries tags: trunk | |
|
2008-04-02
| ||
| 21:30 | * generic/tclDecls.h: make genstubs * generic/tclIntDecls.h: * generic/tclIntPlatDecls.h: * gen... check-in: 489dbbd13d user: das tags: trunk | |
| 21:29 | * generic/tclStubLib.c: make symbols in libtclstub.a MODULE_SCOPE to * tools/genStubs.tcl: avoid e... check-in: 505f4107a4 user: das tags: trunk | |
| 21:27 | * generic/tcl.decls: remove 'export' declarations of symbols now only in libtclstub and no long... check-in: 073baf717d user: das tags: trunk | |
| 20:27 | * generic/tclIO.c (CopyData): Applied patch for the fcopy problem [Bug 780533], with many thank... check-in: 89bcb90b51 user: andreas_kupries tags: core-8-5-branch | |
| 20:26 | * generic/tclIO.c (CopyData): Applied patch for the fcopy problem [Bug 780533], with many thank... check-in: d2651aebcd user: andreas_kupries tags: trunk | |
| 04:27 | * generic/tclBasic.c: Revised stubs-generation tool and interp * tools/genStubs.tc... check-in: b4acdce3bf user: dgp tags: trunk | |
| 04:25 | * generic/tclBasic.c: Revised stubs-generation tool and interp * tools/genStubs.tc... check-in: e97605fc97 user: dgp tags: trunk | |
| 03:37 | * generic/tclStubLib.c: Removed needless #ifdef complexity. check-in: cce2a421a7 user: dgp tags: trunk | |
|
2008-04-01
| ||
| 21:42 | autoheader-2.59 check-in: f0adc8281a user: das tags: core-8-5-branch | |
| 21:41 | autoheader-2.59 check-in: af7f44435b user: das tags: trunk | |
| 21:41 | autoconf-2.59 check-in: f89a58bf82 user: das tags: core-8-5-branch | |
| 21:41 | autoconf-2.59 check-in: e25f05e141 user: das tags: trunk | |
| 21:40 | (SunOS-5.1x): quote CC var to allow make-time override sync with tk/unix/tcl.m4 changes check-in: 3e590e79b6 user: das tags: core-8-5-branch | |
| 21:40 | (SunOS-5.1x): quote CC var to allow make-time override sync with tcl/unix/tcl.m4 changes check-in: 06b8bf1781 user: das tags: trunk | |
| 20:12 | Regen'd check-in: d3c8c4f63f user: andreas_kupries tags: trunk | |
| 20:11 | * generic/tclStrToD.c: Applied patch for [Bug 1839067] (fp * unix/tcl.m4: rounding setup on solar... check-in: 8e0d9c1c66 user: andreas_kupries tags: core-8-5-branch | |
| 20:08 | * generic/tclStrToD.c: Applied patch for [Bug 1839067] (fp * unix/tcl.m4: rounding setup on solar... check-in: 8f2f6765e3 user: andreas_kupries tags: trunk | |
| 19:31 | * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message. * generic/tclPk... check-in: 114062b0f3 user: dgp tags: core-8-5-branch | |
| 19:26 | * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message. * generic/tclPk... check-in: 80180a983e user: dgp tags: trunk | |
| 19:22 | * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message. check-in: ef849b1eed user: dgp tags: trunk | |
| 19:20 | * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message. check-in: 23fac7f09b user: dgp tags: core-8-5-branch | |
| 16:23 | * README: Bump version number to 8.6a0 * generic/tcl.h: * libr... check-in: b76be03521 user: dgp tags: trunk | |
|
2008-03-31
| ||
| 17:21 | merge updates from HEAD check-in: aaab5d4d67 user: dgp tags: core-8-5-branch | |
|
2008-03-30
| ||
| 08:36 | autoheader-2.59 check-in: d2a6de8cdc user: das tags: trunk | |
| 08:36 | autoconf-2.59 check-in: 4d3266225c user: das tags: trunk | |
| 04:36 | * generic/tclObj.c: Added missing #include <math.h> needed to locate isnan() after the above c... check-in: e7ea210fb9 user: kennykb tags: trunk | |
| 04:26 | * generic/tclInt.h (TclIsNaN): * unix/configure.in: Added code to the configurator to check for ... check-in: 1c8454d937 user: kennykb tags: trunk | |
| 03:23 | * tests/mathop.test (mathop-25.9, mathop-25.14): Modified tests to deal with (slightly buggy) math l... check-in: 0d24faa3ce user: kennykb tags: trunk | |
|
2008-03-28
| ||
| 17:31 | * generic/tcl.h: Bump to 8.5.2 for release. * library/init.tcl: * too... check-in: 514a7e674e user: dgp tags: trunk, core-8-5-2 | |
| 16:45 | * changes: Updated for 8.5.2 release. check-in: 459673efba user: dgp tags: trunk | |
| 14:35 | disable codesign on tests target check-in: 0871ba27bd user: das tags: trunk | |
| 11:18 | Rewrite to use tcltest2 better while getting rid of bugs/misfeatures. check-in: 9fbc08b2f6 user: dkf tags: trunk | |
|
2008-03-27
| ||
| 20:36 | Changes up to and including Olson's tzdata2008b check-in: 79c4daab88 user: kennykb tags: trunk | |
| 13:40 | * unix/configure: autoconf-2.59 check-in: 902dff7f0e user: das tags: trunk | |
| 13:39 | * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166] check-in: 322be13390 user: das tags: trunk | |
|
2008-03-26
| ||
| 19:35 | formatting check-in: 93f6ccd040 user: dgp tags: trunk | |
| 16:28 | * changes: Updated for 8.5.2 release. check-in: 7605509334 user: dgp tags: trunk | |
| 14:51 | Minor improvements/fixes check-in: a13f7f626c user: dkf tags: trunk | |
| 09:59 | Minor fixes to copyright declarations (spelling, consistency) check-in: c7641a4ced user: dkf tags: trunk | |
|
2008-03-24
| ||
| 03:10 | Removed duplicated tests check-in: 492afc7d35 user: patthoyts tags: trunk | |
| 03:10 | improved fix keeping short-circuit check-in: b0d0fbefe0 user: patthoyts tags: trunk | |
| 02:50 | bug #1923966 - crash in binary format. Added tests for the above crash condition. check-in: 7774371e84 user: patthoyts tags: trunk | |
|
2008-03-21
| ||
| 19:22 | Clarified docs. [Bug 1899962] check-in: 579ac005a8 user: dkf tags: trunk | |
| 19:09 | Added more tests of regexp-mode compilation of the [switch] command. [Bug 1854435] check-in: bc1b844f2b user: dkf tags: trunk | |
|
2008-03-20
| ||
| 09:53 | Oops, typo. check-in: 1fcfaf731d user: dkf tags: trunk | |
| 09:49 | Final clean up of the Tcl_GetMemoryInfo mess. check-in: f3b6299f91 user: dkf tags: trunk | |
|
2008-03-19
| ||
| 16:56 | fix typos check-in: 409d3ae206 user: das tags: trunk | |
| 16:19 | Added exported non-stub function Tcl_GetMemoryInfo check-in: 242d4ea37b user: dkf tags: trunk | |
| 16:02 | Corrected scoping of Tcl_GetMemoryInfo. [Bug 1868171] check-in: 95fb422443 user: dkf tags: trunk | |
| 13:39 | Added workaround for [Bug 1905562] check-in: 5ec8810cae user: dkf tags: trunk | |
|
2008-03-18
| ||
| 18:52 | fix and simplify the OFFSET computation for TclStackAlloc check-in: dfb1d90bd7 user: msofer tags: trunk | |
| 18:14 | * library/tm.tcl (::tcl::tm::UnknownHandler): Changed 'source' to 'source -encoding utf-8'. Thi... check-in: 24a32ceeee user: andreas_kupries tags: trunk | |
| 18:02 | Fix oops. Use ::list, not list, prevent use of the namespace local command. check-in: bf1856b94a user: andreas_kupries tags: trunk | |
| 17:58 | * generic/tclExecute.c: Patch from Miguel Sofer to correct the alignment of memory a... check-in: f5ce84af0c user: dgp tags: trunk | |
| 17:41 | * library/tm.tcl (::tcl::tm::Defaults): Modified handling of environment variables. See [Bug 19... check-in: 87f6d0ef1f user: andreas_kupries tags: trunk | |
|
2008-03-16
| ||
| 17:00 | Correct the handling of stack space calculation (the jump pattern used was confusing the simple-mind... check-in: f311b220cd user: dkf tags: trunk | |
| 12:39 | removed erroneous whitespace check-in: 2299a5e042 user: dkf tags: trunk | |
| 12:38 | Clarified documentation of what happens with negative indices. [Bug 1905809] Added example, tidied u... check-in: dd29fda1f6 user: dkf tags: trunk | |
|
2008-03-14
| ||
| 19:53 | * generic/tclBasic.c (OldMathFuncProc): Same workaround protection from bad TclStack... check-in: fabbee2722 user: dgp tags: trunk | |
| 19:46 | * generic/tclCmdIL.c (Tcl_LsortObjCmd): Use ckalloc() to allocate SortElement arrays... check-in: 3b92a0e0a4 user: dgp tags: trunk | |
| 17:43 | Update test for corrected error message check-in: 17f3515c65 user: dgp tags: trunk | |
| 16:32 | * generic/tclTest.c: Ignore the return value of write() when * unix/tclUnixPipe.c: we are about to ... check-in: fc856d5e52 user: rmax tags: trunk | |
| 16:07 | missing char in error message check-in: 53475f84f7 user: dgp tags: trunk | |
|
2008-03-13
| ||
| 17:46 | d'oh! s/backspace/backslash/ check-in: 877093622d user: das tags: trunk | |
| 17:44 | * unix/configure.in: use backspace-quoting instead of double-quoting * unix/tcl.m4: for lib paths... check-in: 26016dfcd7 user: das tags: trunk | |
| 17:14 | * generic/tclStrToD.c: Resolve identifier conflict over "pow10" with libm in Cygwin... check-in: 26011d35f1 user: dgp tags: trunk | |
| 14:52 | * changes: Updated for 8.5.2 release. check-in: 94c0b53f2d user: dgp tags: trunk | |
|
2008-03-12
| ||
| 23:06 | add ref to [Bug 1893053] check-in: aff3590817 user: das tags: trunk | |
| 22:17 | * macosx/Tcl.xcodeproj/project.pbxproj: add support for Xcode 3.1 * macosx/Tcl.xcodeproj/default.p... check-in: d886202f1d user: das tags: trunk | |
| 20:16 | * doc/info.n: Replaced {expand} with {8}. check-in: e2ac6af9a9 user: andreas_kupries tags: trunk | |
| 10:01 | change http::geturl -keepalive default to 0 as it has poor true pipeline support check-in: 8574782988 user: hobbs tags: trunk | |
| 09:51 | * unix/Makefile.in (install-libraries): Bump http to 2.7 * win/Makefile.in (install-libraries): A... check-in: 6e51258400 user: hobbs tags: trunk | |
| 05:57 | * library/http/http.tcl (http::geturl): add -method option to support * tests/http.test (http-3.1)... check-in: 33649f231d user: hobbs tags: trunk | |
| 05:39 | * library/http/http.tcl: whitespace changes, code cleanup. Allow http to be re-sourced without ov... check-in: 4d66243235 user: hobbs tags: trunk | |
| 01:25 | improve darwin9 constraint check-in: 6daa92a04c user: das tags: trunk | |
|
2008-03-11
| ||
| 22:29 | * unix/configure: autoconf-2.59 check-in: 4703620c55 user: das tags: trunk | |
| 22:28 | * macosx/GNUmakefile: fix quoting to allow paths to * macosx/Tcl-Common.xcconfig: ${builddir} a... check-in: 82d286110d user: das tags: trunk | |
| 22:26 | * macosx/Tcl.xcodeproj/project.pbxproj: add support for Xcode 3.1 and * macosx/Tcl.xcodeproj/defau... check-in: ad66da0f7f user: das tags: trunk | |
| 22:25 | * generic/tclEncoding.c (LoadEscapeEncoding): avoid leaking escape sub-encodings, fixes encoding-1... check-in: c689d9cd87 user: das tags: trunk | |
| 22:24 | * macosx/tclMacOSXNotify.c: avoid using CoreFoundation after fork() on Darwin 9 even when TclpCrea... check-in: bec5e4d2db user: das tags: trunk | |
| 22:23 | * unix/tclUnixNotfy.c: fix warning check-in: f1ac417c0c user: das tags: trunk | |
| 22:23 | * tests/exec.test (exec-9.7): reduce timing sensitivity * tests/socket.test (socket-2.11): (esp. ... check-in: 2834a01435 user: das tags: trunk | |
| 22:22 | * tests/fCmd.test (fCmd-9.4): skip on Darwin 9 (xfail). check-in: 24df368431 user: das tags: trunk | |
| 17:23 | * generic/tclVar.c (TclDeleteNamespaceVars): * tests/var.test (var-8.2): unset traces on vars shou... check-in: 0083565512 user: msofer tags: trunk | |
|
2008-03-10
| ||
| 19:06 | * changes: Updated for 8.5.2 release. check-in: 2c88fd3f6c user: dgp tags: trunk | |
| 18:49 | * doc/http.n: Revised to indicate that [package require http 2.5.5] is needed to g... check-in: 7cf97fef06 user: dgp tags: trunk | |
| 17:54 | * generic/tclEvent.c (TclDefaultBgErrorHandlerObjCmd): Added error * tests/event.te... check-in: b8c4561fb4 user: dgp tags: trunk | |
| 16:18 | * generic/tclBasic.c (ExprAbsFunc): Revised so that the abs() * tests/expr.test:... check-in: e211f090b3 user: dgp tags: trunk | |
| 14:34 | typo check-in: d8b5811378 user: dgp tags: trunk | |
|
2008-03-07
| ||
| 22:42 | * generic/tclResult.c (ReleaseKeys): Workaround for [Bug 1904907]. Reset the return option keys... check-in: e3e2980503 user: andreas_kupries tags: trunk | |
| 21:07 | commentary cleanup check-in: 2a77ff2ce0 user: dgp tags: trunk | |
| 19:26 | * generic/tclExecute.c (Tcl_ExprObj): Revised expression bytecode compiling so tha... check-in: d8bf40a6f9 user: dgp tags: trunk | |
| 19:15 | * generic/tclCmdAH.c: Revised direct evaluation implementation of [expr] so that [... check-in: beca0b3f8e user: dgp tags: trunk | |
| 19:04 | * tests/execute.test (execute-6.*): More tests checking that script bytecode is ... check-in: 487ecf6dc6 user: dgp tags: trunk | |
| 15:28 | * tests/execute.test (execute-6.*): More tests checking that script bytecode is ... check-in: ebf28f0213 user: dgp tags: trunk | |
| 09:27 | regen check-in: 5295e88e33 user: dkf tags: trunk | |
| 09:27 | Add AC_HEADER_STDC to support msys/win64. check-in: c3acd88cd6 user: dkf tags: trunk | |
|
2008-03-06
| ||
| 22:08 | Minor tidying up. [Bug 1909019] check-in: fca3d95f5c user: dkf tags: trunk | |
|
2008-03-04
| ||
| 18:50 | * tests/execute.test (6.3,4): Added tests for Bug 1899164]. check-in: 8b8aff2dde user: dgp tags: trunk | |
|
2008-03-03
| ||
| 14:54 | * unix/tclUnixChan.c: Fix mark and space parity on Linux, which uses CMSPAR instead of PAREXT. check-in: 701e7babf4 user: rmax tags: trunk | |
|
2008-03-02
| ||
| 19:12 | test added (did not fail previously, just to make sure it never does) check-in: 7d5f32e0a6 user: msofer tags: trunk | |
| 18:46 | * generic/tclNamesp.c (GetNamespaceFromObj): spoil the intrep of an nsNameType obj when the refere... check-in: 2cd4278581 user: msofer tags: trunk | |
|
2008-02-29
| ||
| 21:02 | date fix check-in: 0923c75b80 user: dgp tags: trunk | |
| 21:02 | * generic/tclResult.c (Tcl_SetReturnOptions): Revised the refcount management of T... check-in: 1ef5d374d7 user: dgp tags: trunk | |
| 19:59 | * generic/tclBasic.c (Tcl_AppendObjToErrorInfo): Revised the refcount managem... check-in: 9bd1c3e045 user: dgp tags: trunk | |
|
2008-02-28
| ||
| 22:36 | * generic/tclBasic.c (TclEvalObjvInternal): Plug memory leak when an enter trace... check-in: fbd5ed0f6c user: dgp tags: trunk | |
| 20:40 | * generic/tclCompExpr.c (ParseExpr): Plug memory leak in error message generation... check-in: da89d12071 user: dgp tags: trunk | |
| 20:39 | Oops! Forgot to record patch number [#1903339] for last commit. check-in: 41f9a3a297 user: jenglish tags: trunk | |
| 20:14 | Reduce scope of <sys/filio.h> and <sys/ioctl.h> #includes. check-in: 7eb313d9d8 user: jenglish tags: trunk | |
| 20:12 | Consolidate all code conditionalized on -DUSE_FIONBIO into one place. New routine TclUnixSetBlocking... check-in: f166136c31 user: jenglish tags: trunk | |
| 17:36 | * generic/tclStringObj.c (Tcl_AppendFormatToObj): [format %llx $big] leaked an mp_in... check-in: 120da645b7 user: dgp tags: trunk | |
| 15:59 | * generic/tclCompCmds.c (TclCompileReturnCmd): The 2007-10-18 commit to optimize co... check-in: 8399eb8f5d user: dgp tags: trunk | |
|
2008-02-27
| ||
| 23:49 | bug #705956 - fix inverted logic when cleaning up socket error in geturl. Document meta accessor. check-in: 8a680814d7 user: patthoyts tags: trunk | |
| 11:20 | autoheader-2.59 check-in: b28d6f128b user: das tags: trunk | |
| 03:35 | Remove dead/unused portability-related #defines and unused conditional code. See SF#1901828 for disc... check-in: b29cb95ed3 user: jenglish tags: trunk | |
| 02:08 | * doc/clock.n: Corrected minor indentation gaffe in the penultimate paragraph. [Bug 1898025] * gener... check-in: bc94636f47 user: kennykb tags: trunk | |
| 00:12 | fix warning check-in: db1385187c user: das tags: trunk | |
|
2008-02-26
| ||
| 21:50 | More stray trailing ","s. check-in: 0a1324c741 user: jenglish tags: trunk | |
| 21:19 | Define socklen_t as "int" if missing, not "unsigned". (accept(2) et. al. traditionally took "int *" ... check-in: 5efdba63af user: jenglish tags: trunk | |
| 20:28 | Remove stray trailing "," from enum InstOperandType definition (C99ism). check-in: 65872659c0 user: jenglish tags: trunk | |
| 20:18 | * generic/tclUtil.c (TclReToGlob): fix the handling of the last * tests/regexpComp.test: star p... check-in: 13aea450a4 user: hobbs tags: trunk | |
| 19:52 | Set version 2.5.5 bug #1868845 - it is better to do the [eof] check after trying to read from the so... check-in: 9773380ea5 user: patthoyts tags: trunk | |
|
2008-02-22
| ||
| 11:50 | Add a linker hint for msvc to include ws2_32.lib check-in: 1dbfc6476e user: patthoyts tags: trunk | |
| 10:56 | Fix for bug #1818565. Always check that the state array exists in the http::status command. Set vers... check-in: ad7511df0f user: patthoyts tags: trunk | |
|
2008-02-13
| ||
| 20:35 | add missing constraint check-in: c85e6e712e user: dgp tags: trunk | |
| 19:41 | eliminate duplicate test names check-in: cfc3f859c7 user: dgp tags: trunk | |
| 18:00 | * generic/tcl.h: Bump version number to 8.5.2b1 to distinguish * library/init... check-in: 8cd7e62e9a user: dgp tags: trunk | |
|
2008-02-12
| ||
| 10:27 | Fix [Bug 1891827] check-in: d77bd2f9f5 user: dkf tags: trunk | |
| 10:07 | Documented missing configure flags. [Bug 1799011] check-in: 73ae2a8277 user: dkf tags: trunk | |
|
2008-02-06
| ||
| 02:53 | doc/clock.n - minor documentation fix in %N format group check-in: d1b3414158 user: kennykb tags: trunk | |
| 01:13 | * generic/tclClock.c (ClockParseformatargsObjCmd): * library/clock.tcl (::tcl::clock::format): * tes... check-in: fa22a0f73a user: kennykb tags: trunk | |
|
2008-02-04
| ||
| 21:43 | bump release date check-in: 68d8465118 user: dgp tags: trunk, core-8-5-1 | |
| 20:24 | fix comments in INST_CONCAT check-in: b62a20626b user: msofer tags: trunk | |
| 19:54 | * generic/tclExecute.c (INST_CONCAT1): fix optimisation for in-place concatenation (was going over... check-in: a4502c95c3 user: msofer tags: trunk | |
| 17:29 | *** 8.5.1 TAGGED FOR RELEASE *** * generic/tcl.h: Bump to 8.5.1 for release.... check-in: 9673130446 user: dgp tags: trunk | |
|
2008-02-02
| ||
| 23:58 | * unix/configure.in (Darwin): correct Info.plist year substitution in non-framework builds. ... check-in: bc0aee463e user: das tags: trunk | |
|
2008-02-01
| ||
| 19:04 | set release tag check-in: ac100c3a39 user: dgp tags: trunk | |
|
2008-01-30
| ||
| 14:57 | credit contributor an00na check-in: 9560ef018c user: msofer tags: trunk | |
| 10:45 | * generic/tclInterp.c (Tcl_GetAlias): fix for [Bug 1882373] check-in: 19185673bd user: msofer tags: trunk | |