summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * Minor mods to latest commit to correct bugs and compiler warnings ondgp2004-09-101-7/+9
| | * One less crazy long/wide aunt in the attic... [Bug 868489]dkf2004-09-101-24/+149
| | * Backport of fixes to make HashObjKey hash the whole object...dkf2004-03-301-18/+9
| | * * 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
| | * Make sure that tclWideIntType is defined and somewhat sensible everywhere. [...dkf2003-04-071-6/+9
| * | * generic/tclObj.c (Tcl_GetCommandFromObj): [Bug 2979402]: Reorderdgp2010-03-301-2/+2
| * | * generic/tclObj.c (TclContinuationsEnter): [Bug 2895323]: Updatedandreas_kupries2009-12-101-6/+20
| * | * generic/tclObj.c: Plus memory leak in TclContinuationsEnter().dgp2009-11-101-1/+12
| * | Fix for [Bug 988703, 1565466]Joe Mistachkin2009-10-181-6/+95
| * | * generic/tclObj.c: [Bug 2871908]: Plug memory leaks of theandreas_kupries2009-10-071-16/+57
| * | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-7/+383
| * | * generic/tclObj.c (Tcl_GetCommandFromObj): fix for bug [2785893],Miguel Sofer2009-05-081-1/+2
| * | merge updates from HEAD dgp2008-03-311-1/+2
* | | Add function-header comments.dkf2010-10-021-13/+38
* | | * generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c,dkf2010-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]: Reorderdgp2010-03-301-2/+2
* | | [ tcl-Feature Requests-2958832 ] Furthernijtmans2010-02-251-5/+10
* | | More tidying up (whitespace, spelling, useless parentheses, useless casts)dkf2010-02-241-15/+14
* | | Return to using the classic hash function. Now with *extensive* notes in thedkf2010-02-171-14/+34
* | | Forgot the magic bias values. FNV is wildly magical...dkf2010-02-101-2/+2
* | | Upgrade Tcl's hash function to use the FNV-32 algorithm. This is marginallydkf2010-02-071-20/+15
* | | Simplify the logic in Tcl_GetCommandFromObjdkf2009-12-291-185/+208
* | | * generic/tclObj.c (TclContinuationsEnter): [Bug 2895323]: Updatedandreas_kupries2009-12-101-5/+19
* | | * generic/tclObj.c: Plus memory leak in TclContinuationsEnter().andreas_kupries2009-11-101-1/+12
* | | Fix for [Bug 2871908]Joe Mistachkin2009-10-181-6/+6
* | | * generic/tclObj.c: [Bug 2871908]: Plug memory leaks of theandreas_kupries2009-10-071-21/+19
* | | * generic/tclDictObj.c: Updated freeIntRepProc routines sodgp2009-09-301-1/+3
* | | need to remember to save before commit...das2009-09-171-2/+2
* | | typodas2009-09-171-2/+2
* | | fix string buffer sizes for pointer printingdas2009-09-171-42/+30
* | | Extended ::tcl::unsupported::representation.ferrieux2009-09-161-6/+46
* | | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-11/+389
* | | TIP #353 IMPLEMENTATIONdgp2009-08-121-18/+35
* | | Added *unsupported* command to report an object's representation.dkf2009-08-021-1/+39
* | | Apply patch from [Bug 988703]. Many thanks to Joe Mistachkin for development.dkf2009-06-181-5/+135
* | | * generic/tclObj.c (Tcl_GetCommandFromObj): fix for bug [2785893],Miguel Sofer2009-05-081-1/+2
* | | - eliminate some unnessary type castsnijtmans2009-02-101-5/+6
* | | * generic/tclObj.c (Tcl_GetString): Added comments and validitydgp2009-02-101-1/+18
* | | Fix for [Bug 2558422] though this area is still a mess.dkf2009-02-031-2/+10
* | | * generic/tclObj.c (Tcl_GetStringFromObj): Reduce code duplication.dgp2009-02-031-8/+2
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-11/+13
* | | Generate errorcodes for more cases.dkf2009-01-081-1/+5
* | | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-10/+12
* | | Add "const" to many internalnijtmans2008-10-161-3/+3
* | | Add "const" to many internalnijtmans2008-10-151-9/+9