summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Make it all work on OpenBSD. Imported patch from ports tree.patthoyts2005-03-151-0/+5
|
* * generic/tclCmdMZ.c (TclCheckInterpTraces): Corrected mistakendgp2005-03-101-0/+6
| | | | | cast of ClientData to (TraceCommandInfo *) when not warranted. Thanks to Yuri Victorovich for the report. [Bug 1153871]
* * win/makefile.vc: clarify necessary defined vars that can comehobbs2005-03-081-0/+5
| | | | from MSVC or the Platform SDK.
* * library/tcltest/tcltest.tcl: Better use of [glob -types] to avoiddgp2005-02-241-0/+8
| | | | | | | * tests/tcltest.test: failed attempts to [source] a directory, and similar matters. Thanks to "mpettigr". [Bug 1119798] * library/tcltest/pkgIndex.tcl: Bump to tcltest 2.2.8
* Formatting typo fix. [Bug 1149605]dkf2005-02-231-0/+4
|
* * win/tclWinFCmd.c (TraverseWinTree): use wcslen on wchar, nothobbs2005-02-171-3/+8
| | | | Tcl_UniCharLen.
* * /doc/variable.n: fix for [Bug 1124160], variables are detectedMiguel Sofer2005-02-161-0/+5
| | | | by [info vars] but not by [info locals].
* correct ChangeLog noteshobbs2005-02-101-2/+2
|
* * unix/Makefile.in: remove SHLIB_LD_FLAGS (only for AIX, inlinedhobbs2005-02-101-0/+7
| | | | | | * unix/tcl.m4: into SHLIB_LD). Combine AIX-* and AIX-5 * unix/configure: branches in SC_CONFIG_CFLAGS. Enable 64-bit gcc builds for AIX-4+, correct gcc builds for HP-UX-11.
* * generic/tclBasic.c (Tcl_EvalObjEx):Miguel Sofer2005-02-101-0/+7
| | | | | | * tests/basic.test (basic-26.2): preserve the arguments passed to TEOV in the pure-list branch, in case the list shimmers away. Fix for [Bug 1119369], reported by Peter MacDonald.
* More consistency. [Bug 1117017]dkf2005-02-101-0/+5
|
* * generic/tclExecute.c (TclCompEvalObj): Removed stray statementdgp2005-02-011-0/+5
| | | | left behind in prior code reorganization.
* * unix/configure, unix/tcl.m4: add solaris 64-bit gcc build support.hobbs2005-01-281-0/+5
| | | | [Bug 1021871]
* * generic/tclBasic.c (Tcl_ExprBoolean, Tcl_ExprDouble)hobbs2005-01-281-0/+5
| | | | (Tcl_ExprLong): Fix to recognize Tcl_WideInt type. [Bug 1109484]
* TIP#218 IMPLEMENTATIONandreas_kupries2005-01-271-0/+23
| | | | | | | | | | | | | | | | | | | | | * generic/tclDecls.h: Regenerated from tcl.decls. * generic/tclStubInit.c: * doc/CrtChannel.3: Documentation of extended API, * generic/tcl.decls: extended testsuite, and * generic/tcl.h: implementation. Removal of old * generic/tclIO.c: driver-specific TclpCut/Splice * generic/tclInt.h: functions. Replaced with generic * tests/io.test: thread-action calls through the * unix/tclUnixChan.c: new hooks. Update of all builtin * unix/tclUnixPipe.c: channel drivers to version 4. * unix/tclUnixSock.c: Windows drivers extended to * win/tclWinChan.c: manage thread state in a thread * win/tclWinConsole.c: action handler. * win/tclWinPipe.c: * win/tclWinSerial.c: * win/tclWinSock.c: * mac/tclMacChan.c:
* * library/auto.tcl: Updated [auto_reset] to clear auto-loadeddgp2005-01-251-0/+5
| | | | procs in namespaces other than :: [Bug 1101670].
* * unix/tcl.m4 (Darwin): fixed bug with static build linking todas2005-01-251-0/+8
| | | | | | | dynamic library in /usr/lib etc instead of linking to static library earlier in search path. [Tcl Bug 956908] Removed obsolete references to Rhapsody. * unix/configure: autoconf-2.13
* * win/tclWinChan.c (FileCloseProc): Invokemdejong2005-01-191-0/+10
| | | | | | | | | TclpCutFileChannel() to remove a FileInfo from the thread local list before deallocating it. This should have been done via an earlier call to Tcl_CutChannel, but I was running into a crash in the next call to Tcl_CutChannel during the IO finalization stage.
* fix to drive-sensitivity of testvincentdarley2005-01-171-0/+5
|
* Convert u_int to unsigned to make clashes with types in standard C headers lessdkf2005-01-101-0/+6
| | | | of a problem. [Bug 1098829]
* Fix performance nasty in http::mapReply [1020491] and clean up version numbers.dkf2005-01-061-0/+6
|
* Add more locale mapping info for Chinese. [1084595]dkf2005-01-051-0/+3
|
* Change emacs mode comment style to stop problems with older man. [1085127]dkf2005-01-051-0/+5
|
* * win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, removehobbs2004-12-301-0/+7
| | | | | | -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-131-0/+6
|
* Minor doc fixesdkf2004-12-091-0/+5
|
* * unix/tclUnixNotfy.c (NotifierThreadProc): init numFdBitscore_8_4_9hobbs2004-12-071-1/+6
| | | | [Bug 1079286]
* updated for 8.4.9 releasehobbs2004-12-031-6/+12
|
* filesystem, glob, tilde fixvincentdarley2004-12-021-0/+6
|
* * library/auto.tcl (tcl_findLibrary): Disabled use of [file ↵dgp2004-12-011-0/+5
| | | | normalize] that caused trouble with freewrap. [Bug 1072136].
* * tests/reg.test (reg-32.*): Added missing testregexp constraints.dgp2004-11-271-0/+2
|
* * library/auto.tcl (tcl_findLibrary): Made sure the uniquifyingdgp2004-11-261-0/+5
| | | | operations on the search path does not also normalize. [Bug 1072136]
* Assorted dde fixes as requested by Andreas Kupries.dkf2004-11-261-7/+12
|
* See filevasiljevic2004-11-251-0/+5
|
* * tests/tcltest.test: The order in which [glob] returns the file namesrmax2004-11-251-0/+5
| | | | * tests/fCmd.test: is undefined, so tests should not depend on it.
* * unix/tcl.m4 (SC_ENABLE_THREADS): Corrected failure to determinedgp2004-11-251-0/+7
| | | | | | the number of arguments for readdir_r on SunOS systems. [Bug 1071701] * unix/configure: autoconf-2.13
* bumped patchlevel to 8.4.9hobbs2004-11-251-0/+8
|
* * unix/tcl.m4 (SC_ENABLE_THREADS): Corrected bad check forKevin B Kenny2004-11-241-0/+10
| | | | | | | | | 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-241-0/+5
| | | | * tests/info.test (info-19.6): trivial matching branch [Bug 1072654]
* backport file join fixvincentdarley2004-11-231-0/+6
|
* * unix/configure: Regen.mdejong2004-11-221-0/+8
| | | | | | | * 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-221-0/+10
| | | | | | | | | * 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-191-1/+5
|
* *** 8.4.8 TAGGED FOR RELEASE ***das2004-11-191-2/+2
|
* * macosx/Makefile:das2004-11-191-0/+13
| | | | | | | | | | | | * 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
|
* mark release taggingdgp2004-11-181-0/+2
|
* * changes: Final updates for Tcl 8.4.8 release.dgp2004-11-181-0/+4
|
* 2004-11-18 Reinhard Max <max@suse.de>rmax2004-11-181-0/+10
| | | | | | | | | | * 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