Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Corrections to tcltest and the Tcl test suite so that a test | dgp | 2002-06-22 | 1 | -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. | dkf | 2002-06-21 | 1 | -0/+6 |
| | |||||
* | * Updated all package install directories to match current Major.minor | dgp | 2002-06-21 | 1 | -1/+5 |
| | | | | | versions of the packages. Added tcltest package to installation on Windows. | ||||
* | LogSyntaxError() should reset the interpreter result | jenglish | 2002-06-21 | 1 | -0/+7 |
| | | | | [Bug 550142 "Tcl_ExprObj -> abort"] | ||||
* | * Corrected comments and namespace style | dgp | 2002-06-21 | 1 | -0/+5 |
| | | | | issues. Thanks to Bruce Stephens. [Bug 572025] | ||||
* | tip99 | vincentdarley | 2002-06-21 | 1 | -0/+18 |
| | |||||
* | fix for [Bug 571385] | Miguel Sofer | 2002-06-20 | 1 | -0/+6 |
| | |||||
* | * generic/tclExecute.c (TclCompEvalObj): clarified and simplified the | Miguel Sofer | 2002-06-20 | 1 | -0/+5 |
| | | | | logic for compilation/recompilation. | ||||
* | doc/file.n: Fixed indentation. No substantive changes. | jenglish | 2002-06-20 | 1 | -0/+3 |
| | |||||
* | * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): get the resultPtr again | hobbs | 2002-06-19 | 1 | -0/+6 |
| | | | | | as the Tcl_ObjSetVar2 may cause the result to change. [Patch #558324] (watson) | ||||
* | generic/tclExecute.c (TEBC): removing unused "for(;;)" loop; improved | Miguel Sofer | 2002-06-19 | 1 | -0/+5 |
| | | | | comments; re-indentation. | ||||
* | * generic/tclExecute.c (TEBC): elimination of duplicated code in the | Miguel Sofer | 2002-06-18 | 1 | -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 code | Miguel Sofer | 2002-06-18 | 1 | -0/+5 |
| | | | | for tcl-stack corruption. | ||||
* | no message | davygrvy | 2002-06-18 | 1 | -0/+12 |
| | |||||
* | * doc/CrtTrace.3: Added TIP#62 implementation of command | hobbs | 2002-06-17 | 1 | -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 not | dgp | 2002-06-17 | 1 | -0/+3 |
| | | | | a country designation recognized in ISO 3166. | ||||
* | * win/tclWinPipe.c (BuildCommandLine): Fixed bug #554068 ([exec] | andreas_kupries | 2002-06-17 | 1 | -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 compatibility | jenglish | 2002-06-17 | 1 | -0/+6 |
| | | | | | changed to assume modern C by default. See SF FR #565088 for full details. | ||||
* | * More Windows Registry locale codes from Bruno Haible. | dgp | 2002-06-17 | 1 | -0/+3 |
| | |||||
* | * Revised locale initialization to interpret | dgp | 2002-06-17 | 1 | -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 Sofer | 2002-06-17 | 1 | -0/+5 |
| | |||||
* | [Bug 569438] in the processing of dollar variables | Miguel Sofer | 2002-06-16 | 1 | -1/+7 |
| | |||||
* | bug in the consolidation of the INCR_..._STK instructions | Miguel Sofer | 2002-06-16 | 1 | -0/+7 |
| | |||||
* | runtime peep-hole optimisation of variables (INST_STORE, INST_INCR) | Miguel Sofer | 2002-06-14 | 1 | -0/+6 |
| | | | | and commands (INST_INVOKE); faster check for the existence of a catch. | ||||
* | runtime peep-hole optimisation of comparisons. | Miguel Sofer | 2002-06-14 | 1 | -0/+5 |
| | |||||
* | BC-engine: runtime peep-hole optimisation of INST_FOREACH | Miguel Sofer | 2002-06-14 | 1 | -0/+6 |
| | |||||
* | no message | davygrvy | 2002-06-14 | 1 | -0/+6 |
| | |||||
* | TIP#102 implementation: 'trace list' becomes 'trace info' | dkf | 2002-06-14 | 1 | -0/+7 |
| | |||||
* | consolidated code for the conditional branch instructions. | Miguel Sofer | 2002-06-13 | 1 | -0/+5 |
| | |||||
* | fixed the previous patch - wouldn't compile with TCL_COMPILE_DEBUG set. | Miguel Sofer | 2002-06-13 | 1 | -0/+5 |
| | |||||
* | TclExecuteByteCode: consolidated exception handling of INST_INVOKE, | Miguel Sofer | 2002-06-13 | 1 | -0/+7 |
| | | | | INST_EVAL, INST_BREAK and INST_CONTINUE. | ||||
* | consolidated opcodes in the bytecode engine, eliminating duplicated | Miguel Sofer | 2002-06-13 | 1 | -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 Unix | vincentdarley | 2002-06-13 | 1 | -0/+2 |
| | |||||
* | vfs, winfs testsuite | vincentdarley | 2002-06-13 | 1 | -0/+20 |
| | |||||
* | fixed [Bug 568123] | Miguel Sofer | 2002-06-12 | 1 | -0/+5 |
| | |||||
* | * win/tclWinFile.c: corrected the symbolic link handling code to | hobbs | 2002-06-12 | 1 | -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 fixes | vincentdarley | 2002-06-12 | 1 | -0/+22 |
| | |||||
* | optimised read access to local variables created at run-time | Miguel Sofer | 2002-06-11 | 1 | -0/+14 |
| | |||||
* | Fix for [info locals] bug #567386; added compile functions for | Miguel Sofer | 2002-06-11 | 1 | -1/+16 |
| | | | | [global], [upvar] and [variable]. | ||||
* | generic/tclExecute.c: optimised algorithm for exception range lookup | Miguel Sofer | 2002-06-11 | 1 | -0/+5 |
| | |||||
* | fs fixed commit | vincentdarley | 2002-06-10 | 1 | -0/+2 |
| | |||||
* | small fs fixes | vincentdarley | 2002-06-10 | 1 | -0/+7 |
| | |||||
* | * More corrections to test suite so that tests | dgp | 2002-06-07 | 1 | -0/+5 |
| | | | | of failing [test]s don't show up themselves as failing tests. | ||||
* | Cleaned up inclusion of float.h; that's really tcl<platform>Port.h's job | dkf | 2002-06-07 | 1 | -0/+5 |
| | |||||
* | Make sure EOVERFLOW is defined on Unix. | dkf | 2002-06-07 | 1 | -0/+10 |
| | |||||
* | * 4) deprecated [threadReap] and [mainThread] [Bug 534903] | dgp | 2002-06-06 | 1 | -1/+2 |
| | |||||
* | * unix/dltest/Makefile.in: Remove hard coded CFLAGS=-g | mdejong | 2002-06-06 | 1 | -0/+6 |
| | | | | | and add CFLAGS_DEBUG, CFLAGS_OPTIMIZE, and CFLAGS_DEFAULT varaibles. [Tcl bug 565488] | ||||
* | * Corrections to test suite so that tests | dgp | 2002-06-06 | 1 | -0/+3 |
| | | | | of failing [test]s don't show up themselves as failing tests. | ||||
* | * tests/io.test: Fixed up namespace variable resolution issues | dgp | 2002-06-06 | 1 | -1/+14 |
| | | | | | | | | | | | | revealed by running test suite with "-singleproc 1". * doc/tcltest.n: * library/tcltest/tcltest.tcl: * tests/tcltest.test: Several updates to tcltest. 1) changed to lazy initialization of test constraints 2) deprecated [initConstraintsHook] 3) repaired badly broken [limitConstraints]. [Patch 512214, Bug 558742, Bug 461000] | ||||
* | * unix/tclUnixThrd.c (TclpReaddir, TclpLocaltime, TclpGmtime): | das | 2002-06-06 | 1 | -0/+14 |
| | | | | | | | | | | | | | added mutex wrapped calls to readdir, localtime & gmtime in case their thread-safe *_r counterparts are not available. * unix/tcl.m4: added configure check for readdir_r * unix/tcl.m4 (Darwin): set TCL_DEFAULT_ENCODING to utf-8 on MacOSX (where posix file apis expect utf-8, not iso8859-1). * unix/configure: regen * unix/Makefile.in: set DYLD_LIBRARY_PATH in parallel to LD_LIBRARY_PATH for MacOSX dynamic linker. * generic/tclEnv.c (TclSetEnv): fix env var setting on MacOSX (adapted from patch #524352 by jkbonfield). |