summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* unix root volume fixvincentdarley2002-06-273-3/+21
* empty path name error msgsvincentdarley2002-06-263-2/+159
* * unix/tclUnixTime.c: Make [clock format] respect locale settings.rmax2002-06-263-2/+11
* Fixed a typo in the "shell" target.rmax2002-06-261-2/+2
* clarifications in doc/CrtInterp.3 and doc/StringObj.3Miguel Sofer2002-06-263-6/+21
* * Corrected suppression of -verbose skip and start by [test -output].dgp2002-06-263-19/+56
* typo fixesdgp2002-06-261-4/+4
* Excised a tiny amount of the most pointless voodoo. Leftdgp2002-06-261-4/+4
* generatedrmax2002-06-251-1668/+1471
* Some more fixes for the compress and symlink stuff to correct situationsrmax2002-06-251-8/+7
* * unix/tcl.m4: New macro SC_CONFIG_MANPAGES.rmax2002-06-258-1586/+2506
* * unix/tcl.m4 (SC_PATH_TCLCONFIG): Replaced ${exec_prefix}/lib byrmax2002-06-252-2/+7
* Surface fix for bug #533364; TclGetIntForIndex no longer assumes an unshareddkf2002-06-252-4/+22
* * Implementation of TIP 101. Adds and exports a [configure] commanddgp2002-06-254-848/+749
* * updated changes file for 8.4b1 release.dgp2002-06-222-1/+106
* * Corrections to tcltest and the Tcl test suite so that a testdgp2002-06-2223-79/+108
* Regendkf2002-06-221-1/+1
* Regen.dkf2002-06-221-1/+1
* Resynch...dkf2002-06-221-3/+3
* Bumped version number to b1 in preparation for release.dkf2002-06-218-16/+22
* * Updated all package install directories to match current Major.minordgp2002-06-215-26/+37
* LogSyntaxError() should reset the interpreter resultjenglish2002-06-213-2/+11
* * Corrected comments and namespace styledgp2002-06-212-48/+52
* tip99tip_99vincentdarley2002-06-211-6/+6
* tip99vincentdarley2002-06-2115-246/+594
* fix for [Bug 571385]Miguel Sofer2002-06-202-9/+18
* * generic/tclExecute.c (TclCompEvalObj): clarified and simplified theMiguel Sofer2002-06-202-49/+44
* doc/file.n: Fixed indentation. No substantive changes.jenglish2002-06-202-6/+11
* Added parens for claritydgp2002-06-202-5/+6
* * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): get the resultPtr againhobbs2002-06-192-1/+10
* generic/tclExecute.c (TEBC): removing unused "for(;;)" loop; improvedMiguel Sofer2002-06-192-2581/+2567
* * generic/tclExecute.c (TEBC): elimination of duplicated code in theMiguel Sofer2002-06-182-545/+435
* generic/tclExecute.c (TEBC, INST_DONE): small bug in the panic codeMiguel Sofer2002-06-182-1/+7
* no messagedavygrvy2002-06-181-0/+12
* Trims to support the removal of RESOURCE_INCLUDED from rcdavygrvy2002-06-183-19/+15
* * doc/CrtTrace.3: Added TIP#62 implementation of commandhobbs2002-06-1715-196/+1530
* * Corrected en_UK references to en_GB. UK is notdgp2002-06-172-6/+10
* * win/tclWinPipe.c (BuildCommandLine): Fixed bug #554068 ([exec]andreas_kupries2002-06-173-2/+24
* generic/tcl.h: #ifdef logic for K&R C backwards compatibilityjenglish2002-06-172-78/+53
* * More Windows Registry locale codes from Bruno Haible.dgp2002-06-172-15/+130
* * Revised locale initialization to interpretdgp2002-06-175-480/+692
* a better algorithm for the previous bug fix.Miguel Sofer2002-06-172-29/+28
* [Bug 569438] in the processing of dollar variablesMiguel Sofer2002-06-163-14/+44
* bug in the consolidation of the INCR_..._STK instructionsMiguel Sofer2002-06-162-2/+10
* runtime peep-hole optimisation of variables (INST_STORE, INST_INCR)Miguel Sofer2002-06-142-10/+51
* runtime peep-hole optimisation of comparisons.Miguel Sofer2002-06-142-17/+48
* BC-engine: runtime peep-hole optimisation of INST_FOREACHMiguel Sofer2002-06-142-10/+27
* no messagedavygrvy2002-06-141-0/+6
* The test for compiler optimizations was in error. Thanks goes to Roy Terrydavygrvy2002-06-141-2/+2
* TIP#102 implementation: 'trace list' becomes 'trace info'dkf2002-06-144-47/+54