summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
Commit message (Expand)AuthorAgeFilesLines
* more result generation conversiondonal.k.fellows@manchester.ac.uk2012-08-041-21/+21
* Use Tcl_PrintfObj to generate more (complex) error messages.donal.k.fellows@manchester.ac.uk2011-08-051-18/+9
* [Bug 3384007]: Fix some panic messages.donal.k.fellows@manchester.ac.uk2011-08-021-25/+21
* platform portable type matching in debug printsdgp@users.sourceforge.net2011-07-121-4/+4
* Make sure SetFooFromAny routines react reasonably when passed a NULL interp.dgp@users.sourceforge.net2011-04-211-0/+4
|\
| * Make sure SetFooFromAny routines react reasonably when passed a NULL interp.dgp@users.sourceforge.net2011-04-211-0/+4
| |\
| | * Make sure SetFooFromAny routines react reasonably when passed a NULL interp.dgp@users.sourceforge.net2011-04-211-0/+4
* | | More generation of error codes (namespace creation, path normalization,donal.k.fellows@manchester.ac.uk2011-04-031-0/+2
* | | Reduce the number of casts used to manage Tcl_Obj internal representations.donal.k.fellows@manchester.ac.uk2011-03-261-1/+1
* | | * generic/tclObj.c: exploit HAVE_FAST_TSD for the deletion context in TclFree...mig2011-03-231-0/+4
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indonal.k.fellows@manchester.ac.uk2011-03-121-26/+23
* | | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() callsdgp@users.sourceforge.net2011-03-061-1/+1
|\ \ \ | |/ /
| * | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() callsdgp@users.sourceforge.net2011-03-061-1/+1
| |\ \ | | |/
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp@users.sourceforge.net2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-011-2/+0
| | * * generic/tclObj.c: Plus memory leak in TclContinuationsEnter().andreask@activestate.com2009-11-101-1/+12
| | * * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreask@activestate.com2009-08-251-1/+378
| | * * generic/tclObj.c (Tcl_FindCommandFromObj): fix finding a deletedMiguel Sofer2007-10-031-2/+3
| | * * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allowsdas2007-09-131-4/+4
| | * Fix [Bug 1310081].donal.k.fellows@manchester.ac.uk2005-11-291-1/+12
| | * silence compiler warningdgp@users.sourceforge.net2005-08-041-2/+2
| | * * generic/tclObj.c: Simplified routines that manage the typeTable.dgp@users.sourceforge.net2005-08-041-36/+25
| | * * generic/tclCompExpr.c: Untangled some dependencies in thedgp@users.sourceforge.net2005-08-031-10/+12
| | * * generic/tclGet.c (Tcl_GetInt): Corrected error that did notdgp@users.sourceforge.net2005-04-201-36/+17
| | * backport fixes for 868489 and 1026125Kevin B Kenny2004-10-271-6/+2
| | * * generic/tclObj.c (Tcl_GetIntFromObj): Corrected flaw in returningdgp@users.sourceforge.net2004-09-141-2/+2
| | * Minor mods to latest commit to correct bugs and compiler warnings ondgp@users.sourceforge.net2004-09-101-7/+9
| | * One less crazy long/wide aunt in the attic... [Bug 868489]donal.k.fellows@manchester.ac.uk2004-09-101-24/+149
| | * Backport of fixes to make HashObjKey hash the whole object...donal.k.fellows@manchester.ac.uk2004-03-301-18/+9
| | * * generic/tclObj.c (tclCmdNameType): Converted internal repdgp@users.sourceforge.net2003-05-231-8/+18
| | * * generic/tclObj.c (tclCmdNameType): Corrected variable use of thedgp@users.sourceforge.net2003-05-121-7/+4
| | * * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjTypedgp@users.sourceforge.net2003-04-161-25/+9
| | * Make sure that tclWideIntType is defined and somewhat sensible everywhere. [...donal.k.fellows@manchester.ac.uk2003-04-071-6/+9
| * | * generic/tclObj.c (Tcl_GetCommandFromObj): [Bug 2979402]: Reorderdgp@users.sourceforge.net2010-03-301-2/+2
| * | * generic/tclObj.c (TclContinuationsEnter): [Bug 2895323]: Updatedandreask@activestate.com2009-12-101-6/+20
| * | * generic/tclObj.c: Plus memory leak in TclContinuationsEnter().dgp@users.sourceforge.net2009-11-101-1/+12
| * | Fix for [Bug 988703, 1565466]Joe Mistachkin2009-10-181-6/+95
| * | * generic/tclObj.c: [Bug 2871908]: Plug memory leaks of theandreask@activestate.com2009-10-071-16/+57
| * | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreask@activestate.com2009-08-251-7/+383
| * | * generic/tclObj.c (Tcl_GetCommandFromObj): fix for bug [2785893],Miguel Sofer2009-05-081-1/+2
| * | merge updates from HEAD dgp@users.sourceforge.net2008-03-311-1/+2
* | | Add function-header comments.donal.k.fellows@manchester.ac.uk2010-10-021-13/+38
* | | * generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c,donal.k.fellows@manchester.ac.uk2010-10-011-3/+3
* | | * generic/tclBasic.c: [Patch 3072080] (minus the itclMiguel Sofer2010-09-271-2/+2
* | | Remove many type casts which are no longernecessary as a result of [Patch 300...nijtmans2010-08-221-11/+11
* | | If tclInt.h or tclPort.h is alreadynijtmans2010-04-271-2/+1
* | | * generic/tclObj.c (Tcl_GetCommandFromObj): [Bug 2979402]: Reorderdgp@users.sourceforge.net2010-03-301-2/+2
* | | [ tcl-Feature Requests-2958832 ] Furthernijtmans2010-02-251-5/+10
* | | More tidying up (whitespace, spelling, useless parentheses, useless casts)donal.k.fellows@manchester.ac.uk2010-02-241-15/+14