Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix to misleading error message | vincentdarley | 2003-11-10 | 3 | -9/+32 |
| | |||||
* | compilation warning | vincentdarley | 2003-11-07 | 2 | -3/+15 |
| | |||||
* | * macosx/Makefile: optimized builds define NDEBUG to turn off | das | 2003-11-06 | 2 | -2/+8 |
| | | | | ThreadAlloc range checking. | ||||
* | * tests/unixInit.test (unixInit-2.10): New test to expose [Bug 832657] | dgp | 2003-11-05 | 2 | -1/+41 |
| | | | | | failure of TclpInitLibraryPath() to properly handle .. in the path of the executable. | ||||
* | * macosx/Makefile: added 'test' target. | das | 2003-11-04 | 2 | -2/+13 |
| | |||||
* | loadHandle vs clientData cleanup | vincentdarley | 2003-11-03 | 3 | -17/+124 |
| | |||||
* | whitespace | vincentdarley | 2003-11-03 | 1 | -2/+2 |
| | |||||
* | remove warning | vincentdarley | 2003-11-03 | 1 | -2/+2 |
| | |||||
* | free path when no longer needed | vincentdarley | 2003-11-03 | 1 | -1/+2 |
| | |||||
* | Typo fix | dkf | 2003-11-02 | 1 | -2/+2 |
| | |||||
* | regen | dkf | 2003-11-01 | 2 | -2/+26 |
| | |||||
* | When copying and pasting code, check that argument types are sensible! <:^) | dkf | 2003-11-01 | 2 | -8/+8 |
| | |||||
* | Oops | dkf | 2003-11-01 | 1 | -2/+2 |
| | |||||
* | Increased robustness and speed for [lrepeat] with help of new list constructor | dkf | 2003-11-01 | 6 | -68/+225 |
| | |||||
* | Whitespace police | dkf | 2003-10-30 | 2 | -135/+128 |
| | |||||
* | Whitespace police | dkf | 2003-10-30 | 1 | -163/+132 |
| | |||||
* | doh, forgot Changelog entry | Miguel Sofer | 2003-10-28 | 1 | -0/+5 |
| | |||||
* | * generic/tclExecute.c (NEXT_INST macros): replaced macro variable | Miguel Sofer | 2003-10-28 | 1 | -10/+10 |
| | | | | "result" by "resultHandling" to avoid confusion. | ||||
* | * unix/tclUnixChan.c (Tcl_MakeFileChannel): Applied [Patch 813606] | andreas_kupries | 2003-10-23 | 2 | -5/+13 |
| | | | | | | fixing [Bug 813087]. Detection of sockets was off for Mac OS X which implements pipes as local sockets. The new code ensures that only IP sockets are detected as such. | ||||
* | * win/tclWinSock.c (TcpWatchProc): Watch for FD_CLOSE too when | andreas_kupries | 2003-10-23 | 2 | -3/+12 |
| | | | | | | | | asked for writable events by the generic layer. (SocketEventProc): Generate a writable event too when a close is detected. Together the changes fix [Bug 599468]. | ||||
* | filesystem documentation | vincentdarley | 2003-10-23 | 2 | -22/+44 |
| | |||||
* | mac resource freeing fix | vincentdarley | 2003-10-23 | 3 | -3/+20 |
| | |||||
* | Changed FILE_ to FCMD_ to prevent symbol/#def collisions. [Bug 822528] | dkf | 2003-10-22 | 2 | -77/+71 |
| | |||||
* | * tools/tcltk-man2html.tcl: fixed incorrect html generated for | das | 2003-10-21 | 2 | -7/+20 |
| | | | | | | | .IP/.TP lists, now use <DL><DT>...<DD>...<P><DT>...<DD>...</DL> instead of illegal <DL><P><DT>...<DD>...<P><DT>...<DD>...</DL>. Added skipping of directives directly after .TP to avoid them being used as item descriptions, e.g. .TP\n.VS in clock.n. | ||||
* | * win/tclWinPipe.c (BuildCommandLine): Applied the patch coming | andreas_kupries | 2003-10-21 | 2 | -3/+12 |
| | | | | | with [Bug 805605] to the code, fixing the incorrect use of ispace noted by Ronald Dauster <ronaldd@users.sourceforge.net>. | ||||
* | Removed variables that are no longer used. | dgp | 2003-10-21 | 2 | -6/+2 |
| | |||||
* | corrected new msgcat tests to work on case-sensitive filesystems | dgp | 2003-10-21 | 1 | -13/+32 |
| | | | | | (where ROOT.msg and root.msg are different files) and to better use tcltest's makeFile and removeFile commands. | ||||
* | update msgcat version to 1.4 | dgp | 2003-10-21 | 1 | -1/+1 |
| | |||||
* | TIP #156: Language-Neutral Root Locale for Msgcat | Kevin B Kenny | 2003-10-21 | 9 | -46/+82 |
| | |||||
* | Fixed bug 823768 by pre-parsing the index list | dkf | 2003-10-15 | 3 | -242/+234 |
| | |||||
* | no message | davygrvy | 2003-10-14 | 1 | -0/+5 |
| | |||||
* | Punt gracefully if exitToken was already destroyed. | davygrvy | 2003-10-14 | 1 | -1/+7 |
| | |||||
* | Test to detect a sharing problem with TIP#127 exposed in tclbench | dkf | 2003-10-14 | 1 | -1/+10 |
| | | | | Thanks DGP for helping develop this. | ||||
* | whitespace police | dkf | 2003-10-14 | 1 | -131/+116 |
| | |||||
* | regsub fix | vincentdarley | 2003-10-14 | 3 | -3/+33 |
| | |||||
* | * generic/tclBasic.c (TclAppendObjToErrorInfo): New internal routine | dgp | 2003-10-14 | 15 | -201/+297 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that appends a Tcl_Obj to the errorInfo, saving the caller the trouble of extracting the string rep. * generic/tclStringObj.c (TclAppendLimitedToObj): New internal routine that supports truncated appends with optional ellipsis marking. This single routine supports UTF-8-safe truncated appends needed in several places throughout the Tcl source code, mostly for error and stack messages. Clean fix for [Bug 760872]. * generic/tclInt.h: Declarations for new internal routines. * generic/tclCmdMZ.c: Updated callers to use the new routines. * generic/tclCompExpr.c: * generic/tclCompile.c: * generic/tclExecute.c: * generic/tclIOUtil.c: * generic/tclNamesp.c: * generic/tclObj.c: * generic/tclParseExpr.c: * generic/tclProc.c: * generic/tclStringObj.c: * mac/tclMacResource.c: * library/init.tcl: Updated ::errorInfo cleanup in [unknown] to reflect slight modifications to Tcl_LogCommandInfo(). Corrects failing init-4.* tests. | ||||
* | TIP#127 Implementation. Thanks to Michael Schlenker for his implementation work | dkf | 2003-10-14 | 6 | -192/+601 |
| | |||||
* | filesystem bug fixes | vincentdarley | 2003-10-13 | 14 | -57/+526 |
| | |||||
* | * unix/tclUnixTest.c (TestalarmCmd): don't bother checking return | hobbs | 2003-10-13 | 2 | -36/+38 |
| | | | | value of alarm. [Bug #664755] (english) | ||||
* | Exported symbol name police (thanks GPS for spotting this!) | dkf | 2003-10-10 | 3 | -20/+19 |
| | |||||
* | * 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] |