summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * README:hobbs2000-02-081-1/+21
| | | | | | | | | | | | | | | | | | | | | * tools/tcl.wse.in: * unix/configure.in: * win/configure.in: * win/README: * win/README.binary: * generic/tcl.h (TCL_RELEASE_SERIAL): Moved to 8.3.0 patchlevel * doc/library.n: * library/auto.tcl: fixed crufty puts code and docs [Bug: 4122] * library/tcltest1.0/tcltest.tcl: correctly protected searchDirectory list to allow dirnames with spaces * unix/tcl.m4: changed all -fpic to -fPIC * generic/tclDecls.h: * generic/tcl.decls: change Tcl_GetOpenFile to use decl of 'int forWriting' instead of 'int write' to avoid shadowing [Bug: 4121]
* Removing struct namespace stuff.ericm2000-02-071-2/+22
|
* * tests/httpold.test: changed test script to source in the httpdhobbs2000-02-051-0/+3
| | | | server procs from httpd instead of having its own set.
* * tests/httpd: improved query support in test httpd to handle fixhobbs2000-02-051-2/+10
| | | | | | | in http.tcl. [Bug: 4089 change 2000-02-01] * unix/README: fixed notes about --enable-shared and add note about --disable-shared.
* Renamed Package.n -> packagens.n to deal with (one of) NT's (many) shortcomings.ericm2000-02-031-0/+6
|
* * tests/regexp.test: added tests for -all and -inline switcheshobbs2000-02-021-0/+7
| | | | | | * doc/regexp.n: added docs for -all and -inline switches * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): added extra comments for new -all and -inline switches to regexp command
* * library/init.tcl: Applied patch from rfe 1734 regardingericm2000-02-011-0/+23
| | | | auto_load errors not setting error message and errorInfo properly.
* see loghobbs2000-02-011-0/+11
|
* * tests/pkg/magicchar2.tcl:ericm2000-01-291-0/+14
| | | | | | | | | * tests/autoMkindex.test: Test for auto loader fix (bug #2480). * library/init.tcl: auto_load was using [info commands $name] to determine if a given command was available; if the command name had * or [] it, this would fail because info commands uses glob-style matching. This is fixed. (Bug #2480).
* * tests/pkg/magicchar.tcl:ericm2000-01-281-0/+23
| | | | | | | | | * tests/autoMkindex.test: Test for fix for bug #2611. * library/auto.tcl: Fixed the regular expression that performs $ escaping before sourcing a file to index. It was erroneously adding \ escapes even to $'s that were already escaped, effectively "un-escaping" those $'s. (bug #2611).
* * library/tcltest1.0/tcltest.tcl: Changed NormalizePath tojenn2000-01-271-0/+9
| | | | | | | | normalizePath and exported it as a public proc. This proc creates an absolute path given the name of the variable containing the path to modify. The path is modified in place. * library/tcltest1.0/pkgIndex.tcl: Added normalizePath. * tests/all.tcl: Changed code to use normalizePath.
* * tests/pkgMkIndex.test:ericm2000-01-271-0/+9
| | | | | | | | * doc/pkgMkIndex.n: * library/package.tcl: Per rfe #4097, optimized creation of direct load packages to bypass computing the list of commands added by the new package. Also made direct loading the default, and added a -lazy option.
* * generic/tclNamesp.c: Undid fix for #956, which broke backwardsericm2000-01-261-0/+17
| | | | | | | | | | | | | compatibility. * doc/variable.n: * doc/trace.n: * doc/namespace.n: * doc/info.n: Added further information about differences between "namespace which" and "info exists". * doc/SetErrno.3: Added descriptions of ErrnoId() and ErrnoMsg() functions.
* see logshobbs2000-01-261-2/+23
|
* see logshobbs2000-01-241-0/+20
|
* * doc/lreplace.n: Corrected man page with respect to treatment ofericm2000-01-211-8/+14
| | | | empty lists, and "prettied up" the page. (bug #1705).
* ChangeLog commit.ericm2000-01-211-0/+18
|
* see logshobbs2000-01-211-0/+22
|
* * tests/var.test: Added a test for the array multiple deleteericm2000-01-151-0/+18
| | | | | | | | | | | protection in Tcl_UnsetVar2. * generic/tclVar.c: Added protection in Tcl_UnsetVar2 against attempts to multiply delete arrays when unsetting them (bug #3453). This could happen if there was an unset trace on an array element and the trace proc made a global or upvar link to the array, and then the array was unset at the global level. See the bug reference for more information.
* * README:core_8_3_b2hobbs2000-01-141-1/+19
| | | | | | | | | * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.m4: * win/README.binary: * win/configure.in: updated to patchlevel 8.3b2
* * tests/cmdIL.test: Added tests for lsort -dictionary withericm2000-01-131-0/+15
| | | | | | | | | | characters that occur between Z and a in ASCII. * generic/tclCmdIL.c: Modified DictionaryCompare function (used by lsort -dictionary) to do upper/lower case equivalency before doing character comparisons, instead of after. This fixes bug #1357, in which lsort -dictionary [list ` AA c CC] and lsort -dictionary [list AA c ` CC] gave different (and both wrong) results.
* * doc/tests/clock.test: Added numerous tests for clock scan.ericm2000-01-121-0/+40
| | | | | | | | | * doc/generic/tclGetDate.y: Fixed some shift/reduce conflicts in clock grammar. * doc/doc/clock.n: Added documentation for new supported clock scan formats and additional explanation of daylight savings time correction algorithm.
* see loghobbs2000-01-121-0/+29
|
* see loghobbs2000-01-111-0/+18
|
* * changes: updated changes filehobbs1999-12-221-0/+5
|
* up'd to 8.3b1hobbs1999-12-211-1/+32
|
* see loghobbs1999-12-121-0/+17
|
* *** empty log message ***hobbs1999-12-121-1/+2
|
* see loghobbs1999-12-121-0/+34
|
* see loghobbs1999-12-091-0/+19
|
* see loghobbs1999-12-081-1/+19
|
* see loghobbs1999-12-041-1/+41
|
* * generic/tcl.decls :redman1999-12-021-0/+16
| | | | | | | | | | | | | | * generic/tclMain.c : * unix/tclAppInit.c: * win/tclAppInit.c: Added two new internal functions, TclSetStartupScriptFileName() and TclGetStartupScriptFileName() and added hooks into the main() code for supporting TclPro and other "big" shells more easily without requiring a copy of the main() code. * generic/tclEncoding.c: * generic/tclEvent.c: Moved encoding-related startup code from tclEvent.c into the more appropriate tclEncoding.c.
* * generic/tclIO.c: fix from Kupries for Tcl_UnstackChannel thathobbs1999-12-011-0/+3
| | | | correctly handles resetting translation and encoding.
* * generic/tclLoad.c: #def'd out the unloading of DLLs at finalizehobbs1999-12-011-0/+10
| | | | | | | | time for Unix in TclFinalizeLoad. [Bug: 2560 3373] Should be parametrized to allow for user to specify unload or not. * win/tclWinTime.c: fixed handling of %Z on NT for time zones that don't have DST.
* see loghobbs1999-11-301-0/+7
|
* * tests/scan.test:hobbs1999-11-301-0/+6
| | | | | * generic/tclScan.c: fixed scan where %[..] didn't match anything and added test case [Bug: 3700]
* see loghobbs1999-11-241-0/+9
|
* * library/tcltest1.0/tcltest.tcl: Fixed bug where tcltest outputstanton1999-11-231-0/+6
| | | | | went to stdout instead of the specified output file in some cases.
* see loghobbs1999-11-191-0/+1
|
* see loghobbs1999-11-191-0/+10
|
* see loghobbs1999-11-191-3/+45
|
* Improved error handling of http::geturl in the case the server iswelch1999-11-181-0/+5
| | | | | not available. Also correctly fixed the bug between -timeout and a subsequent http::status call.
* see loghobbs1999-11-101-1/+22
|
* Updated for http.tcl changeswelch1999-10-301-0/+5
|
* Cleanup of the TclNewObj family of macros, and elimination of thewelch1999-10-301-0/+14
| | | | | special Tcl_Obj memory allocator for the TCL_THREADS case, because this only adds lock contention.
* see loghobbs1999-10-291-0/+31
|
* see loghobbs1999-10-211-3/+26
|
* Merged code from core-8-2-1 branch that changes the checks for thejenn1999-10-201-0/+4
| | | | | value of tcl_interactive to also incorporate a check for the existence of the variable.
* *** empty log message ***jenn1999-10-191-1/+15
|