summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* no messagedavygrvy2003-12-121-0/+7
|
* * unix/configure:hobbs2003-12-091-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]dkf2003-12-091-0/+6
|
* NT file permissions fix and testsvincentdarley2003-12-091-0/+8
|
* Stop losing references when variables are repeated in [binary scan]. [851747]dkf2003-12-021-0/+7
|
* * doc/lset.n: fix typo [Bug 852224]Miguel Sofer2003-12-011-0/+4
|
* * generic/tclParse.c: Corrected faulty check for trailing whitedgp2003-11-241-0/+6
| | | | | space in {expand} parsing. Thanks Andreas Leitgeb. [Bug 848262]. * tests/parse.test: New tests for the bug.
* remove windows [cd] bugvincentdarley2003-11-241-0/+6
|
* * tests/winFCmd.test (winFCmd-16.10,11): Merged new tests fromdgp2003-11-211-0/+5
| | | | core-8-4-branch.
* * generic/tclVar.c: fix flag bit collision betweenMiguel Sofer2003-11-201-0/+5
| | | | LOOKUP_FOR_UPVAR and TCL_PARSE_PART1 (deprecated) [Bug 835020]
* * tests/compile.test (compile-16.22.0): Improved test for thedgp2003-11-201-1/+6
| | | | recent fix for Bug 845412.
* Fixed Bug 845412; long commands without expansion don't get tangled with thedkf2003-11-191-0/+7
| | | | expansion machinery now...
* Changes from Victor Wagner <vitus@45.free.net> for better DJGPP support.davygrvy2003-11-181-0/+9
|
* more details on the regexp fix.dgp2003-11-171-0/+10
|
* * tests/reg.test: Added tests for [Bugs 230589, 504785, 505048, 840258]dgp2003-11-171-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 enginedkf2003-11-161-0/+10
| | | | checks for async events fairly frequently. [Bug 746722]
* Stop VC++ 5.2 warning. [Bug 842511]dkf2003-11-151-0/+9
|
* TIP#138 implementation plus extra test stuff [Patch 731356]dkf2003-11-141-0/+6
|
* Version number/changebar fixdkf2003-11-141-0/+4
|
* * doc/ParseCmd.3: Implementation of TIP 157. Adds recognitiondgp2003-11-141-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 morehobbs2003-11-121-0/+6
| | | | | systems are using permissions caching, and this isn't really a Tcl controlled issue.
* * unix/configure:hobbs2003-11-121-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 messagedavygrvy2003-11-111-0/+7
|
* * library/dde/pkgIndex.tcl: Added safeguards so that registrydgp2003-11-101-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):dgp2003-11-101-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]dkf2003-11-101-0/+6
|
* fix to misleading error messagevincentdarley2003-11-101-0/+6
|
* compilation warningvincentdarley2003-11-071-0/+5
|
* * macosx/Makefile: optimized builds define NDEBUG to turn offdas2003-11-061-0/+5
| | | | ThreadAlloc range checking.
* * tests/unixInit.test (unixInit-2.10): New test to expose [Bug 832657]dgp2003-11-051-0/+6
| | | | | failure of TclpInitLibraryPath() to properly handle .. in the path of the executable.
* * macosx/Makefile: added 'test' target.das2003-11-041-0/+4
|
* loadHandle vs clientData cleanupvincentdarley2003-11-031-0/+12
|
* Increased robustness and speed for [lrepeat] with help of new list constructordkf2003-11-011-0/+13
|
* doh, forgot Changelog entryMiguel Sofer2003-10-281-0/+5
|
* * unix/tclUnixChan.c (Tcl_MakeFileChannel): Applied [Patch 813606]andreas_kupries2003-10-231-0/+5
| | | | | | 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-231-0/+9
| | | | | | | | 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-231-0/+3
|
* mac resource freeing fixvincentdarley2003-10-231-0/+6
|
* Changed FILE_ to FCMD_ to prevent symbol/#def collisions. [Bug 822528]dkf2003-10-221-0/+5
|
* * tools/tcltk-man2html.tcl: fixed incorrect html generated fordas2003-10-211-0/+8
| | | | | | | .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-211-0/+6
| | | | | with [Bug 805605] to the code, fixing the incorrect use of ispace noted by Ronald Dauster <ronaldd@users.sourceforge.net>.
* TIP #156: Language-Neutral Root Locale for MsgcatKevin B Kenny2003-10-211-0/+10
|
* Fixed bug 823768 by pre-parsing the index listdkf2003-10-151-0/+7
|
* no messagedavygrvy2003-10-141-0/+5
|
* regsub fixvincentdarley2003-10-141-0/+6
|
* * generic/tclBasic.c (TclAppendObjToErrorInfo): New internal routinedgp2003-10-141-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-141-0/+11
|
* filesystem bug fixesvincentdarley2003-10-131-0/+37
|
* * unix/tclUnixTest.c (TestalarmCmd): don't bother checking returnhobbs2003-10-131-31/+36
| | | | value of alarm. [Bug #664755] (english)
* * win/makefile.vc: Applied patches for bug #801467 by Joe Mistachkinpatthoyts2003-10-091-0/+6
| | | | | * win/tclAppInit.c: to fix incompatible TCL_MEM_DEBUG handling in * generic/tclObj.c: Win32 VC builds.