summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Horrible hack to keep the old error message.dkf2005-01-061-2/+10
|
* Fix performance nasty in http::mapReply [1020491] and clean up version numbers.dkf2005-01-063-26/+28
|
* Add more locale mapping info for Chinese. [1084595]dkf2005-01-052-1/+9
|
* Change emacs mode comment style to stop problems with older man. [1085127]dkf2005-01-052-2/+10
|
* * win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, removehobbs2004-12-303-23/+36
| | | | | | -Gs (included in -O2) and -GD (outdated). Use "link -lib" instead of "lib" binary and remove -YX for MSVC7 portability. Add -fomit-frame-pointer for gcc OPT compiles. [Bug 1092952, 1091967]
* Add note to clock.n disclaiming full ISO8601 supportKevin B Kenny2004-12-131-1/+1
|
* Add note to clock.n disclaiming full ISO8601 supportKevin B Kenny2004-12-132-2/+12
|
* Minor doc fixesdkf2004-12-092-9/+14
|
* * unix/tclUnixNotfy.c (NotifierThreadProc): init numFdBitscore_8_4_9hobbs2004-12-072-6/+11
| | | | [Bug 1079286]
* removed extra .TP macrohobbs2004-12-031-2/+4
|
* updated for 8.4.9 releasehobbs2004-12-032-7/+34
|
* filesystem, glob, tilde fixvincentdarley2004-12-023-4/+84
|
* * library/auto.tcl (tcl_findLibrary): Disabled use of [file ↵dgp2004-12-012-2/+17
| | | | normalize] that caused trouble with freewrap. [Bug 1072136].
* * tests/reg.test (reg-32.*): Added missing testregexp constraints.dgp2004-11-272-5/+7
|
* * library/auto.tcl (tcl_findLibrary): Made sure the uniquifyingdgp2004-11-262-2/+7
| | | | operations on the search path does not also normalize. [Bug 1072136]
* Assorted dde fixes as requested by Andreas Kupries.dkf2004-11-262-24/+27
|
* See filevasiljevic2004-11-251-0/+5
|
* Added hint to TCL_DECLARE_MUTEX macro usage.vasiljevic2004-11-251-3/+7
|
* Fixed argument of mutexPtr wrongly saying that it is a Tcl_Condition.vasiljevic2004-11-251-2/+2
| | | | (Tcl Bug #1068077)
* Fixed the Tcl_ThreadAlert() call declaration (Tcl Bug #1068077)vasiljevic2004-11-251-2/+2
|
* * tests/tcltest.test: The order in which [glob] returns the file namesrmax2004-11-253-6/+11
| | | | * tests/fCmd.test: is undefined, so tests should not depend on it.
* * unix/tcl.m4 (SC_ENABLE_THREADS): Corrected failure to determinedgp2004-11-253-358/+398
| | | | | | the number of arguments for readdir_r on SunOS systems. [Bug 1071701] * unix/configure: autoconf-2.13
* bumped patchlevel to 8.4.9hobbs2004-11-2510-16/+24
|
* took out redundant memcpy from tclUnixNotfy.cKevin B Kenny2004-11-241-3/+1
|
* * unix/tcl.m4 (SC_ENABLE_THREADS): Corrected bad check forKevin B Kenny2004-11-244-413/+460
| | | | | | | | | 3-argument readdir_r [Bug 1001325]. * unix/configure: Regenerated. * unix/tclUnixNotfy.c: Corrected all uses of 'select' to manage their masks using the FD_CLR, FD_ISSET, FD_SET, and FD_ZERO macros rather than bit-whacking that failed under Solaris-Sparc-64. [Bug 1071807]
* * generic/tclCmdIL.c (InfoVarsCmd): Corrected segfault in newdgp2004-11-243-7/+22
| | | | * tests/info.test (info-19.6): trivial matching branch [Bug 1072654]
* backport file join fixvincentdarley2004-11-233-3/+27
|
* * unix/configure: Regen.mdejong2004-11-223-217/+291
| | | | | | | * unix/tcl.m4 (SC_TCL_64BIT_FLAGS): Define HAVE_TYPE_OFF64_T only when off64_t, open64(), and lseek64() are defined. IRIX 5.3 is known to not include an open64 function. [Bug 1030465]
* * unix/configure: Regen.mdejong2004-11-224-323/+421
| | | | | | | | | * unix/tcl.m4 (SC_ENABLE_THREADS): Check for a 2 argument version of readdir_r that is known to exists under IRIX 5.3. * unix/tclUnixThrd.c (TclpReaddir): Use either 2 arg or 3 arg version of readdir_r. [Bug 1001325]
* Classic sed doesn't support | in REs.core_8_4_8rmax2004-11-192-3/+10
|
* *** 8.4.8 TAGGED FOR RELEASE ***das2004-11-191-2/+2
|
* * macosx/Makefile:das2004-11-196-11/+28
| | | | | | | | | | | | * unix/configure.in: * unix/tclUnixInit.c (MacOSXGetLibraryPath): changed detection of tcl framework build when determining tclLibPath from overloaded TCL_LIBRARY to configuration define TCL_FRAMEWORK. [Bug 1068088] * unix/configure: autoconf-2.13 * tests/unixInit.test (7.1): fixed failure when running tests with -tmpdir arg not set to working dir.
* date correctionhobbs2004-11-181-17/+17
|
* Arghh - some seds don't even support comments at all.rmax2004-11-181-8/+21
|
* Some versions of sed appear to need semicolons in front of comments.rmax2004-11-181-6/+6
|
* mark release taggingdgp2004-11-181-0/+2
|
* * changes: Final updates for Tcl 8.4.8 release.dgp2004-11-182-2/+10
|
* Fixed manpage installation.rmax2004-11-181-4/+4
|
* 2004-11-18 Reinhard Max <max@suse.de>rmax2004-11-188-2393/+508
| | | | | | | | | | * unix/tcl.m4 (SC_CONFIG_MANPAGES): Applied an improved version of * unix/configure.in: patch #996085, that introduces * unix/Makefile.in: --enable-man-suffix. * unix/installManPage: added * unix/mkLinks.tcl: removed * unix/mkLinks: removed
* * unix/tclUnixChan.c (TtySetOptionProc): fixed crash configuringhobbs2004-11-172-10/+15
| | | | -ttycontrol on a channel. [Bug 1067708]
* * win/makefile.vc: Fixed bug in installation of http 2.5.andreas_kupries2004-11-167-19/+28
| | | | | | | | * win/makefile.bc: Was installed into directory http2.4. * win/Makefile.in: This has been corrected. * unix/Makefile.in: * tools/tcl.wse.in: * tools/tclmin.wse:
* * library/auto.tcl: Updated [tcl_findLibrary] search pathdgp2004-11-163-28/+66
| | | | to include the $::auto_path. [RFE 695441].
* Backport of [Patch 1065732]dkf2004-11-162-2/+34
|
* more changes for Tcl 8.4.8dgp2004-11-151-2/+8
|
* * generic/tclCmdMZ.c (Tcl_TraceObjCmd): Fixed Bug 1065378 which faileddgp2004-11-153-88/+51
| | | | | | * tests/trace.test (trace-33.1): to permit a variable trace created with [trace variable] to be destroyed with [trace remove]. Thanks to Keith Vetter for the report.
* * library/init.tcl: Made [unknown] robust in the case thatdgp2004-11-132-1/+15
| | | | | either of the variables ::errorInfo or ::errorCode gets unset. [Bug 1063707]
* * generic/tclEncoding.c (TableFromUtfProc): correct crashhobbs2004-11-122-2/+18
| | | | condition when TCL_UTF_MAX == 6. [Bug 1004065]
* * doc/clock.n:das2004-11-125-25/+46
| | | | | | | | | * doc/registry.n: * doc/upvar.n: fixed *roff errors uncovered by running 'make html'. * tools/tcltk-man2html.tcl: added faked support for bullet point lists, i.e. *nroff ".IP \(bu" syntax. Synced other changes from HEAD.
* * tests/fCmd.test:das2004-11-111-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * unix/tclUnixFCmd.c (TraverseUnixTree): added option to rewind() the readdir() loop whenever the source hierarchy has been modified by traverseProc (e.g. by deleting files); this is required to ensure complete traversal of the source hierarchy on certain filesystems like HFS+. Added test for failing recursive delete on Mac OS X that was due to this. [Bug 1034337] * generic/tclListObj.c (Tcl_ListObjReplace): use memmove() instead of manual copy loop to shift list elements. Decreases time spent in Tcl_ListObjReplace() from 5.2% to 1.7% of overall runtime of tclbench on a ppc 7455 (i.e. 200% speed increase). [Patch 1064243] * generic/tclHash.c: hoisted some constant pointer dereferences out of loops to eliminate redundant loads that the gcc optimizer didn't deal with. Decreases time spend in Tcl_FindHashEntry() by 10% over a full run of the tcl testuite on a ppc 7455. [Patch 1064243] * tests/fileName.test: * tests/fileSystem.test: * tests/io.test: * tests/tcltest.test: fixed bugs causing failures when running tests with -tmpdir arg not set to working dir. * macosx/Makefile: corrected path to html help inside framework. Prevent parallel make from building several targets at the same time.
* * generic/tclListObj.c (Tcl_ListObjReplace): use memmove() insteaddas2004-11-112-17/+12
| | | | | | | | | | | of manual copy loop to shift list elements. Decreases time spent in Tcl_ListObjReplace() from 5.2% to 1.7% of overall runtime of tclbench on a ppc 7455 (i.e. 200% speed increase). [Patch 1064243] * generic/tclHash.c: hoisted some constant pointer dereferences out of loops to eliminate redundant loads that the gcc optimizer didn't deal with. Decreases time spend in Tcl_FindHashEntry() by 10% over a full run of the tcl testuite on a ppc 7455. [Patch 1064243]