summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
Commit message (Expand)AuthorAgeFilesLines
* * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ifydgp2002-08-051-17/+16
* Global symbols are now all either prefixed with 'tcl' (or 'Tcl' or ...) or ha...dkf2002-07-191-5/+5
* tclCompile.c and tclProc.c: small changes in the usage of the VAR_UNDEFINED f...Miguel Sofer2002-07-111-3/+3
* * doc/CrtTrace.3: Added TIP#62 implementation of commandhobbs2002-06-171-1/+2
* a better algorithm for the previous bug fix.Miguel Sofer2002-06-171-29/+23
* [Bug 569438] in the processing of dollar variablesMiguel Sofer2002-06-161-12/+27
* optimised read access to local variables created at run-timeMiguel Sofer2002-06-111-2/+2
* cleanup in [expr] compilerMiguel Sofer2002-05-301-7/+1
* Fixed buffer overrun reported in 530320; luckily it is not likely todkf2002-03-151-3/+4
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-251-2/+2
* small change in bytecode instructionsINST_LIST_INDEX_MULTI and INST_LSET_FLATMiguel Sofer2001-12-111-7/+7
* fixed the calculation of the maximal stack depth required by bytecodes [Bug 4...Miguel Sofer2001-12-101-145/+104
* added TIP#73 patch #483500 from Kevin Kenny.hobbs2001-11-211-3/+3
* Reference implementation of TIP's #22, #33 and #45. Adds thehobbs2001-11-141-1/+16
* * generic/tclInt.decls (TclExpandCodeArray,TclGetInstructionTable):andreas_kupries2001-10-151-4/+7
* * generic/tclExecute.c (TclExecuteByteCode):hobbs2001-09-191-3/+3
* Disabled all compile and execution tracing functionality in standardMiguel Sofer2001-09-171-3/+8
* fixed incorrect opreands for INST_LIST [Bug: 458241]Miguel Sofer2001-09-041-2/+2
* * generic/tclBasic.c: added new CompileProc invocations to basichobbs2001-05-171-1/+31
* * generic/tclCompExpr.c: changed INST_STREQ -> INST_STR_EQ,hobbs2000-05-261-145/+157
* * generic/tclCompile.c (TclCleanupByteCode): made ByteCode cleanuphobbs2000-03-301-2/+19
* * tests/var.test:hobbs1999-12-121-3/+2
* * tests/expr-old.test:hobbs1999-12-041-129/+12
* * unix/tclUnixNotfy.c: fixed event/io threading problems byhobbs1999-10-211-5/+1
* 1999-08-18 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-191-5/+6
* * generic/tclInt.h:stanton1999-04-221-31/+80
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-6418/+1779
* * generic/tclProc.c:stanton1999-02-031-3/+3
* * generic/tclCompile.c (CompileExprWord): Fixed exception stackstanton1999-02-021-2/+4
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* added TclInitCompiledLocalsstanton1998-08-071-91/+128
* lintstanton1998-07-241-3/+3
* Updated core w/ Micheals latest changes.surles1998-07-241-6/+14
* Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" andwelch1998-07-061-2/+84
* Merged changes between child workspace "/home/escoffon/ws/tcl8.0" andescoffon1998-07-011-17/+169
* Fixed IsLocalScalarwelch1998-06-291-1/+8
* catch didn't compile non-local variables correctlystanton1998-06-251-38/+49
* added fix for foreach compile proc so it handles non-local names correctlystanton1998-06-181-30/+51
* - Added initialization of the flags field in ByteCodeescoffon1998-06-101-0/+26
* Initial revisionrjohnson1998-03-261-0/+7745