Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user hershey occurring around 1999-06-08 02:59:23.
|
2000-06-14
| ||
| 01:38 | fixed the arglist for scan--varNames are all optional check-in: e63242ecaa user: hershey tags: core-8-3-1-branch | |
|
2000-03-18
| ||
| 02:16 | updated package index file to use version 2.3 instead of 2.2. check-in: adccf407b1 user: hershey tags: trunk | |
|
1999-07-21
| ||
| 23:28 | added a line to initialize the tclDefaultLibrary tcl global var to "", as was done in Tcl8.0.5. check-in: b16021515e user: hershey tags: trunk | |
| 17:43 | added missing '\' at the end of one line (only irix complained about this) check-in: 323fd26f82 user: hershey tags: trunk | |
| 02:01 | * generic/tclInitScript.h: * unix/tclUnixInit.c: merged code with 8.0.5. We now use an intermedi... check-in: 0d9e2ba09f user: hershey tags: trunk | |
|
1999-07-20
| ||
| 00:11 | changed http package version from 2.0 to 2.1 check-in: fda7557642 user: hershey tags: trunk | |
|
1999-07-19
| ||
| 21:03 | changed http dir from 2.0 to 2.1 check-in: 124ac761ed user: hershey tags: trunk | |
|
1999-06-30
| ||
| 05:51 | updated dde version from 1.0 to 1.1 check-in: e4b2fadb55 user: hershey tags: trunk | |
|
1999-06-27
| ||
| 20:38 | updated 8.1 to 8.2 check-in: cbcde3438f user: hershey tags: trunk | |
|
1999-06-17
| ||
| 00:20 | * generic/tclVar.c (Tcl_VariableObjCmd): fixed premature increment in loop that was causing out-of... check-in: 53b13ff96a user: hershey tags: trunk | |
|
1999-06-16
| ||
| 00:47 | fixed bug that cause bad memory read on Windows check-in: 4a56d07c39 user: hershey tags: trunk | |
| 00:00 | fixed bugs that kept windows from compiling. check-in: 0cb1b747f4 user: hershey tags: trunk | |
|
1999-06-15
| ||
| 22:06 | beefed up the string object tests check-in: 3f45ef233e user: hershey tags: trunk | |
| 03:14 | Improved the appendObj functions (uncomented the optimized code that was present in the Unicode obj)... check-in: 6a28946962 user: hershey tags: trunk | |
| 01:16 | Merged String and Unicode object types. Added new functions to the puplic API: Tcl_NewUnicodeObj... check-in: 23b23af342 user: hershey tags: trunk | |
|
1999-06-10
| ||
| 19:14 | fied a memory leak. purify nolonger complains. check-in: 9726b2f18e user: hershey tags: trunk | |
|
1999-06-09
| ||
| 17:06 | performance improvement for TclGetUnicodeFromObj function and the Unicode object type. check-in: bcc8429af0 user: hershey tags: trunk | |
| 17:06 | unset the variable "u" whose initial value could affect test passage. check-in: ab4cba4af2 user: hershey tags: trunk | |
|
1999-06-08
| ||
| 23:30 | added TclGetUnicodeFromObj function for use with regexp check-in: 6663ce58d5 user: hershey tags: trunk | |
| 18:06 | added code to unset the "data" array so tests that follow can use a scalar data var w/o having to un... check-in: a916ae38b5 user: hershey tags: trunk | |
| 02:59 | * tests/string.test: * generic/tclVar.c (Tcl_SetVar2Ex): * generic/tclStringObj.c (Tcl_AppendObjT... check-in: 8fcb19ead3 user: hershey tags: trunk | |
|
1999-05-20
| ||
| 23:40 | lint in comments check-in: 9c2ceb7303 user: hershey tags: trunk | |
|
1999-05-18
| ||
| 22:59 | changed call to "remove" to "removeFile"--this bug was causing "httpd" file to be left in working di... check-in: cbf894d438 user: hershey tags: trunk | |
| 20:17 | added -encoding to the list of legal options used in the error message when a bad option is used. B... check-in: 22239ff421 user: hershey tags: trunk | |
|
1999-05-06
| ||
| 02:34 | ran dos2unix on this file--Irix couldn't build Tcl because it detected strange chars at the end of e... check-in: 006371d093 user: hershey tags: trunk | |
|
1999-05-05
| ||
| 21:45 | renamed to avoid conflict with tk's InitStubs doc. check-in: 7053bbb911 user: hershey tags: trunk | |
|
1999-04-30
| ||
| 16:22 | Tcl_UtfToUpper and Tcl_UtfToTitle now works on badly formed Utf strings. check-in: 8cc1ac5095 user: hershey tags: trunk | |
|
1999-04-29
| ||
| 18:14 | Added tests for string toupper and string tolower called with badly formed Utf strings. check-in: c9cfee210e user: hershey tags: trunk | |
| 00:04 | fixed part of bug 1791: Tcl_UtfToUpper and Tcl_UtfToLower now work on badly formed Utf strings. check-in: a9c361524c user: hershey tags: trunk | |
|
1999-04-27
| ||
| 03:03 | changes per Ray's request. check-in: a74ab03710 user: hershey tags: scriptics-tclpro-1-2 | |
|
1999-04-21
| ||
| 17:18 | fixed window case sensitivity bug in globbing (id 1753). check-in: 314b341acc user: hershey tags: scriptics-tclpro-1-2 | |
|
1999-04-20
| ||
| 19:19 | added a delay to a event to so it can pass on slower machines. check-in: 5e73185958 user: hershey tags: trunk | |
| 18:12 | moved the ThreadReap command to ::tcltest::threadReap. Now each thread test calls threadReap at the... check-in: 4ad79d1151 user: hershey tags: trunk | |
|
1999-04-19
| ||
| 20:24 | added tests/httpd file to distribution--tests get skipped if this file is missing (bug id 1769). check-in: 387a52bae0 user: hershey tags: trunk | |
| 20:23 | fixed bugs in tests--bug id 1769 check-in: 34190e8fde user: hershey tags: trunk | |
|
1999-04-17
| ||
| 01:36 | added first draft of documentation for Tcl_Access and Tcl_Stat. defined Tcl_Stat and Tcl_Access to c... check-in: 62ed9ae0ba user: hershey tags: trunk | |
| 00:32 | changes make Tcl_Access and Tcl_Stat public. also one minor fix in tests/all.tcl to fix bug 1770. check-in: 4dacfaef42 user: hershey tags: trunk | |
|
1999-04-16
| ||
| 22:53 | added Tcl_DStringTrunc to DString.3 added mention of Tcl_ThreadQueueEvent, Tcl_ThreadAlert to Notifi... check-in: 401c4cabb0 user: hershey tags: trunk | |
|
1999-04-07
| ||
| 02:46 | changed nonexistent winOnly constraint to ill-named pcOnly constraint. check-in: ba41bf3793 user: hershey tags: core-8-1-branch-old | |
| 02:38 | fixed bad pkga.so constraint check-in: ef1faecd65 user: hershey tags: core-8-1-branch-old | |
| 01:59 | change tcltest namespace variables from matchingTests and skippingTests to match and skip. removed ... check-in: 043d97f05e user: hershey tags: core-8-1-branch-old | |
|
1999-04-06
| ||
| 22:01 | 2 pcOnly tests require c drive to be shared, so I added a sharedCdrive constraint. check-in: eae342ae08 user: hershey tags: core-8-1-branch-old | |
| 19:03 | skip tests that require test* commands when running in standard tclsh interp. check-in: 1467d41628 user: hershey tags: core-8-1-branch-old | |
|
1999-04-03
| ||
| 03:02 | removed windows-tk restriction on code that forked another shell--able to make this change because b... check-in: 03e6eecd77 user: hershey tags: core-8-1-branch-old | |
|
1999-04-02
| ||
| 22:30 | safe-6.3 now passes on Windows and Unix for both release and debug. This addresses item 81 on the wh... check-in: 8c40033f93 user: hershey tags: core-8-1-branch-old | |
| 18:59 | lint check-in: 13af4c70f4 user: hershey tags: core-8-1-branch-old | |
| 18:57 | minor changes to fix bad code that was outside of "test" calls. check-in: f2aaa3e425 user: hershey tags: core-8-1-branch-old | |
|
1999-03-26
| ||
| 19:13 | -now all test files that skip tests by returning early (which ideally they shouldn't do) call ::t... check-in: 4c4431ec5e user: hershey tags: core-8-1-branch-old | |
|
1999-03-25
| ||
| 17:20 | defs: lint io.test: fix for bug 1580--"after 100" calls in test scripts were not waiting long ... check-in: 5c981db38c user: hershey tags: core-8-1-branch-old | |
| 04:32 | Fixed bugs 1521, 1578, 1608--tests were failing due to bad test construction and failure to use cons... check-in: b21b173086 user: hershey tags: core-8-1-branch-old | |