Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * win/makefile.vc: Applied patches for bug #801467 by Joe Mistachkin | patthoyts | 2003-10-09 | 4 | -11/+19 |
| | | | | | * win/tclAppInit.c: to fix incompatible TCL_MEM_DEBUG handling in * generic/tclObj.c: Win32 VC builds. | ||||
* | * generic/tclBasic.c: Save and restore the iPtr->flag bits that | dgp | 2003-10-08 | 2 | -1/+20 |
| | | | | | | | control the state of errorCode and errorInfo management when calling "leave" execution traces, so that all error information of the traced command is still available whether traced or not. [Bug 760947] Thanks to Yahalom Emet. | ||||
* | Format correction | dgp | 2003-10-08 | 1 | -2/+2 |
| | |||||
* | Added constraint to the new tests. | dgp | 2003-10-08 | 1 | -9/+10 |
| | |||||
* | Made Tcl_NumUtfChars do the right thing with \u0000 when guessing the length | dkf | 2003-10-08 | 4 | -11/+57 |
| | | | | because of a negative 'length' parameter. [Bug 769812] | ||||
* | * tests/cmdAH.test: | dgp | 2003-10-07 | 9 | -319/+322 |
| | | | | | | | | | | | * tests/exec.test: Corrected temporary file management * tests/fileSystem.test: issues uncovered by -debug 1 test * tests/io.test: operations. Also backported some * tests/ioCmd.test: other fixes from the HEAD. * tests/main.test: * tests/pid.test: [Bugs 675605, 675655, 675659] * tests/socket.test: * tests/source.test: | ||||
* | * tests/pid.test: Corrected temporary file management issues | dgp | 2003-10-07 | 2 | -11/+19 |
| | | | | uncovered by -debug 1 test operations. [Bug 675655] | ||||
* | * tests/fCmd.test: Run tests with the [temporaryDirectory] as | dgp | 2003-10-07 | 2 | -1/+7 |
| | | | | | the current directory, so that tests can depend on ability to write files. [Bug 575837] | ||||
* | * doc/OpenFileChnl.3: Updated Tcl_Tell and Tcl_Seek documentation | dgp | 2003-10-07 | 2 | -3/+6 |
| | | | | to reflect that they now return Tcl_WideInt (TIP 72) [Bug 787537] | ||||
* | * tests/io.test: Corrected several tests that failed when paths | dgp | 2003-10-07 | 3 | -38/+28 |
| | | | | * tests/ioCmd.test: included regexp-special chars. [Bug 775394] | ||||
* | * tests/regexp.test: Matched [makeFile] with [removeFile]. | dgp | 2003-10-07 | 3 | -11/+22 |
| | | | | * tests/regexpComp.test: [Bug 675652] | ||||
* | * win/configure: | hobbs | 2003-10-06 | 3 | -50/+9 |
| | | | | | | * win/tcl.m4: removed incorrect checks for existence of optimization. TCL_CFG_OPTIMIZED is now defined whenever the user does not build with --enable-symbols. | ||||
* | * tests/fCmd.test (fCmd-8.2): Test only that tilde-substitution | dgp | 2003-10-06 | 2 | -3/+6 |
| | | | | happens, not for any particular result. [Bug 685991] | ||||
* | * unix/tcl.m4 (SC_PATH_TCLCONFIG): Corrected search path so | dgp | 2003-10-06 | 2 | -13/+31 |
| | | | | that alpha and beta releases of Tcl are not favored. [Bug 608698] | ||||
* | * tests/reg.test: Corrected duplicate test names. | dgp | 2003-10-06 | 10 | -19/+33 |
| | | | | | | | | | | | | | * tests/resource.test: [Bugs 710370, 710358] * tests/dict.test: * tests/dict.test: Updated [package require tcltest] lines to * tests/fileSystem.test: indiciate that these test files * tests/lrepeat.test: use features of tcltest 2. [Bug 706114] * tests/notify.test: * tests/parseExpr.test: * tests/unixNotfy.test: * tests/winDde.test: | ||||
* | fix for [Bug 816641] - faulty execution and catch stack management. | Miguel Sofer | 2003-10-04 | 3 | -20/+32 |
| | |||||
* | * generic/tclBasic.c: Fixed error in ref count management of command | dgp | 2003-10-03 | 3 | -13/+38 |
| | | | | | * generic/tclCmdMZ.c: and execution traces that caused access to freed memory in trace-32.1. [Bug 811483]. | ||||
* | * generic/tclTrace.c: Corrected comingling of introspection results of | dgp | 2003-10-02 | 2 | -1/+23 |
| | | | | | [trace info command] and [trace info execution]. [Bug 807243] Thanks to Mark Saye. | ||||
* | * macosx/Makefile: fixed redo prebinding bug when DESTDIR="". | das | 2003-10-01 | 3 | -5/+10 |
| | | | | * mac/tclMacResource.c: fixed possible NULL dereference (bdesgraupes). | ||||
* | fixed inconsistent handling of file separators in file join | vincentdarley | 2003-09-30 | 3 | -35/+139 |
| | |||||
* | Remove unintentional check-in of work-in-progress | dkf | 2003-09-29 | 1 | -35/+1 |
| | |||||
* | Undid bozo check-in of work-in-progress | dkf | 2003-09-29 | 1 | -44/+1 |
| | |||||
* | Symbols which are visible outside a single compilation unit must have | dkf | 2003-09-29 | 6 | -35/+38 |
| | | | | | the prefix 'Tcl' to keep them out of the way of non-Tcl C code on Unix. (Problem reported by George Staplin.) | ||||
* | Undo mistaken commit of work-in-progress | dkf | 2003-09-29 | 1 | -495/+7 |
| | |||||
* | Oops. Missed out on an index line update | dkf | 2003-09-29 | 2 | -2/+4 |
| | |||||
* | Regen | dkf | 2003-09-29 | 2 | -2/+13 |
| | |||||
* | TIP#121 (app exit proc API) implementation from Joe Mistachkin | dkf | 2003-09-29 | 7 | -22/+682 |
| | |||||
* | improved test description | dgp | 2003-09-29 | 1 | -2/+4 |
| | |||||
* | TIP#112 ([namespace ensemble] command) implementation. | dkf | 2003-09-29 | 7 | -111/+2394 |
| | |||||
* | Correctly check the types of boolean options to http::geturl [Bug 811170] | dkf | 2003-09-29 | 2 | -7/+17 |
| | |||||
* | Added note that frameworks are a MacOSX feature [Bug 619440] | dkf | 2003-09-29 | 3 | -2/+7 |
| | |||||
* | no message | davygrvy | 2003-09-28 | 1 | -0/+7 |
| | |||||
* | * win/tclWinPipe.c: The windows port of expect can call | davygrvy | 2003-09-28 | 1 | -1/+4 |
| | | | | | | TclWinAddProcess before any of the other pipe functions. Added a missing PipeInit() call to make sure the initialization happens. | ||||
* | * macosx/Makefile: ensure SYMROOT exists if OBJROOT is overridden | das | 2003-09-25 | 2 | -6/+10 |
| | | | | on command line. Replaced explict use of /usr/bin by ${BINDIR}. | ||||
* | package unknown performance on MacOS and MacOS X | vincentdarley | 2003-09-24 | 2 | -11/+85 |
| | |||||
* | trace.test remove knownBug | vincentdarley | 2003-09-24 | 2 | -12/+18 |
| | |||||
* | * tests/trace.test (trace-31,32-*): Added tests for [Bug 807243] | dgp | 2003-09-24 | 2 | -1/+37 |
| | | | | and [Bug 811483]. | ||||
* | fix failure of previous commit on Alpha platform | Miguel Sofer | 2003-09-23 | 1 | -26/+18 |
| | |||||
* | * generic/tclExecute.c: | Miguel Sofer | 2003-09-23 | 3 | -162/+157 |
| | | | | | | * generic/tclInt.h: changed the evaluation-stack addressing mode, from array-style to pointer-style; the catch stack and evaluation stack are now contiguous in memory. [Patch 457449] | ||||
* | * library/init.tcl (auto_load, auto_import): Expanded Eric Melski's | dgp | 2003-09-23 | 2 | -16/+24 |
| | | | | | | 2000-01-28 fix for [Bug 218871] to all potentially troubled uses of [info commands] on input data, where glob-special characters could cause problems. | ||||
* | Stop failure of expr-23.4 on 64bit architectures. [Bug 808244] | dkf | 2003-09-19 | 2 | -2/+8 |
| | |||||
* | * generic/tclExecute.c: adding (DE)CACHE_STACK_INFO() pairs to protect all ↵ | Miguel Sofer | 2003-09-19 | 3 | -19/+93 |
| | | | | | | calls that may cause traces on ::errorInfo or ::errorCode to corrupt the stack [Bug 804681] ---------------------------------------------------------------------- | ||||
* | fileName test suite bug fix | vincentdarley | 2003-09-18 | 2 | -3/+16 |
| | |||||
* | test suite fix for AFS | vincentdarley | 2003-09-16 | 2 | -2/+9 |
| | |||||
* | minor filesystem bug fixes | vincentdarley | 2003-09-16 | 4 | -17/+117 |
| | |||||
* | Fixed comment typos. | patthoyts | 2003-09-15 | 1 | -6/+6 |
| | |||||
* | Oops! Last checkin had wrong value for LAST_INST_OPCODE. D'oh! | dkf | 2003-09-15 | 1 | -2/+2 |
| | |||||
* | TIP#123 Implementation based on work by Arjen Markus. [Patch 655176] | dkf | 2003-09-12 | 9 | -91/+428 |
| | |||||
* | * library/opt/optparse.tcl: Latest revisions caused [OptGuessType] | dgp | 2003-09-10 | 2 | -3/+10 |
| | | | | | | to guess "int" instead of "string" for empty strings. Missed the required "-strict" option to [string is]. Thanks to Revar Desmera. [Bug 803968] | ||||
* | format last change for 74 characters per line | davygrvy | 2003-09-08 | 1 | -2/+4 |
| |