summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
Commit message (Expand)AuthorAgeFilesLines
...
* | * 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
* | * generic/tclInt.h:Miguel Sofer2005-04-051-32/+130
* | * generic/tclExecute.c:Miguel Sofer2005-04-011-52/+13
* | * generic/tclObj.c (TclSetCmdNameObj): special handling for fully qualifiedMiguel Sofer2004-12-121-1/+19
* | * generic/tclBasic.c:dgp2004-10-061-16/+12
* | Speed up [upvar] and [uplevel] by not forcing level references to be parseddkf2004-10-011-1/+2
* | Typodkf2004-09-291-2/+2
* | Factorize out the code for freeing an object's internal rep.dkf2004-09-291-66/+18
* | Whitespace/formatting policingdkf2004-09-271-133/+122
* | removed some workarounds for Bug 868489Kevin B Kenny2004-09-271-6/+2
* | * generic/tclClock.c (TclMktimeObjCmd): Corrected a bad checkKevin B Kenny2004-09-111-2/+2
* | Minor mods to latest commit to correct bugs and compiler warnings ondgp2004-09-101-8/+11
* | One less crazy long/wide aunt in the attic [Bug 868489]dkf2004-09-101-25/+155
* | Add missing objTypes to catalogdkf2004-07-071-1/+3
* | Fixed [Bug 886231] properly this time rather than with a broken version thatdkf2004-06-181-2/+2
* | Fix tclWinInit.c for KBK, adding comments as I go. :^)dkf2004-06-181-11/+68