summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-11-06 16:28:33 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-11-06 16:28:33 (GMT)
commit8bfecaae580957349339e94ebc5f7b632039622c (patch)
tree73afb27207044d6a5863ac18f0c6f0a818f11304
parent608b402de7d6d65c3c82aac6ea0129e3a1ac678f (diff)
downloadtk-8bfecaae580957349339e94ebc5f7b632039622c.zip
tk-8bfecaae580957349339e94ebc5f7b632039622c.tar.gz
tk-8bfecaae580957349339e94ebc5f7b632039622c.tar.bz2
Fix [Bug 2229999].
-rw-r--r--ChangeLog29
-rw-r--r--unix/configure.in3
2 files changed, 19 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index f50c983..fa82630 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,36 +1,41 @@
+2008-11-06 Donal K. Fellows <dkf@users.sf.net>
+
+ * unix/configure.in: Work around the fact that the HP-UX system
+ compiler cannot handle 'inline'. [Bug 2229999]
+
2008-11-05 Jan Nijtmans <nijtmans@users.sf.net>
- * unix/tkUnixFont.c: fix [Bug 2226093] const changes not all correct
- * unix/tkUnixButton.c: more internal -Wwrite-strings warning fixes
+ * unix/tkUnixFont.c: Fix [Bug 2226093] const changes not all correct
+ * unix/tkUnixButton.c: More internal -Wwrite-strings warning fixes
* unix/tkUnixCursor.c:
* unix/tkUnixSend.c:
* unix/tkUnixRFont.c:
- * generic/tkInt.h: no need to use CONST in internal header files
+ * generic/tkInt.h: No need to use CONST in internal header files
* generic/tkFont.h
- * generic/tkInt.decls: CONSTify string and fileName parameters of TkGetBitmapData
- * generic/tkImgBmap.c:
- * generic/tkBitmap.c: remove unneccessary type cast
+ * generic/tkInt.decls: CONSTify string and fileName parameters of
+ * generic/tkImgBmap.c: TkGetBitmapData
+ * generic/tkBitmap.c: Remove unneccessary type cast
* generic/tkIntDecls.h: (regenerated)
- * doc/GetCursor.3: fix documentation about obsolete X10 bitmaps
+ * doc/GetCursor.3: Fix documentation about obsolete X10 bitmaps
* doc/GetBitmap.3: [Bug 1866774] Remove X10 references from docs
2008-11-03 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/ttk/ttkEntry.c: fix warning: unused variable `currentValue'
- * generic/tkOldTest.c: fix warning: assignment discards qualifiers
+ * generic/ttk/ttkEntry.c: Fix warning: unused variable `currentValue'
+ * generic/tkOldTest.c: Fix warning: assignment discards qualifiers
* win/tkWinTest.c: from pointer target type
2008-11-03 Pat Thoyts <patthoyts@users.sourceforge.net>
* tests/winClipboard.test: testclipboard no longer returns strings
with embedded \r but now returns Tcl strings
- * tests/winfo.test: fixed embedding test broken during upgrade
- * tests/busy.test: default wait cursor on windows is 'wait'
+ * tests/winfo.test: Fixed embedding test broken during upgrade
+ * tests/busy.test: Default wait cursor on windows is 'wait'
* win/tkWinFont.c: const fixes for the windows code.
2008-11-02 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tkFont.h: more internal -Wwrite-strings warning fixes
+ * generic/tkFont.h: More internal -Wwrite-strings warning fixes
* generic/tkFont.c
* generic/ttk/ttkTheme.h
* generic/ttk/ttkDefaultTheme.c
diff --git a/unix/configure.in b/unix/configure.in
index 8d060f8..cbb2912 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,7 +3,7 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tk installation
dnl to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.159 2008/10/23 16:15:27 dgp Exp $
+# RCS: @(#) $Id: configure.in,v 1.160 2008/11/06 16:28:33 dkf Exp $
AC_INIT([tk],[8.6])
AC_PREREQ(2.59)
@@ -72,6 +72,7 @@ if test "${CFLAGS+set}" != "set" ; then
fi
AC_PROG_CC
+AC_C_INLINE
# limits header checks must come early to prevent
# an autoconf bug that throws errors on configure