summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a comment that was causing problems for programs (like "mktclapp") thatdrh2002-07-172-3/+9
* removing the now redundant functions Tcl(Get|Set|Incr)IndexedScalar()Miguel Sofer2002-07-175-1088/+67
* 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
* * unix/Makefile.in: Use dltest.marker filemdejong2002-07-163-7/+19
* typodgp2002-07-161-2/+2
* * unix/configure: Regen.mdejong2002-07-163-4/+6
* 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
* * generic/tclVar.c: refactorisation to reuse already looked-up VarMiguel Sofer2002-07-158-509/+1318
* * 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
* * library/tcltest/tcltest.tcl: Corrected errors in handling ofdgp2002-07-142-4/+9
* * Bumped HEAD to version 8.4b2 so we can distinguish it fromdgp2002-07-1410-23/+30
* file normalization on win 95/98vincentdarley2002-07-121-73/+39
* logdgp2002-07-111-0/+3
* * Corrected reaction to existing but false ::tcl_interactive.dgp2002-07-111-3/+2
* file normalization on win 95/98vincentdarley2002-07-113-225/+130
* * Overlooked CONST documentation update.dgp2002-07-112-2/+6
* ckalloc() et al take 'unsigned int' sizes, so print them with '%ud' not '%d'dkf2002-07-112-8/+14
* tclCompile.c and tclProc.c: small changes in the usage of the VAR_UNDEFINED f...Miguel Sofer2002-07-113-7/+14
* [file attributes -permissions] is Unix-only; [catch] it for portabilitydkf2002-07-112-4/+9
* * Greatly reduced the number of [exec]s, using slave interps instead.dgp2002-07-103-77/+131
* typo fixesdgp2002-07-101-3/+3
* Removed [exec] of Unix utilities with equivs in standard Tcl [Bug 579268]dkf2002-07-104-99/+93
* * Cleaned up, constrained, and reduced the amount of [exec] usagedgp2002-07-1016-446/+440
* Removed exec of unix utilities from cmdAH.test [Bug 579211]dkf2002-07-102-9/+13
* Fix for bug 579284; registered math funcs can now correctly return wide-ints.dkf2002-07-103-62/+80
* * tests/socket.test: Fixed bug #578164. The original reason forandreas_kupries2002-07-082-3/+10
* * doc/tcltest.n: Fixed incompatibility in [viewFile].dgp2002-07-084-7/+12
* no zero refcount in Tcl_FSvincentdarley2002-07-083-14/+33
* fs cleanupvincentdarley2002-07-084-17/+29
* fs cleanupvincentdarley2002-07-087-70/+66
* add file link constraintvincentdarley2002-07-084-13/+38
* * tests/pkgMkIndex.test: Constrained tests of [load] package indexingdgp2002-07-062-2/+11
* * added recent changesdgp2002-07-052-1/+15
* * generic/tclClock.c (FormatClock): Convert the format string tormax2002-07-053-4/+22
* Made many tests work properly when the current directory is not writable.dkf2002-07-0515-222/+238
* minor doc fixcore_8_4_b1hobbs2002-07-052-7/+7
* updated for 8.4b1 releasehobbs2002-07-052-13/+13
* More fixing of writable-current-dir assumption. [Bug 575824]dkf2002-07-043-133/+152
* Fix to latest patch.andreas_kupries2002-07-041-2/+3
* * tests/socket.test:andreas_kupries2002-07-044-100/+114