summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclInt.decls: made TclSetPreInitScript() declarationdas2002-10-091-1/+3
* Removing more CONST-related warnings.dkf2002-09-241-2/+2
* * generic/tclCompile.h:Miguel Sofer2002-08-071-9/+1
* * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ifydgp2002-08-051-4/+13
* Global symbols are now all either prefixed with 'tcl' (or 'Tcl' or ...) or ha...dkf2002-07-191-10/+10
* * generic/tclCompile.h: modified the macro TclEmitPushMiguel Sofer2002-06-281-5/+8
* cleanup in [expr] compilerMiguel Sofer2002-05-301-13/+1
* * Corrected problems with Tcl_AllowExceptionsdgp2002-03-291-2/+2
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-2/+5
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-251-2/+2
* fixed the calculation of the maximal stack depth required by bytecodes [Bug 4...Miguel Sofer2001-12-101-4/+45
* moving all code relative to bytecodes from tclBasic.c to tclExecute.cMiguel Sofer2001-11-201-3/+11
* code reorganisation and factorisation.Miguel Sofer2001-11-201-4/+13
* Moved Tcl_GetCommandFromObj and all defining code for tclCmdNameType objects ...Miguel Sofer2001-11-161-36/+1
* Code reordering; execution levels made consistent [Bug 480896].Miguel Sofer2001-11-161-1/+4
* Reference implementation of TIP's #22, #33 and #45. Adds thehobbs2001-11-141-2/+16
* * generic/tclInt.decls (TclExpandCodeArray,TclGetInstructionTable):andreas_kupries2001-10-151-4/+1
* Disabled all compile and execution tracing functionality in standardMiguel Sofer2001-09-171-1/+5
* * generic/tclBasic.c: added new CompileProc invocations to basichobbs2001-05-171-3/+22
* * generic/tclCompExpr.c: changed INST_STREQ -> INST_STR_EQ,hobbs2000-05-261-5/+8
* * generic/tclInt.h: Added function prototypes forericm2000-05-231-2/+3
* * doc/expr.n:hobbs2000-05-091-2/+7
* Added stub entry for the TclGetAuxDataType routine so tbcload can use stubssurles1999-05-231-2/+1
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-287/+267
* Merged stubs changes into mainline for 8.0stanton1999-03-101-55/+2
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* EXPORT is now TCL_STORAGE_CLASSescoffon1998-08-041-5/+5
* - added setting of EXPORT to DLLEXPORT if we are building the Tcl lib.escoffon1998-07-291-2/+9
* cosmetic change to a commentescoffon1998-07-281-4/+4
* Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" andwelch1998-07-061-1/+9
* - added the AuxDataType stuffescoffon1998-07-011-13/+30
* - Added the flags field in a ByteCode struct, and added one flag:escoffon1998-06-101-0/+10
* Initial revisionrjohnson1998-03-261-0/+1012