| Commit message (Expand) | Author | Age | Files | Lines |
* | * tests/regexp.test: added tests for -all and -inline switches | hobbs | 2000-02-02 | 4 | -104/+245 |
|
|
* | * library/init.tcl: Applied patch from rfe 1734 regarding | ericm | 2000-02-01 | 2 | -3/+26 |
|
|
* | see log | hobbs | 2000-02-01 | 1 | -0/+11 |
|
|
* | improved OSF1 thread build flags | hobbs | 2000-02-01 | 1 | -2/+2 |
|
|
* | * win/Makefile.in (install-*): reduced verbosity of install | hobbs | 2000-02-01 | 1 | -4/+4 |
|
|
* | * generic/tclFileName.c (Tcl_JoinPath): improved support for special | hobbs | 2000-02-01 | 1 | -3/+6 |
|
|
* | * library/http1.0/http.tcl: | hobbs | 2000-02-01 | 4 | -8/+8 |
|
|
* | * tests/package.test: | ericm | 2000-02-01 | 8 | -42/+304 |
|
|
* | * tests/pkg/magicchar2.tcl: | ericm | 2000-01-29 | 4 | -4/+37 |
|
|
* | * tests/pkg/spacename.tcl: | ericm | 2000-01-28 | 3 | -3/+13 |
|
|
* | * tests/pkg/magicchar.tcl: | ericm | 2000-01-28 | 4 | -4/+48 |
|
|
* | * tests/autoMkindex.test: | ericm | 2000-01-28 | 2 | -4/+24 |
|
|
* | * library/tcltest1.0/tcltest.tcl: Changed NormalizePath to | jenn | 2000-01-27 | 6 | -23/+27 |
|
|
* | * tests/pkg/samename.tcl: test file for bug #1983 | ericm | 2000-01-27 | 3 | -26/+59 |
|
|
* | * tests/pkgMkIndex.test: | ericm | 2000-01-27 | 4 | -56/+79 |
|
|
* | * generic/tclNamesp.c: Undid fix for #956, which broke backwards | ericm | 2000-01-26 | 9 | -23/+60 |
|
|
* | * win/makefile.vc: added some support for building helpfile on Windows | hobbs | 2000-01-26 | 1 | -1/+24 |
|
|
* | * unix/tcl.m4: modified EXTRA_CFLAGS to add -DHAVE_TZSET for | hobbs | 2000-01-26 | 2 | -8/+15 |
|
|
* | * generic/tclClock.c (FormatClock): inlined resultPtr, as it | hobbs | 2000-01-26 | 4 | -13/+24 |
|
|
* | * doc/ListObj.3: clarified Tcl_ListObjGetElements docs [Bug: 4080] | hobbs | 2000-01-26 | 2 | -12/+20 |
|
|
* | see logs | hobbs | 2000-01-26 | 2 | -6/+27 |
|
|
* | simplified makefile flags | hobbs | 2000-01-24 | 1 | -13/+4 |
|
|
* | * unix/tclUnixPort.h: moved include of <utime.h> lower since some | hobbs | 2000-01-24 | 2 | -4/+8 |
|
|
* | * library/init.tcl (auto_execok): added 'start' to list of | hobbs | 2000-01-24 | 1 | -3/+9 |
|
|
* | * generic/tclInt.h: | hobbs | 2000-01-24 | 5 | -19/+28 |
|
|
* | see logs | hobbs | 2000-01-24 | 1 | -0/+20 |
|
|
* | * unix/mkLinks: | ericm | 2000-01-21 | 2 | -0/+32 |
|
|
* | * doc/lreplace.n: Corrected man page with respect to treatment of | ericm | 2000-01-21 | 2 | -24/+33 |
|
|
* | ChangeLog commit. | ericm | 2000-01-21 | 1 | -0/+18 |
|
|
* | * namespace.test: Added test for undefined variables with | ericm | 2000-01-21 | 2 | -3/+11 |
|
|
* | added test for [info body] bytecompiled object bug | hobbs | 2000-01-21 | 1 | -1/+16 |
|
|
* | * var.test: Added tests for corrected variable behavior (bug #981). | ericm | 2000-01-21 | 3 | -4/+49 |
|
|
* | added catch {unset t} for atomic test | hobbs | 2000-01-21 | 1 | -13/+2 |
|
|
* | *** empty log message *** | hobbs | 2000-01-21 | 1 | -6/+6 |
|
|
* | * unix/tclUnixNotfy.c (Tcl_InitNotifier): added cast for tsdPtr | hobbs | 2000-01-21 | 1 | -3/+4 |
|
|
* | set.test: added test for complex array elem name compiling | hobbs | 2000-01-21 | 1 | -1/+27 |
|
|
* | * library/word.tcl: changed tcl_(non)wordchars settings to use | hobbs | 2000-01-21 | 1 | -7/+7 |
|
|
* | * generic/tclCmdIL.c (InfoBodyCmd): made [info body] return a | hobbs | 2000-01-21 | 5 | -27/+61 |
|
|
* | * doc/tclvars.n: added definitions for tcl_(non)wordchars | hobbs | 2000-01-21 | 3 | -10/+29 |
|
|
* | see logs | hobbs | 2000-01-21 | 2 | -7/+29 |
|
|
* | Fixed typo | wart | 2000-01-19 | 1 | -3/+3 |
|
|
* | made install less verbose | hobbs | 2000-01-16 | 1 | -17/+20 |
|
|
* | * tests/var.test: Added a test for the array multiple delete | ericm | 2000-01-15 | 3 | -2/+48 |
|
|
* | added IsLeapYear macro (from tclGetDate.y) | hobbs | 2000-01-15 | 1 | -2/+3 |
|
|
* | * unix/tclUnixTime.c: New clock format format. | ericm | 2000-01-14 | 5 | -137/+196 |
|
|
* | * README:core_8_3_b2 | hobbs | 2000-01-14 | 10 | -28/+74 |
|
|
* | Re-added stuff that CVS lost. | ericm | 2000-01-13 | 1 | -4/+17 |
|
|
* | Wow! CVS really fucked this one up. | ericm | 2000-01-13 | 1 | -65/+199 |
|
|
* | * tests/cmdIL.test: Added tests for lsort -dictionary with | ericm | 2000-01-13 | 3 | -19/+50 |
|
|
* | * tests/clock.test: Added tests for "monday 1 week ago", etc, from RFE #3671. | ericm | 2000-01-13 | 1 | -2/+59 |
|
|