summaryrefslogtreecommitdiffstats
path: root/generic/tclConfig.c
Commit message (Expand)AuthorAgeFilesLines
* Allocate encoding name, so caller of Tcl_RegisterConfig() doesn't need to kee...ticket_9b2e636361jan.nijtmans2013-06-261-4/+12
* Proposed solution for [9b2e636361]jan.nijtmans2013-06-261-25/+19
* make some more internal tables constjan.nijtmans2012-04-181-1/+1
* Reduce internals access in the implementation of [<foo>::pkgconfig list].dgp2011-04-191-8/+3
* Use ListRepPtr(.) and other cleanup.dgp2011-04-181-2/+1
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
* merge stable branch onto HEADdgp2007-12-131-1/+1
* * generic/tclConfig.c: Corrected failure of the [::foo::pkgconfig]dgp2007-11-281-10/+27
* Correct usage of Tcl_WrongNumArgsdkf2007-11-201-3/+3
* * generic/tclConfig.c (Tcl_RegisterConfig): Modified to not extendandreas_kupries2007-11-051-36/+39
* * generic/tclConfig.c (Tcl_RegisterConfig): Modified to useandreas_kupries2007-11-051-1/+6
* Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-5/+5
* Minor simplification.dkf2007-04-011-11/+12
* Plug a leak of encodingsdkf2007-03-121-27/+27
* TIP#268 IMPLEMENTATIONandreas_kupries2006-09-221-4/+8
* ANSIfy. Also converted some deeply nested code to a less nested form for easi...dkf2005-11-011-27/+27
* Getting more systematic about styledkf2005-07-241-126/+130
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* Changed the internal representation of lists to (a) reduce the malloc/freeMiguel Sofer2005-04-021-12/+22
* Allow ensembles to rewrite their subcommands' error messages to be moredkf2004-10-291-4/+4
* All uses of 'panic' (the macro) changeddavygrvy2003-12-241-2/+2
* Increased robustness and speed for [lrepeat] with help of new list constructordkf2003-11-011-52/+43
* * generic/tclConfig.c (ASSOC_KEY): Changed the key toandreas_kupries2003-06-101-2/+2
* * generic/tcl.decls: Ported the changes from theandreas_kupries2003-06-091-0/+365