summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
...
* TIP#250 IMPLEMENTATIONdgp2006-02-011-1/+4
* Export Tcl_InitBignumFromDoubleKevin B Kenny2005-12-271-3/+1
* 2005-12-19 Don Porter <dgp@users.sourceforge.net>dgp2005-12-191-1/+3
* Export stubs for libtommath; fix mingw compiler warningsKevin B Kenny2005-12-131-4/+3
* Slightly better style (no _ANSI_ARGS_ even in comments, use void instead of V...dkf2005-12-011-13/+13
* make [clock format] go fasterKevin B Kenny2005-11-291-22/+2
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-2/+2
* * generic/tclInt.h:Miguel Sofer2005-11-141-1/+4
* * generic/tclInt.h: Revised TclParseNumber interface to enabledgp2005-11-121-3/+3
* * generic/tclInt.h:Miguel Sofer2005-11-041-1/+2
* * generic/tclExecute.c: Corrections to the NO_WIDE_TYPE build. Alsodgp2005-10-101-2/+2
* * generic/tclExecute.c: Corrections to the NO_WIDE_TYPE build.dgp2005-10-101-2/+2
* TIP#237 IMPLEMENTATIONdgp2005-10-081-22/+99
* * generic/tclBasic.c: First caller of TclFormatToErrorInfo.dgp2005-09-141-3/+7
* * generic/tcl.h: Explicitly standardized on the use of stdarg.hdgp2005-09-131-4/+4
* * generic/tclInt.h: New internal routine TclObjPrintf()dgp2005-09-091-1/+2
* * generic/tclInt.h: New internal routines TclFormatObj()dgp2005-09-091-1/+5
* Add flag to lists so that evaluating contexts can handle them efficiently muchdkf2005-09-061-1/+5
* Style systematization and _ANSI_ARGS_ removaldkf2005-08-261-1423/+1335
* TIP#219 IMPLEMENTATIONandreas_kupries2005-08-241-1/+52
* radical refactoring of thread storage to untangle dependenciesKevin B Kenny2005-08-111-18/+3
* Stop exposing the thread storage guts. Non-core code should never touch it.dkf2005-08-051-1/+11
* * generic/tclCompExpr.c: Untangled some dependencies in thedgp2005-08-031-2/+2
* Compiler for [dict] and related changes.dkf2005-07-211-1/+31
* * generic/tclUtil.c: Converted TclFormatInt() into a macro.dgp2005-07-051-1/+13
* cleanup Tcl_Preserve after exit handlersKevin B Kenny2005-06-241-3/+4
* bug 1225727Kevin B Kenny2005-06-221-1/+2
* * generic/tclInt.h: Followup to change made on 2005-06-18 byandreas_kupries2005-06-211-1/+2
* * generic/tclBasic.c: Added missing walk of the list of active tracesdgp2005-06-211-1/+5
* * generic/tclInt.h: ensure WORDS_BIGENDIAN is defined correctly with fatdas2005-06-181-1/+26
* * generic/tclInt.h: Reduced the Tcl_ObjTypes "index",dgp2005-06-071-5/+1
* Clean up tests in chan.test and add mechanism for chaining Tcl_WrongNumArgsdkf2005-06-071-1/+6
* TIP#208 implementationdkf2005-06-061-1/+4
* TIP#229 implementationdkf2005-05-301-1/+29
* * generic/tclIOUtil.c (TclLoadFile):das2005-05-231-1/+9
* * generic/tclInt.h: Revision to the "boolean" Tcl_ObjType, sodgp2005-05-181-5/+14
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+24
* * generic/tclInt.decls: Converted TclMatchIsTrivial to a macro.dgp2005-05-051-1/+14
* * generic/tclCompCmds.c: Replaced all instance ofdgp2005-05-051-5/+8
* TIP#183 IMPLEMENTATION [Patch 577093]dgp2005-04-271-2/+4
* The 2005-04-21 changes to Tcl_GetBooleanFromObj were done to bringdgp2005-04-221-3/+1
* * generic/tclGet.c: Radical code simplification. Converteddgp2005-04-211-1/+3
* * generic/tclBasic.c: Added unsupported commanddgp2005-04-191-1/+4
* Added prototypes for TclpFreeAllocCache() and TclFreeAllocCache().vasiljevic2005-04-161-1/+3
* * generic/tclInt.h (TclGetEncodingFromObj): New function todgp2005-04-081-1/+3
* * generic/tclInt.h:Miguel Sofer2005-04-051-114/+10
* Changed the internal representation of lists to (a) reduce the malloc/freeMiguel Sofer2005-04-021-7/+21
* * generic/tclExecute.c:Miguel Sofer2005-04-011-1/+2
* * generic/tclExecute.c:Miguel Sofer2005-04-011-1/+146
* * generic/tclCompile.h: Move the TclInterpReady() declaration fromdgp2005-03-251-1/+2