Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tcl.h: add recognition of -DTCL_UTF_MAX=6 on the | hobbs | 2003-07-16 | 3 | -3/+36 |
| | | | | | * 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] | dkf | 2003-07-16 | 2 | -5/+17 |
| | |||||
* | * generic/tclPreserve.c: In Result and Preserve'd routines, do not | hobbs | 2003-07-16 | 4 | -43/+34 |
| | | | | | * 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] | dgp | 2003-07-16 | 4 | -6/+10 |
| | | | | | | * 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 call | dgp | 2003-07-16 | 3 | -4/+10 |
| | | | | | * library/tcltest/pkgIndex.tcl: to [lrange]. Bumped to version 2.2.4. [Bug 772333] | ||||
* | Removed trivially-unreachable line [Bug 771939] | dkf | 2003-07-16 | 1 | -2/+1 |
| | |||||
* | * doc/http.n: Updated SYNOPSIS to match actual syntax of | dgp | 2003-07-16 | 2 | -3/+6 |
| | | | | commands. [Bug 756112] | ||||
* | * unix/dltest/pkga.c (Pkga_EqObjCmd): Fix typo | mdejong | 2003-07-16 | 2 | -2/+7 |
| | | | | that was causing a crash in load.test. | ||||
* | * unix/dltest/pkga.c: Updated to not use Tcl_UtfNcmp and counted | dgp | 2003-07-15 | 2 | -2/+14 |
| | | | | | strings instead of strcmp (not defined in any #include'd header) and presumed NULL-terminated strings. | ||||
* | D'oh! Forgot one of the examples... | dkf | 2003-07-15 | 1 | -1/+9 |
| | |||||
* | Doc fixes related to Patch 763312 | dkf | 2003-07-15 | 2 | -7/+33 |
| | |||||
* | * generic/tclCompCmds.c (TclCompileIfCmd): Prior fix of Bug 711371 | dgp | 2003-07-15 | 2 | -3/+11 |
| | | | | on 2003-04-07 introduced a buffer overflow. Corrected. [Bug 771613] | ||||
* | Added a missing $(OPTDEFINES) which broke the build if | Kevin B Kenny | 2003-07-15 | 2 | -2/+7 |
| | | | | STATS=memdbg was specified. | ||||
* | Fixed error message to be less confusing [Bug 771539] | dkf | 2003-07-15 | 3 | -4/+9 |
| | |||||
* | missing . | hobbs | 2003-07-14 | 1 | -2/+2 |
| | |||||
* | typo fixes | dgp | 2003-07-11 | 1 | -5/+5 |
| | | | | ( my nroff is not happy with \b -- replaced with \\ ) | ||||
* | Documented and tested for the current behaviour of [binary format a] and | dkf | 2003-07-11 | 3 | -3/+43 |
| | | | | [binary scan ? a]. This is what they've been doing all along. [Bug 735364] | ||||
* | * library/package.tcl: Corrected [pkg_mkIndex] bug reported on | dgp | 2003-07-11 | 2 | -3/+13 |
| | | | | | comp.lang.tcl. The indexer was searching for newly indexed packages instead of newly provided packages. | ||||
* | winFCmd.test fix | vincentdarley | 2003-07-08 | 2 | -6/+24 |
| | |||||
* | doc/array.n: add examples from Welton | hobbs | 2003-07-07 | 2 | -3/+31 |
| | |||||
* | file tail documentation clarification | vincentdarley | 2003-07-07 | 2 | -4/+10 |
| | |||||
* | Tighened up wording of several expr operations to make them less inclined to | dkf | 2003-07-04 | 2 | -12/+16 |
| | | | | misinterpretation. [Bug 758488] | ||||
* | * tests/cmdAH.test: Made tests of [file mtime] work better on FAT | dkf | 2003-07-04 | 2 | -29/+79 |
| | | | | filesystems. [Patch 760768] Also a little general cleanup. | ||||
* | [string map] now can take dictionaries for maps but the condition for doing so | dkf | 2003-07-04 | 3 | -19/+69 |
| | | | | is deeply tricky. [Bug 759936] | ||||
* | Made [array get] return a dictionary, and allowed [array set] to accept one | dkf | 2003-07-03 | 2 | -30/+92 |
| | | | | | without having to convert it to a list (though lists are still preferred.) [Bug 759935] | ||||
* | Win compilation fix | vincentdarley | 2003-07-02 | 2 | -2/+6 |
| | |||||
* | Modified expression of tests and added comments for easier understanding | dgp | 2003-06-27 | 1 | -7/+40 |
| | | | | by future maintainers. | ||||
* | * tests/init.test: Added [cleanupTests] to report results of tests | dgp | 2003-06-27 | 4 | -7/+13 |
| | | | | | | * tests/pkg.test: that run in slave interps. [Bugs 761334,761344] * tests/http.test: Used more reliable path to find httpd script. | ||||
* | More trace factoring - variable traces are the target this time. | dkf | 2003-06-26 | 5 | -747/+780 |
| | |||||
* | * tests/init.test: Added tests init-4.6.* to illustrate [Bug 760872] | dgp | 2003-06-26 | 2 | -3/+8 |
| | |||||
* | Factored out the trace code - it's big enough to be its own maintenance area | dkf | 2003-06-25 | 11 | -2354/+2381 |
| | | | | and tricky enough to discourage non-specialists... | ||||
* | 2003-06-25 Mo DeJong <mdejong@users.sourceforge.net> | mdejong | 2003-06-25 | 3 | -6/+18 |
| | | | | | | | | * 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. | dkf | 2003-06-24 | 2 | -8/+17 |
| | |||||
* | No more div-by-zero errors. [Bug 759749] | dkf | 2003-06-24 | 2 | -2/+9 |
| | |||||
* | formatting | dgp | 2003-06-24 | 1 | -2/+2 |
| | |||||
* | * unix/tclUnixPort.h: #undef inet_ntoa before | mdejong | 2003-06-24 | 2 | -1/+8 |
| | | | | | #define to avoid compiler warning under freebsd. [Bug 745844] | ||||
* | * doc/dde.n: Committed TIP #135 which changes the | patthoyts | 2003-06-23 | 5 | -22/+39 |
| | | | | | | * 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 the | patthoyts | 2003-06-23 | 5 | -47/+442 |
| | | | | | | * win/tclWinDde.c: dde package for safe interpreters. * tests/winDde.test: Incremented package version to 1.2.4 * library/dde/pkgIndex.tcl: | ||||
* | fs documentation | vincentdarley | 2003-06-23 | 2 | -13/+15 |
| | |||||
* | filesystem fixes -- see ChangeLog | vincentdarley | 2003-06-23 | 5 | -55/+118 |
| | |||||
* | * generic/tclNamesp.c (Tcl_Export): removed erroneous comments | Miguel Sofer | 2003-06-18 | 2 | -4/+7 |
| | | | | [Bug 756744] | ||||
* | regsub empty string fixes, and windows build | vincentdarley | 2003-06-17 | 4 | -18/+77 |
| | |||||
* | * win/Makefile.in: Haven't heard back from David for a week. | andreas_kupries | 2003-06-16 | 8 | -9/+254 |
| | | | | | | | | | * 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 to | andreas_kupries | 2003-06-10 | 2 | -2/+8 |
| | | | | | "tclPackageAboutDict" (tcl prefix) to make collisions with the keys of other packages more unlikely. | ||||
* | fix for previous commit | Miguel Sofer | 2003-06-10 | 1 | -1/+2 |
| | |||||
* | * generic/tclBasic.c: | Miguel Sofer | 2003-06-10 | 4 | -26/+38 |
| | | | | | | | * 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 the | andreas_kupries | 2003-06-09 | 17 | -12/+1013 |
| | | | | | | | | | | | | | | | | | * 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] bug | dgp | 2003-06-09 | 2 | -1/+14 |
| | | | | | reported in Tcl 8.3, where test for all-single-byte-encoded strings was not reliable. | ||||
* | Fix for [Bug 748700] | Joe Mistachkin | 2003-06-04 | 3 | -3/+15 |
| | |||||
* | fix to WinTcl file rename error message | vincentdarley | 2003-06-02 | 3 | -3/+44 |
| |