summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * unix/tclUnixNotfy.c (NotifierThreadProc): correct size of foundhobbs2003-07-161-0/+3
| | | | and word vars from int to long. [Bug 767578] (hgo)
* * generic/tcl.h: add recognition of -DTCL_UTF_MAX=6 on thehobbs2003-07-161-0/+10
| | | | | * generic/regcustom.h: make line to support UCS-4 mode. No config arg at this time, as it is not the recommended build mode.
* Tcl_MakeSafe is a nasty function; document it as such. [Bug 655300]dkf2003-07-161-0/+6
|
* * generic/tclPreserve.c: In Result and Preserve'd routines, do nothobbs2003-07-161-22/+22
| | | | | * generic/tclUtil.c: assume that ckfree == free, as that is not * generic/tclResult.c: always true. [Bug 756791] (fuller)
* * generic/tclFileName.c (Tcl_GlobObjCmd): [Bug 771840]dgp2003-07-161-0/+5
| | | | | | * generic/tclPathObj.c (Tcl_FSConvertToPathType):[Bug 771947] * unix/tclUnixFCmd.c (GetModeFromPermString): [Bug 771949] Silence compiler warnings about unreached lines.
* * library/tcltest/tcltest.tcl (ProcessFlags): Corrected broken calldgp2003-07-161-0/+6
| | | | | * library/tcltest/pkgIndex.tcl: to [lrange]. Bumped to version 2.2.4. [Bug 772333]
* * doc/http.n: Updated SYNOPSIS to match actual syntax ofdgp2003-07-161-0/+3
| | | | commands. [Bug 756112]
* * unix/dltest/pkga.c (Pkga_EqObjCmd): Fix typomdejong2003-07-161-0/+5
| | | | that was causing a crash in load.test.
* * unix/dltest/pkga.c: Updated to not use Tcl_UtfNcmp and counteddgp2003-07-151-0/+4
| | | | | strings instead of strcmp (not defined in any #include'd header) and presumed NULL-terminated strings.
* Doc fixes related to Patch 763312dkf2003-07-151-2/+6
|
* * generic/tclCompCmds.c (TclCompileIfCmd): Prior fix of Bug 711371dgp2003-07-151-0/+5
| | | | on 2003-04-07 introduced a buffer overflow. Corrected. [Bug 771613]
* Added a missing $(OPTDEFINES) which broke the build if Kevin B Kenny2003-07-151-0/+5
| | | | STATS=memdbg was specified.
* Fixed error message to be less confusing [Bug 771539]dkf2003-07-151-0/+5
|
* Documented and tested for the current behaviour of [binary format a] anddkf2003-07-111-0/+8
| | | | [binary scan ? a]. This is what they've been doing all along. [Bug 735364]
* * library/package.tcl: Corrected [pkg_mkIndex] bug reported ondgp2003-07-111-0/+6
| | | | | comp.lang.tcl. The indexer was searching for newly indexed packages instead of newly provided packages.
* winFCmd.test fixvincentdarley2003-07-081-0/+4
|
* doc/array.n: add examples from Weltonhobbs2003-07-071-0/+4
|
* file tail documentation clarificationvincentdarley2003-07-071-0/+4
|
* Tighened up wording of several expr operations to make them less inclined todkf2003-07-041-0/+2
| | | | misinterpretation. [Bug 758488]
* * tests/cmdAH.test: Made tests of [file mtime] work better on FATdkf2003-07-041-0/+3
| | | | filesystems. [Patch 760768] Also a little general cleanup.
* [string map] now can take dictionaries for maps but the condition for doing sodkf2003-07-041-0/+4
| | | | is deeply tricky. [Bug 759936]
* Made [array get] return a dictionary, and allowed [array set] to accept onedkf2003-07-031-0/+9
| | | | | without having to convert it to a list (though lists are still preferred.) [Bug 759935]
* Win compilation fixvincentdarley2003-07-021-0/+4
|
* * tests/init.test: Added [cleanupTests] to report results of testsdgp2003-06-271-0/+7
| | | | | | * tests/pkg.test: that run in slave interps. [Bugs 761334,761344] * tests/http.test: Used more reliable path to find httpd script.
* * tests/init.test: Added tests init-4.6.* to illustrate [Bug 760872]dgp2003-06-261-0/+4
|
* Factored out the trace code - it's big enough to be its own maintenance areadkf2003-06-251-0/+6
| | | | and tricky enough to discourage non-specialists...
* 2003-06-25 Mo DeJong <mdejong@users.sourceforge.net>mdejong2003-06-251-0/+8
| | | | | | | | * unix/configure: Regen. * unix/tcl.m4 (SC_CONFIG_CFLAGS): Add -ieee when compiling with cc and add -mieee when compiling with gcc under OSF1-V5 "Tru64" systems. [Bug 748957]
* Documented that [source] always used the system encoding.dkf2003-06-241-0/+5
|
* No more div-by-zero errors. [Bug 759749]dkf2003-06-241-0/+5
|
* formattingdgp2003-06-241-2/+2
|
* * unix/tclUnixPort.h: #undef inet_ntoa beforemdejong2003-06-241-0/+6
| | | | | #define to avoid compiler warning under freebsd. [Bug 745844]
* * doc/dde.n: Committed TIP #135 which changes thepatthoyts2003-06-231-0/+5
| | | | | | * win/tclWinDde.c: -exact option to -force. Also cleaned * tests/winDde.test: a bug in the tests. * library/dde/pkgIndex.tcl: Incremented version to 1.2.5
* * doc/dde.n: Committed TIP #120 which provides thepatthoyts2003-06-231-0/+7
| | | | | | * win/tclWinDde.c: dde package for safe interpreters. * tests/winDde.test: Incremented package version to 1.2.4 * library/dde/pkgIndex.tcl:
* fs documentationvincentdarley2003-06-231-0/+2
|
* filesystem fixes -- see ChangeLogvincentdarley2003-06-231-0/+12
|
* * generic/tclNamesp.c (Tcl_Export): removed erroneous commentsMiguel Sofer2003-06-181-0/+5
| | | | [Bug 756744]
* regsub empty string fixes, and windows buildvincentdarley2003-06-171-0/+9
|
* * win/Makefile.in: Haven't heard back from David for a week.andreas_kupries2003-06-161-0/+10
| | | | | | | | | * win/configure: Now committing the remaining changes. * win/configure.in: Note: In active contact with Helmut Giese * win/makefile.vc: about the borland relatedchanges. This part * win/rules.vc: will see future updates. * win/tcl.m4: * win/makefile.bc:
* * generic/tclConfig.c (ASSOC_KEY): Changed the key toandreas_kupries2003-06-101-0/+6
| | | | | "tclPackageAboutDict" (tcl prefix) to make collisions with the keys of other packages more unlikely.
* * generic/tclBasic.c:Miguel Sofer2003-06-101-0/+8
| | | | | | | * generic/tclExecute.c: let TclExecuteObjvInternal call TclInterpReady instead of relying on its callers to do so; fix for the part of [Bug 495830] that is new in 8.4. * tests/interp.test: Added tests 18.9 (knownbug) and 18.10
* * generic/tcl.decls: Ported the changes from theandreas_kupries2003-06-091-0/+50
| | | | | | | | | | | | | | | | | * generic/tcl.h: 'tip-59-implementation' branch into the CVS * generic/tclBasic.c: head. Regenerated stub table. Regenerated * generic/tclInt.h: the configure's scripts, with help from Joe * generic/tclDecls.h English. * generic/tclStubInit.c: * generic/tclConfig.c: * generic/tclPkgConfig.c: * unix/Makefile.in: * unix/configure.in: The changes in the windows section are not * unix/tcl.m4: yet committed, they await feedback from * unix/mkLinks: David Gravereaux. * doc/RegConfig.3: * mac/tclMacPkgConfig.c: * tests/config.test:
* * string.test (string-4.15): Added test for [string first] bugdgp2003-06-091-0/+6
| | | | | reported in Tcl 8.3, where test for all-single-byte-encoded strings was not reliable.
* Fix for [Bug 748700]Joe Mistachkin2003-06-041-0/+6
|
* fix to WinTcl file rename error messagevincentdarley2003-06-021-0/+8
|
* Add tests to detect and avoid division by zero in the windows precisiondrh2003-05-241-0/+5
| | | | timer calibration logic.
* add thanksdgp2003-05-231-0/+2
|
* * generic/tclObj.c (tclCmdNameType): Converted internal repdgp2003-05-231-0/+9
| | | | | | | | management of the cmdName Tcl_ObjType the opposite way, to always use the twoPtrValue instead of always using the otherValuePtr. Previous fix on 2003-05-12 broke several extensions that wanted to poke around with the twoPtrValue.ptr2 value of a cmdName Tcl_Obj, like TclBlend and e4graph. [Bug 726018]
* * unix/mkLinks: Set the var S to "" at the topmdejong2003-05-231-0/+7
| | | | | | of the file to avoid error when user has set S to something. [Tk Bug #739833]
* undo failed testdgp2003-05-221-2/+0
|
* testing that this commits to correct branchdgp2003-05-221-0/+2
|