summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
* TIP #173 and #209 implementation - see ChangeLog for detailsKevin B Kenny2004-08-181-5/+50
* TIP#207 IMPLEMENTATIONdgp2004-08-021-5/+62
* 2004-07-21 Kevin Kenny <kennykb@acm.org>Kevin B Kenny2004-07-211-1/+2
* * generic/tclBasic.c (Tcl_EvalEx): leak fix by dgp, releaseMiguel Sofer2004-07-121-1/+2
* Modified the logic of literal table cleanup at interp deletion time,Miguel Sofer2004-07-081-4/+5
* * generic/tclBasic.c (DeleteInterpProc): fix for [Bug 983660],Miguel Sofer2004-07-051-3/+5
* * win/Makefile.in: Corrected compilation flags for tclPkgConfig.cKevin B Kenny2004-06-141-4/+2
* * unix/configure.in: Updated TCL_PACKAGE_PATH value todgp2004-06-111-9/+10
* Limits documentation and style improvementsdkf2004-05-301-2/+2
* Finish fixing comments for [Bug 848440]dkf2004-05-251-3/+3
* Delete limit callbacks properly when the interpreters involved are deleted.dkf2004-05-201-1/+10
* * generic/tclBasic.c (Tcl_DeleteInterp):Miguel Sofer2004-05-161-1/+4
* TIP#143 implementation; still needs docs and more tests...dkf2004-05-131-4/+12
* Patch 922727 committed. Implements three changes:dgp2004-04-061-4/+1
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-16/+1
* TIP#100 implementation largely based on work by Georgios Petasis.dkf2004-02-241-1/+3
* Full bytecode compilation for [lassign]dkf2004-01-181-2/+2
* Basic implementation of TIP#57 - TclX's [lassign] command into Tcl coredkf2004-01-171-1/+3
* All uses of 'panic' (the macro) changeddavygrvy2003-12-241-8/+8
* * doc/ParseCmd.3: Implementation of TIP 157. Adds recognitiondgp2003-11-141-17/+94
* * generic/tclBasic.c (TclAppendObjToErrorInfo): New internal routinedgp2003-10-141-42/+56
* * generic/tclBasic.c: Save and restore the iPtr->flag bits thatdgp2003-10-081-1/+12
* * generic/tclBasic.c: Fixed error in ref count management of commanddgp2003-10-031-6/+4
* Remove unintentional check-in of work-in-progressdkf2003-09-291-35/+1
* TIP#121 (app exit proc API) implementation from Joe Mistachkindkf2003-09-291-1/+35
* TIP#112 ([namespace ensemble] command) implementation.dkf2003-09-291-2/+52
* TIP#136 IMPLEMENTATION. We now have an [lrepeat] command!dkf2003-08-111-1/+3
* Factored out the trace code - it's big enough to be its own maintenance areadkf2003-06-251-338/+1
* * generic/tclBasic.c:Miguel Sofer2003-06-101-22/+14
* * generic/tcl.decls: Ported the changes from theandreas_kupries2003-06-091-1/+9
* * generic/tclBasic.c (TclInvokeObjectCommand): objv[argc] is nodgp2003-05-121-4/+3
* * generic/tclBasic.c: Implementation of TIP 90, whichdgp2003-05-051-12/+30
* Corrected error message for grammar and spelling.dkf2003-05-051-3/+3
* * generic/tclBasic.c: Tcl_EvalObjv() failed to honor thedgp2003-04-251-4/+8
* Final stage of getting dictionaries into the core. Test suite should work now!dkf2003-04-051-1/+3
* * generic/tclBasic.c (Tcl_EvalTokensStandard):dgp2003-03-131-255/+6
* The [switch] command is now bytecode compiled, at least in the most commondkf2003-03-051-2/+2
* * generic/tclBasic.c (TclRenameCommand): fixing error in previousMiguel Sofer2003-02-181-2/+1
* * generic/tclBasic.c (TclRenameCommand): 'oldFullName' object wasMiguel Sofer2003-02-181-7/+13
* Don Porter's fix for bad parsing of nested scripts [Bug 681841].Miguel Sofer2003-02-161-68/+92
* * generic/tclBasic.c: Changed [trace add command] so that 'rename' Kevin B Kenny2003-02-031-4/+25
* execution trace, command trace and stringObj bug fixesvincentdarley2003-01-171-21/+27
* * generic/tclBasic.c (TclRenameCommand,CallCommandTraces):dgp2002-09-061-6/+21
* * generic/tclBasic.c:Miguel Sofer2002-08-221-3/+2
* * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ifydgp2002-08-051-19/+17
* bugfix, new tests for new [interp alias] codeMiguel Sofer2002-07-291-6/+12
* Fix for [Bug 582522] - aliases now fire execution traces on the targetMiguel Sofer2002-07-291-5/+5
* Global symbols are now all either prefixed with 'tcl' (or 'Tcl' or ...) or ha...dkf2002-07-191-2/+2
* * generic/tclBasic.c (CallCommandTraces): delete traces now receiveMiguel Sofer2002-07-181-3/+17
* using the new variable name caching possibilities when setting errorMiguel Sofer2002-07-161-9/+9