Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix debug messages in INST_LSET_LIST. | Miguel Sofer | 2001-12-11 | 2 | -3/+7 |
| | |||||
* | removed overestimates of necessary stack depth for bytecodes in the | Miguel Sofer | 2001-12-11 | 3 | -4/+29 |
| | | | | fix for [Bug 483611]. | ||||
* | * unix/tclUnixPipe.c (TclpCreateProcess): Applied Don Porter's | andreas_kupries | 2001-12-11 | 2 | -2/+7 |
| | | | | patch fixing bug #437489. | ||||
* | fix background error reporting in the absence of a bgerror proc [Bug 219142]. | Miguel Sofer | 2001-12-10 | 3 | -3/+23 |
| | |||||
* | * Several typo and formatting corrections discovered | dgp | 2001-12-10 | 14 | -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 Sofer | 2001-12-10 | 7 | -453/+239 |
| | | | | 483611]. | ||||
* | fixed typo | dgp | 2001-12-07 | 1 | -2/+2 |
| | |||||
* | restored consistency in refCount accounting by array traces [Bug #4484339] | Miguel Sofer | 2001-12-07 | 3 | -4/+24 |
| | |||||
* | More expr syntax error improvements | dkf | 2001-12-06 | 9 | -331/+370 |
| | |||||
* | * fixed typo: index -> lindex | dgp | 2001-12-05 | 1 | -2/+2 |
| | |||||
* | new algorithm for [array get], safe when there are traces that modify the ↵ | Miguel Sofer | 2001-12-05 | 3 | -9/+102 |
| | | | | array [Bug #449893]. | ||||
* | Improved messages produced on getting a syntax error in an expression | dkf | 2001-12-04 | 11 | -445/+447 |
| | |||||
* | Improved expr documentation. | dkf | 2001-12-03 | 2 | -16/+24 |
| | |||||
* | no message | davygrvy | 2001-12-03 | 1 | -0/+7 |
| | |||||
* | Some install target bugs repaired along with $(TCLSTUBLIB) added to the | davygrvy | 2001-12-03 | 1 | -64/+43 |
| | | | | dependencies rather than implicit through the dde and reg extensions. | ||||
* | Tcl_Preserve'ing VarTrace structures to avoid memory corruption [Bug: 484334] | Miguel Sofer | 2001-11-30 | 2 | -6/+19 |
| | |||||
* | Modified test namespace-41.2, added 41.3 | Miguel Sofer | 2001-11-29 | 2 | -3/+22 |
| | |||||
* | added new test for bug 231259 | Miguel Sofer | 2001-11-29 | 2 | -3/+25 |
| | |||||
* | * generic/tclBinary.c: Added caching scheme to reduce number of object | dkf | 2001-11-29 | 2 | -19/+123 |
| | | | | allocations when doing scans of large repetitive binary strings. | ||||
* | Manpage fix (RE syntax now in separate page.) | dkf | 2001-11-28 | 3 | -10/+17 |
| | | | | Resolves Bug486159 reported by Larry Virden. | ||||
* | Fix a coredump in the filename normalizer code for Win95/98. | drh | 2001-11-28 | 2 | -3/+7 |
| | |||||
* | no message | davygrvy | 2001-11-28 | 1 | -0/+6 |
| | |||||
* | Removed the Tk reference for the 'winhelp' target. Converge at install will | davygrvy | 2001-11-28 | 1 | -3/+2 |
| | | | | need to be the solution. | ||||
* | Made test cmdAH-24.2 more robust. | dkf | 2001-11-27 | 2 | -15/+21 |
| | |||||
* | Replace isspace(char) with isspace(UCHAR(char)) for safety... | dkf | 2001-11-27 | 1 | -2/+2 |
| | |||||
* | Tightened up the argument passing for [switch] to promote robuster scripts. | dkf | 2001-11-27 | 3 | -46/+103 |
| | |||||
* | * generic/tclIntPlatDecls.h: 'make genstubs' after changes | dgp | 2001-11-26 | 2 | -4/+10 |
| | | | | in 2001-11-23 commit from Daniel Steffen. | ||||
* | * unix/Makefile.in: Add comments to better describe | mdejong | 2001-11-25 | 3 | -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. | mdejong | 2001-11-25 | 3 | -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 not | mdejong | 2001-11-25 | 1 | -23/+23 |
| | | | | parse correctly. | ||||
* | * unix/configure: regened | das | 2001-11-23 | 1 | -2/+1 |
| | |||||
* | *unix/Makefile.in: | das | 2001-11-23 | 8 | -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 new | das | 2001-11-23 | 42 | -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 new | das | 2001-11-23 | 2 | -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 new | das | 2001-11-23 | 18 | -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.8 | dgp | 2001-11-21 | 1 | -1/+2 |
| | |||||
* | * corrected test trace-8.8 for Bug 219393 | dgp | 2001-11-21 | 2 | -2/+4 |
| | |||||
* | * generic/tclBasic.c (Tcl_DeleteCommandFromToken,CallCommandTraces): | dgp | 2001-11-21 | 3 | -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 mkLinks | hobbs | 2001-11-21 | 1 | -0/+4 |
| | |||||
* | convert to DOS eol format | hobbs | 2001-11-21 | 1 | -2376/+2377 |
| | |||||
* | added TIP#73 patch #483500 from Kevin Kenny. | hobbs | 2001-11-21 | 23 | -76/+210 |
| | | | | This deprecates TclpGetTime in favor of new Tcl_GetTime. | ||||
* | moving all code relative to bytecodes from tclBasic.c to tclExecute.c | Miguel Sofer | 2001-11-20 | 4 | -438/+508 |
| | |||||
* | correction in the Changelog entry. | Miguel Sofer | 2001-11-20 | 1 | -2/+2 |
| | |||||
* | code reorganisation and factorisation. | Miguel Sofer | 2001-11-20 | 4 | -99/+115 |
| | |||||
* | a better variant of the previous-to-last commit (restoring numLevels ↵ | Miguel Sofer | 2001-11-20 | 3 | -22/+20 |
| | | | | computations) | ||||
* | committing unix/configure after running autoconf. | dgp | 2001-11-20 | 1 | -2/+1 |
| | | | | A version with extra debug echos got committed by mistake. | ||||
* | missing variable declaration under TCL_COMPILE_DEBUG. | Miguel Sofer | 2001-11-20 | 2 | -2/+9 |
| | |||||
* | restoring the computations of iPtr->numLevels to the original logic ↵ | Miguel Sofer | 2001-11-20 | 3 | -13/+13 |
| | | | | (previous to buggy modifs on 2001-11-16). | ||||
* | * tools/eolFix.tcl (new-file): | hobbs | 2001-11-20 | 2 | -1/+83 |
| | | | | | * unix/Makefile.in: added EOL correction for Windows bat files to dist target. [Bug #219409] (davygrvy) | ||||
* | * unix/tclUnixInit.c (TclpSetInitialEncodings): update of patch | hobbs | 2001-11-20 | 2 | -110/+154 |
| | | | | | | | | from 2001-11-16 that uses the old Tcl encoding check mechanism as a fallback to the original. Also added a TCL_DEFAULT_ENCODING #define (defaults to iso8859-1). Tcl will first try setlocale and nl_langinfo, and if that fails, guess based on certain LANG|LC_* env vars. [Patch #418645] |