| Commit message (Expand) | Author | Age | Files | Lines |
* | Added some documentation for the console command. | dkf | 2001-05-15 | 2 | -0/+102 |
|
|
* | Negative start index to [string first] caused offset return value (Bug 423581) | dkf | 2001-05-14 | 3 | -2/+19 |
|
|
* | * unix/Makefile.in: Add a LDFLAGS variable to the | mdejong | 2001-05-11 | 8 | -68/+85 |
|
|
* | rand() gets != seeds in != threads [Bug 416643] | Miguel Sofer | 2001-05-07 | 2 | -2/+13 |
|
|
* | * tools/tcltk-man2html.tcl: removed use of 'exec' for portability | hobbs | 2001-05-04 | 2 | -108/+129 |
|
|
* | fixed minor nroff bugs | hobbs | 2001-05-03 | 1 | -4/+4 |
|
|
* | by chance '\n' started a line, looking like a comment | hobbs | 2001-05-03 | 1 | -3/+3 |
|
|
* | removed extraneous 'v' from doc | hobbs | 2001-05-03 | 1 | -2/+2 |
|
|
* | * tests/tcltest.test: removed extraneous 'c' (doh!) [Bug: 414031] | hobbs | 2001-05-03 | 1 | -2/+2 |
|
|
* | Fix for Bug 420186 | dgp | 2001-05-03 | 5 | -9/+30 |
|
|
* | Patch for bug #420507 | Miguel Sofer | 2001-05-03 | 3 | -3/+22 |
|
|
* | * tools/genStubs.tcl: Add a package require of Tcl 8 | mdejong | 2001-05-02 | 2 | -1/+10 |
|
|
* | Second attempt at committing the changes adding CONST qualifiers. | Kevin B Kenny | 2001-04-27 | 1 | -1/+7 |
|
|
* | Added several missing CONSTs in calls to TclGetNamespaceForQualName | Kevin B Kenny | 2001-04-27 | 7 | -19/+28 |
|
|
* | * unix/configure: Regen. | mdejong | 2001-04-25 | 7 | -278/+300 |
|
|
* | * unix/configure: Regen. | mdejong | 2001-04-25 | 3 | -17/+20 |
|
|
* | Woops, fix last checking of broken configure. | mdejong | 2001-04-25 | 1 | -0/+6351 |
|
|
* | * unix/Makefile.in: Use TCL_STUB_LIB_FILE instead of STUB_LIB_FILE. | mdejong | 2001-04-25 | 4 | -6359/+10 |
|
|
* | Got the encoding wrong; thanks to Richard Suchenwirth for pointing me | dkf | 2001-04-25 | 3 | -10/+20 |
|
|
* | Added some ISO8859-15 (Latin-9 or Latin-1+Euro symbol) support. | dkf | 2001-04-25 | 4 | -0/+224 |
|
|
* | Added a bunch of missing CONST declarations to stop warnings about | dkf | 2001-04-25 | 3 | -11/+21 |
|
|
* | (TIP #27) Another round of CONST changes, this | Kevin B Kenny | 2001-04-24 | 16 | -124/+169 |
|
|
* | Altered tclUnixTime.c in hopes of better K&R compatibility. | Kevin B Kenny | 2001-04-10 | 2 | -3/+10 |
|
|
* | Oops. Committed the wrong copy of the source with the last commit five | Kevin B Kenny | 2001-04-10 | 1 | -3/+3 |
|
|
* | Fixed silly typo in calls to 'gmtime' and 'localtime'. | Kevin B Kenny | 2001-04-10 | 2 | -3/+8 |
|
|
* | Bug #219140: Added DYNAMIC_PATH to the shl_load flags. | Kevin B Kenny | 2001-04-09 | 2 | -2/+9 |
|
|
* | Changes to support re-entrant coding of gmtime and localtime. | Kevin B Kenny | 2001-04-09 | 4 | -169/+371 |
|
|
* | Recognise the non-numeric boolean literals (true,false,yes,no,on,off.) | dkf | 2001-04-09 | 3 | -4/+70 |
|
|
* | Fixed typo. | dkf | 2001-04-09 | 1 | -2/+2 |
|
|
* | Avoid panic when there are extra items in the tcl stack | Miguel Sofer | 2001-04-07 | 3 | -4/+23 |
|
|
* | corrected behaviour of [namespace code] (Bug #219385, Patch #403530) | Miguel Sofer | 2001-04-07 | 1 | -0/+9 |
|
|
* | Corrected behaviour of [namespace code] (bug #219385, patch #403530) | Miguel Sofer | 2001-04-07 | 5 | -15/+30 |
|
|
* | 2001-04-07 Andreas Kupries <andreas_kupries@users.sourceforge.net> | andreas_kupries | 2001-04-06 | 4 | -1/+146 |
|
|
* | 2001-04-07 Andreas Kupries <andreas_kupries@users.sourceforge.net> | andreas_kupries | 2001-04-06 | 5 | -6/+29 |
|
|
* | Modified processing of $::errorInfo by [unknown] when the auto-loaded command | dgp | 2001-04-06 | 3 | -19/+100 |
|
|
* | Improved documentation on behaviour of read w.r.t. serial ports. | dkf | 2001-04-06 | 2 | -15/+36 |
|
|
* | Fixed problem with [string compare \x00 \x01] and hopefully sped the | dkf | 2001-04-06 | 4 | -37/+128 |
|
|
* | 2001-04-05 Andreas Kupries <andreas_kupries@users.sourceforge.net> | andreas_kupries | 2001-04-05 | 3 | -12/+13 |
|
|
* | Fixed so tclCmdMZ.c will compile with K&R compilers [Patch #413844] | dkf | 2001-04-05 | 2 | -3/+8 |
|
|
* | Restore support for pre-ANSI compilers. | dgp | 2001-04-04 | 2 | -2/+8 |
|
|
* | 2001-04-04 Andreas Kupries <andreas_kupries@users.sourceforge.net> | andreas_kupries | 2001-04-04 | 4 | -1/+182 |
|
|
* | * unix/configure: | hobbs | 2001-04-04 | 3 | -183/+377 |
|
|
* | 2001-04-04 Andreas Kupries <andreas_kupries@users.sourceforge.net> | andreas_kupries | 2001-04-04 | 3 | -10/+48 |
|
|
* | fixed a typo in today's date. | Kevin B Kenny | 2001-04-04 | 1 | -1/+1 |
|
|
* | (TIP#27) Changed a number of Tcl API's to accept "CONST char*" | Kevin B Kenny | 2001-04-04 | 16 | -225/+262 |
|
|
* | Corrected out of date comment | dgp | 2001-04-04 | 1 | -3/+3 |
|
|
* | change for tclListObj.c | hobbs | 2001-04-04 | 1 | -0/+6 |
|
|
* | * generic/tclListObj.c (Tcl_SetListObj): set objPtr->length = 0 in | hobbs | 2001-04-04 | 1 | -1/+2 |
|
|
* | give mklinks its own target | hobbs | 2001-04-04 | 1 | -5/+8 |
|
|
* | Typo in comment | dgp | 2001-04-04 | 1 | -2/+2 |
|
|