summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* * tests/tcltest.test:jenn1999-10-191-0/+34
| | | | | | | | | | | * doc/tcltest.n: * library/tcltest1.0/tcltest.tcl: Removed the extra return at the end of the tcltest.tcl file. Applied patches sent in by Andreas Kupries to add helper procs for debug output, add 3 new flags (-testsdir, -load, -loadfile), and internally refactors common code for dealing with paths into separate procedures. [Bug: 2838, 2842]
* *** empty log message ***jingham1999-10-151-0/+5
|
* *** empty log message ***hobbs1999-10-131-0/+15
|
* *** empty log message ***hobbs1999-10-131-0/+2
|
* *** empty log message ***hobbs1999-10-131-0/+15
|
* *** empty log message ***hobbs1999-10-051-1/+23
|
* * library/tcltest1.0/tcltest.tcl: Applied patches sent in byjenn1999-09-211-0/+7
| | | | | | Andreas Kupries to fix typos in comments and ::tcltest::grep, fix hook redefinition problems, and change "string compare" to "string equal." [Bug: 2836, 2837, 2839, 2840]
* 1999-09-20 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-211-0/+8
| | | | | | | | * tests/env.test: * unix/Makefile.in: added support for AIX LIBPATH env var [Bug: 2793] removed second definition of INCLUDE_INSTALL_DIR (the one that referenced @includedir@) [Bug: 2805] * unix/dltest/Makefile.in: added -lc to LIBS [Bug: 2794]
* 1999-09-16 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-211-0/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tests/timer.test: changed after delay in timer test 6.29 from 1 to 10. [Bug: 2796] * tests/pkg.test: * generic/tclPkg.c: fixed package version check to disallow 1.2..3 [Bug: 2539] * unix/Makefile.in: fixed gendate target - this never worked since RCS was intro'd. * generic/tclGetDate.y: updated to reflect previous changes to tclDate.c (leap year calc) and added CEST and UCT time zone recognition. Fixed 4 missing UCHAR() casts. [Bug: 2717, 954, 1245, 1249] * generic/tclCkalloc.c: changed Tcl_DumpActiveMemory to really dump to stderr and close it [Bug: 725] and changed Tcl_Ckrealloc and Tcl_Ckfree to not bomb when NULL was passed in [Bug: 1719] and changed Tcl_Alloc, et al to not panic when a alloc request for zero came through and NULL was returned (valid on AIX, Tru64) [Bug: 2795, etc] * tests/clock.test: * doc/clock.n: * generic/tclClock.c: added -milliseconds switch to clock clicks to guarantee that the return value of clicks is in the millisecs granularity [Bug: 2682, 1332] 1999-09-15 Jeff Hobbs <hobbs@scriptics.com> * generic/tclIOCmd.c: fixed potential core dump in conjunction with stacked channels with result obj manipulation in Tcl_ReadChars [Bug: 2623] * tests/format.test: * generic/tclCmdAH.c: fixed translation of %0#s in format [Bug: 2605] * doc/msgcat.n: fixed \\ bug in example [Bug: 2548] * unix/tcl.m4: * unix/aclocal.m4: added fix for FreeBSD-[1-2] recognition [Bug: 2070] and fix for IRIX SHLIB_LB_LIBS. [Bug: 2610] * doc/array.n: * tests/var.test: * tests/set.test: * generic/tclVar.c: added an array unset operation, with docs and tests. Variation of [Bug: 1775]. Added fix in TclArraySet to check when trying to set in a non-existent namespace. [Bug: 2613] 1999-09-14 Jeff Hobbs <hobbs@scriptics.com> * tests/linsert.test: * doc/linsert.n: * generic/tclCmdIL.c: fixed end-int interpretation of linsert to correctly calculate value for end, added test and docs [Bug: 2693] * doc/regexp.n: * doc/regsub.n: * tests/regexp.test: * generic/tclCmdMZ.c: add -start switch to regexp and regsub with docs and tests * doc/switch.n: added proper use of comments to example. * generic/tclCmdMZ.c: changed switch to complain when an error occurs that seems to be due to a misplaced comment. * generic/tclCmdMZ.c: fixed illegal ref for \[0-9] substitutions in regsub [Bug: 2723] * generic/tclCmdMZ.c: changed [string equal] to return an Int type object (was a Boolean)
* 1999-09-01 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-021-0/+16
| | | | | | | | | | | | | | | | * generic/tclParseExpr.c: changed '"' to '\"' to make FreeBSD happy [Bug: 2625] * generic/tclProc.c: moved static buf to better location and changed static msg that would overflow in ProcessProcResultCode [Bug: 2483] and added Tcl_DStringFree to Tcl_ProcObjCmd. Also reworked size of static buffers. * tests/stringObj.test: added test 9.11 * generic/tclStringObj.c: changed Tcl_AppendObjToObj to properly handle the 1-byte dest and mixed src case where both had had Unicode string len checks made on them. [Bug: 2678] * unix/aclocal.m4: * unix/tcl.m4: adjusted fix from 8-21 to add -bnoentry to the AIX-* case and readjusted the range
* * library/tcltest1.0/tcltest.tcl:jenn1999-08-311-0/+8
| | | | | | | * doc/tcltest.n: * tests/README: Modified testConstraints variable so that it isn't unset every time ::tcltest::initConstraints is called and cleaned up documentation in the README file and the man page.
* * library/tcltest1.0/tcltest.tcl: Modified tcltest so thatjenn1999-08-271-0/+6
| | | | | variables are only initialized to their default values if they did not previously exist.
* * tests/tcltest.test:jenn1999-08-271-0/+7
| | | | | | * library/tcltest1.0/tcltest.tcl: Added a -args flag that sets a variable named ::tcltest::parameters based on whatever's being sent in as the argument to the -args flag.