diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,7 @@ 2008-06-12 Daniel Steffen <das@users.sourceforge.net> + * unix/Makefile.in: add complete deps on tclDTrace.h. + * generic/tclOO.c: use TclOOStubs hooks field to retrieve * generic/tclOODecls.h: TclOOIntStubs pointer. [Bug 1980953] * generic/tclOOIntDecls.h: @@ -8,8 +10,8 @@ * generic/tclIORTrans.c: fix signed <-> unsigned cast warnings. - * unix/Makefile.in: clean generated tclDTrace.h file. - * unix/configure.in: fix static DTrace-enabled build on Solaris. + * unix/Makefile.in: clean generated tclDTrace.h file. + * unix/configure.in (SunOS): fix static DTrace-enabled build. * unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc. * unix/configure: autoconf-2.59 |