summaryrefslogtreecommitdiffstats
path: root/generic/tclConfig.c
Commit message (Expand)AuthorAgeFilesLines
* Bug [9b2e636361]: Tcl_CreateInterp() needs initialized encodings.nijtmans@users.sourceforge.net2013-06-271-45/+56
|\
| * Allocate encoding name, so caller of Tcl_RegisterConfig() doesn't need to kee...nijtmans@users.sourceforge.net2013-06-261-4/+12
| * Proposed solution for [9b2e636361]nijtmans@users.sourceforge.net2013-06-261-25/+19
* | formatting, typonijtmans@users.sourceforge.net2013-06-261-13/+13
|/
* make some more internal tables constnijtmans@users.sourceforge.net2012-04-181-1/+1
* Reduce internals access in the implementation of [<foo>::pkgconfig list].dgp@users.sourceforge.net2011-04-191-8/+3
* Use ListRepPtr(.) and other cleanup.dgp@users.sourceforge.net2011-04-181-2/+1
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-021-2/+0
* merge stable branch onto HEADdgp@users.sourceforge.net2007-12-131-1/+1
* * generic/tclConfig.c: Corrected failure of the [::foo::pkgconfig]dgp@users.sourceforge.net2007-11-281-10/+27
* Correct usage of Tcl_WrongNumArgsdonal.k.fellows@manchester.ac.uk2007-11-201-3/+3
* * generic/tclConfig.c (Tcl_RegisterConfig): Modified to not extendandreask@activestate.com2007-11-051-36/+39
* * generic/tclConfig.c (Tcl_RegisterConfig): Modified to useandreask@activestate.com2007-11-051-1/+6
* Handle creation of Tcl_Objs from constant strings better (easier to use, moredonal.k.fellows@manchester.ac.uk2007-04-101-5/+5
* Minor simplification.donal.k.fellows@manchester.ac.uk2007-04-011-11/+12
* Plug a leak of encodingsdonal.k.fellows@manchester.ac.uk2007-03-121-27/+27
* TIP#268 IMPLEMENTATIONandreask@activestate.com2006-09-221-4/+8
* ANSIfy. Also converted some deeply nested code to a less nested form for easi...donal.k.fellows@manchester.ac.uk2005-11-011-27/+27
* Getting more systematic about styledonal.k.fellows@manchester.ac.uk2005-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 moredonal.k.fellows@manchester.ac.uk2004-10-291-4/+4
* All uses of 'panic' (the macro) changeddavygrvy@pobox.com2003-12-241-2/+2
* Increased robustness and speed for [lrepeat] with help of new list constructordonal.k.fellows@manchester.ac.uk2003-11-011-52/+43
* * generic/tclConfig.c (ASSOC_KEY): Changed the key toandreask@activestate.com2003-06-101-2/+2
* * generic/tcl.decls: Ported the changes from theandreask@activestate.com2003-06-091-0/+365