aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 049942f4ee3..3b132883f36 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,27 @@
+2003-12-23 Zack Weinberg <zack@codesourcery.com>
+ Nathan Sidwell <nathan@codesourcery.com>
+ Mark Mitchell <mark@codesourcery.com>
+
+ * libiberty.h (pmkpipe): New function.
+ (pexec): Likewise.
+ (pexec_set_program_name): Likewise.
+ (WIFSIGNALED): Define.
+ (WTERMSIG): Likewise.
+ (WIFEXITED): Likewise.
+ (WEXITSTATUS): Likewise.
+ (WSTOPSIG): Likewise.
+ (WCOREDUMP): Likewise.
+
+2003-12-19 Andreas Tobler <a.tobler@schweiz.ch>
+
+ * include/fibheap.h (fibnode): Use __extension__ for
+ bit-fields mark and degree if __GNUC__.
+
+2003-12-18 Kazu Hirata <kazu@cs.umass.edu>
+
+ * include/fibheap.h (fibnode): Use unsigned long int for
+ bit-fields if __GNUC__ is defined.
+
2003-10-22 Joseph S. Myers <jsm@polyomino.org.uk>
* obstack.h: Merge the following change from gnulib: