Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ** 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] | ||||
* | no message | davygrvy | 2001-11-20 | 1 | -0/+4 |
| | |||||
* | Added useful comments. | davygrvy | 2001-11-20 | 1 | -7/+14 |
| | |||||
* | * tests/compile.test: added a test for bug [Bug 483309] | Miguel Sofer | 2001-11-19 | 2 | -1/+18 |
| | |||||
* | win fs fixes | vincentdarley | 2001-11-19 | 7 | -160/+424 |
| | |||||
* | correcting erroneous date in Changelog. | Miguel Sofer | 2001-11-19 | 1 | -1/+1 |
| | |||||
* | Code reorganisation: moving all eval functions from tclParse.c to tclBasic.c | Miguel Sofer | 2001-11-19 | 3 | -907/+916 |
| | |||||
* | Changes due to TIP#68; memory handling in variable traces is now correct! | dkf | 2001-11-19 | 6 | -83/+337 |
| | |||||
* | patch for [Bug 483309] | Miguel Sofer | 2001-11-19 | 2 | -1/+6 |
| | |||||
* | added hpux nl_langinfo alias fallbacks | hobbs | 2001-11-17 | 2 | -2/+22 |
| | |||||
* | adjusted HAVE_LANGINFO to allow for fallback table, added gb2312-1980 alias ↵ | hobbs | 2001-11-16 | 1 | -6/+21 |
| | | | | for gb2312 | ||||
* | * tests/interp.test: | hobbs | 2001-11-16 | 3 | -11/+37 |
| | | | | | * generic/tclInterp.c (SlaveObjCmd): Corrected argument checking for '$interp alias|aliases|issafe'. [Patch #479560] (thoyts, hobbs) | ||||
* | Removed a rogue C++ comment that inadvertently got left in tclListObj.c | Kevin B Kenny | 2001-11-16 | 2 | -2/+6 |
| | |||||
* | * unix/tclUnixInit.c: added HAVE_LANGINFO code block. | hobbs | 2001-11-16 | 5 | -312/+512 |
| | | | | | | | | | | | * unix/configure: regened * unix/configure.in: added SC_ENABLE_LANGINFO call * unix/tcl.m4: made SHLIB_LD_LIBS='${LIBS}' for FreeBSD* (meyer) Added modified version of Wagner patch to make use of nl_langinfo where possible to determine Unix platform encoding, instead of the inflexible built-in system. This is used by default when possible, and can be disabled with --enable-langinfo=no. [Patch #418645] (hobbs, wagner) | ||||
* | Moved Tcl_GetCommandFromObj and all defining code for tclCmdNameType objects ↵ | Miguel Sofer | 2001-11-16 | 4 | -424/+438 |
| | | | | to tclObj.c | ||||
* | Code reordering; execution levels made consistent [Bug 480896]. | Miguel Sofer | 2001-11-16 | 7 | -237/+127 |
| | |||||
* | no message | davygrvy | 2001-11-15 | 1 | -0/+8 |
| | |||||
* | * win/makefile.vc: | davygrvy | 2001-11-15 | 3 | -36/+43 |
| | | | | | | | * win/rules.vc: Small bug fixes. * win/README: added some docs pointing to the docs in makefile.vc for it's use. | ||||
* | minor doc comment fixes | hobbs | 2001-11-14 | 11 | -24/+27 |
| | |||||
* | Reference implementation of TIP's #22, #33 and #45. Adds the | hobbs | 2001-11-14 | 16 | -134/+1809 |
| | | | | | | ability of the [lindex] command to have multiple index arguments, and adds the [lset] command. Both commands are byte-code compiled. [Patch #471874] (work by Kenny, commited by Hobbs) | ||||
* | added lset tests and updated lindex tests for TIPs#22,33,45 by Kenny | hobbs | 2001-11-14 | 6 | -70/+1392 |
| | |||||
* | added lset.n lset docs with xref and updated lindex of TIPs#22,33,45 by Kenny | hobbs | 2001-11-14 | 10 | -27/+219 |
| | |||||
* | * win/buildall.vc.bat(new): | davygrvy | 2001-11-13 | 2 | -5/+30 |
| | | | | | | * win/makefile.vc: Small fix with deriving the "OriginalFilename" string in the .rc scripts. Added a quick batchfile for building the entire thing. | ||||
* | no message | davygrvy | 2001-11-13 | 1 | -0/+7 |
| | |||||
* | correct nroff format problems | hobbs | 2001-11-12 | 5 | -10/+16 |
| | |||||
* | * unix/Makefile.in: | mdejong | 2001-11-11 | 3 | -2/+23 |
| | | | | | * win/Makefile.in: Add "make gdb" target. This target can run tclsh inside either gdb or insight. | ||||
* | no message | davygrvy | 2001-11-10 | 1 | -0/+9 |
| | |||||
* | * win/makefile.vc: Added a check to make sure one runs the makefile | davygrvy | 2001-11-10 | 3 | -52/+31 |
| | | | | | | | | from the /win directory only. * win/mkd.bat: * win/rmd.bat: Changes from Llyod Lim for better stability. [Patch #456759] | ||||
* | no message | davygrvy | 2001-11-10 | 1 | -0/+15 |
| | |||||
* | * win/makefile.vc: | davygrvy | 2001-11-10 | 2 | -61/+166 |
| | | | | | | | | | | | | | | * win/tcl.dsp: winhelp target fixes for non-NT systems. It seems NMAKE under these remembers changed directories during commands. A new tcltest feature from Peter Spjuth <peter.spjuth@space.se> to specify a pattern file from the commandline and redirecting output to a file when not under NT with it's scrollback console. Then it replays it, piped through more. Added 2 new static "configurations" to tcl.dsp. I could keep adding more, but I think we should leave it up to the user for customizing it. Sticky-points left: 'profile' option. | ||||
* | fixed winhelp generation problems #480268 | hobbs | 2001-11-10 | 7 | -54/+66 |
| | |||||
* | added -lc to AIX libs, fixed path to ldAix | hobbs | 2001-11-10 | 3 | -46/+83 |
| | |||||
* | * tests/var.test: | dgp | 2001-11-09 | 3 | -3/+19 |
| | | | | | * generic/tclVar.c: Corrected bug in [global] when dealing with variable names matching :*. [Bug 480176] | ||||
* | Fixup stack size under OSF1. [Tcl patch 474790] | mdejong | 2001-11-09 | 3 | -23/+33 |
| | | | | | | * unix/configure: Regen. * unix/tcl.m4: Add HAVE_PTHREAD_ATTR_SETSTACKSIZE define to EXTRA_CFLAGS to adjust initial stack size. | ||||
* | Enable thread support under FreeBSD. [Tcl bug 473708] | mdejong | 2001-11-09 | 4 | -280/+343 |
| | | | | | | | | * unix/configure: Regen. * unix/tcl.m4 (SC_ENABLE_THREADS): Check for pthread functions in libc_r and enable thread support if found. * unix/dltest/Makefile.in: Set SHLIB_LD_LIBS and use it in the Makefile to properly link a shared library. |