summaryrefslogtreecommitdiffstats
path: root/generic/tclLiteral.c
Commit message (Expand)AuthorAgeFilesLines
* Remove from tclCompile.h declarations used in only one source file.dgp2013-03-051-5/+11
* Remove TclCleanupLiteralTable (see 994838).dgp2011-06-021-71/+0
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
* | * generic/tclLiteral.c: Backport fix for [Bug 2888044].dgp2009-10-281-1/+2
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-5/+5
* | VarReform [Patch 1750051]Miguel Sofer2007-07-311-104/+166
* | * generic/tclExecute.c: More ckalloc -> ckrealloc conversions.dgp2007-03-211-27/+28
* | various "const" additions, in line with TIP #27nijtmans2007-02-201-4/+4
* | Various minor object file size efficiency fixes. [Bug 1530474]dkf2006-08-101-2/+2
* | ANSIfy. Also converted some deeply nested code to a less nested form for easi...dkf2005-11-011-98/+92
* | * generic/tclClock.c: Removed some dead code.dgp2005-10-191-20/+1
* | Getting more systematic about styledkf2005-07-191-251/+249
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* | silence compiler warningsdgp2005-04-251-3/+3
* | * generic/tclLiteral.c: Disabled the code that forces some literalsdgp2005-04-211-1/+3
* | Avoid sharing cmdName literals accross namespaces, and generalise usage ofMiguel Sofer2004-12-241-16/+33
* | * generic/tclLiteral.c (TclCleanupLiteralTable): Correcteddgp2004-08-021-21/+42
* | 2004-07-21 Kevin Kenny <kennykb@acm.org>Kevin B Kenny2004-07-211-1/+54
* | * generic/tclLiteral.c (TclReleaseLiteral): Removed unusedKevin B Kenny2004-07-151-2/+1
* | * generic/tclCompile.c (TclCompileScript):Miguel Sofer2004-07-151-17/+1
* | Modified the logic of literal table cleanup at interp deletion time,Miguel Sofer2004-07-081-15/+25
* | * generic/tclBasic.c (DeleteInterpProc): fix for [Bug 983660],Miguel Sofer2004-07-051-17/+17
* | Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
* | More hash function cleaning up.dkf2004-03-301-3/+3
* | All uses of 'panic' (the macro) changeddavygrvy2003-12-241-15/+15
|/
* generic/tclLiteral.c: (TclReleaseLiteral) insured thatMiguel Sofer2001-10-111-32/+24
* generic/tclLiteral.c: (TclReleaseLiteral) reverted previous patch for [Bug 46...Miguel Sofer2001-10-091-11/+1
* insured that self-referential bytecodes are properly cleaned up onMiguel Sofer2001-10-061-1/+11
* 1999-08-18 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-191-4/+1
* 1999-08-05 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-051-3/+6
* ran dos2unix on this file--Irix couldn't build Tcl because it detected strangehershey1999-05-061-1062/+1062
* fixed memory leaksurles1999-05-051-1048/+1062
* * generic/tclLiteral.c (TclHideLiteral): Fixed so hidden literalsstanton1999-04-281-6/+10
* * generic/tclInt.h:stanton1999-04-221-18/+133
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-0/+929