summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* finalization and test fixesvincentdarley2003-02-041-1/+3
* * generic/tclIO.c (Tcl_CutChannel, Tcl_SpliceChannel):mdejong2003-01-261-1/+3
* execution trace, command trace and stringObj bug fixesvincentdarley2003-01-171-1/+5
* non-ascii chars in file mtime fixvincentdarley2003-01-091-1/+3
* * generic/tclInt.h: add macro version of Tcl_UtfToUniCharhobbs2002-11-121-1/+20
* Removed obsolete history-related structures.dkf2002-10-231-39/+1
* * generic/tclInt.h:Miguel Sofer2002-08-141-90/+56
* * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ifydgp2002-08-051-9/+15
* TclDecrRefCount under USE_THREAD_ALLOC: free intRep first, then stringMiguel Sofer2002-07-311-5/+5
* removed load-related clientData, made filesystem staticvincentdarley2002-07-221-2/+1
* Global symbols are now all either prefixed with 'tcl' (or 'Tcl' or ...) or ha...dkf2002-07-191-1/+2
* Tcl_LoadHandle usagevincentdarley2002-07-181-4/+4
* load comments and clientData replacementvincentdarley2002-07-181-2/+5
* load comments and clientData replacementvincentdarley2002-07-181-2/+1
* load comments and clientData replacementvincentdarley2002-07-181-6/+3
* load internals refactoringvincentdarley2002-07-171-3/+10
* variable access optimisationsMiguel Sofer2002-07-171-1/+25
* const fix for new variable codedgp2002-07-161-3/+3
* using the new variable name caching possibilities when setting errorMiguel Sofer2002-07-161-1/+3
* * generic/tclVar.c: refactorisation to reuse already looked-up VarMiguel Sofer2002-07-151-3/+3
* * Removed declarations that duplicated entries in the (internal)dgp2002-07-151-137/+1
* fs cleanupvincentdarley2002-07-081-2/+2
* * doc/CrtTrace.3: Added TIP#62 implementation of commandhobbs2002-06-171-4/+42
* vfs, winfs testsuitevincentdarley2002-06-131-2/+3
* optimised read access to local variables created at run-timeMiguel Sofer2002-06-111-7/+1