Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * unix/tcl.m4 (SC_SERIAL_PORT): Fixed detection for cases when | rmax | 2002-07-29 | 1 | -0/+14 |
| | | | | | | | | | | | | | configure's stdin is not a tty. * unix/tclUnixPort.h: * generic/tclIOSock.c: Changed size_t to socklen_t in socket-related function calls. * unix/configure.in: Added test and fallback definition for socklen_t. * unix/configure: generated. | ||||
* | Fixing incomplete Changelog entry | Miguel Sofer | 2002-07-29 | 1 | -0/+2 |
| | |||||
* | bugfix, new tests for new [interp alias] code | Miguel Sofer | 2002-07-29 | 1 | -0/+12 |
| | |||||
* | Fixes for regexp issues raised in [Bug 578363]. | dkf | 2002-07-29 | 1 | -0/+10 |
| | | | | | Lots of thanks to pvgoran@users.sf.net for tracking them down! Also made the RE files touched meet the Tcl Engineering Guidelines a bit better (they've a long way to go, but this is a start...) | ||||
* | Fix for [Bug 582522] - aliases now fire execution traces on the target | Miguel Sofer | 2002-07-29 | 1 | -0/+16 |
| | | | | command. Optimisation of alias invocation. | ||||
* | * unix/Makefile.in: Revert fix for Tcl bug 529801 | mdejong | 2002-07-28 | 1 | -0/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | since it was incorrect and broke the build on other systems. Fix Tcl bug 587299. Add MAJOR_VERSION, MINOR_VERSION, PATCH_LEVEL, SHLIB_LD_FLAGS, SHLIB_LD_LIBS, CC_SEARCH_FLAGS, LD_SEARCH_FLAGS, and LIB_FILE variables to support more generic library build/install rules. * unix/configure: Regen. * unix/configure.in: Move AC_PROG_RANLIB into tcl.m4. Move shared build test and setting of MAKE_LIB and MAKE_STUB_LIB into tcl.m4. Move subst of a number of variables into tcl.m4 where they are defined. * unix/tcl.m4 (SC_ENABLE_SYMBOLS, SC_CONFIG_CFLAGS): Subst vars where they are defined. Add MAKE_LIB, MAKE_STUB_LIB, INSTALL_LIB, and INSTALL_STUB_LIB rules to deal with the ugly details of running ranlib on static libs at build and install time. Replace TCL_SHLIB_LD_EXTRAS with SHLIB_LD_FLAGS and use it when building a shared library. * unix/tclConfig.sh.in: Add TCL_CC_SEARCH_FLAGS. | ||||
* | * generic/tclExecute.c: fixed Tcl_Obj leak in code corresponding | Miguel Sofer | 2002-07-27 | 1 | -0/+5 |
| | | | | to the macro NEXT_INST_V(x, 0, 1) [Bug 587495]. | ||||
* | * generic/tclVar.c (TclObjLookupVar): leak fix and improved | Miguel Sofer | 2002-07-27 | 1 | -0/+5 |
| | | | | comments. | ||||
* | * generic/tclVar.c (TclLookupVar): removed early returns that | hobbs | 2002-07-26 | 1 | -0/+6 |
| | | | | | prevented the parens from being restored. also removed goto label as it was not necessary. | ||||
* | * generic/tclExecute.c: | Miguel Sofer | 2002-07-26 | 1 | -0/+6 |
| | | | | | * tests/expr-old.test: fix for erroneous error messages in [expr], [Bug 587140] reported by Martin Lemburg. | ||||
* | Fix for Tk Bug #219218 "error handling with bgerror in Tk" | jenglish | 2002-07-25 | 1 | -0/+4 |
| | |||||
* | * generic/tclExecute.c: restoring full TCL_COMPILE_DEBUG | Miguel Sofer | 2002-07-24 | 1 | -0/+5 |
| | | | | functionality. | ||||
* | * tests/unixInit.test: relaxed unixInit-3.1 to accept iso8859-15 | dgp | 2002-07-24 | 1 | -0/+5 |
| | | | | as a valid C encoding. [Bug 575336] | ||||
* | * generic/tclExecute.c: restoring the tcl_traceCompile functionality | Miguel Sofer | 2002-07-24 | 1 | -0/+7 |
| | | | | | | while I repair tcl_traceExec. The core now compiles and runs also under TCL_COMPILE_DEBUG, but execution in the bytecode engine can still not be traced. | ||||
* | * unix/Makefile.in: | das | 2002-07-24 | 1 | -0/+9 |
| | | | | | | | | * unix/configure.in: corrected fix for [Bug 529801]: ranlib only needed for static builds on Mac OS X. * unix/configure: Regen. * unix/tclLoadDyld.c: fixed small bugs introduced by Vince, implemented library unloading correctly (needs OS X 10.2). | ||||
* | touch up ChangeLog entry | mdejong | 2002-07-23 | 1 | -0/+1 |
| | |||||
* | Man page updates from Larry Virden. | jenglish | 2002-07-23 | 1 | -0/+8 |
| | |||||
* | * unix/configure: Regen. | mdejong | 2002-07-23 | 1 | -0/+7 |
| | | | | | | * unix/tcl.m4 (SC_CONFIG_CFLAGS): Enable 64 bit compilation when using the native compiler on a 64 bit version of IRIX. [Tcl bug 219220] | ||||
* | * unix/Makefile.in: Combine ranlib tests and | mdejong | 2002-07-23 | 1 | -0/+5 |
| | | | | avoid printing unless ranlib is actually run. | ||||
* | * unix/tcl.m4 (SC_PATH_X): Set XINCLUDES to "" instead | mdejong | 2002-07-23 | 1 | -0/+6 |
| | | | | | of "# no special path needed" or "# no include files found" when x headers cannot be located. | ||||
* | removed load-related clientData, made filesystem static | vincentdarley | 2002-07-22 | 1 | -0/+15 |
| | |||||
* | Allowed parser to recognise 'Inf' as a floating-point number. [Bug 218000] | dkf | 2002-07-22 | 1 | -0/+9 |
| | | | | Also produce better error messages when this happens. | ||||
* | * Silence compiler warning. [Bug 584408] | dgp | 2002-07-21 | 1 | -0/+4 |
| | |||||
* | vfs fixes | vincentdarley | 2002-07-20 | 1 | -0/+7 |
| | |||||
* | * unix/configure: | mdejong | 2002-07-19 | 1 | -0/+10 |
| | | | | | | | | | * unix/configure.in: * win/configure: * win/configure.in: Add AC_PREREQ(2.13) in an attempt to make it more clear that the configure scripts must be generated with autoconf version 2.13. [Bug 583573] | ||||
* | macosx build fix | vincentdarley | 2002-07-19 | 1 | -0/+5 |
| | |||||
* | Made variable static. | dkf | 2002-07-19 | 1 | -0/+2 |
| | |||||
* | Global symbols are now all either prefixed with 'tcl' (or 'Tcl' or ...) or ↵ | dkf | 2002-07-19 | 1 | -0/+18 |
| | | | | have file-scope. | ||||
* | Split off ChangeLog.2001 from ChangeLog | rmax | 2002-07-19 | 1 | -3734/+1 |
| | |||||
* | Cleanup and simplification | dkf | 2002-07-19 | 1 | -0/+4 |
| | | | | (file-vars are private, loops are not done when effects are unobservable) | ||||
* | Added ActiveState to license.terms | dkf | 2002-07-19 | 1 | -0/+3 |
| | |||||
* | Added tests for the [time] command. | dkf | 2002-07-19 | 1 | -0/+2 |
| | |||||
* | Renamed 'notLinux' constraint to 'nonLinuxOnly' for clarity. [Bug#583427] | dkf | 2002-07-19 | 1 | -0/+4 |
| | |||||
* | pcOnly constraints added | vincentdarley | 2002-07-18 | 1 | -1/+3 |
| | |||||
* | winFile.test cleanup | vincentdarley | 2002-07-18 | 1 | -1/+2 |
| | |||||
* | winFCmd.test cleanup | vincentdarley | 2002-07-18 | 1 | -1/+4 |
| | |||||
* | Tcl_LoadHandle usage | vincentdarley | 2002-07-18 | 1 | -2/+2 |
| | |||||
* | fix to knownBug test | vincentdarley | 2002-07-18 | 1 | -1/+5 |
| | |||||
* | load comments and clientData replacement | vincentdarley | 2002-07-18 | 1 | -0/+7 |
| | |||||
* | * generic/tclBasic.c (CallCommandTraces): delete traces now receive | Miguel Sofer | 2002-07-18 | 1 | -0/+6 |
| | | | | the FQ old name of the command. [Bug 582532] (Don Porter) | ||||
* | add test constraints | vincentdarley | 2002-07-18 | 1 | -0/+5 |
| | |||||
* | * generic/tclVar.c (DupParsedVarName): nasty bug fixed | Miguel Sofer | 2002-07-17 | 1 | -0/+5 |
| | |||||
* | * generic/tclVar.c (TclPtrIncrVar): missing CONST in declarations, | Miguel Sofer | 2002-07-17 | 1 | -0/+6 |
| | | | | inconsistent with tclInt.h | ||||
* | load internals refactoring | vincentdarley | 2002-07-17 | 1 | -0/+18 |
| | |||||
* | Fix a comment that was causing problems for programs (like "mktclapp") that | drh | 2002-07-17 | 1 | -0/+6 |
| | | | | embed the initialization script in strings. No changes to code. | ||||
* | removing the now redundant functions Tcl(Get|Set|Incr)IndexedScalar() | Miguel Sofer | 2002-07-17 | 1 | -0/+9 |
| | | | | and Tcl(Get|Set|Incr)ElementOfIndexedArray() | ||||
* | Minor changes to make things build with SunPro CC... | dkf | 2002-07-17 | 1 | -0/+5 |
| | |||||
* | variable access optimisations | Miguel Sofer | 2002-07-17 | 1 | -0/+15 |
| | |||||
* | * unix/Makefile.in: | mdejong | 2002-07-16 | 1 | -0/+6 |
| | | | | | * win/Makefile.in: Add a more descriptive warning in the event `make genstubs` needs to be rerun. | ||||
* | * unix/Makefile.in: Use dltest.marker file | mdejong | 2002-07-16 | 1 | -0/+9 |
| | | | | | | | | to keep track of when the dltest package is up to date. This fixes [Tcl bug 575768] since tcltest is no longer linked every time. * unix/dltest/Makefile.in: Create ../dltest.marker after a successful `make all` run in dltest. |