summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* #ifdef'd out errno declarations; incompatible with recent glibc. [Bug 852369]dkf2003-12-093-2/+17
|
* * generic/tcl.h: Bumped patch level to 8.4.5.1 to distinguishdgp2003-12-0310-22/+19
| | | | | | | | | * unix/configure.in: CVS snapshots from 8.4.5 release. * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf (2.13) * win/configure:
* * README: Bumped patch level to 8.4.6 to distinguishdgp2003-12-0210-16/+29
| | | | | | | | | | | | * generic/tcl.h: CVS snapshots from the 8.4.5 release. * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf (2.13) * win/configure:
* Stop losing references when variables are repeated in [binary scan]. [851747]dkf2003-12-023-41/+87
|
* * doc/lset.n: fix typo [Bug 852224]Miguel Sofer2003-12-012-2/+6
|
* moved core-8-4-5 tag to include las test correctioncore_8_4_5hobbs2003-11-211-2/+2
|
* * tests/windFCmd.test (winFCmd-16.10): Corrected failure todgp2003-11-212-1/+7
| | | | initialize variable $dd that caused test suite failure.
* moved 8.4.5 taghobbs2003-11-211-2/+2
|
* * generic/tclVar.c: fix flag bit collision betweenMiguel Sofer2003-11-202-2/+7
| | | | LOOKUP_FOR_UPVAR and TCL_PARSE_PART1 (deprecated) [Bug 835020]
* fix to 'cd' infinite recursion bug on Windowsvincentdarley2003-11-203-10/+31
|
* typo correctiondgp2003-11-191-2/+2
|
* updated for 8.4.5 releasehobbs2003-11-182-3/+55
|
* * generic/regcomp.c: Backported regexp bug fixes and tests. Thanksdgp2003-11-174-7/+170
| | | | | * generic/tclTest.c: to Pavel Goran and Vince Darley. * tests/reg.test: [Bugs 230589, 504785, 505048, 703709, 840258]
* * tests/cmdMZ.test (cmdMZ-1.4): change to nonPortable as morehobbs2003-11-122-7/+11
| | | | | systems are using permissions caching, and this isn't really a Tcl controlled issue.
* improve AIX --enable-64bit handlinghobbs2003-11-123-77/+82
|
* * library/dde/pkgIndex.tcl: Added safeguards so that registrydgp2003-11-105-8/+15
| | | | | | * 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.2.2.
* * tests/unixInit.test (unixInit-2.10): re-enabled.dgp2003-11-104-7/+52
| | | | | | * unix/tclUnixInit.c (TclpInitLibraryPath): Alternative fix * win/tclWinInit.c (TclpInitLibraryPath): for [Bug 832657] that should not run afoul of startup constraints.
* * tests/unixInit.test (unixInit-2.10): mark as knownBughobbs2003-11-063-17/+18
| | | | | | * generic/tclEncoding.c (TclFindEncodings): revert patch from 2003-11-05. It wasn't valid in the sensitive startup init phase and broke Windows from working at all.
* * macosx/Makefile: optimized builds define NDEBUG to turn offdas2003-11-062-2/+8
| | | | ThreadAlloc range checking.
* * generic/tclEncoding.c (TclFindEncodings): Normalize the pathdgp2003-11-053-6/+51
| | | | | | of the executable before passing to TclpInitLibraryPath() to avoid buggy handling of paths containing "..". [Bug 832657] * tests/unixInit.test (unixInit-2.10): New test for fixed bug.
* * macosx/Makefile: added 'test' target.das2003-11-042-2/+13
|
* fix testsuite backport errorvincentdarley2003-10-312-2/+3
|
* ensure translated path is freedvincentdarley2003-10-312-1/+7
|
* * unix/tclUnixChan.c (Tcl_MakeFileChannel): Applied [Patch 813606]andreas_kupries2003-10-232-9/+19
| | | | | | 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].
* typovincentdarley2003-10-231-2/+2
|
* * generic/tclIOUtil.c (FsListMounts, FsAddMountsToGlobResult): Newandreas_kupries2003-10-224-11/+180
| | | | | | | | | | | functions. See below for context. (Tcl_FSMatchInDirectory): Modified to call on the new functions (above) to handle the mountpoints in the glob'bed directory correctly. Part of the patch by Vincent Darly to solve the [Bug 800106] for the 8.4.x series. * generic/tcl.h (TCL_GLOB_TYPE_MOUNT): New definition. Part of the patch by Vincent Darly to solve [Bug 800106] for the 8.4.x series.
* Changed FILE_ to FCMD_ to prevent symbol/#def collisions. [Bug 822528]dkf2003-10-222-45/+51
|
* * 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>.
* no messagedavygrvy2003-10-141-0/+5
|
* Punt gracefully if exitToken was already destroyed.davygrvy2003-10-141-1/+7
|
* regsub fixvincentdarley2003-10-143-3/+32
|
* * unix/tclUnixTest.c (TestalarmCmd): don't bother checking returnhobbs2003-10-132-7/+9
| | | | value of alarm. [Bug #664755] (english)
* * generic/tclBasic.c: Save and restore the iPtr->flag bits thatdgp2003-10-082-1/+14
| | | | | | | 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 and clarification backportdgp2003-10-081-3/+4
|
* 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/exec.test: Corrected temporary file managementdgp2003-10-072-369/+368
| | | | | | | | | * 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/pid.test: [Bugs 675605, 675655, 675659] * tests/socket.test: * tests/source.test:
* syncdgp2003-10-071-2/+6
|
* * tests/exec.test: Corrected temporary file managementdgp2003-10-077-190/+320
| | | | | | | | * tests/fileSystem.test: issues uncovered by -debug 1 test * tests/ioCmd.test: operations. Also backported some * tests/pid.test: other fixes from the HEAD. * tests/socket.test: [Bugs 675605, 675655] * tests/source.test:
* * tests/fCmd.test: Run tests with the [temporaryDirectory] asdgp2003-10-072-1/+8
| | | | | 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/+8
| | | | to reflect that they now return Tcl_WideInt (TIP 72) [Bug 787537]
* typodgp2003-10-071-1/+1
|
* * 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]
* * tests/fCmd.test (fCmd-8.2): Test only that tilde-substitutiondgp2003-10-063-5/+26
| | | | | | | happens, not for any particular result. [Bug 685991] * unix/tcl.m4 (SC_PATH_TCLCONFIG): Corrected search path so that alpha and beta releases of Tcl are not favored. [Bug 608698]
* * tests/reg.test: Corrected duplicate test names.dgp2003-10-063-4/+7
| | | | * tests/resource.test: [Bugs 710370, 710358]
* * tests/cmdMZ.test: Updated [package require tcltest] lines todgp2003-10-066-9/+17
| | | | | | | * tests/fileSystem.test: indiciate that these test files * tests/notify.test: use features of tcltest 2. [Bug 706114] * tests/parseExpr.test: * tests/unixNotfy.test:
* filesystem bug fixes: volumerelative normalization, file join inconsistencyvincentdarley2003-10-064-37/+85
|