summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-04-26 18:58:00 +0200
committerBruno Haible <bruno@clisp.org>2008-04-26 18:58:00 +0200
commit284866a44c1115e8786a23c7a50d3e710fc75afd (patch)
tree48987a50497be958a50c4defd8ee8d5f075a1791 /ChangeLog
parent569eba622c635a2bd19408ff284cf07804012c54 (diff)
downloadgnulib-284866a44c1115e8786a23c7a50d3e710fc75afd.tar.gz
Add tentative support for DragonFly BSD.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae6d9e9b62..ca2af211b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,24 @@
2008-04-26 Bruno Haible <bruno@clisp.org>
+ Add tentative support for DragonFly BSD.
+ * lib/stdio-impl.h: Add macros for DragonFly BSD.
+ * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
+ fp.
+ * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
+ restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
+ * lib/fpurge.c (fpurge): Likewise.
+ * lib/freadable.c (freaadable): Likewise.
+ * lib/freadahead.c (freadahead): Likewise.
+ * lib/freading.c (freading): Likewise.
+ * lib/freadptr.c (freadptr): Likewise.
+ * lib/freadseek.c (freadptrinc): Likewise.
+ * lib/fseeko.c (fseeko): Likewise.
+ * lib/fseterr.c (fseterr): Likewise.
+ * lib/fwritable.c (fwritable): Likewise.
+ * lib/fwriting.c (fwriting): Likewise.
+
+2008-04-26 Bruno Haible <bruno@clisp.org>
+
* lib/stdio-impl.h: New file.
* lib/fbufmode.c: Include stdio-impl.h.
(fbufmode): Use fp_, remove redundant #defines.