summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* unix root volume fixvincentdarley2002-06-271-0/+3
|
* empty path name error msgsvincentdarley2002-06-261-0/+7
|
* * unix/tclUnixTime.c: Make [clock format] respect locale settings.rmax2002-06-261-0/+5
| | | | * tests/clock.test: Bug #565880. ***POTENTIAL INCOMPATIBILITY***
* clarifications in doc/CrtInterp.3 and doc/StringObj.3Miguel Sofer2002-06-261-0/+6
|
* * Corrected suppression of -verbose skip and start by [test -output].dgp2002-06-261-0/+6
| | | | | Also corrected test suite errors exposed by corrected code. [Bug 564656]
* * unix/tcl.m4: New macro SC_CONFIG_MANPAGES.rmax2002-06-251-0/+10
| | | | | | | | | | | * unix/configure.in: Added support for symlinks and compression * unix/Makefile.in: when installing the manpages. [Patch 518052] * unix/mkLinks.tcl: Default is still hardlinks and no compression. * unix/mkLinks: generated * unix/configure: * unix/README: Added documentation for the new features.
* * unix/tcl.m4 (SC_PATH_TCLCONFIG): Replaced ${exec_prefix}/lib byrmax2002-06-251-0/+5
| | | | ${libdir}.
* Surface fix for bug #533364; TclGetIntForIndex no longer assumes an unshareddkf2002-06-251-0/+10
| | | | empty result when generating an error message.
* * Implementation of TIP 101. Adds and exports a [configure] commanddgp2002-06-251-0/+6
| | | | from tcltest.
* * updated changes file for 8.4b1 release.dgp2002-06-221-0/+2
|
* * Corrections to tcltest and the Tcl test suite so that a testdgp2002-06-221-0/+25
| | | | | | | with options -constraints knownBug -limitConstraints 1 only tests the knownBug tests. Mostly involves replacing direct access to the testConstraints array with calls to the testConstraint command (which requires tcltest version 2).
* Bumped version number to b1 in preparation for release.dkf2002-06-211-0/+6
|
* * Updated all package install directories to match current Major.minordgp2002-06-211-1/+5
| | | | | versions of the packages. Added tcltest package to installation on Windows.
* LogSyntaxError() should reset the interpreter resultjenglish2002-06-211-0/+7
| | | | [Bug 550142 "Tcl_ExprObj -> abort"]
* * Corrected comments and namespace styledgp2002-06-211-0/+5
| | | | issues. Thanks to Bruce Stephens. [Bug 572025]
* tip99vincentdarley2002-06-211-0/+18
|
* fix for [Bug 571385]Miguel Sofer2002-06-201-0/+6
|
* * generic/tclExecute.c (TclCompEvalObj): clarified and simplified theMiguel Sofer2002-06-201-0/+5
| | | | logic for compilation/recompilation.
* doc/file.n: Fixed indentation. No substantive changes.jenglish2002-06-201-0/+3
|
* * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): get the resultPtr againhobbs2002-06-191-0/+6
| | | | | as the Tcl_ObjSetVar2 may cause the result to change. [Patch #558324] (watson)
* generic/tclExecute.c (TEBC): removing unused "for(;;)" loop; improvedMiguel Sofer2002-06-191-0/+5
| | | | comments; re-indentation.
* * generic/tclExecute.c (TEBC): elimination of duplicated code in theMiguel Sofer2002-06-181-0/+19
| | | | | | non-immediate INST_INCR instructions; elimination of 103 (!) TclDecrRefCount macros. The different instructions now jump back to a common "DecrRefCount zone" at the topof the loop.
* generic/tclExecute.c (TEBC, INST_DONE): small bug in the panic codeMiguel Sofer2002-06-181-0/+5
| | | | for tcl-stack corruption.
* no messagedavygrvy2002-06-181-0/+12
|
* * doc/CrtTrace.3: Added TIP#62 implementation of commandhobbs2002-06-171-12/+22
| | | | | | | | | | | | | | | * doc/trace.n: execution tracing [FR #462580] (lavana). * generic/tcl.h: This includes enter/leave tracing as well * generic/tclBasic.c: as inter-procedure stepping. * generic/tclCmdMZ.c: * generic/tclCompile.c: * generic/tclExecute.c: * generic/tclInt.decls: * generic/tclInt.h: * generic/tclIntDecls.h: * generic/tclStubInit.c: * generic/tclVar.c: * tests/trace.test:
* * Corrected en_UK references to en_GB. UK is notdgp2002-06-171-0/+3
| | | | a country designation recognized in ISO 3166.
* * win/tclWinPipe.c (BuildCommandLine): Fixed bug #554068 ([exec]andreas_kupries2002-06-171-0/+7
| | | | | | on windows did not treat { in filenames well.). Bug reported by Vince Darley <vincentdarley@users.sourceforge.net>, patch provided by Vince too.
* generic/tcl.h: #ifdef logic for K&R C backwards compatibilityjenglish2002-06-171-0/+6
| | | | | changed to assume modern C by default. See SF FR #565088 for full details.
* * More Windows Registry locale codes from Bruno Haible.dgp2002-06-171-0/+3
|
* * Revised locale initialization to interpretdgp2002-06-171-0/+13
| | | | | | | | | environment variable locale values according to XPG4, and to recognize the LC_ALL and LC_MESSAGES values over that of LANG. Also added many Windows Registry locale values to those recognized by msgcat. Revised tests and docs. Bumped to version 1.3. Thanks to Bruno Haible for the report and assistance crafting the solution. [Bug 525522, 525525]
* a better algorithm for the previous bug fix.Miguel Sofer2002-06-171-0/+5
|
* [Bug 569438] in the processing of dollar variablesMiguel Sofer2002-06-161-1/+7
|
* bug in the consolidation of the INCR_..._STK instructionsMiguel Sofer2002-06-161-0/+7
|
* runtime peep-hole optimisation of variables (INST_STORE, INST_INCR)Miguel Sofer2002-06-141-0/+6
| | | | and commands (INST_INVOKE); faster check for the existence of a catch.
* runtime peep-hole optimisation of comparisons.Miguel Sofer2002-06-141-0/+5
|
* BC-engine: runtime peep-hole optimisation of INST_FOREACHMiguel Sofer2002-06-141-0/+6
|
* no messagedavygrvy2002-06-141-0/+6
|
* TIP#102 implementation: 'trace list' becomes 'trace info'dkf2002-06-141-0/+7
|
* consolidated code for the conditional branch instructions.Miguel Sofer2002-06-131-0/+5
|
* fixed the previous patch - wouldn't compile with TCL_COMPILE_DEBUG set.Miguel Sofer2002-06-131-0/+5
|
* TclExecuteByteCode: consolidated exception handling of INST_INVOKE,Miguel Sofer2002-06-131-0/+7
| | | | INST_EVAL, INST_BREAK and INST_CONTINUE.
* consolidated opcodes in the bytecode engine, eliminating duplicatedMiguel Sofer2002-06-131-0/+15
| | | | | code. Added the new (but pre-existent in tcl.h) possible flag bit TCL_TRACE_READS to Tcl_(Obj)?SetVar.*
* new fCmd.test problems on Unixvincentdarley2002-06-131-0/+2
|
* vfs, winfs testsuitevincentdarley2002-06-131-0/+20
|
* fixed [Bug 568123]Miguel Sofer2002-06-121-0/+5
|
* * win/tclWinFile.c: corrected the symbolic link handling code tohobbs2002-06-121-0/+8
| | | | | | | allow it to compile. Added real definition of REPARSE_DATA_BUFFER (found in winnt.h). Most of the added definitions appear to have correct, cross-Win-version equivalents in winnt.h and should be removed, but just making things "work" for now.
* fs clarification and windows fixesvincentdarley2002-06-121-0/+22
|
* optimised read access to local variables created at run-timeMiguel Sofer2002-06-111-0/+14
|
* Fix for [info locals] bug #567386; added compile functions forMiguel Sofer2002-06-111-1/+16
| | | | [global], [upvar] and [variable].
* generic/tclExecute.c: optimised algorithm for exception range lookupMiguel Sofer2002-06-111-0/+5
|