diff options
author | Paul Smith <psmith@gnu.org> | 2004-03-04 13:42:51 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2004-03-04 13:42:51 +0000 |
commit | e3e3f15ebcbe29bed87354c317824c95cac427c4 (patch) | |
tree | d039e8f0ca3413f7ca9c81df1cc15aa6b6d6cab6 /ChangeLog | |
parent | 59306b02234da9c144f70e55d38ef2e91e5113f0 (diff) | |
download | gunmake-e3e3f15ebcbe29bed87354c317824c95cac427c4.tar.gz |
Updates to automate generation of GNU upload artifacts.
Fix a problem compiling on old, pre-ANSI systems. getloadavg test is still
broken, but make builds.
Document a breakage on SunOS 4.x systems.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2004-03-04 Paul D. Smith <psmith@gnu.org> + + * README.template: Add a note about broken /bin/sh on SunOS + 4.1.3_U1 & 4.1.4. Fix up Savannah links. + + * misc.c (message, error, fatal): Don't use "..." if we're using + varargs. ansi2knr should handle this but it doesn't work: it + translates "..." to va_dcl etc. but _AFTER_ the preprocessor is + done. On many systems (SunOS for example) va_dcl is a #define. + So, force the use of the non-"..." version on pre-ANSI compilers. + + * maintMakefile (sign-dist): Create some rules to help automate + the new GNU ftp upload method. + 2004-02-24 Paul D. Smith <psmith@gnu.org> * config.h.W32.template: Add HAVE_STDARG_H |