summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Fixed bugs 715751 and 713562 so dict code should build everywhere and wide intsdkf2003-04-071-6/+9
* Final stage of getting dictionaries into the core. Test suite should work now!dkf2003-04-051-1/+2
* * generic/tcl.h: Revert earlier change thatmdejong2003-01-171-1/+7
* * generic/tclUtil.c (SetEndOffsetFromAny): handle integer offsethobbs2002-11-191-10/+14
* 2002-08-23 Miguel Sofer <msofer@users.sourceforge.net>Miguel Sofer2002-08-241-4/+8
* * generic/tclInt.h:Miguel Sofer2002-08-141-37/+7
* * docs/BoolObj.3: added description of valid string reps for aMiguel Sofer2002-08-071-97/+117
* * generic/tclCompile.h:Miguel Sofer2002-08-071-2/+2
* * generic/tclObj.c (Tcl_NewObj): added conditional code forMiguel Sofer2002-08-071-1/+3
* * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ifydgp2002-08-051-2/+2
* bugfix, new tests for new [interp alias] codeMiguel Sofer2002-07-291-4/+3
* Hex values on 64-bit machines can be booleans too! [Bug 548686]dkf2002-04-261-3/+25
* reversed accidental commit of unfinished sourceshobbs2002-02-271-10/+21
* generic/tclCmdMZ.chobbs2002-02-271-21/+10
* * generic/tclInt.h:dgp2002-02-221-3/+3
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-7/+417
* * [Patch 505630] Updated interfaces of generic/tclBasic.cc (TIP 27).dgp2002-01-251-2/+2
* * generic/tclCkalloc.c (MemoryCmd, TclFinalizeMemorySubsystem):dgp2001-12-281-10/+10
* ** upport to 8.4 of mac code changes for 8.3.3 & various newdas2001-11-231-1/+2
* Moved Tcl_GetCommandFromObj and all defining code for tclCmdNameType objects ...Miguel Sofer2001-11-161-1/+425
* Reference implementation of TIP's #22, #33 and #45. Adds thehobbs2001-11-141-1/+2
* * generic/tclInt.h:hobbs2001-06-281-2/+13