summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tcl.decls: Restored Tcl_Concat to return (char *). Likedgp2002-08-053-7/+7
* * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ifydgp2002-08-0524-1321/+1569
* * generic/tclExecute.c: bugfix (reading freed memory). TestsuiteMiguel Sofer2002-08-011-22/+18
* * generic/tclInt.h (USE_THREAD_ALLOC): for unshared objects,Miguel Sofer2002-08-011-19/+73
* * generic/tclCkalloc.c (TclFinalizeMemorySubsystem):mdejong2002-08-011-2/+2
* TclDecrRefCount under USE_THREAD_ALLOC: free intRep first, then stringMiguel Sofer2002-07-311-5/+5
* * generic/tclInterp.c: signed/unsigned comparison warning fixedMiguel Sofer2002-07-311-3/+3
* Comment formatting fixesdkf2002-07-311-46/+46
* * tests/io.test:andreas_kupries2002-07-301-2/+16
* * unix/tcl.m4 (SC_SERIAL_PORT): Fixed detection for cases whenrmax2002-07-291-5/+2
* bugfix, new tests for new [interp alias] codeMiguel Sofer2002-07-294-15/+20
* Extra comments for argumentsdkf2002-07-291-28/+29
* Fixes for regexp issues raised in [Bug 578363].dkf2002-07-292-440/+466
* Fix for [Bug 582522] - aliases now fire execution traces on the targetMiguel Sofer2002-07-293-89/+81
* * 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