|
From: Daniel A. S. <da...@us...> - 2004-02-26 09:18:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7724 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * macosx/Makefile: fixed copyright year in Tcl.framework Info.plist |
|
From: Vince D. <vin...@us...> - 2004-02-28 15:54:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31537 Modified Files: ChangeLog Log Message: test and documentation fixes |
|
From: Don P. <dg...@us...> - 2004-03-01 17:44:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22664 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclCmdMZ.c (TclCheckInterpTraces): The TIP 62 * generic/tclTest.c (TestcmdtraceCmd): implementation introduced a * tests/basic.test (basic-39.10): bug by testing the CallFrame level instead of the iPtr->numLevels level when deciding what traces created by Tcl_Create(Obj)Trace to call. Added test to expose the error, and made fix. [Request 462580] |
|
From: Don P. <dg...@us...> - 2004-03-01 17:44:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22812 Modified Files: ChangeLog Log Message: * generic/tclTrace.c (TclCheckInterpTraces): The TIP 62 * generic/tclTest.c (TestcmdtraceCmd): implementation introduced a * tests/trace.test (trace-29.10): bug by testing the CallFrame level instead of the iPtr->numLevels level when deciding what traces created by Tcl_Create(Obj)Trace to call. Added test to expose the error, and made fix. [Request 462580] |
|
From: Don P. <dg...@us...> - 2004-03-01 17:59:10
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26482 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tcl.m4 (SC_CONFIG_CFLAGS): Allow 64-bit enabling on IRIX64-6.5* systems. [Bug 218561] * unix/configure: autoconf-2.13 |
|
From: Don P. <dg...@us...> - 2004-03-01 18:12:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29201 Modified Files: ChangeLog Log Message: * unix/tcl.m4 (SC_CONFIG_CFLAGS): Allow 64-bit enabling on IRIX64-6.5* systems. [Bug 218561] * unix/configure: autoconf-2.57 |
|
From: David G. <dav...@us...> - 2004-03-03 09:24:23
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv977 Modified Files: ChangeLog Log Message: no message |
|
From: David G. <dav...@us...> - 2004-03-03 10:59:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18234 Modified Files: ChangeLog Log Message: no message |
|
From: Jeffrey H. <ho...@us...> - 2004-03-03 23:39:34
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20228 Modified Files: ChangeLog Log Message: whitespace mods |
|
From: Donal K. F. <dk...@us...> - 2004-03-04 09:54:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28409 Modified Files: ChangeLog Log Message: Fix minor syntax problems. [Bug 909288] |
|
From: Pat T. <pat...@us...> - 2004-03-04 15:24:06
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27951 Modified Files: ChangeLog Log Message: Added TIP #100 support to the registry package (patch #903831) This provides a Windows test of the TIP #100 mechanism and a sample to show how unloading an extension can be done. |
|
From: Don P. <dg...@us...> - 2004-03-04 22:53:06
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3347 Modified Files: ChangeLog Log Message: * generic/tclParse.c (InitParse): Factored the common code for initializing a Tcl_Parse struct into one routine. |
|
From: Pat T. <pat...@us...> - 2004-03-04 23:15:40
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8846 Modified Files: ChangeLog Log Message: Applied fix from #766159 for Win98 registry to skip unicode tests. |
|
From: Don P. <dg...@us...> - 2004-03-04 23:38:48
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13889 Modified Files: ChangeLog Log Message: * generic/tclInt.h (TclParseInit): Factored the common code * generic/tclParse.c (TclParseInit): for initializing a Tcl_Parse * generic/tclParseExpr.c: struct into one routine. |
|
From: Don P. <dg...@us...> - 2004-03-04 23:46:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15531 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Kevin B K. <ke...@us...> - 2004-03-05 16:02:13
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25806 Modified Files: ChangeLog Log Message: * tests/registry.test: Applied fix from Patch #910174 to make the test for an English-language system include any country code, rather than just English-United States.1252. Thanks to Pat Thoyts for the changes. |
|
From: Kevin B K. <ke...@us...> - 2004-03-05 16:51:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5637 Modified Files: ChangeLog Log Message: * generic/tclTest.c: Modified TesteventObjCmd to use a Tcl_QueuePosition in place of an 'int' for the enumerated queue position, to avoid a compiler warning on SGI. (Bug #771960). |
|
From: Mo D. <md...@us...> - 2004-03-05 21:42:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3100 Modified Files: ChangeLog Log Message: * win/configure: Regen. * win/configure.in: Check for define of MWMO_ALERTABLE in winuser.h. * win/tclWinPort.h: If MWMO_ALERTABLE is not defined in winuser.h then define it. This is needed for Mingw. |
|
From: Don P. <dg...@us...> - 2004-03-08 16:50:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23248 Modified Files: ChangeLog Log Message: * generic/tclParse.c (TclParseInit): Modified TclParseInit so * generic/tclTest.c ([testexprparser]): that Tcl_Parse initialization conforms to documented promised about what fields will not be modified by what Tcl_Parse* routines. [Bug 910595] |
|
From: Vince D. <vin...@us...> - 2004-03-09 13:11:10
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6437 Modified Files: ChangeLog Log Message: glob -path fix for near filesystem root |
|
From: Vince D. <vin...@us...> - 2004-03-09 13:14:10
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7059 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: glob -path fix for near filesystem root |
|
From: Kevin B K. <ke...@us...> - 2004-03-10 16:19:40
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26750 Modified Files: ChangeLog Log Message: * generic/tclGetDate.y (TclGetDate): Fix so that [clock scan <timeOfDay> -gmt true] uses the GMT base date instead of the local one. [Bug 913513] * tests/clock.test: Added test cases for wrong ISO8601 week number [Bug 500285] and wrong GMT base date [Bug 913513]. Several tests still fail on Windows, and these are actual faults in [clock scan]. Fix is still pending. * generic/tclDate.c: Regenerated. |
|
From: Donal K. F. <dk...@us...> - 2004-03-12 23:29:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14536 Modified Files: ChangeLog Log Message: Implementation of [dict merge] subcommand, based on [FRQ 745851] |
|
From: miguel s. <ms...@us...> - 2004-03-15 20:43:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28470 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclCompile.c (TclCompileScript): * tests/compile.test (compile-3.5): corrected wrong test and behaviour in the earlier fix for [Bug 705406]; Don Porter reported this as [Bug 735055], and provided the solution. Fixed in HEAD on 2003-05-09, but backport to 8-4-branch was wrongly omitted; re-reported as [Bug 916795] by Roy Terry, diagnosed by dgp. |
|
From: David G. <dav...@us...> - 2004-03-16 03:49:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17310 Modified Files: ChangeLog Log Message: no message |