Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | correct static-ness of function decls | hobbs | 2001-12-29 | 1 | -5/+5 |
| | |||||
* | * generic/tclCkalloc.c (MemoryCmd, TclFinalizeMemorySubsystem): | dgp | 2001-12-28 | 9 | -120/+123 |
| | | | | | | | | | | | | | | | | | | | Added the [memory onexit] command, intended to replace [checkmem]. * doc/DumpActiveMemory.3: * doc/memory.n: Updated documentation for [memory] and related matters. [Bug 487677] * mac/tclMacBOAMain.c (Tcl_Main, CheckmemCmd): Removed all the machinery for the [checkmem] command that is completely duplicated by code in generic/tclCkalloc.c. * generic/tclBinary.c: * generic/tclListObj.c: * generic/tclObj.c: * generic/tclStringObj.c: Removed references to [checkmem] in comments, referencing [memory active] instead, since it is documented. | ||||
* | * mac/tclMacInit.c: | das | 2001-12-27 | 7 | -58/+95 |
| | | | | | | | | | | | | | | * mac/tclMacTclCode.r: synced up tclInit features to unix/win: implemented TclSetPreInitScript support, use of existing tclInit proc if defined, check of default encoding dir if set. Changed script library resource names to lowercase (i.e. same as corresponding files). Used Tcl_JoinPath instead of string append. Check that system encoding could be loaded before utf translating the LibraryPath. * mac/tclMacApplication.r: * mac/tclMacLibrary.r: * mac/tclMacOSA.r: * mac/tclMacResource.r: minor version resources cleanup | ||||
* | * typo corrections in comments | dgp | 2001-12-20 | 1 | -3/+3 |
| | |||||
* | * unix/tcl.m4 (SC_PATH_TCLCONFIG, SC_PATH_TKCONFIG): | mdejong | 2001-12-20 | 2 | -2/+8 |
| | | | | | Search for config file using exec_prefix instead of prefix when no --with-tcl or --with-tk argument is used. [Bug 492418] | ||||
* | * unix/mkLinks.tcl: improved case-insensitive | das | 2001-12-20 | 2 | -5/+5 |
| | | | | | filesystem support. * unix/mkLinks: Regen. | ||||
* | * unix/tcl.m4: fixed incorrect SHLIB_LD_LIBS | das | 2001-12-20 | 5 | -17/+27 |
| | | | | | | | | setting for MacOSX / Darwin. * unix/configure: Regen. * unix/mkLinks.tcl: improved case-insensitive filesystem support. * unix/mkLinks: Regen. | ||||
* | * corrected use of eolFix.tcl on | dgp | 2001-12-20 | 2 | -3/+8 |
| | | | | working files. It should operate on distributed files. [Bug 495120] | ||||
* | no message | davygrvy | 2001-12-20 | 1 | -0/+7 |
| | |||||
* | Fix for #495120. tcl.wse.in was stored in cvs with improper <eol>. This | davygrvy | 2001-12-20 | 1 | -2378/+2376 |
| | | | | resulted in corrupted <eol> when checked-out. | ||||
* | * unix/configure: | mdejong | 2001-12-19 | 3 | -23/+38 |
| | | | | | | * unix/tcl.m4 (SC_CONFIG_CFLAGS): Update SunOS 5.[0-6] target so that correct linker options are passed to gcc or ld. [Tk Bug 220863] | ||||
* | * unix/README: Update to account for changes | mdejong | 2001-12-19 | 2 | -15/+13 |
| | | | | | in the unix/dltest directory, the way autoconf is run, and the new "make shell" target. | ||||
* | * unix/Makefile.in: Rename dltest to dlpkgs to | mdejong | 2001-12-19 | 2 | -3/+9 |
| | | | | | fix problem where lib files were not getting built because dltest/ directory already existed. | ||||
* | * win/tclWinSerial.c (SerialCheckProc): corrected time | hobbs | 2001-12-19 | 2 | -5/+11 |
| | | | | calculations to be unsigned. (schroedter) | ||||
* | * commit tools/tcl.wse.in after a 'make dist' | dgp | 2001-12-19 | 1 | -0/+1 |
| | |||||
* | * make mklinks | dgp | 2001-12-19 | 2 | -0/+3 |
| | |||||
* | * unix/Makefile.in: Define new dltest target that | mdejong | 2001-12-19 | 8 | -885/+37 |
| | | | | | | | | | | | | | | | simply does a cd to dltest/ before running make. There is no need for the separate configure script that was previously being used. * unix/configure: Regen. * unix/configure.in: Subst into dltest/Makefile. * unix/dltest/Makefile.in: Define LIBS using DL_LIBS, LIBS, and MATH_LIBS variables instead of TCL_LIBS variable from tclConfig.sh. * unix/dltest/README: Update readme to account for new configure free implementation. * unix/dltest/configure: Removed. * unix/dltest/configure.in: Removed. | ||||
* | Minor stub-table fixes; see ChangeLog for details | dkf | 2001-12-18 | 5 | -23/+36 |
| | |||||
* | note about Preserve.3 checkin | hobbs | 2001-12-18 | 1 | -0/+4 |
| | |||||
* | * Applied #219311 on behalf of Rolf Schroedter | andreas_kupries | 2001-12-17 | 5 | -23/+120 |
| | | | | | <schroedter@users.sourceforge.net> to prevent fcopy on serial ports from flooding the event queue. | ||||
* | docs and comments corrections [Bug 493412] | Miguel Sofer | 2001-12-14 | 3 | -7/+14 |
| | |||||
* | * win/tclWinNotify.c (Tcl_FinalizeNotifier): Stop Tcl on Windows | dkf | 2001-12-14 | 2 | -1/+23 |
| | | | | | | | from crashing when shutdown from a non-Tcl thread. Fixes Bug #217982 [orig. 5804] reported by Hugh Vu and Gene Leache. I'm not convinced that the shutdown process is right even with this, but it was definitely wrong without... | ||||
* | * Repaired some fractured phrasing. | dgp | 2001-12-14 | 1 | -2/+2 |
| | |||||
* | * win/tclWinSock.c (TcpGetOptionProc): Fix for tcl bug item | andreas_kupries | 2001-12-13 | 2 | -12/+24 |
| | | | | | | #478565 reported by an unknown person. Bypasses all calls to "gethostbyaddr" for address "0.0.0.0" to prevent delays on Win/NT. | ||||
* | docd TCL_DYNAMIC use. [Patch #483989] (porter) | hobbs | 2001-12-13 | 1 | -1/+10 |
| | |||||
* | * generic/tclIO.c (Tcl_GetsObj): Applied patch for bug #491341 as | andreas_kupries | 2001-12-12 | 2 | -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_FLAT | Miguel Sofer | 2001-12-11 | 4 | -29/+37 |
| | |||||
* | 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. |