summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Oopsdkf2003-11-011-2/+2
|
* Increased robustness and speed for [lrepeat] with help of new list constructordkf2003-11-016-68/+225
|
* Whitespace policedkf2003-10-302-135/+128
|
* Whitespace policedkf2003-10-301-163/+132
|
* doh, forgot Changelog entryMiguel Sofer2003-10-281-0/+5
|
* * generic/tclExecute.c (NEXT_INST macros): replaced macro variableMiguel Sofer2003-10-281-10/+10
| | | | "result" by "resultHandling" to avoid confusion.
* * unix/tclUnixChan.c (Tcl_MakeFileChannel): Applied [Patch 813606]andreas_kupries2003-10-232-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 whenandreas_kupries2003-10-232-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 documentationvincentdarley2003-10-232-22/+44
|
* mac resource freeing fixvincentdarley2003-10-233-3/+20
|
* Changed FILE_ to FCMD_ to prevent symbol/#def collisions. [Bug 822528]dkf2003-10-222-77/+71
|
* * tools/tcltk-man2html.tcl: fixed incorrect html generated fordas2003-10-212-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 comingandreas_kupries2003-10-212-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.dgp2003-10-212-6/+2
|
* corrected new msgcat tests to work on case-sensitive filesystemsdgp2003-10-211-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.4dgp2003-10-211-1/+1
|
* TIP #156: Language-Neutral Root Locale for MsgcatKevin B Kenny2003-10-219-46/+82
|
* Fixed bug 823768 by pre-parsing the index listdkf2003-10-153-242/+234
|
* no messagedavygrvy2003-10-141-0/+5
|
* Punt gracefully if exitToken was already destroyed.davygrvy2003-10-141-1/+7
|
* Test to detect a sharing problem with TIP#127 exposed in tclbenchdkf2003-10-141-1/+10
| | | | Thanks DGP for helping develop this.
* whitespace policedkf2003-10-141-131/+116
|
* regsub fixvincentdarley2003-10-143-3/+33
|
* * generic/tclBasic.c (TclAppendObjToErrorInfo): New internal routinedgp2003-10-1415-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 workdkf2003-10-146-192/+601
|
* filesystem bug fixesvincentdarley2003-10-1314-57/+526
|
* * unix/tclUnixTest.c (TestalarmCmd): don't bother checking returnhobbs2003-10-132-36/+38
| | | | value of alarm. [Bug #664755] (english)
* Exported symbol name police (thanks GPS for spotting this!)dkf2003-10-103-20/+19
|
* * win/makefile.vc: Applied patches for bug #801467 by Joe Mistachkinpatthoyts2003-10-094-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 thatdgp2003-10-082-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 correctiondgp2003-10-081-2/+2
|
* Added constraint to the new tests.dgp2003-10-081-9/+10
|
* Made Tcl_NumUtfChars do the right thing with \u0000 when guessing the lengthdkf2003-10-084-11/+57
| | | | because of a negative 'length' parameter. [Bug 769812]
* * tests/cmdAH.test:dgp2003-10-079-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 issuesdgp2003-10-072-11/+19
| | | | uncovered by -debug 1 test operations. [Bug 675655]
* * tests/fCmd.test: Run tests with the [temporaryDirectory] asdgp2003-10-072-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 documentationdgp2003-10-072-3/+6
| | | | to reflect that they now return Tcl_WideInt (TIP 72) [Bug 787537]
* * tests/io.test: Corrected several tests that failed when pathsdgp2003-10-073-38/+28
| | | | * tests/ioCmd.test: included regexp-special chars. [Bug 775394]
* * tests/regexp.test: Matched [makeFile] with [removeFile].dgp2003-10-073-11/+22
| | | | * tests/regexpComp.test: [Bug 675652]
* * win/configure:hobbs2003-10-063-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-substitutiondgp2003-10-062-3/+6
| | | | happens, not for any particular result. [Bug 685991]
* * unix/tcl.m4 (SC_PATH_TCLCONFIG): Corrected search path sodgp2003-10-062-13/+31
| | | | that alpha and beta releases of Tcl are not favored. [Bug 608698]
* * tests/reg.test: Corrected duplicate test names.dgp2003-10-0610-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 Sofer2003-10-043-20/+32
|
* * generic/tclBasic.c: Fixed error in ref count management of commanddgp2003-10-033-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 ofdgp2003-10-022-1/+23
| | | | | [trace info command] and [trace info execution]. [Bug 807243] Thanks to Mark Saye.
* * macosx/Makefile: fixed redo prebinding bug when DESTDIR="".das2003-10-013-5/+10
| | | | * mac/tclMacResource.c: fixed possible NULL dereference (bdesgraupes).
* fixed inconsistent handling of file separators in file joinvincentdarley2003-09-303-35/+139
|
* Remove unintentional check-in of work-in-progressdkf2003-09-291-35/+1
|
* Undid bozo check-in of work-in-progressdkf2003-09-291-44/+1
|