]> granicus.if.org Git - python/commitdiff
Bug #1005737, #1007249: Fix several build problems and warnings
authorHye-Shik Chang <hyeshik@gmail.com>
Thu, 19 Aug 2004 17:52:37 +0000 (17:52 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Thu, 19 Aug 2004 17:52:37 +0000 (17:52 +0000)
found on old/legacy C compilers of HP-UX, IRIX and Tru64.  (Reported
by roadkill, Richard Townsend, Maik Hertha and Minsik Kim)

Misc/NEWS

index 1c72294d501899556a1c0c47fa6d4b2adb6ceb77..a8aee9c32095290c76ce780446f8a7c37b097428 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -126,6 +126,9 @@ Build
 - Detect pthreads support (provided by gnu pth pthread emulation) on
   GNU/k*BSD systems.
 
+- bug #1005737, #1007249: Fixed several build problems and warnings
+  found on old/legacy C compilers of HP-UX, IRIX and Tru64.
+
 C API
 -----