summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* Patch 976520 reworks several of the details involved withdgp2004-11-301-6/+43
* * unix/configure.in: The change below reveals that the publicdgp2004-11-171-1/+4
* * generic/tclInt.h: Added comment warning that the olddgp2004-11-151-1/+5
* TIP #221 IMPLEMENTATIONdgp2004-11-131-13/+7
* * generic/tcl.h:das2004-11-121-5/+1
* * generic/tclInt.h: Moved verification of ptrdiff_t typedef fromdgp2004-11-121-1/+6
* * unix/config.h.in:rmax2004-11-121-2/+2
* Adapt Tcl so it uses a config.h header instead of stuffing all #defs on thedkf2004-11-121-1/+5
* * generic/tcl.h: Moved the preprocessor logicdavygrvy2004-11-031-15/+1
* * generic/tclInt.h: added a check for #ifdef __cplusplus around the #definedavygrvy2004-11-021-2/+6
* Make core less eager to spew its guts all over the place; core symbols indkf2004-11-021-514/+616
* Allow ensembles to rewrite their subcommands' error messages to be moredkf2004-10-291-1/+19
* * generic/tclInt.decls: The following 9 functions were moved fromdavygrvy2004-10-271-18/+1
* removed more direct references to the VAR flags, replaced with accessMiguel Sofer2004-10-261-1/+6
* defined new macros to get/set the flags of variables.Miguel Sofer2004-10-251-1/+33
* * generic/tclInt.h (Interp):dgp2004-10-211-7/+1
* * generic/tclCmdAH.c (Tcl_CatchObjCmd, Tcl_ErrorObjCmd):dgp2004-10-211-1/+5
* doubled speed of clock formatKevin B Kenny2004-10-211-1/+3
* * generic/tclInt.h (Tcl*InterpState): New internal routinesdgp2004-10-191-1/+9
* * 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