summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
Commit message (Expand)AuthorAgeFilesLines
* Remove from tclCompile.h declarations used in only one source file.dgp@users.sourceforge.net2013-03-051-3/+0
* Remove TclInitCompilation() declaration with no definition.dgp@users.sourceforge.net2013-03-051-1/+0
|\
| * Remove TclInitCompilation() declaration that's never had a definitiondgp@users.sourceforge.net2013-03-051-1/+0
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-011-2/+0
| * * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreask@activestate.com2009-08-251-1/+9
| * * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter,andreask@activestate.com2009-07-141-4/+9
| * * generic/tclCompile.h: add support for debug logging of DTracedas2008-08-141-2/+111
| * * generic/tclCompile.c: Made the new TclEnterCmdWordIndexandreask@activestate.com2008-07-221-4/+1
| * * generic/tclBasic.c: Reworked the handling of bytecode literalsandreask@activestate.com2008-07-221-6/+4
| * * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreask@activestate.com2008-07-211-2/+10
| * * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allowsdas2007-09-131-1/+76
| * * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL...andreask@activestate.com2006-11-281-6/+48
* | * generic/tclCompile.c: [Bug 2933089]: A literal sharing problem withandreask@activestate.com2010-02-021-1/+5
* | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreask@activestate.com2009-08-251-1/+11
* | * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter,andreask@activestate.com2009-07-141-4/+8
* | typodas2008-08-141-4/+1
* | * generic/tclCompile.h: add support for debug logging of DTracedas2008-08-141-2/+122
* | * generic/tclCompile.c: Made the new TclEnterCmdWordIndexandreask@activestate.com2008-07-221-4/+1
* | * generic/tclBasic.c: Reworked the handling of bytecode literalsandreask@activestate.com2008-07-221-7/+4
* | * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreask@activestate.com2008-07-211-2/+11
* | Remove stray trailing "," from enum InstOperandType definition (C99ism).jenglish@flightlab.com2008-02-261-2/+2
* | * generic/tclCompile.h: Demote TclCompEvalObj() from internal stubs todgp@users.sourceforge.net2008-01-231-6/+3
* | * generic/tclCompExpr.c: add an 'optimize' argument toMiguel Sofer2008-01-161-2/+2
* | * generic/tclBasic.c: Replacing 'operator' by 'op' in the defMiguel Sofer2008-01-151-2/+2
* | merge stable branch onto HEADdgp@users.sourceforge.net2007-12-131-1/+1
* | typodonal.k.fellows@manchester.ac.uk2007-11-141-2/+2
* | Compile [info exists] into bytecode. Includes new instructions to support it.donal.k.fellows@manchester.ac.uk2007-11-141-2/+8
* | * generic/tclCompCmds.c, generic/tclCompile.c, generic/tclCompile.h:hobbs2007-11-121-2/+6
* | * generic/tclCompile.h:Miguel Sofer2007-10-271-3/+1
* | whitespacedas2007-10-251-4/+4
* | Add a new command, ::tcl::unsupported::disassembledonal.k.fellows@manchester.ac.uk2007-09-251-10/+11
* | * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allowsdas2007-09-131-1/+90
* | * generic/tclCompCmds.c: Use the new INST_REVERSE instructiondgp@users.sourceforge.net2007-09-091-2/+6
* | * generic/tclBasic.c: Used unions to better clarify overloading ofdgp@users.sourceforge.net2007-08-281-2/+5
* | * generic/tclCompExpr.c: Call TclCompileSyntaxError() whendgp@users.sourceforge.net2007-08-271-7/+13
* | VarReform [Patch 1750051]Miguel Sofer2007-07-311-2/+9
* | Fix comments referring to {expand}. [Bug 1600859]donal.k.fellows@manchester.ac.uk2007-06-211-2/+2
* | * generic/tclCompile.c: reverted TclEvalObjvInternal andMiguel Sofer2007-06-151-4/+1
* | * generic/tclBasic.c: Further TEOvI split, creating a newMiguel Sofer2007-06-101-3/+5
* | * generic/tclBasic.c: Removed code that dealt withdgp@users.sourceforge.net2007-05-301-2/+1
* | * generic/tclBasic.c: Added bytecode compilers for theMiguel Sofer2007-04-031-4/+11
* | Added a scheme to allow aux-data to be printed out for debugging. For this to...donal.k.fellows@manchester.ac.uk2007-03-021-4/+31
* | More efficient issuing of INST_START_CMD instructions. See ChangeLog for disc...donal.k.fellows@manchester.ac.uk2007-01-191-5/+14
* | Cleanup to follow engineering manual guidelinesdonal.k.fellows@manchester.ac.uk2006-12-131-27/+29
* | * generic/tclBasic.c: Final step routing all direct evaluation formsdgp@users.sourceforge.net2006-12-121-1/+7
* | * generic/tclBasic.c: Another step with all sorting operator commandsdgp@users.sourceforge.net2006-12-111-1/+4
* | * generic/tclBasic.c: Another step down the path of re-usingdgp@users.sourceforge.net2006-12-081-1/+14
* | * generic/tclCompExpr.c: Revised implementation of TclInvertOpCmddgp@users.sourceforge.net2006-12-081-1/+3
* | * generic/tclBasic.c: TIP #280 implementation.andreask@activestate.com2006-11-281-2/+35