]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Expect existence of C89 functions, as well as of select and gettimeofday.
[wget] / src / ChangeLog
index 54e591db6e1aea3f406ed61b1412cb34e421cbbb..01401296a071d480365f9bf572ad6602573882d0 100644 (file)
@@ -1,3 +1,30 @@
+2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * connect.c (select_fd): Expect select() to exist.
+
+       * utils.c (xsleep): Always use select() as sleep fallback on
+       non-Windows platforms.
+
+       * ptimer.c: Delete the implementation of PTIMER_TIME.
+
+       * main.c: Assume existence of signal(), test for different signal
+       names instead.
+
+       * cmpt.c: Better document reasons why certain functions are
+       included.
+
+2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * Makefile.in: Remove the manually maintained dependency list;
+       make all object files depend on every header.
+
+2005-06-20  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * hash.c: Rename "mapping" to "cell" to avoid confusion with the
+       term "mapping" (or "map") sometimes being used for the entire hash
+       table.  Also rename "non-empty" to "occupied" for easier reading
+       of if (!NON_EMPTY (...)) ... .
+
 2005-06-20  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * main.c, ptimer.c, sysdep.h, utils.c: Use #elif to simplify reading of