X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=a3b726c260073f7c5155f080819e63659209faa0;hp=fc3a5bc163f5ac0e7cc798b6c46fb052a44f0ee6;hb=908d7a4bcee5adb7d4768499282cc83075d0332e;hpb=277e840a0f8e3ec8800cfe7407fe3c16000bc622 diff --git a/src/ChangeLog b/src/ChangeLog index fc3a5bc1..a3b726c2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2005-06-20 Hrvoje Niksic + + * all: Return type of signal handlers is `void'. Include signal.h + unconditionally. + + * all: Don't explicitly cast values returned by malloc. We no + longer support ancient compilers that don't declare malloc, and we + never supported C++ builds. + 2005-06-19 Hrvoje Niksic * all: Don't declare errno. Include both time.h and sys/time.h,