Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
288 check-ins using file library/msgcat/pkgIndex.tcl version a6efd03936
|
2004-03-31
| ||
| 01:36 | Merge updates from HEAD check-in: 3a26049d35 user: dgp tags: dgp-refactor | |
|
2004-03-30
| ||
| 22:27 | More hash function cleaning up. check-in: f32595c386 user: dkf tags: trunk | |
| 21:34 | Fixed object hashing bozo-ness. The code as it stood looked like a cargo-cult hangover from the has... check-in: 9a948a8375 user: dkf tags: trunk | |
| 19:17 | * generic/tclExecute.c (TEBC): reverting to the previous method for async tests in TEBC, as the ne... check-in: 41f93f469a user: msofer tags: trunk | |
| 16:22 | * generic/tclCompile.c: New instruction code INST_START_CMD * generic/tclCompile.h: that a... check-in: f7f63d8e13 user: msofer tags: trunk | |
| 16:13 | Corrected case: Filesystem.h -> FileSystem.h check-in: 95ac488c9c user: dgp tags: trunk | |
| 15:35 | fix to glob with volume relative paths, bug 898238 check-in: 420ac4b311 user: vincentdarley tags: trunk | |
| 09:56 | fix to Tcl bug 918320 check-in: 6693f94672 user: vincentdarley tags: trunk | |
|
2004-03-29
| ||
| 21:43 | merge updates from HEAD check-in: f32e7d9305 user: dgp tags: dgp-refactor | |
| 16:35 | overlooked update to tests. check-in: 3e60c7abe4 user: dgp tags: trunk | |
| 15:47 | * generic/tclMain.c (Tcl_Main, StdinProc): Append newline only to incomplete scripts... check-in: 98d02c1264 user: dgp tags: trunk | |
| 02:18 | Changelog fix check-in: 62378ec1ea user: msofer tags: trunk | |
| 02:09 | * generic/tclCompile.c (TclCompileScript): corrected possible segfault when a compilation returns ... check-in: 6dd42cd8f5 user: msofer tags: trunk | |
|
2004-03-28
| ||
| 00:48 | * doc/array.n: added documentation for trace-realted behaviour of 'array get' [Bug 449893] check-in: 6b87fc6495 user: msofer tags: trunk | |
|
2004-03-26
| ||
| 22:35 | a bit more detail in the changes file about new package versions check-in: 102ee64a59 user: dgp tags: trunk | |
| 22:28 | Merge updates from HEAD. check-in: 6e8d2d7ba1 user: dgp tags: dgp-refactor | |
| 19:47 | * README: Bumped version number to 8.5a2 to * tools/tcl.wse.in: di... check-in: 2894e72102 user: dgp tags: trunk | |
| 19:04 | fixed another volume-relative file normalization problem check-in: 82c15c433d user: vincentdarley tags: trunk | |
| 18:45 | fix to windows volume-relative path normalization check-in: 7e000dfba5 user: vincentdarley tags: trunk | |
|
2004-03-24
| ||
| 21:54 | Silly bug found originally by Damon Courtney. [922752] check-in: fa1b9ceadb user: dkf tags: trunk | |
|
2004-03-23
| ||
| 09:00 | Docfix. [Bug 921464] check-in: 2a45eac74c user: dkf tags: trunk | |
|
2004-03-19
| ||
| 18:43 | Added CONST to TclpGetTime declaration and `make genstubs` check-in: c981f6dd1e user: dgp tags: trunk | |
| 18:34 | Include tclInt.h instead of tclPort.h to fix building on Solaris. check-in: b18183a7f0 user: rmax tags: trunk | |
| 18:33 | Made HEAD build on Windows VC++ again. check-in: 6610e1aa01 user: kennykb tags: trunk | |
| 16:15 | Fix breakage by making tclIntDecls.h #inc tclPort.h, as recommended by DGP. check-in: 01243a7c07 user: dkf tags: trunk | |
| 16:05 | autoconf-2.57 check-in: e0539e53b3 user: dgp tags: trunk | |
|
2004-03-18
| ||
| 19:03 | *** empty log message *** check-in: 2b1ba2f519 user: rmax tags: trunk | |
| 19:01 | * unix/tcl.m4: Removed -Wno-strict-aliasing. check-in: fb21d8b68d user: rmax tags: trunk | |
| 18:55 | * generic/tclIntDecls.h: Removed TclpTime_t. It wasn't really needed, * generic/tclInt.h: but c... check-in: dab531a337 user: rmax tags: trunk | |
| 18:54 | * generic/tclNamesp.c: Added temporary pointer variables to work * generic/tclStubLib.c: around w... check-in: fd479acbdb user: rmax tags: trunk | |
| 18:50 | * generic/tclIntDecls.h: Removed TclpTime_t. It wasn't really needed, * generic/tclInt.h: but c... check-in: c4cc68d13f user: rmax tags: trunk | |
|
2004-03-17
| ||
| 19:29 | Reverted changes to tcltest so that it can still support Mac when copied to Mac systems (only requir... check-in: 990a5ef147 user: dgp tags: trunk | |
| 18:45 | Removed support for Mac OS Classic platform [Patch 918142] check-in: 843d7d5bb5 user: das tags: trunk | |
| 18:14 | Removed support for Mac OS Classic platform [Patch 918142] check-in: b6330dbac7 user: das tags: trunk | |
| 00:57 | Slightly better docs for [lsearch]'s advanced capabilities check-in: da98392a5d user: dkf tags: trunk | |
|
2004-03-16
| ||
| 22:19 | * doc/catch.n: Compiled [catch] no longer fails to catch syntax errors. Removed th... check-in: 4a8f2f7e68 user: dgp tags: trunk | |
| 19:54 | * unix/configure, unix/tcl.m4: add -Wno-strict-aliasing for GCC to suppress useless type puning wa... check-in: 152b2ad062 user: hobbs tags: trunk | |
| 10:48 | Formatting fix. [Bug 917171] check-in: aa6ebc91ca user: dkf tags: trunk | |
| 03:40 | no message check-in: d8fddcf655 user: davygrvy tags: trunk | |
| 03:40 | * win/tclWinNotify.c: Fixed a mistake where the return value of MsgWaitForMultipleObjectsEx for "a m... check-in: 7d7363280b user: davygrvy tags: trunk | |
|
2004-03-12
| ||
| 23:21 | Implementation of [dict merge] subcommand, based on [FRQ 745851] check-in: 1ce578a9ea user: dkf tags: trunk | |
|
2004-03-10
| ||
| 16:01 | * generic/tclGetDate.y (TclGetDate): Fix so that [clock scan <timeOfDay> -gmt true] uses the GMT b... check-in: 3256bce743 user: kennykb tags: trunk | |
|
2004-03-09
| ||
| 13:34 | Fixed incorrect reporting of OS version for DJGPP. This known misinterpretation of uts_name struct f... check-in: ad2ec2e5bb user: vbwagner tags: trunk | |
| 13:32 | Removed undefining of extra error codes for DJGPP. It is not needed when Waterloo TCP 32 is properly... check-in: 84ea012850 user: vbwagner tags: trunk | |
| 12:59 | fixed typos in documentation and comments check-in: 720c4fb879 user: vincentdarley tags: trunk | |
| 12:57 | glob -path fix for near filesystem root check-in: 43b58eb623 user: vincentdarley tags: trunk | |
| 12:54 | glob -path fix for near filesystem root check-in: cd921511a7 user: vincentdarley tags: trunk | |
|
2004-03-08
| ||
| 16:34 | * generic/tclParse.c (TclParseInit): Modified TclParseInit so * generic/tclTest.c... check-in: ffd089be31 user: dgp tags: trunk | |
| 01:53 | reformatted a comment I had once moved so it doesn't exceed 74 colums. check-in: c3199a26cf user: davygrvy tags: trunk | |
| 01:51 | some silly reformatting changes to remove useless whitespace. check-in: 958f519d14 user: davygrvy tags: trunk | |
| 01:50 | added a slot position for a project of my own. check-in: 0f0dfb3fa4 user: davygrvy tags: trunk | |
| 01:50 | Checks MSDevDir, not MSVCDir envar. check-in: b5776c465d user: davygrvy tags: trunk | |
|
2004-03-06
| ||
| 17:31 | Further parser revisions to avoid a quadratic number of Tcl_Token copies when command substitutions ... check-in: 30eb7f22a7 user: dgp tags: dgp-refactor | |
|
2004-03-05
| ||
| 21:27 | * win/configure: Regen. * win/configure.in: Check for define of MWMO_ALERTABLE in winuser.h. * w... check-in: 2dd40b62f0 user: mdejong tags: trunk | |
| 16:36 | * generic/tclTest.c: Modified TesteventObjCmd to use a Tcl_QueuePosition in place of an 'int' for t... check-in: 6b18cc1df5 user: kennykb tags: trunk | |
| 15:48 | * tests/registry.test: Applied fix from Patch #910174 to make the test for an English-language ... check-in: 2c9ca622ea user: kennykb tags: trunk | |
| 14:06 | hidden unix-specific implementations of file volumes and file attributes under #ifndef DJGPP. Added ... check-in: 8616737a8a user: vbwagner tags: trunk | |
|
2004-03-04
| ||
| 23:33 | merge updates from HEAD check-in: 226b483e85 user: dgp tags: dgp-refactor | |
| 23:25 | * generic/tclInt.h (TclParseInit): Factored the common code * generic/tclParse.... check-in: c12d51f5d1 user: dgp tags: trunk | |
| 23:02 | Applied fix from #766159 for Win98 registry to skip unicode tests. check-in: a3e24a02e0 user: patthoyts tags: trunk | |
| 22:39 | * generic/tclParse.c (InitParse): Factored the common code for initializing a ... check-in: e4a6a58133 user: dgp tags: trunk | |
| 17:26 | merge updates from HEAD check-in: 90bbbc469a user: dgp tags: dgp-refactor | |
| 15:10 | Added TIP #100 support to the registry package (patch #903831) This provides a Windows test of the T... check-in: e9c5a80862 user: patthoyts tags: trunk | |
| 09:40 | Fix minor syntax problems. [Bug 909288] check-in: 285f8155e0 user: dkf tags: trunk | |
|
2004-03-03
| ||
| 23:58 | minor doc fixes for html conversion check-in: 19368459df user: hobbs tags: trunk, core-8-5-a1 | |
| 23:26 | whitespace mods check-in: c108dc0c63 user: hobbs tags: trunk | |
| 23:26 | note TIP#124 changes check-in: d80a777066 user: hobbs tags: trunk | |
| 22:49 | updated changes for 8.5a1 check-in: 5f997cc298 user: hobbs tags: trunk | |
| 22:35 | Removed inactive code. check-in: b133a53f06 user: dgp tags: dgp-refactor | |
| 10:47 | no message check-in: 736b7a5a56 user: davygrvy tags: trunk | |
| 10:47 | fixed some commentary. check-in: 61969488ef user: davygrvy tags: trunk | |
| 10:44 | * win/tclWinNotify.c (Tcl_WaitForEvent) : Allows an idling notifier to service "Asynchronous Procedu... check-in: cc0704a50f user: davygrvy tags: trunk | |
| 09:11 | no message check-in: 6d1a4b90d2 user: davygrvy tags: trunk | |
| 09:10 | default environment variable for VC++ is %MSDevDir% not %MSVCDir%, although vcvars32.bat sets both. check-in: d5c1be6b3c user: davygrvy tags: trunk | |
|
2004-03-02
| ||
| 00:42 | update patchlevel to 8.5a1 check-in: 28d3b065c8 user: hobbs tags: trunk | |
| 00:41 | update HP-11 build libs setup check-in: a462c3aeae user: hobbs tags: trunk | |
|
2004-03-01
| ||
| 19:27 | Update changes for 8.4.6 release. check-in: ff98c9801c user: dgp tags: trunk | |
| 18:01 | * unix/tcl.m4 (SC_CONFIG_CFLAGS): Allow 64-bit enabling on IRIX64-6.5* systems... check-in: a2b66a2187 user: dgp tags: trunk | |
| 17:33 | * generic/tclTrace.c (TclCheckInterpTraces): The TIP 62 * generic/tclTest.c (Test... check-in: fbc9a80268 user: dgp tags: trunk | |
|
2004-02-28
| ||
| 15:46 | more robust tests check-in: afdde5e5e0 user: vincentdarley tags: trunk | |
| 15:45 | removed 'the the' typos check-in: 6ba58f0303 user: vincentdarley tags: trunk | |
| 15:44 | test and documentation fixes check-in: c98c5a8e85 user: vincentdarley tags: trunk | |
|
2004-02-26
| ||
| 09:10 | * macosx/Makefile: fixed copyright year in Tcl.framework Info.plist check-in: 9ff2cb1d73 user: das tags: trunk | |
|
2004-02-25
| ||
| 23:56 | * tests/basic.test: Made several tests more robust to the * tests/cmdMZ.test: ... check-in: 0fb8324d96 user: dgp tags: trunk | |
| 16:17 | Missed a pointer dereference in check for NULL. D'oh! [904307] check-in: 53abe20838 user: dkf tags: trunk | |
| 14:50 | Fix memleak with long hostnames. [Bug 888777] check-in: 0a8ace07ca user: dkf tags: trunk | |
| 14:12 | * win/tclWinDde.c: Removed some gcc warnings - except for the -Wconversion warning for GetGlobalAt... check-in: ff97c10f82 user: patthoyts tags: trunk | |
|
2004-02-24
| ||
| 23:02 | Regen check-in: 66634dd693 user: dkf tags: trunk | |
| 22:58 | TIP#100 implementation largely based on work by Georgios Petasis. check-in: 4f599936a4 user: dkf tags: trunk | |
|
2004-02-23
| ||
| 10:43 | Fix memleak. [Bug 902562] check-in: d3278367b9 user: dkf tags: trunk | |
|
2004-02-21
| ||
| 12:48 | Fix memory leak on error path check-in: ccdf97e374 user: dkf tags: trunk | |
| 04:36 | no message check-in: bc2376f3b3 user: davygrvy tags: trunk | |
| 02:17 | (SocketThreadExitHandler): Don't call TerminateThread when WaitForSingleObject returns a timeout. T... check-in: 5952fe710d user: davygrvy tags: trunk | |
|
2004-02-20
| ||
| 18:38 | changes through 8.4.6 release check-in: 24cd087d17 user: dgp tags: trunk | |
|
2004-02-18
| ||
| 22:30 | Merge updates from HEAD. Ported support of {expand} syntax. check-in: 257d73b262 user: dgp tags: dgp-refactor | |
| 01:41 | * doc/tcltest.n: * library/tcltest/tcltest.tcl: Changed -verbose default value to ... check-in: a6db62923b user: dgp tags: trunk | |
| 01:30 | add constraints to unixInit-7.1 check-in: d30acaa0b8 user: hobbs tags: trunk | |
| 01:06 | Whitespace police check-in: 10b901b784 user: dgp tags: trunk | |
|
2004-02-17
| ||
| 23:50 | * tests/unixInit.test (unixInit-7.1): * unix/tclUnixInit.c (TclpInitPlatform): ensure the std fds ... check-in: 2f989b379a user: hobbs tags: trunk | |
| 20:55 | Fix for my bozo-ness. [Bug 898910] check-in: 38a9d30743 user: dkf tags: trunk | |
| 04:56 | * generic/tclTrace.c (TclTraceExecutionObjCmd) (TclTraceCommandObjCmd): fix possible mem leak in t... check-in: 9adbc9d47f user: hobbs tags: trunk | |
| 04:55 | clarify info exists vs. variables return result check-in: dab52bb35a user: hobbs tags: trunk | |
|
2004-02-12
| ||
| 23:19 | * win/tclWinInit.c (AppendEnvironment): Use the tail component of the passed in lib path instead ... check-in: dab9952df9 user: mdejong tags: trunk | |
|
2004-02-10
| ||
| 22:07 | no message check-in: eaf3758d7d user: davygrvy tags: trunk | |
| 22:04 | better macro grepping logic check-in: e404be82cc user: davygrvy tags: trunk | |
|
2004-02-08
| ||
| 01:44 | speling check-in: 9902152912 user: davygrvy tags: trunk | |
| 01:38 | minor bug fix for last commit. check-in: 35f211ff7b user: davygrvy tags: trunk | |
|
2004-02-07
| ||
| 21:47 | no message check-in: 57e94ff38f user: davygrvy tags: trunk | |
| 21:47 | * win/makefile.vc: * win/rules.vc: * win/tcl.rc: * win/tclsh.rc: Added an 'unchecked' option to the... check-in: cc4a3db7ed user: davygrvy tags: trunk | |
| 05:47 | Merge updates from HEAD Note that this branch currently does not fully support the new {expand} syn... check-in: beeeb45bbf user: dgp tags: dgp-refactor | |
|
2004-02-06
| ||
| 16:48 | * doc/clock.n: Removed reference to non-existent [file ctime]. check-in: 75bae7c0e9 user: dgp tags: trunk | |
| 00:02 | no message check-in: 7cbbb6831c user: davygrvy tags: trunk | |
| 00:01 | * docs/tclvars.n: Added clarification of the ::tcl_platform(debug) var that it only refers to the fl... check-in: 36c5695448 user: davygrvy tags: trunk | |
|
2004-02-05
| ||
| 20:25 | * generic/tclFileName.c (SkipToChar): Corrected CONST and type-casting issues that... check-in: 41ccda6f8f user: dgp tags: trunk | |
|
2004-02-04
| ||
| 06:46 | typo check-in: 0275ac08d0 user: dgp tags: trunk | |
| 06:45 | * generic/tclCmdAH.c (StoreStateData): Removed improper refcount decrement of the v... check-in: a3caa70500 user: dgp tags: trunk | |
| 06:15 | * library/tcltest/tcltest.tcl: Corrected references to non-existent $name variable ... check-in: 9b2ed78e0d user: dgp tags: trunk | |
|
2004-02-03
| ||
| 18:51 | * library/tcltest/tcltest.tcl: Corrected parsing of single command line argument (o... check-in: ec96c9f4f8 user: dgp tags: trunk | |
|
2004-02-02
| ||
| 21:35 | minor formatting and some commentary. check-in: 59fb37143b user: davygrvy tags: trunk | |
| 21:33 | no message check-in: cac04cff9e user: davygrvy tags: trunk | |
| 21:31 | * generic/tclIO.c (Tcl_Ungets): fixed improper filling of the channel buffer. [Bug 405995] check-in: b0dd06df66 user: davygrvy tags: trunk | |
| 02:36 | * tests/winPipe.test: Six more cases added. * win/tclWinPipe.c: Fixed BuildCommandLine() to pass the... check-in: 50286521bc user: davygrvy tags: trunk | |
| 01:34 | * tests/winPipe.test: more cases with the "N backslashes followed a quote -> insert N * 2 + 1 backsl... check-in: d260547fb9 user: davygrvy tags: trunk | |
| 01:13 | no message check-in: 0dd1a6acbc user: davygrvy tags: trunk | |
| 01:13 | * tests/winPipe.test: Added proof that BuildCommandLine() is not doing the "N backslashes followed a... check-in: 3b1e20bff7 user: davygrvy tags: trunk | |
|
2004-02-01
| ||
| 23:37 | * tests/winPipe.test: Added proof that BuildCommandLine() is not doing the "N backslashes followed a... check-in: 298d5353d5 user: davygrvy tags: trunk | |
| 11:42 | no message check-in: 3fff4ffa6a user: davygrvy tags: trunk | |
| 10:28 | * win/nmakehlp.c: defensive techniques to avoid static buffer overflows and a couple envars upsettin... check-in: 2944745dc0 user: davygrvy tags: trunk | |
| 09:37 | * tests/winPipe.test: more pass-thru commandline verifications. * win/tclWinPipe.c (BuildCommandLine... check-in: 072413cbd2 user: davygrvy tags: trunk | |
|
2004-01-30
| ||
| 08:13 | no message check-in: 07eb715366 user: davygrvy tags: trunk | |
| 08:10 | * win/makefile.vc: Use the -GZ compiler switch when building for symbols. This is supposed to emula... check-in: 1df3e9186e user: davygrvy tags: trunk | |
|
2004-01-29
| ||
| 13:01 | fix to file normalization with links check-in: ea7a46acae user: vincentdarley tags: trunk | |
| 11:47 | fix to test and comment check-in: 11032aae7c user: vincentdarley tags: trunk | |
| 10:28 | filesystem fixes for '-force' consistency and picky compilers check-in: fff97fe116 user: vincentdarley tags: trunk | |
|
2004-01-28
| ||
| 23:56 | Speed improvements to SetBooleanFromAny's string handling whitespace/style policing check-in: 2611b2eb6e user: dkf tags: trunk | |
| 00:59 | no message check-in: 7c1b7dc268 user: davygrvy tags: trunk | |
| 00:56 | * win/nmakehlp.c: Use '.\nul' as the sourcefile name instead of 'nul' so VC 5.2 doesn't try searchin... check-in: 50878eedab user: davygrvy tags: trunk | |
|
2004-01-26
| ||
| 13:33 | filesystem documentation and tests check-in: 4837ad9131 user: vincentdarley tags: trunk | |
|
2004-01-23
| ||
| 10:59 | file normalize bug fixes for .. and . check-in: 53c4f86a01 user: vincentdarley tags: trunk | |
|
2004-01-22
| ||
| 03:06 | no message check-in: 40eef2a450 user: davygrvy tags: trunk | |
| 03:03 | mentions of 'panic' and 'panicVA' removed from the documentation. check-in: b6c6b09106 user: davygrvy tags: trunk | |
|
2004-01-21
| ||
| 19:59 | filesystem optimisation -- Three main issues accomplished: (1) cleaned up variable names in check-in: 9cfcca63fb user: vincentdarley tags: trunk | |
|
2004-01-20
| ||
| 15:49 | Whitespace minimisation check-in: 1b403006e0 user: dkf tags: trunk | |
| 15:40 | Minor comment improvements check-in: 5dac2d2955 user: dkf tags: trunk | |
| 15:39 | Minor whitespace/capitalization fixes check-in: b3c1b261c0 user: dkf tags: trunk | |
| 05:20 | no message check-in: f2a60767e6 user: davygrvy tags: trunk | |
| 05:18 | * win/tclWinPipe.c (Tcl_WaitPid): Fixed a thread-safety problem with the process list. The delayed ... check-in: 5940c523f9 user: davygrvy tags: trunk | |
|
2004-01-18
| ||
| 16:19 | Full bytecode compilation for [lassign] check-in: 9a1a37c9ae user: dkf tags: trunk | |
|
2004-01-17
| ||
| 07:31 | no message check-in: 4aaf6cf992 user: davygrvy tags: trunk | |
| 07:29 | added #pragma comment(lib, "advapi32.lib") when compiling under VC++ check-in: 4187620765 user: davygrvy tags: trunk | |
| 00:52 | Fix a shimmering bug check-in: 0d952b7fa6 user: dkf tags: trunk | |
| 00:38 | Minor fixes and update of UNIX documentation installer check-in: 62cc8bc440 user: dkf tags: trunk | |
| 00:28 | Basic implementation of TIP#57 - TclX's [lassign] command into Tcl core Not a direct copy * Better... check-in: 57030a2c1d user: dkf tags: trunk | |
|
2004-01-16
| ||
| 02:52 | no message check-in: 454e3b2da8 user: davygrvy tags: trunk | |
| 02:46 | Same change in how TCL_USE_STATIC_PACKAGES is used. check-in: 3ebae57864 user: davygrvy tags: trunk | |
| 02:42 | Some clean-up with how the resource files are built and how -DTCL_USE_STATIC_PACKAGES is sent when c... check-in: bb79714827 user: davygrvy tags: trunk | |
| 02:40 | Some clean-up with how the resource files are built. check-in: 0f93be7d06 user: davygrvy tags: trunk | |
|
2004-01-15
| ||
| 23:23 | document 'fullwarn' in the opening usage comments check-in: ca655ff7b0 user: davygrvy tags: trunk | |
| 23:09 | no message check-in: 6e8a08124c user: davygrvy tags: trunk | |
| 23:08 | Added new logic to crank-up the warning levels for both compile and link when $(FULLWARNINGS) is set... check-in: 2e5169c29a user: davygrvy tags: trunk | |
| 23:08 | * win/rules.vc: Added new 'fullwarn' to the CHECKS commandline macro; sets $(FULLWARNINGS). check-in: b6f4c0a1ef user: davygrvy tags: trunk | |
| 22:24 | no message check-in: a5ee97fe90 user: davygrvy tags: trunk | |
| 22:20 | * win/tclWinReg.c: Placed the requirement for advapi.lib into the object file itself with #paragma ... check-in: 6176b7ad8e user: davygrvy tags: trunk | |
| 21:53 | record bug report number check-in: 58e6d362c0 user: dgp tags: trunk | |
|
2004-01-14
| ||
| 22:07 | Allow [dict exists {a {b c}} d e] to not be an error. [Bug 871387] check-in: 45131a775e user: dkf tags: trunk | |
| 09:34 | Dict refcount fixes from Peter Spjuth. Thanks! [Bug 876170] check-in: 54f23bec93 user: dkf tags: trunk | |
|
2004-01-13
| ||
| 23:37 | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): Silence compiler warnings. check-in: b986a19bed user: dgp tags: trunk | |
| 23:15 | Patch 876451: restores performance of [return]. Also allows forms such as [return -... check-in: 8727b42c2c user: dgp tags: trunk | |
| 17:13 | more detail check-in: ea75b3a19d user: dgp tags: trunk | |
| 17:13 | * generic/tclFileName.c (Tcl_GlobObjCmd): Latest changes to management of the inter... check-in: 884b1f7ddf user: dgp tags: trunk | |
| 09:42 | Fix shared object panics. [Bug 875395] check-in: 1a953d39a5 user: dkf tags: trunk | |
| 02:12 | 2004-01-09 edit check-in: 484c049a78 user: davygrvy tags: trunk | |
|
2004-01-12
| ||
| 18:50 | improved comments check-in: 46b0946107 user: msofer tags: trunk | |
| 18:21 | * generic/tclCompExpr.c (CompileLandOrLorExpr): cosmetic changes. check-in: f4eba2f0b3 user: msofer tags: trunk | |
| 03:28 | Fix a comment. check-in: 2afb845a06 user: msofer tags: trunk | |
| 03:23 | * generic/tclCompExpr.c (CompileLandOrLorExpr): new logic, fewer instructions. As a side effect, t... check-in: d0d26ee384 user: msofer tags: trunk | |
|
2004-01-11
| ||
| 20:45 | no message check-in: c4dfe68e26 user: davygrvy tags: trunk | |
| 20:38 | no message check-in: e234ac2dc1 user: davygrvy tags: trunk | |
| 20:36 | * win/tclWinThrd.c (Tcl_ConditionNotify): condPtr must be dereferenced to see if there are waiters... check-in: 6885a5fa49 user: davygrvy tags: trunk | |
|
2004-01-10
| ||
| 00:26 | no message check-in: a7eb027c89 user: davygrvy tags: trunk | |
| 00:24 | Added -DTCL_NO_DEPRECATED usage to makefile.vc. Called like this: nmake -af makefile.vc CHECKS=no... check-in: 9bff31696e user: davygrvy tags: trunk | |
|
2004-01-09
| ||
| 20:59 | no message check-in: 2aff60c745 user: davygrvy tags: trunk | |
| 20:55 | Renamed and deprecated #defines moved to within the #ifndef TCL_NO_DEPRECATED block. This alows us ... check-in: 39e2760edf user: davygrvy tags: trunk | |
| 15:22 | TclFinalizeFilesystem fix check-in: ffc8724479 user: vincentdarley tags: trunk | |
|
2003-12-26
| ||
| 04:12 | * win/tclWin32Dll.c (DllMain): Add HAVE_NO_SEH blocks in place of __try and __except statements t... check-in: e091eeb230 user: mdejong tags: trunk | |
|
2003-12-24
| ||
| 14:40 | typo fixes check-in: e63aa2f51c user: dgp tags: trunk | |
| 04:20 | no message check-in: 7419700723 user: davygrvy tags: trunk | |
| 04:20 | Deprected use of Tcl_Ckalloc changed to Tcl_Alloc in the TclAllocObjStorage macro. check-in: 19b15f1dba user: davygrvy tags: trunk | |
| 04:18 | All uses of 'panic' (the macro) changed to 'Tcl_Panic' (the function). The #define of panic in tcl.... check-in: 524a53e3b3 user: davygrvy tags: trunk | |
|
2003-12-23
| ||
| 03:58 | prevent static buffer overflow (Doh!) check-in: 1154089f0a user: davygrvy tags: trunk | |
| 03:48 | fixed static buffer overflow check-in: 105e213b31 user: davygrvy tags: trunk | |
| 02:41 | no message check-in: f4746a904d user: davygrvy tags: trunk | |
| 02:39 | Removed note that makefile.vc needs to have a version number changed. check-in: 443bc592e1 user: davygrvy tags: trunk | |
| 02:38 | VERSION macro now set by reading tcl.h for it. check-in: cff1bedef2 user: davygrvy tags: trunk | |
| 02:19 | New feature for extensions that use rules.vc. Now reads header files for version strings. No more ... check-in: 5bfd259afe user: davygrvy tags: trunk | |
|
2003-12-21
| ||
| 22:02 | no message check-in: cff53f286b user: davygrvy tags: trunk | |
| 21:58 | Structured Exception Handling added around Tcl_Finalize called from DllMain's DLL_PROCESS_DETACH. W... check-in: 1c41033288 user: davygrvy tags: trunk | |
|
2003-12-17
| ||
| 18:40 | * generic/tclBinary.c (DeleteScanNumberCache): fixed crashing bug when numeric scan-value cache co... check-in: 3bc06f90ec user: das tags: trunk | |
| 17:47 | fix to file normalization with relative links check-in: b69743eda9 user: vincentdarley tags: trunk | |
| 10:12 | fix to fs norm bug 860402 check-in: 730275ac02 user: vincentdarley tags: trunk | |
| 09:55 | fix to fs norm bug 860402 check-in: 487c53d709 user: vincentdarley tags: trunk | |
| 09:26 | Added trace for bugfixes #839519 and #861515 check-in: cb311e4d9c user: vasiljevic tags: trunk | |
| 09:25 | fixed Tcl_FSGetTranslatedPath to always return properly refcounted path object. This fixes Tcl Bug #... check-in: 9efce085be user: vasiljevic tags: trunk | |
| 09:24 | Fixed 2 memory (object) leaks; Tcl Bug #839519 check-in: 12499f35c0 user: vasiljevic tags: trunk | |
|
2003-12-16
| ||
| 18:20 | improved documentation on memory management check-in: f909afc788 user: vincentdarley tags: trunk | |
| 15:26 | marked test as nonPortable check-in: 2d3e725c15 user: vincentdarley tags: trunk | |
| 11:34 | Made a variable file-local for safety check-in: 54a83caeac user: dkf tags: trunk | |
| 02:55 | * win/tclWinFile.c (TclpUtime) : utimbuf struct not a problem with Borland. * win/tclWinTime.c (... check-in: cf0b9606ba user: davygrvy tags: trunk | |
| 02:43 | * win/tcl.rc: Slight modification to the STRINGIFY macro to support Borland's rc tool. From Helmu... check-in: 97ef66fca1 user: davygrvy tags: trunk | |
| 02:35 | * wintclsh.rc: Slight modification to the STRINGIFY macro to support Borland's rc tool. From Helm... check-in: 385122fc8c user: davygrvy tags: trunk | |
| 02:31 | Slight modification to the STRINGIFY macro to support Borland's rc tool. check-in: ae05ff553c user: davygrvy tags: trunk | |
|
2003-12-15
| ||
| 00:49 | * generic/tclInt.decls: commented-out entry for TclpCheckStackSpace, removing it from the Stubs tabl... check-in: 58f0786941 user: davygrvy tags: trunk | |
|
2003-12-14
| ||
| 18:32 | TIP#75 Implementation check-in: 37ab2795dd user: dkf tags: trunk | |
| 17:38 | Stop warnings due to (annoying) C type promotion rules. check-in: c0649787a6 user: dkf tags: trunk | |
| 10:51 | rewrite of file normalization check-in: 5b1ae40484 user: vincentdarley tags: trunk | |
|
2003-12-13
| ||
| 03:11 | prefer Tcl_LongAsWide and Tcl_WideAsLong for casts. check-in: 990811b730 user: davygrvy tags: trunk | |
| 02:11 | no message check-in: 5d61b76a22 user: davygrvy tags: trunk | |
| 02:07 | Win32's SetFilePointer() takes LONGs not DWORDs. Redid local vars to avoid all casting except where... check-in: 8ee1137fac user: davygrvy tags: trunk | |
|
2003-12-12
| ||
| 17:15 | better filesystem tests with more informative results check-in: c9ed107497 user: vincentdarley tags: trunk | |
| 17:09 | various filesystem fixes check-in: 6f1ffc504e user: vincentdarley tags: trunk | |
| 17:09 | allow creation of relative links check-in: 60f9fa8b4d user: vincentdarley tags: trunk | |
| 17:02 | new filesystem tests check-in: 8560e5ecaa user: vincentdarley tags: trunk | |
| 17:02 | file normalize ~nobody fix check-in: f1c2619a40 user: vincentdarley tags: trunk | |
| 17:02 | improved filesystem documentation check-in: 574d369381 user: vincentdarley tags: trunk | |
| 01:01 | no message check-in: e2be25f20c user: davygrvy tags: trunk | |
| 00:59 | (SocketThreadExitHandler) : added a TerminateThread fallback just in case the socket handler thread ... check-in: ebde28db01 user: davygrvy tags: trunk | |
|
2003-12-09
| ||
| 21:55 | * unix/configure: * unix/tcl.m4: updated OpenBSD build configuration based on [Patch #775246] (ca... check-in: 9311063130 user: hobbs tags: trunk | |
| 16:03 | fixed tests and constraints and setup so works x-platform check-in: 4e7375a764 user: vincentdarley tags: trunk | |
| 15:27 | #ifdef'd out errno declarations; incompatible with recent glibc. [Bug 852369] check-in: d06ae339af user: dkf tags: trunk | |
| 14:57 | NT file permissions fix and tests check-in: a6a450bd88 user: vincentdarley tags: trunk | |
|
2003-12-02
| ||
| 09:29 | Stop losing references when variables are repeated in [binary scan]. [851747] check-in: e1aa93441d user: dkf tags: trunk | |
|
2003-12-01
| ||
| 21:27 | * doc/lset.n: fix typo [Bug 852224] check-in: 89c716f872 user: msofer tags: trunk | |
|
2003-11-24
| ||
| 19:06 | * generic/tclParse.c: Corrected faulty check for trailing white space in {expand} ... check-in: 672ceae2ae user: dgp tags: trunk | |
| 10:13 | remove windows [cd] bug check-in: aed01a3091 user: vincentdarley tags: trunk | |
|
2003-11-21
| ||
| 18:47 | * tests/winFCmd.test (winFCmd-16.10,11): Merged new tests from core-8-4-branch. check-in: 3edba276c1 user: dgp tags: trunk | |
|
2003-11-20
| ||
| 18:37 | * generic/tclVar.c: fix flag bit collision between LOOKUP_FOR_UPVAR and TCL_PARSE_PART1 (deprecate... check-in: 00fc87dfaf user: msofer tags: trunk | |
| 00:15 | * tests/compile.test (compile-16.22.0): Improved test for the recent fix for Bug 845... check-in: 39903cd5c5 user: dgp tags: trunk | |
|
2003-11-19
| ||
| 22:04 | Fixed Bug 845412; long commands without expansion don't get tangled with the expansion machinery now... check-in: 791e41a307 user: dkf tags: trunk | |
|
2003-11-18
| ||
| 23:29 | Changes from Victor Wagner <vitus@45.free.net> for better DJGPP support. check-in: 393c948780 user: davygrvy tags: trunk | |
| 23:13 | Changes from Victor Wagner <vitus@45.free.net> for DJGPP support. check-in: c34a3f8b13 user: davygrvy tags: trunk | |
|
2003-11-17
| ||
| 18:28 | more details on the regexp fix. check-in: 91556819cc user: dgp tags: trunk | |
| 17:48 | * tests/reg.test: Added tests for [Bugs 230589, 504785, 505048, 840258] recently fi... check-in: ef520e12a5 user: dgp tags: trunk | |
| 15:23 | Added cast to suppress compiler warning. check-in: 7882b5bc8d user: dgp tags: trunk | |
|
2003-11-16
| ||
| 02:12 | Miguel's masking bits had the wrong sense. I should have spotted this, but he did instead... check-in: 20f28119e5 user: dkf tags: trunk | |
| 01:15 | D'oh! instructionCount is post-incremented, not pre-incremented... check-in: 5d7b896ba8 user: dkf tags: trunk | |
| 00:49 | Miguel Sofer's patch (with small revisions) to make sure the bytecode engine checks for async events... check-in: b8a0c26a58 user: dkf tags: trunk | |
|
2003-11-15
| ||
| 23:42 | Stop VC++ 5.2 warning. [Bug 842511] check-in: bc35b1d8bc user: dkf tags: trunk | |
| 23:35 | Whitespace fixes check-in: 1566f25636 user: dkf tags: trunk | |
| 11:14 | Fixed code that splits RE engine states into "progress" and "no-progress" (bugs 505048, 230589, 8402... check-in: 47606ca977 user: pvgoran tags: trunk | |
| 03:19 | Added cast to suppress compiler warning. check-in: 90d8b22feb user: dgp tags: trunk | |
|
2003-11-14
| ||
| 23:21 | TIP#138 implementation plus extra test stuff [Patch 731356] check-in: eef4eada83 user: dkf tags: trunk | |
| 21:13 | Version number/changebar fix check-in: f0e7c0648d user: dkf tags: trunk | |
| 20:44 | * doc/ParseCmd.3: Implementation of TIP 157. Adds recognition * doc/Tcl.n: ... check-in: cbfb8313ba user: dgp tags: trunk | |
|
2003-11-12
| ||
| 17:27 | * tests/cmdMZ.test (cmdMZ-1.4): change to nonPortable as more systems are using perm... check-in: 0f226694e4 user: hobbs tags: trunk | |
| 01:07 | * unix/configure: * unix/tcl.m4: improve AIX --enable-64bit handling remove -D__NO_STRING_INLINES... check-in: 0c5e766d14 user: hobbs tags: trunk | |
|
2003-11-11
| ||
| 10:06 | no message check-in: 09a8cae981 user: davygrvy tags: trunk | |
| 08:24 | added socklen_t typedef for DJGPP check-in: d155989891 user: davygrvy tags: trunk | |
|
2003-11-10
| ||
| 22:55 | * library/dde/pkgIndex.tcl: Added safeguards so that registry * library/reg/pkgI... check-in: 207b9d2fc9 user: dgp tags: trunk | |
| 20:34 | * unix/tclUnixInit.c (TclpInitLibraryPath): * win/tclWinInit.c (TclpInitLibraryPath)... check-in: 5d17bf7a05 user: dgp tags: trunk | |
| 18:30 | Make cmdIL.test more self-contained [Bug 838384] check-in: b27e450c20 user: dkf tags: trunk | |
| 17:57 | fix to misleading error message check-in: 5a025a528e user: vincentdarley tags: trunk | |
|
2003-11-07
| ||
| 11:36 | compilation warning check-in: 5e759647b7 user: vincentdarley tags: trunk | |
|
2003-11-06
| ||
| 13:11 | * macosx/Makefile: optimized builds define NDEBUG to turn off ThreadAlloc range checking. check-in: b971567508 user: das tags: trunk | |
|
2003-11-05
| ||
| 20:50 | * tests/unixInit.test (unixInit-2.10): New test to expose [Bug 832657] failure of T... check-in: 687e16de39 user: dgp tags: trunk | |
|
2003-11-04
| ||
| 09:36 | * macosx/Makefile: added 'test' target. check-in: 59cc5bd7e4 user: das tags: trunk | |
|
2003-11-03
| ||
| 12:49 | loadHandle vs clientData cleanup check-in: faef05470c user: vincentdarley tags: trunk | |
| 12:49 | whitespace check-in: d044c8be98 user: vincentdarley tags: trunk | |
| 12:48 | remove warning check-in: 3a2780c1a7 user: vincentdarley tags: trunk | |
| 12:48 | free path when no longer needed check-in: 5e80e5abd3 user: vincentdarley tags: trunk | |
|
2003-11-02
| ||
| 18:57 | Typo fix check-in: 33c0fbef93 user: dkf tags: trunk | |
|
2003-11-01
| ||
| 01:31 | regen check-in: d1f0e54921 user: dkf tags: trunk | |
| 01:28 | When copying and pasting code, check that argument types are sensible! <:^) check-in: cfc3336537 user: dkf tags: trunk | |
| 01:23 | Oops check-in: 6a41f32717 user: dkf tags: trunk | |
| 01:20 | Increased robustness and speed for [lrepeat] with help of new list constructor check-in: 14a264ed1d user: dkf tags: trunk | |
|
2003-10-30
| ||
| 22:46 | Whitespace police check-in: 0e454ce0e1 user: dkf tags: trunk | |
| 22:18 | Whitespace police check-in: 355816d9e5 user: dkf tags: trunk | |
|
2003-10-28
| ||
| 22:07 | doh, forgot Changelog entry check-in: df96275051 user: msofer tags: trunk | |
| 22:06 | * generic/tclExecute.c (NEXT_INST macros): replaced macro variable "result" by "resultHandling" to... check-in: 1debe942a0 user: msofer tags: trunk | |
|
2003-10-23
| ||
| 18:00 | * unix/tclUnixChan.c (Tcl_MakeFileChannel): Applied [Patch 813606] fixing [Bug 813087]. Detecti... check-in: 5b68e65f6c user: andreas_kupries tags: trunk | |
| 16:28 | * win/tclWinSock.c (TcpWatchProc): Watch for FD_CLOSE too when asked for writable events by the... check-in: 8ec3963650 user: andreas_kupries tags: trunk | |
| 10:10 | filesystem documentation check-in: a4fc365a4e user: vincentdarley tags: trunk | |
| 10:07 | mac resource freeing fix check-in: d76762d8f8 user: vincentdarley tags: trunk | |
|
2003-10-22
| ||
| 08:29 | Changed FILE_ to FCMD_ to prevent symbol/#def collisions. [Bug 822528] check-in: f86ca225de user: dkf tags: trunk | |
|
2003-10-21
| ||
| 23:39 | * tools/tcltk-man2html.tcl: fixed incorrect html generated for .IP/.TP lists, now use <DL><DT>...<... check-in: 1c115e499e user: das tags: trunk | |
| 23:25 | * win/tclWinPipe.c (BuildCommandLine): Applied the patch coming with [Bug 805605] to the code, ... check-in: 9bc2883984 user: andreas_kupries tags: trunk | |
| 20:42 | Removed variables that are no longer used. check-in: b8ce70f5db user: dgp tags: trunk | |
| 05:10 | corrected new msgcat tests to work on case-sensitive filesystems (where ROOT.msg and root.msg are di... check-in: b52b8cd9d1 user: dgp tags: trunk | |
| 03:42 | update msgcat version to 1.4 check-in: 480ccd7066 user: dgp tags: trunk | |