pmccabe2html: Add css and css_url parameters.
[pspp] / ChangeLog
index dd1b73d92a1ec8c5c2860524e8ffd8d597ae9c5b..3aa6dabbcc65706d9791b0de67c0d4c67f28b057 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2008-10-13  Simon Josefsson  <simon@josefsson.org>
+
+       * build-aux/pmccabe2html: Add css and css_url parameters.
+
+2008-10-12  Bruno Haible  <bruno@clisp.org>
+
+       * tests/test-sameacls.c (main) [AIX]: Clear type argument before
+       calling aclx_get.
+       Reported by Rainer Tammer <tammer@tammer.net>.
+
+2008-10-12  Bruno Haible  <bruno@clisp.org>
+
+       Use msvcrt aware primitives for creation/termination of Win32 threads.
+       * lib/glthread/thread.c: Include <process.h>.
+       (glthread_create_func): Use _beginthreadex instead of CreateThread.
+       (wrapper_func): Update signature.
+       (gl_thread_exit_func): Use _endthreadex instead of EndThread.
+
 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
             Bruno Haible  <bruno@clisp.org>