summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* * generic/tclExecute.c:Miguel Sofer2003-09-231-4/+4
* TIP#136 IMPLEMENTATION. We now have an [lrepeat] command!dkf2003-08-111-1/+3
* * generic/tcl.h: Revert change made on 2003-07-21mdejong2003-07-241-2/+2
* Check that the thread incrementing or decrementingmdejong2003-07-221-22/+18
* * generic/tcl.decls: Ported the changes from theandreas_kupries2003-06-091-1/+3
* * generic/tclBasic.c: Implementation of TIP 90, whichdgp2003-05-051-7/+16
* Made [incr] able to accept and work with wide increments [Bug 728838]dkf2003-04-281-1/+4
* * The changes below fix SF bugs [593810], and [718045].andreas_kupries2003-04-221-1/+3
* * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjTypedgp2003-04-161-3/+21
* Final stage of getting dictionaries into the core. Test suite should work now!dkf2003-04-051-1/+4
* * generic/tclInt.h (tclOriginalNotifier):dgp2003-03-211-1/+2
* * generic/tclInt.h: Removed definition of ParseValue struct thatdgp2003-03-201-32/+1
* * generic/tclBasic.c (Tcl_EvalTokensStandard):dgp2003-03-131-7/+6
* The [switch] command is now bytecode compiled, at least in the most commondkf2003-03-051-1/+3
* filesystem speed up round 2vincentdarley2003-02-101-1/+3