Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/ChangeLog-9103')
-rw-r--r--include/ChangeLog-910310
1 files changed, 10 insertions, 0 deletions
diff --git a/include/ChangeLog-9103 b/include/ChangeLog-9103
index f8d379808..f4f7aa1a5 100644
--- a/include/ChangeLog-9103
+++ b/include/ChangeLog-9103
@@ -1,5 +1,15 @@
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-12-19 Andreas Tobler <a.tobler@schweiz.ch>
+
* fibheap.h (fibnode): Use __extension__ for
bit-fields mark and degree if __GNUC__.