Add pmccabe2html module, from gnupdf.
[pspp] / ChangeLog
index 51ce3f66053bd6e3cc6526f658e04ded1ca044ab..532fa3d2ebeab874e9c103090f7fbd73cbd92590 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2008-10-07  Simon Josefsson  <simon@josefsson.org>
+
+       Add pmccabe2html module, from gnupdf.
+       * build-aux/pmccabe.css: New file.
+       * build-aux/pmccabe2html: New file.
+       * m4/pmccabe2html.m4: New file.
+       * modules/pmccabe2html: New file.
+
+2008-10-07  Richard W.M. Jones <rjones@redhat.com>
+
+       flock: new module
+       * MODULES.html.sh: Add to list of modules.
+       * lib/flock.c: flock implementation for Windows and Unix systems
+       which have fcntl.
+       * doc/glibc-functions/flock.texi: Update documentation.
+       * lib/sys_file.in.h: <sys/file.h> header file.
+       * m4/flock.m4: M4 macros.
+       * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
+       * modules/flock: flock module.
+       * modules/flock-tests: flock tests module.
+       * modules/sys_file: sys/file.h module.
+       * tests/test-flock.c: test suite for flock.
+
 2008-10-06  Jim Meyering  <meyering@redhat.com>
 
        bootstrap: check for LT_INIT more portably still ;-)