summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclExecute.c: fixed Tcl_Obj leak in code correspondingMiguel Sofer2002-07-271-2/+2
* * generic/tclVar.c (TclObjLookupVar): leak fix and improvedMiguel Sofer2002-07-271-19/+26
* * generic/tclVar.c (TclLookupVar): removed early returns thathobbs2002-07-261-15/+11
* * generic/tclExecute.c:Miguel Sofer2002-07-261-6/+55
* Fix for Tk Bug #219218 "error handling with bgerror in Tk"jenglish2002-07-251-2/+2
* * generic/tclExecute.c: restoring full TCL_COMPILE_DEBUGMiguel Sofer2002-07-241-239/+117
* * generic/tclExecute.c: restoring the tcl_traceCompile functionalityMiguel Sofer2002-07-241-1/+7
* removed load-related clientData, made filesystem staticvincentdarley2002-07-222-18/+15
* removed load-related clientData, made filesystem staticvincentdarley2002-07-226-33/+42
* Allowed parser to recognise 'Inf' as a floating-point number. [Bug 218000]dkf2002-07-222-4/+22
* * Silence compiler warning. [Bug 584408]dgp2002-07-211-1/+3
* vfs fixesvincentdarley2002-07-201-1/+2
* Global symbols are now all either prefixed with 'tcl' (or 'Tcl' or ...) or ha...dkf2002-07-198-47/+54
* 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