summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Cleanup and simplificationdkf2002-07-191-26/+26
* Tcl_LoadHandle usagevincentdarley2002-07-184-16/+16
* fix to knownBug testvincentdarley2002-07-181-1/+13
* 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-183-15/+27
* * generic/tclBasic.c (CallCommandTraces): delete traces now receiveMiguel Sofer2002-07-181-3/+17
* * generic/tclVar.c (DupParsedVarName): nasty bug fixedMiguel Sofer2002-07-171-6/+7
* * generic/tclVar.c (TclPtrIncrVar): missing CONST in declarations,Miguel Sofer2002-07-171-3/+3
* load internals refactoringvincentdarley2002-07-173-15/+71
* removing the now redundant functions Tcl(Get|Set|Incr)IndexedScalar()Miguel Sofer2002-07-174-1088/+58
* Minor changes to make things build with SunPro CC...dkf2002-07-171-2/+6
* variable access optimisationsMiguel Sofer2002-07-173-1253/+1439
* 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-161-3/+4
* using the new variable name caching possibilities when setting errorMiguel Sofer2002-07-164-16/+29
* * generic/tclVar.c: refactorisation to reuse already looked-up VarMiguel Sofer2002-07-155-505/+1295
* comment cleanup and code speedup for fsvincentdarley2002-07-151-9/+9
* * Removed declarations that duplicated entries in the (internal)dgp2002-07-151-137/+1
* * Bumped HEAD to version 8.4b2 so we can distinguish it fromdgp2002-07-141-6/+3
* ckalloc() et al take 'unsigned int' sizes, so print them with '%ud' not '%d'dkf2002-07-111-8/+8
* tclCompile.c and tclProc.c: small changes in the usage of the VAR_UNDEFINED f...Miguel Sofer2002-07-112-7/+7
* Fix for bug 579284; registered math funcs can now correctly return wide-ints.dkf2002-07-101-4/+8
* no zero refcount in Tcl_FSvincentdarley2002-07-081-1/+12
* fs cleanupvincentdarley2002-07-082-4/+4
* fs cleanupvincentdarley2002-07-084-15/+55
* * generic/tclClock.c (FormatClock): Convert the format string tormax2002-07-051-3/+6
* * generic/tclCompCmds.c (TclCompileCatchCmd): returnMiguel Sofer2002-07-031-7/+2
* clearer error msgs for file linkvincentdarley2002-07-021-2/+2
* * tests/pkg/samename.tcl: restored. needed by pkgMkIndex.test.dgp2002-07-011-2/+2
* * generic/tclCompile.h: modified the macro TclEmitPushMiguel Sofer2002-06-281-5/+8
* empty path name error msgsvincentdarley2002-06-261-1/+19
* Surface fix for bug #533364; TclGetIntForIndex no longer assumes an unshareddkf2002-06-251-4/+12
* Resynch...dkf2002-06-221-3/+3
* Bumped version number to b1 in preparation for release.dkf2002-06-211-5/+5
* LogSyntaxError() should reset the interpreter resultjenglish2002-06-212-2/+4
* tip99vincentdarley2002-06-215-20/+125
* fix for [Bug 571385]Miguel Sofer2002-06-201-9/+12
* * generic/tclExecute.c (TclCompEvalObj): clarified and simplified theMiguel Sofer2002-06-201-49/+39
* Added parens for claritydgp2002-06-202-5/+6
* * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): get the resultPtr againhobbs2002-06-191-1/+4
* generic/tclExecute.c (TEBC): removing unused "for(;;)" loop; improvedMiguel Sofer2002-06-191-2581/+2562
* * generic/tclExecute.c (TEBC): elimination of duplicated code in theMiguel Sofer2002-06-181-545/+416
* generic/tclExecute.c (TEBC, INST_DONE): small bug in the panic codeMiguel Sofer2002-06-181-1/+2
* Trims to support the removal of RESOURCE_INCLUDED from rcdavygrvy2002-06-181-11/+11
* * doc/CrtTrace.3: Added TIP#62 implementation of commandhobbs2002-06-1710-166/+984
* generic/tcl.h: #ifdef logic for K&R C backwards compatibilityjenglish2002-06-171-78/+47
* a better algorithm for the previous bug fix.Miguel Sofer2002-06-171-29/+23