From: Hye-Shik Chang Date: Thu, 19 Aug 2004 17:52:37 +0000 (+0000) Subject: Bug #1005737, #1007249: Fix several build problems and warnings X-Git-Tag: v2.4a3~189 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ba5bfc766c564ad434753afa43d26f9a468cbfc;p=thirdparty%2FPython%2Fcpython.git Bug #1005737, #1007249: Fix several build problems and warnings found on old/legacy C compilers of HP-UX, IRIX and Tru64. (Reported by roadkill, Richard Townsend, Maik Hertha and Minsik Kim) --- diff --git a/Misc/NEWS b/Misc/NEWS index 1c72294d5018..a8aee9c32095 100644 --- 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 -----