summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* docd TCL_DYNAMIC use. [Patch #483989] (porter)hobbs2001-12-131-1/+10
|
* * generic/tclIO.c (Tcl_GetsObj): Applied patch for bug #491341 asandreas_kupries2001-12-122-11/+17
| | | | | provided by Don Porter <dgp@users.sourceforge.net>. Fixes assumption of having an empty Tcl_Obj to work with.
* small change in bytecode instructionsINST_LIST_INDEX_MULTI and INST_LSET_FLATMiguel Sofer2001-12-114-29/+37
|
* fix debug messages in INST_LSET_LIST.Miguel Sofer2001-12-112-3/+7
|
* removed overestimates of necessary stack depth for bytecodes in theMiguel Sofer2001-12-113-4/+29
| | | | fix for [Bug 483611].
* * unix/tclUnixPipe.c (TclpCreateProcess): Applied Don Porter'sandreas_kupries2001-12-112-2/+7
| | | | patch fixing bug #437489.
* fix background error reporting in the absence of a bgerror proc [Bug 219142].Miguel Sofer2001-12-103-3/+23
|
* * Several typo and formatting corrections discovereddgp2001-12-1014-68/+51
| | | | during conversion to TMML. Thanks to Joe English. [Patch 490514]
* fixed the calculation of the maximal stack depth required by bytecodes [Bug ↵Miguel Sofer2001-12-107-453/+239
| | | | 483611].
* fixed typodgp2001-12-071-2/+2
|
* restored consistency in refCount accounting by array traces [Bug #4484339]Miguel Sofer2001-12-073-4/+24
|
* More expr syntax error improvementsdkf2001-12-069-331/+370
|
* * fixed typo: index -> lindexdgp2001-12-051-2/+2
|
* new algorithm for [array get], safe when there are traces that modify the ↵Miguel Sofer2001-12-053-9/+102
| | | | array [Bug #449893].
* Improved messages produced on getting a syntax error in an expressiondkf2001-12-0411-445/+447
|
* Improved expr documentation.dkf2001-12-032-16/+24
|
* no messagedavygrvy2001-12-031-0/+7
|
* Some install target bugs repaired along with $(TCLSTUBLIB) added to thedavygrvy2001-12-031-64/+43
| | | | dependencies rather than implicit through the dde and reg extensions.
* Tcl_Preserve'ing VarTrace structures to avoid memory corruption [Bug: 484334]Miguel Sofer2001-11-302-6/+19
|
* Modified test namespace-41.2, added 41.3Miguel Sofer2001-11-292-3/+22
|
* added new test for bug 231259Miguel Sofer2001-11-292-3/+25
|
* * generic/tclBinary.c: Added caching scheme to reduce number of objectdkf2001-11-292-19/+123
| | | | allocations when doing scans of large repetitive binary strings.
* Manpage fix (RE syntax now in separate page.)dkf2001-11-283-10/+17
| | | | Resolves Bug486159 reported by Larry Virden.
* Fix a coredump in the filename normalizer code for Win95/98.drh2001-11-282-3/+7
|
* no messagedavygrvy2001-11-281-0/+6
|
* Removed the Tk reference for the 'winhelp' target. Converge at install willdavygrvy2001-11-281-3/+2
| | | | need to be the solution.
* Made test cmdAH-24.2 more robust.dkf2001-11-272-15/+21
|
* Replace isspace(char) with isspace(UCHAR(char)) for safety...dkf2001-11-271-2/+2
|
* Tightened up the argument passing for [switch] to promote robuster scripts.dkf2001-11-273-46/+103
|
* * generic/tclIntPlatDecls.h: 'make genstubs' after changesdgp2001-11-262-4/+10
| | | | in 2001-11-23 commit from Daniel Steffen.
* * unix/Makefile.in: Add comments to better describemdejong2001-11-253-9/+24
| | | | | | | | TCL_EXE and when it should be available. * win/Makefile.in: Add TCL_EXE variable to be used by rules like `make genstubs`. Don't set TCL_LIBRARY before running `make genstubs` since we will be running with a tclsh from the PATH not the one we build.
* * win/configure: Regen.mdejong2001-11-253-4/+11
| | | | | | * win/tcl.m4 (SC_CONFIG_CFLAGS): Add comctl32.lib to wish link libs. This change was originally added to Tk on 2001-11-09 but was not committed to Tcl.
* Fixed up some non-standard ChangeLog entries which did notmdejong2001-11-251-23/+23
| | | | parse correctly.
* * unix/configure: regeneddas2001-11-231-2/+1
|
* *unix/Makefile.in:das2001-11-238-64/+102
| | | | | | | | | | *unix/configure.in: *unix/install-sh: *unix/mkLinks: *unix/mkLinks.tcl: *unix/tclLoadDyld.c: *unix/tclMtherr.c: Mac OSX support: build system, dynamic code loading and support for case-insensitive filesystems in mkLinks (patch #435258)
* ** upport to 8.4 of mac code changes for 8.3.3 & various newdas2001-11-2342-1547/+668
| | | | | | ** changes for 8.4, some already backported to 8.3.4 (patch #435658) see ChangeLog for details
* ** upport to 8.4 of mac code changes for 8.3.3 & various newdas2001-11-232-2944/+7826
| | | | | | ** changes for 8.4, some already backported to 8.3.4 (patch #435658) see ChangeLog for details
* ** upport to 8.4 of mac code changes for 8.3.3 & various newdas2001-11-2318-82/+284
| | | | | | ** changes for 8.4, some already backported to 8.3.4 (patch #435658) see ChangeLog for details
* another fix for test trace-8.8dgp2001-11-211-1/+2
|
* * corrected test trace-8.8 for Bug 219393dgp2001-11-212-2/+4
|
* * generic/tclBasic.c (Tcl_DeleteCommandFromToken,CallCommandTraces):dgp2001-11-213-4/+16
| | | | | | | * generic/tclCmdMZ>c (Tcl_UntraceCommand): Added Tcl_Preserve and Tcl_Release calls to prevent deletion of CommandTrace structures until all callers are done using them, preventing memory corruption. [Bug 453805]
* addition of GetTime.3 Tcl_GetTime doc to mkLinkshobbs2001-11-211-0/+4
|
* convert to DOS eol formathobbs2001-11-211-2376/+2377
|
* added TIP#73 patch #483500 from Kevin Kenny.hobbs2001-11-2123-76/+210
| | | | This deprecates TclpGetTime in favor of new Tcl_GetTime.
* moving all code relative to bytecodes from tclBasic.c to tclExecute.cMiguel Sofer2001-11-204-438/+508
|
* correction in the Changelog entry.Miguel Sofer2001-11-201-2/+2
|
* code reorganisation and factorisation.Miguel Sofer2001-11-204-99/+115
|
* a better variant of the previous-to-last commit (restoring numLevels ↵Miguel Sofer2001-11-203-22/+20
| | | | computations)
* committing unix/configure after running autoconf.dgp2001-11-201-2/+1
| | | | A version with extra debug echos got committed by mistake.
* missing variable declaration under TCL_COMPILE_DEBUG.Miguel Sofer2001-11-202-2/+9
|