summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
Commit message (Expand)AuthorAgeFilesLines
...
* | * generic/tclInt.h:Miguel Sofer2007-06-101-21/+20
* | * generic/tclObj.c (Tcl_GetCommandFromObj): rewritten to make theMiguel Sofer2007-06-091-41/+32
* | * generic/tclBasic.c: Split TEOv in two, by separating aMiguel Sofer2007-06-091-2/+2
* | Add a full stop to a commentdkf2007-05-111-2/+2
* | Replaced commas in varargs with string concatenation where possible [Patch 15...Kevin B Kenny2007-04-201-4/+4
* | Reformat to standard function definition form; don't use C++ keywordsdkf2007-04-101-7/+9
* | Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-9/+11
* | * generic/tclBasic.c (Tcl_CreateMathFunc): Replaced somedgp2007-03-191-2/+2
* | * generic/tclObj.c (Tcl_AppendAllObjTypes): Converted to simplerdgp2007-03-071-4/+3
* | TIP#298 IMPLEMENTATIONdgp2006-12-011-13/+4
* | TIP#270 IMPLEMENTATIONdgp2006-11-151-2/+2
* | * generic/tcl.h: Modified the Tcl call stack soMiguel Sofer2006-10-231-18/+6
* | * generic/tclInt.decls:Miguel Sofer2006-09-301-15/+42
* | Various minor object file size efficiency fixes. [Bug 1530474]dkf2006-08-101-10/+10
* | undo mistaken commitdgp2006-07-211-10/+12
* | * generic/tclExecute.c:Miguel Sofer2006-07-211-12/+10
* | * generic/regc_locale.c (cclass):das2006-07-201-8/+8
* | * generic/tclIOUtil.c: Changed default configuration todgp2006-06-211-25/+5
* | Added comment about potential improvement to Tcl_GetBignumAndClearObj.dgp2006-03-291-1/+7
* | missing statics revealed by 'make checkexports'das2006-03-161-2/+2
* | missing staticdgp2006-03-101-2/+2
* | * generic/tclObj.c: Compatibility support for existing code thatdgp2006-03-031-2/+12
* | Export stubs for libtommath; fix mingw compiler warningsKevin B Kenny2005-12-131-2/+2
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-1/+3
* | * generic/tclObj.c (GetBignumFromObj): replace NULL withMiguel Sofer2005-11-181-2/+2
* | * generic/tclListObj.c: Restored the SetListFromAny routine todgp2005-11-181-1/+2
* | * generic/tclBasic.c (Tcl_DeleteCommandFromToken):Miguel Sofer2005-11-131-2/+2
* | * generic/tclBasic.c (Tcl_DeleteCommandFromToken):Miguel Sofer2005-11-111-2/+2
* | ANSIfydkf2005-11-021-438/+454
* | TIP#237 IMPLEMENTATIONdgp2005-10-081-716/+555
* | Make symbol static to stop it from being visible outside the Tcl library ondkf2005-09-051-2/+2
* | fix a namespace clash with pendingObjData.georgeps2005-08-171-2/+2
* | silence compiler warningdgp2005-08-041-2/+2
* | * generic/tclIO.c (CloseChannel): Fixed comment nit, addedandreas_kupries2005-08-041-2/+2
* | Deleted the UpdateStringOfBoolean() routine, that can never be called.dgp2005-08-041-34/+2
* | * generic/tclObj.c: Simplified routines that manage the typeTable.dgp2005-08-041-36/+23
* | * generic/tclCompExpr.c: Untangled some dependencies in thedgp2005-08-031-11/+12
* | Getting more systematic about styledkf2005-07-171-679/+701
* | * generic/tclObj.c: Restored registration of the "procbody"dgp2005-06-071-1/+2
* | Correct crash in stack.test on gcc/win32; fix compile errors in tclObj.c on h...Kevin B Kenny2005-06-061-8/+8
* | * generic/tclInt.h: Revision to the "boolean" Tcl_ObjType, sodgp2005-05-181-15/+50
* | * generic/tclObj.c (TclInitObjSubsystem): Removed thedgp2005-05-171-7/+1
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-13/+455
* | silence compiler warningsdgp2005-04-251-2/+2
* | The 2005-04-21 changes to Tcl_GetBooleanFromObj were done to bringdgp2005-04-221-47/+15
* | stifle compiler warningdgp2005-04-211-9/+11
* | * generic/tclGet.c: Radical code simplification. Converteddgp2005-04-211-147/+142
* | Tcl_GetDoubleFromObj now avoids shimmering away a "wideInt" intrep.dgp2005-04-211-1/+4
* | * generic/tclObj.c: Re-ordered error detection code so all valuesdgp2005-04-211-54/+39
* | * generic/tclGet.c (Tcl_GetInt): Corrected error that did notdgp2005-04-201-36/+16