summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclBasic.c: Use new interface in Tcl_EvalObjEx so thatdgp2007-02-241-1/+2
* TIP#287 IMPLEMENTATIONdgp2006-12-011-1/+4
* * generic/tclBasic.c: TIP #280 implementation.andreas_kupries2006-11-281-2/+152
* *Partial* implementation of TIP#174. Still needs non-compiled versions of mostdkf2006-11-231-1/+117
* * generic/tcl.h: Moved TCL_REG_BOSONLY #define from tcl.h todgp2006-11-221-2/+13
* TIP#270 IMPLEMENTATIONdgp2006-11-151-14/+1
* * generic/tclCompExpr.c: fix gcc warnings about 'cast to/fromdas2006-11-131-1/+26
* Transfer TclPtrMakeUpvar and TclObjLookupVar to the internal stubs table.dkf2006-11-121-8/+1
* Implemented [lreverse] from TIP#272dkf2006-11-091-1/+4
* * generic/tclCmdAH.c: Further revisions to produce the routinesdgp2006-11-021-7/+5
* * generic/tclBasic.c: Further revised TclAppendPrintToObj() anddgp2006-11-021-5/+4
* * generic/tclBasic.c: Refactored and renamed the routinesdgp2006-10-311-7/+9
* Fix [Bug 1587618], eliminating the callObjc and callObjv fields from the Interpdkf2006-10-311-16/+3
* Minor style consistency cleanupdkf2006-10-281-39/+39
* Added some explanatory comments.dkf2006-10-281-10/+14
* Insert of calling point in middle of procedure code. Also cleaned up howdkf2006-10-281-1/+8
* Added missing type to declarationdkf2006-10-271-2/+2
* Add field to CallFrame for holding object call frame data.dkf2006-10-271-2/+11
* * library/clock.tcl (format, scan): corrected wrong # argsMiguel Sofer2006-10-231-3/+11
* * generic/tcl.h: Modified the Tcl call stack soMiguel Sofer2006-10-231-8/+7
* Undo mistaken commit to wrong branch caused by CVS fumble... :-}dkf2006-10-201-71/+2
* Consolidated TIP#257 patch applied to HEAD to allow for experimentation bydkf2006-10-201-2/+71
* * generic/tclInt.decls:Miguel Sofer2006-09-301-4/+9
* * generic/tclCompile.c:Miguel Sofer2006-09-301-1/+3
* * generic/tclInt.h: Moved TIP#268's field 'packagePrefer' to theandreas_kupries2006-09-221-11/+9
* TIP#268 IMPLEMENTATIONandreas_kupries2006-09-221-1/+19
* * generic/tclClock.c (ClockClicksObjCmd): add support for Darwindas2006-08-211-1/+5
* undo mistaken commitdgp2006-07-211-10/+5
* * generic/tclExecute.c:Miguel Sofer2006-07-211-5/+10
* * generic/tclParseExpr.c: Completely new expression parserdgp2006-07-051-3/+2
* typodgp2006-06-161-2/+2
* * generic/tclBinary.c: Revised the handling of the Q and q formatdgp2006-04-261-1/+2
* Added TclpFinalizeSockets() call.vasiljevic2006-03-101-1/+2
* TIP#258 IMPLEMENTATIONdgp2006-02-081-6/+1
* TIP#194 IMPLEMENTATIONdgp2006-02-011-1/+4
* TIP#181 IMPLEMENTATIONdgp2006-02-011-1/+4
* 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