summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp):dgp2004-10-181-3/+3
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp,dgp2004-10-151-8/+5
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp,dgp2004-10-051-6/+3
* Speed up [upvar] and [uplevel] by not forcing level references to be parseddkf2004-10-011-1/+2
* * generic/tclBasic.c (Tcl_CreateInterp): Removed the flag bit valuedgp2004-10-011-4/+1
* * generic/tclBasic.c (Tcl_EvalObjEx): Removed the flag bit valuedgp2004-10-011-6/+1
* Factorize out the code for freeing an object's internal rep.dkf2004-09-291-1/+17
* many more TIP 173 changesKevin B Kenny2004-09-271-36/+1
* Report compilation errors at runtime, [Patch 103368] by dgp.Miguel Sofer2004-09-261-11/+12
* more changes for bison supportKevin B Kenny2004-09-171-1/+36
* TIP #173 and #209 implementation - see ChangeLog for detailsKevin B Kenny2004-08-181-2/+14
* TIP#207 IMPLEMENTATIONdgp2004-08-021-8/+12
* * generic/tclEvent.c: Correct threaded obj allocator tohobbs2004-07-211-1/+3
* 2004-07-21 Kevin Kenny <kennykb@acm.org>Kevin B Kenny2004-07-211-1/+3
* Add missing objTypes to catalogdkf2004-07-071-1/+3
* Version of [Patch 746578] that works with Linux and is likely to work elsewheredkf2004-06-231-1/+2
* Integrated fix for Tcl Bug #770053 from core-8-4-branchvasiljevic2004-06-221-2/+7
* * generic/tclEncoding.c: Static TclFindEncodings -> FindEncodings.dgp2004-06-181-1/+2
* Fixed [Bug 886231] properly this time rather than with a broken version thatdkf2004-06-181-61/+67
* Fix tclWinInit.c for KBK, adding comments as I go. :^)dkf2004-06-181-5/+100
* Limits documentation and style improvementsdkf2004-05-301-3/+3
* Delete limit callbacks properly when the interpreters involved are deleted.dkf2004-05-201-2/+6
* Very minor updates to comments/whitespacedkf2004-05-131-2/+2
* TIP#143 implementation; still needs docs and more tests...dkf2004-05-131-1/+67
* * generic/tclInt.h:Miguel Sofer2004-05-061-33/+35
* * generic/tclAlloc.c: Make sure Tclp*Alloc* routines getdgp2004-05-041-1/+3
* * generic/tclCompile.c:Miguel Sofer2004-05-031-1/+19
* * generic/tclInt.h: Replaced Kevin Kenny's temporarydgp2004-04-301-1/+4
* * generic/tcl.h: Removed obsolete declarations and #include's.dgp2004-04-251-2/+1
* * generic/tclInt.h:davygrvy2004-04-231-1/+2
* * win/tclWinInit.c (TclpSetInitialEncodings): note that WIN32_CEhobbs2004-04-071-3/+2
* Patch 922727 committed. Implements three changes:dgp2004-04-061-1/+3
* * generic/tclCompile.c:Miguel Sofer2004-04-021-14/+1
* * generic/tclInt.h: Removed obsolete tclBlockTime* declarations.dgp2004-04-011-3/+1
* * generic/tclIntDecls.h: Removed TclpTime_t. It wasn't really needed,rmax2004-03-181-7/+1
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-23/+3
* fixed typos in documentation and commentsvincentdarley2004-03-091-2/+2
* * generic/tclInt.h (TclParseInit): Factored the common codedgp2004-03-041-1/+4
* TIP#100 implementation largely based on work by Georgios Petasis.dkf2004-02-241-1/+3
* filesystem optimisation -- Three main issues accomplished: (1) cleaned up var...vincentdarley2004-01-211-7/+32
* Full bytecode compilation for [lassign]dkf2004-01-181-1/+3
* Basic implementation of TIP#57 - TclX's [lassign] command into Tcl coredkf2004-01-171-1/+3
* Patch 876451: restores performance of [return]. Also allows formsdgp2004-01-131-1/+7
* Deprected use of Tcl_Ckalloc changed to Tcl_Alloc in thedavygrvy2003-12-241-2/+2
* loadHandle vs clientData cleanupvincentdarley2003-11-031-1/+8
* Increased robustness and speed for [lrepeat] with help of new list constructordkf2003-11-011-1/+4
* * generic/tclBasic.c (TclAppendObjToErrorInfo): New internal routinedgp2003-10-141-1/+6
* Undid bozo check-in of work-in-progressdkf2003-09-291-44/+1
* TIP#121 (app exit proc API) implementation from Joe Mistachkindkf2003-09-291-1/+44
* TIP#112 ([namespace ensemble] command) implementation.dkf2003-09-291-82/+109