Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | no message | davygrvy | 2003-12-23 | 1 | -1/+13 |
| | |||||
* | no message | davygrvy | 2003-12-21 | 1 | -0/+10 |
| | |||||
* | * generic/tclBinary.c (DeleteScanNumberCache): fixed crashing bug | das | 2003-12-17 | 1 | -0/+5 |
| | | | | when numeric scan-value cache contains NULL value. | ||||
* | fix to file normalization with relative links | vincentdarley | 2003-12-17 | 1 | -0/+12 |
| | |||||
* | fix to fs norm bug 860402 | vincentdarley | 2003-12-17 | 1 | -0/+6 |
| | |||||
* | Added trace for bugfixes #839519 and #861515 | vasiljevic | 2003-12-17 | 1 | -0/+9 |
| | |||||
* | improved documentation on memory management | vincentdarley | 2003-12-16 | 1 | -0/+2 |
| | |||||
* | marked test as nonPortable | vincentdarley | 2003-12-16 | 1 | -0/+6 |
| | |||||
* | Made a variable file-local for safety | dkf | 2003-12-16 | 1 | -0/+4 |
| | |||||
* | * win/tclWinFile.c (TclpUtime) : utimbuf struct not a problem | davygrvy | 2003-12-16 | 1 | -3/+11 |
| | | | | | | | | | with Borland. * win/tclWinTime.c (TclpGetDate) : Borland's localtime() has a slight behavioral difference. From Helmut Giese <hgiese@ratiosoft.com> [Patch 758097]. | ||||
* | * wintclsh.rc: Slight modification to the STRINGIFY macro to | davygrvy | 2003-12-16 | 1 | -0/+6 |
| | | | | | support Borland's rc tool. From Helmut Giese <hgiese@ratiosoft.com>. | ||||
* | * generic/tclInt.decls: commented-out entry for | davygrvy | 2003-12-15 | 1 | -0/+7 |
| | | | | | | TclpCheckStackSpace, removing it from the Stubs table. It's already declared in tclInt.h and labeled as a function that is not to be exported. Regened tables. | ||||
* | TIP#75 Implementation | dkf | 2003-12-14 | 1 | -0/+6 |
| | |||||
* | rewrite of file normalization | vincentdarley | 2003-12-14 | 1 | -0/+6 |
| | |||||
* | no message | davygrvy | 2003-12-13 | 1 | -1/+8 |
| | |||||
* | various filesystem fixes | vincentdarley | 2003-12-12 | 1 | -0/+21 |
| | |||||
* | no message | davygrvy | 2003-12-12 | 1 | -0/+7 |
| | |||||
* | * unix/configure: | hobbs | 2003-12-09 | 1 | -0/+6 |
| | | | | | * unix/tcl.m4: updated OpenBSD build configuration based on [Patch #775246] (cassoff) | ||||
* | #ifdef'd out errno declarations; incompatible with recent glibc. [Bug 852369] | dkf | 2003-12-09 | 1 | -0/+6 |
| | |||||
* | NT file permissions fix and tests | vincentdarley | 2003-12-09 | 1 | -0/+8 |
| | |||||
* | Stop losing references when variables are repeated in [binary scan]. [851747] | dkf | 2003-12-02 | 1 | -0/+7 |
| | |||||
* | * doc/lset.n: fix typo [Bug 852224] | Miguel Sofer | 2003-12-01 | 1 | -0/+4 |
| | |||||
* | * generic/tclParse.c: Corrected faulty check for trailing white | dgp | 2003-11-24 | 1 | -0/+6 |
| | | | | | space in {expand} parsing. Thanks Andreas Leitgeb. [Bug 848262]. * tests/parse.test: New tests for the bug. | ||||
* | remove windows [cd] bug | vincentdarley | 2003-11-24 | 1 | -0/+6 |
| | |||||
* | * tests/winFCmd.test (winFCmd-16.10,11): Merged new tests from | dgp | 2003-11-21 | 1 | -0/+5 |
| | | | | core-8-4-branch. | ||||
* | * generic/tclVar.c: fix flag bit collision between | Miguel Sofer | 2003-11-20 | 1 | -0/+5 |
| | | | | LOOKUP_FOR_UPVAR and TCL_PARSE_PART1 (deprecated) [Bug 835020] | ||||
* | * tests/compile.test (compile-16.22.0): Improved test for the | dgp | 2003-11-20 | 1 | -1/+6 |
| | | | | recent fix for Bug 845412. | ||||
* | Fixed Bug 845412; long commands without expansion don't get tangled with the | dkf | 2003-11-19 | 1 | -0/+7 |
| | | | | expansion machinery now... | ||||
* | Changes from Victor Wagner <vitus@45.free.net> for better DJGPP support. | davygrvy | 2003-11-18 | 1 | -0/+9 |
| | |||||
* | more details on the regexp fix. | dgp | 2003-11-17 | 1 | -0/+10 |
| | |||||
* | * tests/reg.test: Added tests for [Bugs 230589, 504785, 505048, 840258] | dgp | 2003-11-17 | 1 | -0/+5 |
| | | | | recently fixed by 2003-11-15 commit to regcomp.c by Pavel Goran. | ||||
* | Miguel Sofer's patch (with small revisions) to make sure the bytecode engine | dkf | 2003-11-16 | 1 | -0/+10 |
| | | | | checks for async events fairly frequently. [Bug 746722] | ||||
* | Stop VC++ 5.2 warning. [Bug 842511] | dkf | 2003-11-15 | 1 | -0/+9 |
| | |||||
* | TIP#138 implementation plus extra test stuff [Patch 731356] | dkf | 2003-11-14 | 1 | -0/+6 |
| | |||||
* | Version number/changebar fix | dkf | 2003-11-14 | 1 | -0/+4 |
| | |||||
* | * doc/ParseCmd.3: Implementation of TIP 157. Adds recognition | dgp | 2003-11-14 | 1 | -0/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/Tcl.n: of the new leading {expand} syntax on words. * generic/tcl.h: Parses such words as the new Tcl_Token type * generic/tclBasic.c: TCL_TOKEN_EXPAND_WORD. Updated Tcl_EvalEx * generic/tclCompile.c: and the bytecode compiler/execution engine * generic/tclCompile.h: to recognize the new token type. New opcodes * generic/tclExecute.c: INST_LIST_VERIFY and INST_INVOKE_EXP and a new * generic/tclParse.c: operand type OPERAND_ULIST1 are defined. Docs * generic/tclTest.c: and tests are included. * tests/basic.test: * tests/compile.test: * tests/parse.test: * library/auto.tcl: Replaced several [eval]s used to perform * library/package.tcl: argument expansion with the new syntax. * library/safe.tcl: In the test files lindex.test and lset.test, * tests/cmdInfo.test: replaced use of [eval] to force direct * tests/encoding.test: string evaluation with use of [testevalex] * tests/execute.test: which more directly and robustly serves the * tests/fCmd.test: same purpose. * tests/http.test: * tests/init.test: * tests/interp.test: * tests/io.test: * tests/ioUtil.test: * tests/iogt.test: * tests/lindex.test: * tests/lset.test: * tests/namespace-old.test: * tests/namespace.test: * tests/pkg.test: * tests/pkgMkIndex.test: * tests/proc.test: * tests/reg.test: * tests/trace.test: * tests/upvar.test: * tests/winConsole.test: * tests/winFCmd.test: | ||||
* | * tests/cmdMZ.test (cmdMZ-1.4): change to nonPortable as more | hobbs | 2003-11-12 | 1 | -0/+6 |
| | | | | | systems are using permissions caching, and this isn't really a Tcl controlled issue. | ||||
* | * unix/configure: | hobbs | 2003-11-12 | 1 | -0/+7 |
| | | | | | | * unix/tcl.m4: improve AIX --enable-64bit handling remove -D__NO_STRING_INLINES -D__NO_MATH_INLINES from CFLAGS_OPTIMIZE on Linux. Make default opt -O2 (was -O). | ||||
* | no message | davygrvy | 2003-11-11 | 1 | -0/+7 |
| | |||||
* | * library/dde/pkgIndex.tcl: Added safeguards so that registry | dgp | 2003-11-10 | 1 | -0/+11 |
| | | | | | | | | | | | | * library/reg/pkgIndex.tcl: and dde packages are not offered * win/tclWinDde.c: on non-Windows platforms. Bumped to * win/tclWinReg.c: registry 1.1.3 and dde 1.3. * win/Makefile.in: * win/configure.in: * win/makefile.bc: * win/makefile.vc: * win/configure: autoconf (2.57) | ||||
* | * unix/tclUnixInit.c (TclpInitLibraryPath): | dgp | 2003-11-10 | 1 | -0/+6 |
| | | | | | * win/tclWinInit.c (TclpInitLibraryPath): Fix for [Bug 832657] that should not run afoul of startup constraints. | ||||
* | Make cmdIL.test more self-contained [Bug 838384] | dkf | 2003-11-10 | 1 | -0/+6 |
| | |||||
* | fix to misleading error message | vincentdarley | 2003-11-10 | 1 | -0/+6 |
| | |||||
* | compilation warning | vincentdarley | 2003-11-07 | 1 | -0/+5 |
| | |||||
* | * macosx/Makefile: optimized builds define NDEBUG to turn off | das | 2003-11-06 | 1 | -0/+5 |
| | | | | ThreadAlloc range checking. | ||||
* | * tests/unixInit.test (unixInit-2.10): New test to expose [Bug 832657] | dgp | 2003-11-05 | 1 | -0/+6 |
| | | | | | failure of TclpInitLibraryPath() to properly handle .. in the path of the executable. | ||||
* | * macosx/Makefile: added 'test' target. | das | 2003-11-04 | 1 | -0/+4 |
| | |||||
* | loadHandle vs clientData cleanup | vincentdarley | 2003-11-03 | 1 | -0/+12 |
| | |||||
* | Increased robustness and speed for [lrepeat] with help of new list constructor | dkf | 2003-11-01 | 1 | -0/+13 |
| | |||||
* | doh, forgot Changelog entry | Miguel Sofer | 2003-10-28 | 1 | -0/+5 |
| |