summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHye-Shik Chang <hyeshik@gmail.com>2004-08-19 17:52:37 (GMT)
committerHye-Shik Chang <hyeshik@gmail.com>2004-08-19 17:52:37 (GMT)
commit3ba5bfc766c564ad434753afa43d26f9a468cbfc (patch)
treec4fab78736d81a4ff10f6a97e99358886199364f
parentf5a149a6b60fbea17177a1a015dc6d3f0fc24490 (diff)
downloadcpython-3ba5bfc766c564ad434753afa43d26f9a468cbfc.zip
cpython-3ba5bfc766c564ad434753afa43d26f9a468cbfc.tar.gz
cpython-3ba5bfc766c564ad434753afa43d26f9a468cbfc.tar.bz2
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)
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1c72294..a8aee9c 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
-----