summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclExecute.c (TclExecuteByteCode INST_STR_CMP):hobbs2002-05-302-15/+13
* * Removed "dummy" reference to Tcl_LinkVar.dgp2002-05-292-11/+7
* commited working regenerated configurehobbs2002-05-291-709/+1459
* Made Tcl_UniCharNcmp faster on big-endian machines; the system memcmp()isdkf2002-05-297-1459/+813
* * generic/tclInt.decls:hobbs2002-05-297-153/+225
* * generic/tclCompCmds.c (TclCompileStringCmd): removed errorhobbs2002-05-291-7/+1
* added more string comparison checkshobbs2002-05-292-2/+26
* better qualified 9.1 constraint check for %shobbs2002-05-291-4/+7
* * tests/clock.test: added clock-9.1hobbs2002-05-297-17/+58
* * generic/tclThreadAlloc.c (TclpRealloc, TclpFree): protecthobbs2002-05-291-26/+32
* load cleanup in vfsvincentdarley2002-05-282-8/+63
* D'oh! Accidentally made this file uncompilable. Added some extradkf2002-05-281-59/+65
* Better handling of EOVERFLOW on Win32 systems (as EFBIG or EINVAL.)dkf2002-05-274-10/+21
* * tests/winPipe.test: Applied patch for SF Tcl Bug #549617. Patchandreas_kupries2002-05-242-6/+9
* TIP#91 implementation; makes old style channels binary compatible withdkf2002-05-2413-159/+580
* * win/tclWinSock.c (TcpWatchProc): Fixed SF Tcl Bug #557878. Weandreas_kupries2002-05-242-20/+30
* * unix/configure: Regen.mdejong2002-05-214-88/+114
* * generic/tclInt.h: added prototype for TclpFilesystemPathType().das2002-05-203-3/+18
* doc/CrtObjCmd.3: Added Tcl_GetCommandFromObj, Tcl_GetCommandFullNamejenglish2002-05-171-0/+5
* Added Tcl_GetCommandFromObj, Tcl_GetCommandFullNamejenglish2002-05-171-3/+20
* More tidying up; tclUnixChan.c now builds with GCC without warnings.dkf2002-05-142-480/+462
* memory cleanupvincentdarley2002-05-143-12/+22
* Stop Solaris from generating a warning; the second argument to ioctl has beendkf2002-05-132-2/+13
* memory cleanupvincentdarley2002-05-135-12/+81
* commentvincentdarley2002-05-131-3/+5
* * Corrected some list-quoting issues anddgp2002-05-104-10/+18
* no messagedavygrvy2002-05-081-0/+11
* Thanks to Peter Spjuth <peter.spjuth@space.se>, again. My prior fix fordavygrvy2002-05-083-23/+42
* no messagedavygrvy2002-05-081-0/+10
* Opps. An SH macro had two decimals. yes, I'm reverting my reversion.davygrvy2002-05-081-2/+2
* Prior revisions returned. The single-quote macro misunderstanding was fromdavygrvy2002-05-082-20/+22
* commit mistake reverted to 1.9 contents.davygrvy2002-05-081-2/+2
* Proper source of macro error misunderstanding ' as the leading macrodavygrvy2002-05-083-26/+5
* me bad grammer have, fix goodly better, now.davygrvy2002-05-081-3/+3
* * Fixes to test suite when there's a spacedgp2002-05-081-1/+2
* * Fixes to test suite when there's a spacedgp2002-05-082-2/+5
* * Fixes to test suite when there's a spacedgp2002-05-085-32/+42
* * Corrected [uplevel] quoting whendgp2002-05-081-2/+2
* no messagedavygrvy2002-05-081-0/+15
* winhelp conversion tools where understand a ' as the first character on a linedavygrvy2002-05-082-22/+20
* Added 'runtest' target. Added docs as dependencies for winhelp rtf.davygrvy2002-05-081-14/+19
* Improved handling of CS/CE fields. Use Courier New and indent better.davygrvy2002-05-081-7/+14
* Increased line buffer size and a bail-out if that should ever be over-run.davygrvy2002-05-081-2/+8
* Made code samples use the Courier New fixed-width font. Changes fromdavygrvy2002-05-081-2/+2
* fix to bug 553320vincentdarley2002-05-076-28/+56
* Fix for bugs #549607 & #549610: testsuite failures for filenames with spaces.Miguel Sofer2002-05-073-7/+14
* fix to 551306vincentdarley2002-05-0211-108/+349
* * unix/configure:hobbs2002-04-263-2/+8
* Added more thorough tests for handling of conversion to boolean.dkf2002-04-262-1/+15
* Hex values on 64-bit machines can be booleans too! [Bug 548686]dkf2002-04-262-3/+30