summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * Fixed failure to handle expressionsdgp2001-09-041-1/+5
| | | | like 3eq2 and failure to set errno on overflow. [Bug 440894]
* correction to last Changelog entry: forgot to mention the test.Miguel Sofer2001-09-041-1/+3
|
* made [proc] check that formal args have simple names [Bug: 458548]Miguel Sofer2001-09-041-1/+6
|
* minor fs, vfs fixesvincentdarley2001-09-041-0/+42
|
* fixed incorrect opreands for INST_LIST [Bug: 458241]Miguel Sofer2001-09-041-0/+5
|
* * generic/tclExecute.c (TclExecuteByteCode): fixed missing commahobbs2001-09-031-0/+5
| | | | in debug macro.
* doc bugfix (bug #457435)dkf2001-09-031-0/+5
|
* correct to note tclInt.h change instead of tcl.h for TclCompileListCmd headerhobbs2001-09-031-1/+1
|
* no messagedavygrvy2001-09-031-0/+4
|
* no messagedavygrvy2001-09-031-0/+7
|
* no messagedavygrvy2001-09-031-0/+1
|
* no messagedavygrvy2001-09-031-0/+7
|
* * generic/tcl.h: added TclCompileListCmd headerhobbs2001-09-011-0/+7
| | | | | | | | * generic/tclBasic.c: added TclCompileListCmd compile proc * generic/tclCompCmds.c (TclCompileListCmd): function to compile the 'list' command at parse time. * generic/tclExecute.c (TclExecuteByteCode): definition of INST_LIST bytecode.
* * doc/StringObj.3: added words of warning to use Tcl_ResetResulthobbs2001-08-311-0/+3
| | | | with the Tcl_Append* functions.
* * tests/compile.test: added compile-11.* interp result checkshobbs2001-08-311-0/+10
| | | | | | | | | * generic/tclUtil.c (TclGetIntForIndex): added Tcl_ResetResult before Tcl_AppendStringsToObj to prevent shared object crash when called from bcc instruction. The Tcl_Append* calls that append to the result object that are invoked by bcc insts must remember to call Tcl_ResetResult because the bcc doesn't do this for us. [Bug #456892]
* * generic/tclIndexObj.c: fixed some casting problems that upsethobbs2001-08-301-0/+5
| | | | Crays. [Bug #419528] (andreasen)
* * Silence warning from Sun compiler. [Bug 454374]dgp2001-08-301-0/+4
|
* allow cached fully-qualified command names to be usable from differentMiguel Sofer2001-08-301-0/+8
| | | | namespaces within the same interpreter without forcing a new lookup. This speeds up scripts that pass command names in variables ("this" in some OO packages). [Patch 456668].
* filesystemvincentdarley2001-08-301-0/+45
|
* no messagedavygrvy2001-08-301-0/+14
|
* * generic/tclCompCmds.c (TclPushVarName): noted 'static' defn.hobbs2001-08-281-0/+5
| | | | [Bug #453872]
* * Correcteddgp2001-08-271-0/+10
| | | | | | inconsistency between the search path for script libraries and the directory name $DISTNAME into which distributions built by 'make test' unpack. [Bug 455642]
* Typo corrections.dgp2001-08-251-2/+2
|
* * tests/stringComp.test: added string-1.3hobbs2001-08-251-0/+8
| | | | | | | * generic/tclCompCmds.c (TclCompileStringCmd): changed to return TCL_OUT_LINE_COMPILE instead of TCL_ERROR when compiling and an unknown string method is called. This is necessary as the string command may be never called, or not until 'string' is redefined.
* documentation updatesvincentdarley2001-08-241-1/+8
|
* * Corrected expected resultdgp2001-08-241-0/+5
| | | | to match Tcl's quirky construction of its init library path.
* 2001-08-23 Andreas Kupries <andreas_kupries@users.sourceforge.net>andreas_kupries2001-08-231-0/+10
| | | | | | | | | | * win/tclWinPipe.c (BuildCommandLine): Fixed tcl Bug [432499]. Part of the code used the non-absolute path to the executable to determine quoting. This failed if the absolute path cotained spaces, but the application name itselfl not. This bug caused no trouble on Win NT 5, but does for other variants in the Win* family. Report and fix due to Ken Poole <kenpoole@users.sourceforge.net>.
* added QNX-6 build support. [Bug #219410] (loverso)hobbs2001-08-231-0/+3
|
* corrected minor compiler warningshobbs2001-08-231-0/+6
|
* fs updatevincentdarley2001-08-231-0/+84
|
* clarified bug reference.dgp2001-08-231-1/+1
|
* Fixed annoying fault in [binary format] on 64-bit architectures.dkf2001-08-231-0/+5
|
* Small improvement in tests (constraint vs. conditionally run tests)dkf2001-08-231-0/+5
|
* see ChangeLoghobbs2001-08-221-0/+17
|
* * Corrected errors in testsdgp2001-08-221-0/+5
| | | | revealed by fix of overagressive compiler. [Bug 451200]
* Fixed overagressive compilation of [catch], [Bug #219184]Miguel Sofer2001-08-221-0/+6
|
* * tests/tcltest.test (tcltest-12.2): fixed test that would breakhobbs2001-08-221-0/+5
| | | | when env vars weren't Tcl list friendly [Patch #454046] (stanton)
* * library/http/http.tcl (geturl): added port number to Host:hobbs2001-08-211-0/+5
| | | | header to comply with HTTP/1.1 spec (RFC 2068). [Bug #452217]
* no messagedavygrvy2001-08-161-0/+4
|
* no messagedavygrvy2001-08-161-0/+1
|
* no messagedavygrvy2001-08-161-0/+13
|
* use MAX_NESTING_DEPTH as default nesting depth for interps [Bug: 232564]Miguel Sofer2001-08-141-0/+6
|
* Correcting wrong date in Changelog entryMiguel Sofer2001-08-131-1/+1
|
* Corrected test numbers in tests/trace.testMiguel Sofer2001-08-131-0/+4
|
* * unix/configure: Regen.mdejong2001-08-121-0/+7
| | | | | | * unix/configure.in: * unix/tcl.m4: Use GCC variable set by AC_PROG_CC instead of defining our own using_gcc variable.
* vfs-related fixesvincentdarley2001-08-111-0/+7
|
* insure that [array] traces work for undefined vars [bug: 449094]Miguel Sofer2001-08-101-0/+6
|
* * unix/Makefile.in: Delete the unused getcwd.omdejong2001-08-101-0/+5
| | | | target. This fixes bug #440942.
* Added checks for package dependencies.dgp2001-08-091-0/+13
| | | | | Bumped patchlevels of changed packages: http 2.3.2, msgcat 1.2.2, opt 0.4.3, tcltest 2.0.1. [Patch 448931]
* Bumped up patchlevel to 8.4a4 to distinguishdgp2001-08-081-0/+14
| | | | | CVS snapshots from the 8.4a3 release. This does not necessarily mean there will be an 8.4a4 release. [Bug 448938].