| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * unix/configure: Regen. | mdejong | 2002-05-21 | 4 | -88/+114 |
|
|
* | * generic/tclInt.h: added prototype for TclpFilesystemPathType(). | das | 2002-05-20 | 3 | -3/+18 |
|
|
* | doc/CrtObjCmd.3: Added Tcl_GetCommandFromObj, Tcl_GetCommandFullName | jenglish | 2002-05-17 | 1 | -0/+5 |
|
|
* | Added Tcl_GetCommandFromObj, Tcl_GetCommandFullName | jenglish | 2002-05-17 | 1 | -3/+20 |
|
|
* | More tidying up; tclUnixChan.c now builds with GCC without warnings. | dkf | 2002-05-14 | 2 | -480/+462 |
|
|
* | memory cleanup | vincentdarley | 2002-05-14 | 3 | -12/+22 |
|
|
* | Stop Solaris from generating a warning; the second argument to ioctl has been | dkf | 2002-05-13 | 2 | -2/+13 |
|
|
* | memory cleanup | vincentdarley | 2002-05-13 | 5 | -12/+81 |
|
|
* | comment | vincentdarley | 2002-05-13 | 1 | -3/+5 |
|
|
* | * Corrected some list-quoting issues and | dgp | 2002-05-10 | 4 | -10/+18 |
|
|
* | no message | davygrvy | 2002-05-08 | 1 | -0/+11 |
|
|
* | Thanks to Peter Spjuth <peter.spjuth@space.se>, again. My prior fix for | davygrvy | 2002-05-08 | 3 | -23/+42 |
|
|
* | no message | davygrvy | 2002-05-08 | 1 | -0/+10 |
|
|
* | Opps. An SH macro had two decimals. yes, I'm reverting my reversion. | davygrvy | 2002-05-08 | 1 | -2/+2 |
|
|
* | Prior revisions returned. The single-quote macro misunderstanding was from | davygrvy | 2002-05-08 | 2 | -20/+22 |
|
|
* | commit mistake reverted to 1.9 contents. | davygrvy | 2002-05-08 | 1 | -2/+2 |
|
|
* | Proper source of macro error misunderstanding ' as the leading macro | davygrvy | 2002-05-08 | 3 | -26/+5 |
|
|
* | me bad grammer have, fix goodly better, now. | davygrvy | 2002-05-08 | 1 | -3/+3 |
|
|
* | * Fixes to test suite when there's a space | dgp | 2002-05-08 | 1 | -1/+2 |
|
|
* | * Fixes to test suite when there's a space | dgp | 2002-05-08 | 2 | -2/+5 |
|
|
* | * Fixes to test suite when there's a space | dgp | 2002-05-08 | 5 | -32/+42 |
|
|
* | * Corrected [uplevel] quoting when | dgp | 2002-05-08 | 1 | -2/+2 |
|
|
* | no message | davygrvy | 2002-05-08 | 1 | -0/+15 |
|
|
* | winhelp conversion tools where understand a ' as the first character on a line | davygrvy | 2002-05-08 | 2 | -22/+20 |
|
|
* | Added 'runtest' target. Added docs as dependencies for winhelp rtf. | davygrvy | 2002-05-08 | 1 | -14/+19 |
|
|
* | Improved handling of CS/CE fields. Use Courier New and indent better. | davygrvy | 2002-05-08 | 1 | -7/+14 |
|
|
* | Increased line buffer size and a bail-out if that should ever be over-run. | davygrvy | 2002-05-08 | 1 | -2/+8 |
|
|
* | Made code samples use the Courier New fixed-width font. Changes from | davygrvy | 2002-05-08 | 1 | -2/+2 |
|
|
* | fix to bug 553320 | vincentdarley | 2002-05-07 | 6 | -28/+56 |
|
|
* | Fix for bugs #549607 & #549610: testsuite failures for filenames with spaces. | Miguel Sofer | 2002-05-07 | 3 | -7/+14 |
|
|
* | fix to 551306 | vincentdarley | 2002-05-02 | 11 | -108/+349 |
|
|
* | * unix/configure: | hobbs | 2002-04-26 | 3 | -2/+8 |
|
|
* | Added more thorough tests for handling of conversion to boolean. | dkf | 2002-04-26 | 2 | -1/+15 |
|
|
* | Hex values on 64-bit machines can be booleans too! [Bug 548686] | dkf | 2002-04-26 | 2 | -3/+30 |
|
|
* | * generic/tclInt.h: corrected TclRememberJoinableThread decl to | hobbs | 2002-04-24 | 2 | -2/+13 |
|
|
* | noted that this code isn't needed on unix | hobbs | 2002-04-24 | 1 | -2/+6 |
|
|
* | regen | dkf | 2002-04-24 | 1 | -0/+2 |
|
|
* | Tcl_GetUnicodeFromObj missing from index line | dkf | 2002-04-24 | 1 | -2/+2 |
|
|
* | * doc/exec.n: | hobbs | 2002-04-23 | 2 | -13/+38 |
|
|
* | * generic/tclAlloc.c: | hobbs | 2002-04-23 | 9 | -8/+1056 |
|
|
* | * mac/tclMacResource.r: added check of | das | 2002-04-23 | 2 | -1/+10 |
|
|
* | regen. | dkf | 2002-04-23 | 1 | -0/+8 |
|
|
* | Added documentation for command tracing API [Bug 414927] | dkf | 2002-04-23 | 2 | -0/+175 |
|
|
* | * generic/tclAlloc.c: | hobbs | 2002-04-23 | 4 | -319/+383 |
|
|
* | cleanup of testfilesystem command | hobbs | 2002-04-23 | 1 | -19/+11 |
|
|
* | * generic/tclIOUtil.c (Tcl_FSRegister, Tcl_FSUnregister): | hobbs | 2002-04-23 | 2 | -10/+19 |
|
|
* | generic/tclCmdAH.c (Tcl_FileObjCmd): added cast in FILE_SIZE | hobbs | 2002-04-23 | 1 | -3/+4 |
|
|
* | see ChangeLog | hobbs | 2002-04-22 | 1 | -0/+20 |
|
|
* | * win/tclWinFCmd.c (DoDeleteFile): check return of setattr API | hobbs | 2002-04-22 | 1 | -5/+8 |
|
|
* | * win/Makefile.in: correct dependencies for shell, gdb, runtest | hobbs | 2002-04-22 | 1 | -6/+6 |
|
|