summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * unix/tcl.m4 (SC_PATH_X): Set XINCLUDES to "" insteadmdejong2002-07-232-8/+13
| | | | | of "# no special path needed" or "# no include files found" when x headers cannot be located.
* removed load-related clientData, made filesystem staticvincentdarley2002-07-222-18/+15
|
* removed load-related clientData, made filesystem staticvincentdarley2002-07-228-45/+64
|
* Allowed parser to recognise 'Inf' as a floating-point number. [Bug 218000]dkf2002-07-224-5/+60
| | | | Also produce better error messages when this happens.
* * Silence compiler warning. [Bug 584408]dgp2002-07-212-1/+7
|
* vfs fixesvincentdarley2002-07-204-17/+45
|
* * unix/configure:mdejong2002-07-195-393/+407
| | | | | | | | | * 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 fixvincentdarley2002-07-192-1/+9
|
* Made variable static.dkf2002-07-192-2/+8
|
* Global symbols are now all either prefixed with 'tcl' (or 'Tcl' or ...) or ↵dkf2002-07-1912-75/+93
| | | | have file-scope.
* Split off ChangeLog.2001 from ChangeLogrmax2002-07-192-3734/+3739
|
* Cleanup and simplificationdkf2002-07-192-26/+30
| | | | (file-vars are private, loops are not done when effects are unobservable)
* Added ActiveState to license.termsdkf2002-07-192-3/+7
|
* Added tests for the [time] command.dkf2002-07-192-2/+30
|
* Renamed 'notLinux' constraint to 'nonLinuxOnly' for clarity. [Bug#583427]dkf2002-07-192-3/+7
|
* pcOnly constraints addedvincentdarley2002-07-183-9/+11
|
* winFile.test cleanupvincentdarley2002-07-182-5/+6
|
* winFCmd.test cleanupvincentdarley2002-07-181-18/+18
|
* winFCmd.test cleanupvincentdarley2002-07-182-8/+11
|
* Tcl_LoadHandle usagevincentdarley2002-07-1814-60/+60
|
* fix to knownBug testvincentdarley2002-07-183-3/+19
|
* load comments and clientData replacementvincentdarley2002-07-181-3/+4
|
* load comments and clientData replacementvincentdarley2002-07-182-11/+14
|
* load comments and clientData replacementvincentdarley2002-07-182-4/+3
|
* load comments and clientData replacementvincentdarley2002-07-1813-104/+252
|
* * generic/tclBasic.c (CallCommandTraces): delete traces now receiveMiguel Sofer2002-07-183-9/+29
| | | | the FQ old name of the command. [Bug 582532] (Don Porter)
* add test constraintsvincentdarley2002-07-182-3/+8
|
* * generic/tclVar.c (DupParsedVarName): nasty bug fixedMiguel Sofer2002-07-172-6/+12
|
* * generic/tclVar.c (TclPtrIncrVar): missing CONST in declarations,Miguel Sofer2002-07-172-3/+9
| | | | inconsistent with tclInt.h
* load internals refactoringvincentdarley2002-07-171-1/+2
|
* load internals refactoringvincentdarley2002-07-1713-283/+370
|
* Fix a comment that was causing problems for programs (like "mktclapp") thatdrh2002-07-172-3/+9
| | | | embed the initialization script in strings. No changes to code.
* removing the now redundant functions Tcl(Get|Set|Incr)IndexedScalar()Miguel Sofer2002-07-175-1088/+67
| | | | and Tcl(Get|Set|Incr)ElementOfIndexedArray()
* Minor changes to make things build with SunPro CC...dkf2002-07-172-2/+11
|
* variable access optimisationsMiguel Sofer2002-07-174-1253/+1454
|
* * unix/Makefile.in:mdejong2002-07-163-4/+14
| | | | | * win/Makefile.in: Add a more descriptive warning in the event `make genstubs` needs to be rerun.
* * unix/Makefile.in: Use dltest.marker filemdejong2002-07-163-7/+19
| | | | | | | | 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.
* typodgp2002-07-161-2/+2
|
* * unix/configure: Regen.mdejong2002-07-163-4/+6
| | | | * unix/configure.in: Remove useless subst of TCL_BIN_DIR.
* const fix for new variable codedgp2002-07-161-3/+3
|
* style guide fixesdgp2002-07-161-72/+103
|
* * generic/tclVar.c: inaccurate comment fixedMiguel Sofer2002-07-162-3/+8
|
* using the new variable name caching possibilities when setting errorMiguel Sofer2002-07-165-16/+41
| | | | results in (Tcl_AddObjErrorInfo) and (TclUpdateReturnInfo)
* * generic/tclVar.c: refactorisation to reuse already looked-up VarMiguel Sofer2002-07-158-509/+1318
| | | | | | | | | | | | | | | | | | pointers; definition of three new Tcl_Obj types to cache variable name parsing and lookup for later reuse; modification of internal functions to profit from the caching. * generic/tclInt.decls: * generic/tclInt.h: * generic/tclIntDecls.h: * generic/tclNamesp.c: adding CONST qualifiers to variable names passed to Tcl_FindNamespaceVar and to variable resolvers; adding CONST qualifier to the 'msg' argument to TclLookupVar. Needed to avoid code duplication in the new tclVar.c code. * tests/set-old.test: * tests/var.test: slight modification of error messages due to the modifications in the tclVar.c code.
* * Improved constraints to protect /tmp. [Bug 581403]dgp2002-07-152-5/+12
|
* comment cleanup and code speedup for fsvincentdarley2002-07-152-9/+10
|
* mac TclpObjlink implementationvincentdarley2002-07-152-2/+27
|
* static internal functionvincentdarley2002-07-153-8/+6
|
* tests, docsvincentdarley2002-07-153-19/+23
|
* * Removed declarations that duplicated entries in the (internal)dgp2002-07-152-137/+4
| | | | stub table.