Timeline
Not logged in

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

50 events by user ericm occurring around 2000-08-15 00:08:36.

2000-12-07
04:27 Closed ticket [224384ffff]: Tcl won't compile with 'TCL_MEM_DEBUG' enabled plus 10 other changes artifact: 7ae867aacc user: ericm
2000-12-06
21:49 New ticket [224771ffff] logical negation of string booleans fails with TCL_MEM_DEBUG. artifact: 000a860584 user: ericm
2000-11-22
09:01 ticket [402213ffff]: TIP 5 Make TkSetClassProcs public implementation plus 7 other changes artifact: 548fee3104 user: ericm
2000-11-08
06:45 Ticket [219395ffff] unary not sign does not take no-numeric boolean status still Closed with 6 other changes artifact: 3d5d969e14 user: ericm ... 1 similar event omitted.
05:12 Closed ticket [221172ffff]: Glob segfaults when using type -d on a higher level dir plus 7 other changes artifact: 97e193a6f1 user: ericm
2000-11-02
10:01 Ticket [402213ffff] TIP 5 Make TkSetClassProcs public implementation status still Open with 4 other changes artifact: c9a497e4a8 user: ericm
09:58 Add attachment None to ticket [402213ffff] artifact: 824295693f user: ericm
04:40 Ticket [220996ffff] 'string index' doesn't do bounds checking status still Closed with 5 other changes artifact: b1b857a75e user: ericm ... 2 similar events omitted.
02:58 New ticket [402213ffff] TIP 5 Make TkSetClassProcs public implementation. artifact: 9ecc169db2 user: ericm
2000-09-20
01:50
* generic/tclCmdMZ.c (Tcl_RegexpObjCmd): When using -all, all attempts after the first to match the ... check-in: 9c141af9b5 user: ericm tags: trunk
2000-09-17
22:40
* tests/cmdIL.test: Added a test for fix for [Bug: 6212]. * generic/tclCmdIL.c (Tcl_LsortObjCmd): A... check-in: fe4c99079c user: ericm tags: trunk
2000-09-14
18:42
* doc/Alloc.3: Added entries for Tcl_AttemptAlloc, Tcl_AttempRealloc. * doc/StringObj.3: Added entr... check-in: 66347b65e4 user: ericm tags: trunk
2000-08-30
01:43
* generic/tclStringObj.c: Applied patch from Gerhard Hintermayer to provide a more conservative stri... check-in: ce0e80bb0f user: ericm tags: trunk
2000-08-25
20:39
* tests/trace.test: Extended array tracing tests. * doc/trace.n: Clarified information about when a... check-in: 78f46f24d0 user: ericm tags: trunk
06:20
ChangeLog commit. check-in: 91be546704 user: ericm tags: trunk
06:18
Tweaked tab settings for .SO (Standard Options) sections, from suggestion from Peter Spjuth. check-in: 667da4e9ff user: ericm tags: trunk
02:25
Added RFE id numbers to comments. check-in: 0f006ae7e6 user: ericm tags: trunk
02:04
* doc/trace.n: Updated documentation for new syntax; flagged old syntax as deprecated; added documen... check-in: e12f4e1180 user: ericm tags: trunk
2000-08-21
01:37
Added check for non-arrays for [array statistics]. check-in: b857b66be3 user: ericm tags: trunk
2000-08-18
18:02
Fixed comment. check-in: 958506ae41 user: ericm tags: trunk
2000-08-15
18:10
* library/tcltest1.0/tcltest.tcl: Set debug level in tcltest::restoreState to 2, for consistancy wit... check-in: f3fa69a1f9 user: ericm tags: trunk
00:08
* win/makefile.vc: * win/Makefile.in: * unix/Makefile.in: Added tclPlatDecls.h to the list of instal... check-in: 2adc0d9420 user: ericm tags: trunk
2000-08-14
18:37
URL typo correction. check-in: bf6c431b8a user: ericm tags: trunk
2000-08-11
17:42
* generic/tclEnv.c (TclUnsetEnv): Changed declaration of length variable from "unsigned int" to "int... check-in: 0b29a04cd5 user: ericm tags: trunk
00:45
* library/msgcat1.0/pkgIndex.tcl: Bumped version number to 1.2 [Bug: 6100]. * library/msgcat1.0/msg... check-in: 46dfbc92c2 user: ericm tags: trunk
2000-08-10
22:24
* library/msgcat1.0/msgcat.tcl: Removed erroneous [package forget] in msgcat namespace initializer. check-in: 23022429bb user: ericm tags: trunk
2000-08-07
22:42
* tests/indexObj.test: Added tests using the [testwrongnumargs] command to test Tcl_WrongNumArgs. *... check-in: 9b1fed9cba user: ericm tags: trunk
2000-08-03
21:59
Finished backport of mcunknown fix for 8.3.2. check-in: dbab6ab30f user: ericm tags: core-8-3-1-branch
21:40
Backport of mcunknown fixes for 8.3.2. check-in: 3fc06e9129 user: ericm tags: core-8-3-1-branch
21:40
Backport of mcunknown fixes. check-in: 58519087fc user: ericm tags: core-8-3-1-branch
2000-07-31
18:03
Removed dead space at end of file. check-in: a71bddc821 user: ericm tags: trunk
2000-07-25
22:41
* generic/tclVar.c (CallTraces): Added check for VAR_TRACE_ACTIVE on the array containing the variab... check-in: 509d5a4bdc user: ericm tags: trunk
18:38
* win/tclWinPipe.c (BuildCommandLine): Added Tcl_DStringFree call to prevent potential memory leaks ... check-in: be3408a6fc user: ericm tags: trunk
2000-07-24
18:09
* doc/msgcat.n: Added documentation about the selection of the default locale on Windows. check-in: 1abad32549 user: ericm tags: trunk
2000-07-22
01:53
* generic/tclStubInit.c: * generic/tclObj.c: * generic/tclInt.h: * generic/tclHash.c: * generic/tclD... check-in: 9ec468f405 user: ericm tags: trunk
00:51
* doc/binary.n: Noted that the example in the introduction assumes a 32-bit system [Bug: 6035]. check-in: 35180fc2a9 user: ericm tags: trunk
2000-07-20
20:33
* generic/tclStubInit.c: * generic/tclObj.c: * generic/tclInt.h: * generic/tclHash.c: * generic/tclD... check-in: 2abafbeedc user: ericm tags: trunk
20:32
ChangeLog commit. check-in: fa64a2b8ab user: ericm tags: trunk
2000-07-19
22:15
* generic/tclStubInit.c: * generic/tclObj.c: * generic/tclInt.h: * generic/tclHash.c: * generic/tclD... check-in: 6c43b17f3d user: ericm tags: trunk
21:40
* tests/pkgMkIndex.test: Added tests for pkg_compareExtension. * library/package.tcl: Enhanced pkg_... check-in: 3d1a0ccec5 user: ericm tags: trunk
18:27
* win/makefile.vc: Applied patch from Don Porter to provide better nmake support for NT/Alpha [RFE: ... check-in: b794a4da5e user: ericm tags: trunk
2000-07-18
21:30
* tests/opt.test: Removed references to Lfirst, Lrest functions. * library/opt0.4/optparse.tcl: App... check-in: e809de1fb4 user: ericm tags: trunk
18:16
* compat/string.h: Fixed function prototypes for strpbrk and strtok [Bug: 6020]. check-in: 907cc4ce33 user: ericm tags: trunk
2000-07-17
22:25
* library/msgcat1.0/msgcat.tcl: * doc/msgcat.n: * tests/msgcat.test: Applied patches from Chris Nels... check-in: 3ad3252f55 user: ericm tags: trunk
2000-07-06
21:05
* tests/msgcat.test: * library/msgcat1.0/msgcat.tcl: Applied patch from Christian Krone, to provide ... check-in: 011b026d9e user: ericm tags: trunk
2000-06-30
06:28
* doc/msgcat.n: Doc's for mcmax function. * library/msgcat1.0/msgcat.tcl: Applied patches from Laur... check-in: dd75ed2b7a user: ericm tags: trunk
2000-06-28
18:11
* tests/stringObj.test: Tweaked tests to avoid hardcoded high-ASCII characters (which will fail in m... check-in: e273f9d105 user: ericm tags: trunk