summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclInt.h (Tcl*InterpState): New internal routinesdgp2004-10-191-34/+1
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp):dgp2004-10-181-9/+4
* Remove unused variabledgp2004-10-151-2/+1
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp,dgp2004-10-151-47/+59
* * generic/tclBasic.c:dgp2004-10-061-53/+35
* * generic/tclBasic.c (TclObjInvoke): More simplification of thedgp2004-10-051-54/+24
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp,dgp2004-10-051-27/+18
* * generic/tclBasic.c (Tcl_CreateInterp): Removed the flag bit valuedgp2004-10-011-2/+1
* * generic/tclBasic.c (Tcl_EvalObjEx): Removed the flag bit valuedgp2004-10-011-7/+3
* * generic/tclBasic.c (Tcl_AddObjErrorInfo): More re-organizationdgp2004-09-301-15/+1
* * generic/tclBasic.c (TclObjInvoke): fix for bogus gcc warning aboutMiguel Sofer2004-09-271-1/+2
* removed several unused vars in TclObjInvokeKevin B Kenny2004-09-271-4/+1
* * generic/tclBasic.c: Removed internal routines TclInvoke,dgp2004-09-271-227/+2
* * generic/tclBasic.c: Corrections to the 2004-09-21 commitdgp2004-09-241-1/+2
* * generic/tclBasic.c: Reworked management of the interpdgp2004-09-211-13/+3
* * generic/tclBasic.c (Tcl_AddObjErrorInfo, Tcl_LogCommandInfo):dgp2004-09-171-3/+10
* * generic/tclBasic.c (Tcl_CreateInterp): Removed obsoletedgp2004-09-081-228/+111
* 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