summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* More expr syntax error improvementsdkf2001-12-061-15/+43
* new algorithm for [array get], safe when there are traces that modify the arr...Miguel Sofer2001-12-051-8/+67
* Improved messages produced on getting a syntax error in an expressiondkf2001-12-041-46/+92
* Tcl_Preserve'ing VarTrace structures to avoid memory corruption [Bug: 484334]Miguel Sofer2001-11-301-6/+14
* * generic/tclBinary.c: Added caching scheme to reduce number of objectdkf2001-11-291-19/+114
* Replace isspace(char) with isspace(UCHAR(char)) for safety...dkf2001-11-271-2/+2
* Tightened up the argument passing for [switch] to promote robuster scripts.dkf2001-11-271-31/+59
* * generic/tclIntPlatDecls.h: 'make genstubs' after changesdgp2001-11-261-4/+5
* ** upport to 8.4 of mac code changes for 8.3.3 & various newdas2001-11-238-43/+56
* ** upport to 8.4 of mac code changes for 8.3.3 & various newdas2001-11-232-10/+26
* * generic/tclBasic.c (Tcl_DeleteCommandFromToken,CallCommandTraces):dgp2001-11-212-4/+8
* added TIP#73 patch #483500 from Kevin Kenny.hobbs2001-11-2111-49/+90
* moving all code relative to bytecodes from tclBasic.c to tclExecute.cMiguel Sofer2001-11-203-438/+496
* code reorganisation and factorisation.Miguel Sofer2001-11-203-99/+105
* a better variant of the previous-to-last commit (restoring numLevels computat...Miguel Sofer2001-11-202-22/+13
* missing variable declaration under TCL_COMPILE_DEBUG.Miguel Sofer2001-11-201-2/+4
* restoring the computations of iPtr->numLevels to the original logic (previous...Miguel Sofer2001-11-202-12/+6
* Code reorganisation: moving all eval functions from tclParse.c to tclBasic.cMiguel Sofer2001-11-192-907/+905
* Changes due to TIP#68; memory handling in variable traces is now correct!dkf2001-11-193-75/+238
* patch for [Bug 483309]Miguel Sofer2001-11-191-1/+2
* * tests/interp.test:hobbs2001-11-161-10/+20
* Removed a rogue C++ comment that inadvertently got left in tclListObj.cKevin B Kenny2001-11-161-2/+2
* Moved Tcl_GetCommandFromObj and all defining code for tclCmdNameType objects ...Miguel Sofer2001-11-163-424/+429
* Code reordering; execution levels made consistent [Bug 480896].Miguel Sofer2001-11-165-235/+112
* Reference implementation of TIP's #22, #33 and #45. Adds thehobbs2001-11-1415-133/+1770
* * tests/var.test:dgp2001-11-091-2/+2
* See ChangeLogandreas_kupries2001-11-071-7/+17
* file copy soft link docsvincentdarley2001-11-021-7/+16
* win fs fixesvincentdarley2001-10-291-19/+15
* * tests/clock.test (clock-8.1):hobbs2001-10-182-2/+36
* Tcl_FSChdir fixvincentdarley2001-10-181-6/+40
* Undo of mistaken commit. Sorry!dgp2001-10-167-50/+49
* * Added test to demonstrate memory corruption problems. [Bug 219393].dgp2001-10-167-49/+50
* Doh ... strncmp, not strcmp needed in last commit.Miguel Sofer2001-10-151-2/+2
* generic/tclProc.c: changing a memcmp to strcmp to avoid a memory errorMiguel Sofer2001-10-151-33/+32
* * generic/tclInt.decls (TclExpandCodeArray,TclGetInstructionTable):andreas_kupries2001-10-155-15/+49
* minor code cleanuphobbs2001-10-151-30/+29
* * generic/tcl.h: moved #define of WIN32 to tcl.h where __WIN32__hobbs2001-10-151-1/+4
* small fs fixesvincentdarley2001-10-151-4/+4
* generic/tclLiteral.c: (TclReleaseLiteral) insured thatMiguel Sofer2001-10-111-32/+24
* * generic/tclFileName.c (Tcl_SplitPath): corrected mem leakhobbs2001-10-101-1/+6
* generic/tclLiteral.c: (TclReleaseLiteral) reverted previous patch for [Bug 46...Miguel Sofer2001-10-091-11/+1
* insured that self-referential bytecodes are properly cleaned up onMiguel Sofer2001-10-061-1/+11
* * generic/tclEvent.c (Tcl_FinalizeThread): moved freeing ofhobbs2001-10-031-11/+12
* removed unnecessary inclusions of tclCompile.h [Patch 466823]Miguel Sofer2001-10-013-20/+11
* fs doc improvementvincentdarley2001-09-291-1/+8
* Added necessary casts to ClientData on a pair of calls to Tcl_PreserveKevin B Kenny2001-09-281-3/+3
* Fixed Bug #465674 reported by me. [lsort -index end-1] now behaves sensibly...dkf2001-09-281-11/+18
* * More CONST poisoningdgp2001-09-287-17/+21
* * Added Tcl_Preserve()dgp2001-09-281-2/+3