summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * corrected test trace-8.8 for Bug 219393dgp2001-11-211-0/+2
|
* * generic/tclBasic.c (Tcl_DeleteCommandFromToken,CallCommandTraces):dgp2001-11-211-0/+8
| | | | | | | * 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]
* added TIP#73 patch #483500 from Kevin Kenny.hobbs2001-11-211-0/+39
| | | | This deprecates TclpGetTime in favor of new Tcl_GetTime.
* moving all code relative to bytecodes from tclBasic.c to tclExecute.cMiguel Sofer2001-11-201-0/+12
|
* correction in the Changelog entry.Miguel Sofer2001-11-201-2/+2
|
* code reorganisation and factorisation.Miguel Sofer2001-11-201-0/+10
|
* a better variant of the previous-to-last commit (restoring numLevels ↵Miguel Sofer2001-11-201-0/+7
| | | | computations)
* missing variable declaration under TCL_COMPILE_DEBUG.Miguel Sofer2001-11-201-0/+5
|
* restoring the computations of iPtr->numLevels to the original logic ↵Miguel Sofer2001-11-201-1/+7
| | | | (previous to buggy modifs on 2001-11-16).
* * unix/tclUnixInit.c (TclpSetInitialEncodings): update of patchhobbs2001-11-201-3/+11
| | | | | | | | 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 messagedavygrvy2001-11-201-0/+4
|
* * tests/compile.test: added a test for bug [Bug 483309]Miguel Sofer2001-11-191-0/+4
|
* win fs fixesvincentdarley2001-11-191-0/+11
|
* correcting erroneous date in Changelog.Miguel Sofer2001-11-191-1/+1
|
* Code reorganisation: moving all eval functions from tclParse.c to tclBasic.cMiguel Sofer2001-11-191-0/+11
|
* Changes due to TIP#68; memory handling in variable traces is now correct!dkf2001-11-191-0/+36
|
* patch for [Bug 483309]Miguel Sofer2001-11-191-0/+4
|
* * tests/interp.test:hobbs2001-11-161-0/+5
| | | | | * 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.cKevin B Kenny2001-11-161-0/+4
|
* * unix/tclUnixInit.c: added HAVE_LANGINFO code block.hobbs2001-11-161-0/+12
| | | | | | | | | | | * 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 Sofer2001-11-161-0/+9
| | | | to tclObj.c
* Code reordering; execution levels made consistent [Bug 480896].Miguel Sofer2001-11-161-0/+13
|
* no messagedavygrvy2001-11-151-0/+8
|
* minor doc comment fixeshobbs2001-11-141-1/+1
|
* Reference implementation of TIP's #22, #33 and #45. Adds thehobbs2001-11-141-1/+39
| | | | | | 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)
* no messagedavygrvy2001-11-131-0/+7
|
* correct nroff format problemshobbs2001-11-121-0/+6
|
* * unix/Makefile.in:mdejong2001-11-111-0/+6
| | | | | * win/Makefile.in: Add "make gdb" target. This target can run tclsh inside either gdb or insight.
* no messagedavygrvy2001-11-101-0/+9
|
* no messagedavygrvy2001-11-101-0/+15
|
* fixed winhelp generation problems #480268hobbs2001-11-101-0/+8
|
* added -lc to AIX libs, fixed path to ldAixhobbs2001-11-101-0/+5
|
* * tests/var.test:dgp2001-11-091-0/+6
| | | | | * generic/tclVar.c: Corrected bug in [global] when dealing with variable names matching :*. [Bug 480176]
* Fixup stack size under OSF1. [Tcl patch 474790]mdejong2001-11-091-0/+8
| | | | | | * 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]mdejong2001-11-091-0/+10
| | | | | | | | * 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.
* * unix/Makefile.in:mdejong2001-11-091-0/+9
| | | | | | | | * unix/dltest/Makefile.in: Avoid adding libc to the LIBS variable since it is not needed when linking with CC. If required when linking with LD it should be done on a case by case basis in tcl.m4.
* typo fixdavygrvy2001-11-081-2/+2
|
* no messagedavygrvy2001-11-081-0/+5
|
* no messagedavygrvy2001-11-081-0/+9
|
* * unix/Makefile.in:mdejong2001-11-081-0/+10
| | | | | | | | | * win/Makefile.in: Print a message indicating that the user should run "make genstubs" when the generated tclStubInit.c file is out of date. We can't regenerate automatically since there may be no tclsh on the system and that would cause bootstrap problems. [Tcl bug 465874]
* Define TCL_INCLUDE_SPEC in tclConfig.sh. It should bemdejong2001-11-081-1/+16
| | | | | | | | | | | | | | included by extensions that need to find Tcl include headers in the install location. The user can override the include install dir with --includedir so we need to record this information for extensions. [Tcl bug 421835] * unix/configure: Regen. * unix/configure.in: Define TCL_INCLUDE_SPEC. * unix/tclConfig.sh.in: Define TCL_INCLUDE_SPEC. * win/configure: Regen. * win/configure.in: Define TCL_INCLUDE_SPEC. * win/tclConfig.sh.in: Define TCL_INCLUDE_SPEC.
* no messagedavygrvy2001-11-081-0/+9
|
* * win/README: Change minimum VC++ version to 5.X sincemdejong2001-11-071-0/+13
| | | | | | | | | | | | 4.X is known not to work. Indicate that Mingw is required and building with Cygwin gcc is not supported. Include instructions that indicate how to install Mingw and what URLs folks should use to download the supported version of Mingw. * win/configure: Regen. * win/configure.in: Error out if user tries to compile the Windows version of Tcl with Cygwin gcc. Users should compile with Mingw gcc instead.
* See ChangeLogandreas_kupries2001-11-071-0/+11
|
* no messagedavygrvy2001-11-071-0/+18
|
* vfs robustness fixvincentdarley2001-11-041-0/+6
|
* file copy soft link docsvincentdarley2001-11-021-0/+6
|
* win fs fixesvincentdarley2001-10-291-0/+12
|
* Fix for bug 475941; access() was being called with path-free file names ondkf2001-10-291-0/+7
| | | | some paths through the glob code!
* Fix for bug 471374; Tcl only resets serial ports on exit now if it hasdkf2001-10-251-0/+9
| | | | updated their settings first.