summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * generic/tclObj.c: Added missing space in panic message.dgp2004-06-171-2/+2
* * generic/tclInt.h:Miguel Sofer2004-05-061-19/+11
* Corrected "short circuit" conversion of int to double. Reported by Kevin B Kenny2004-04-191-1/+2
* Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
* Fixed object hashing bozo-ness. The code as it stood looked like adkf2004-03-301-22/+12
* Made HEAD build on Windows VC++ again.Kevin B Kenny2004-03-191-1/+3
* Speed improvements to SetBooleanFromAny's string handlingdkf2004-01-281-153/+204
* All uses of 'panic' (the macro) changeddavygrvy2003-12-241-19/+19
* * generic/tclBasic.c (TclAppendObjToErrorInfo): New internal routinedgp2003-10-141-38/+21
* * win/makefile.vc: Applied patches for bug #801467 by Joe Mistachkinpatthoyts2003-10-091-1/+2
* TIP#112 ([namespace ensemble] command) implementation.dkf2003-09-291-1/+2
* * generic/tcl.h: Revert change made on 2003-07-21mdejong2003-07-241-14/+109
* Check that the thread incrementing or decrementingmdejong2003-07-221-1/+47
* * generic/tclObj.c (tclCmdNameType): Converted internal repdgp2003-05-231-8/+18
* * generic/tclObj.c (tclCmdNameType): Corrected variable use of thedgp2003-05-121-7/+4
* * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjTypedgp2003-04-161-25/+9