diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ +2008-06-01 Daniel Steffen <das@users.sourceforge.net> + + * generic/tclOOStubLib.c: ensure use of tcl stubs; include in + * unix/Makefile.in: stub lib; disable broken tclOO genstubs + + * generic/tclOO.c: make tclOO stubs tables 'static const' + * generic/tclOODecls.h: and stub table pointers MODULE_SCOPE + * generic/tclOOIntDecls.h: (change generated files manually + * generic/tclOOStubInit.c: pending genstubs support for tclOO). + * generic/tclOOStubLib.c: + + * generic/tclOO.c: fix warnings for 'int<->ptr conversion' + * generic/tclOOCall.c: and 'signed vs unsigned comparison'. + * generic/tclOOMethod.c: + + * tests/msgcat.test: fix for ::tcl::mac::locale with @modifier. + + * tools/tsdPerf.tcl: use [info sharedlibextension] + + * unix/tclConfig.h.in: autoheader-2.59 + + * macosx/Tcl.xcodeproj/project.pbxproj: add new tclOO files; add debug + * macosx/README: targets with corefoundation + disabled and with gcov; update + to Xcode 3.1. + 2008-05-31 Donal K. Fellows <dkf@users.sf.net> * generic/tclOO.c (InitFoundation): Correct reference counting for |