| Commit message (Expand) | Author | Age | Files | Lines |
* | removed load-related clientData, made filesystem static | vincentdarley | 2002-07-22 | 8 | -45/+64 |
|
|
* | Allowed parser to recognise 'Inf' as a floating-point number. [Bug 218000] | dkf | 2002-07-22 | 4 | -5/+60 |
|
|
* | * Silence compiler warning. [Bug 584408] | dgp | 2002-07-21 | 2 | -1/+7 |
|
|
* | vfs fixes | vincentdarley | 2002-07-20 | 4 | -17/+45 |
|
|
* | * unix/configure: | mdejong | 2002-07-19 | 5 | -393/+407 |
|
|
* | macosx build fix | vincentdarley | 2002-07-19 | 2 | -1/+9 |
|
|
* | Made variable static. | dkf | 2002-07-19 | 2 | -2/+8 |
|
|
* | Global symbols are now all either prefixed with 'tcl' (or 'Tcl' or ...) or ha... | dkf | 2002-07-19 | 12 | -75/+93 |
|
|
* | Split off ChangeLog.2001 from ChangeLog | rmax | 2002-07-19 | 2 | -3734/+3739 |
|
|
* | Cleanup and simplification | dkf | 2002-07-19 | 2 | -26/+30 |
|
|
* | Added ActiveState to license.terms | dkf | 2002-07-19 | 2 | -3/+7 |
|
|
* | Added tests for the [time] command. | dkf | 2002-07-19 | 2 | -2/+30 |
|
|
* | Renamed 'notLinux' constraint to 'nonLinuxOnly' for clarity. [Bug#583427] | dkf | 2002-07-19 | 2 | -3/+7 |
|
|
* | pcOnly constraints added | vincentdarley | 2002-07-18 | 3 | -9/+11 |
|
|
* | winFile.test cleanup | vincentdarley | 2002-07-18 | 2 | -5/+6 |
|
|
* | winFCmd.test cleanup | vincentdarley | 2002-07-18 | 1 | -18/+18 |
|
|
* | winFCmd.test cleanup | vincentdarley | 2002-07-18 | 2 | -8/+11 |
|
|
* | Tcl_LoadHandle usage | vincentdarley | 2002-07-18 | 14 | -60/+60 |
|
|
* | fix to knownBug test | vincentdarley | 2002-07-18 | 3 | -3/+19 |
|
|
* | load comments and clientData replacement | vincentdarley | 2002-07-18 | 1 | -3/+4 |
|
|
* | load comments and clientData replacement | vincentdarley | 2002-07-18 | 2 | -11/+14 |
|
|
* | load comments and clientData replacement | vincentdarley | 2002-07-18 | 2 | -4/+3 |
|
|
* | load comments and clientData replacement | vincentdarley | 2002-07-18 | 13 | -104/+252 |
|
|
* | * generic/tclBasic.c (CallCommandTraces): delete traces now receive | Miguel Sofer | 2002-07-18 | 3 | -9/+29 |
|
|
* | add test constraints | vincentdarley | 2002-07-18 | 2 | -3/+8 |
|
|
* | * generic/tclVar.c (DupParsedVarName): nasty bug fixed | Miguel Sofer | 2002-07-17 | 2 | -6/+12 |
|
|
* | * generic/tclVar.c (TclPtrIncrVar): missing CONST in declarations, | Miguel Sofer | 2002-07-17 | 2 | -3/+9 |
|
|
* | load internals refactoring | vincentdarley | 2002-07-17 | 1 | -1/+2 |
|
|
* | load internals refactoring | vincentdarley | 2002-07-17 | 13 | -283/+370 |
|
|
* | Fix a comment that was causing problems for programs (like "mktclapp") that | drh | 2002-07-17 | 2 | -3/+9 |
|
|
* | removing the now redundant functions Tcl(Get|Set|Incr)IndexedScalar() | Miguel Sofer | 2002-07-17 | 5 | -1088/+67 |
|
|
* | Minor changes to make things build with SunPro CC... | dkf | 2002-07-17 | 2 | -2/+11 |
|
|
* | variable access optimisations | Miguel Sofer | 2002-07-17 | 4 | -1253/+1454 |
|
|
* | * unix/Makefile.in: | mdejong | 2002-07-16 | 3 | -4/+14 |
|
|
* | * unix/Makefile.in: Use dltest.marker file | mdejong | 2002-07-16 | 3 | -7/+19 |
|
|
* | typo | dgp | 2002-07-16 | 1 | -2/+2 |
|
|
* | * unix/configure: Regen. | mdejong | 2002-07-16 | 3 | -4/+6 |
|
|
* | const fix for new variable code | dgp | 2002-07-16 | 1 | -3/+3 |
|
|
* | style guide fixes | dgp | 2002-07-16 | 1 | -72/+103 |
|
|
* | * generic/tclVar.c: inaccurate comment fixed | Miguel Sofer | 2002-07-16 | 2 | -3/+8 |
|
|
* | using the new variable name caching possibilities when setting error | Miguel Sofer | 2002-07-16 | 5 | -16/+41 |
|
|
* | * generic/tclVar.c: refactorisation to reuse already looked-up Var | Miguel Sofer | 2002-07-15 | 8 | -509/+1318 |
|
|
* | * Improved constraints to protect /tmp. [Bug 581403] | dgp | 2002-07-15 | 2 | -5/+12 |
|
|
* | comment cleanup and code speedup for fs | vincentdarley | 2002-07-15 | 2 | -9/+10 |
|
|
* | mac TclpObjlink implementation | vincentdarley | 2002-07-15 | 2 | -2/+27 |
|
|
* | static internal function | vincentdarley | 2002-07-15 | 3 | -8/+6 |
|
|
* | tests, docs | vincentdarley | 2002-07-15 | 3 | -19/+23 |
|
|
* | * Removed declarations that duplicated entries in the (internal) | dgp | 2002-07-15 | 2 | -137/+4 |
|
|
* | * library/tcltest/tcltest.tcl: Corrected errors in handling of | dgp | 2002-07-14 | 2 | -4/+9 |
|
|
* | * Bumped HEAD to version 8.4b2 so we can distinguish it from | dgp | 2002-07-14 | 10 | -23/+30 |
|
|