diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-10-04 12:00:25 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-10-04 12:00:25 (GMT) |
commit | c2c40e8fd014a4c02f7bc7b27aaa7705132a9112 (patch) | |
tree | 379016f5856ec42d548ddc60cdfd568ae0253c5a /ChangeLog | |
parent | 138d8b6e8ee88d292411bb993f613805dd975e07 (diff) | |
download | tcl-c2c40e8fd014a4c02f7bc7b27aaa7705132a9112.zip tcl-c2c40e8fd014a4c02f7bc7b27aaa7705132a9112.tar.gz tcl-c2c40e8fd014a4c02f7bc7b27aaa7705132a9112.tar.bz2 |
Clean up result handling, factor out some duplicated code, share objects.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1,4 +1,12 @@ -2008-10-4 Jan Nijtmans <nijtmans@users.sf.net> +2008-10-04 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclOOInfo.c (GetClassFromObj): Factor out the code to parse + a Tcl_Obj and get a class. Also make result handling hygienic. + * generic/tclOOBasic.c (TclOOSelfObjCmd): Better hygiene of results, + and stop allocating quite so much memory by sharing special "method" + names. + +2008-10-04 Jan Nijtmans <nijtmans@users.sf.net> * doc/Hash.3: CONSTified the typePtr argument * generic/tcl.decls: of Tcl_InitCustomHashTable. @@ -8,8 +16,6 @@ * generic/tclDecls.h: regenerated This change complies with TIP #27. -2008-10-4 Jan Nijtmans <nijtmans@users.sf.net> - * doc/GetIndex.3: CONSTified the tablePtr argument * generic/tcl.decls: of Tcl_GetIndexFromObj. * generic/tclIndexObj.c |