X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=083d820f409d4643116d68a85334a9bdd76faf66;hb=b14c9a8fe13af6d31cdd5cb0a2210eb6b5e8a620;hp=a35444b01eb476f748a8bec89adb2605102f505d;hpb=7aa768c4823966db325c48ea4af540c4db5d4745;p=pspp diff --git a/ChangeLog b/ChangeLog index a35444b01e..083d820f40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +2010-10-02 Bruno Haible + + Update doc for POSIX:2008. + * doc/posix-headers/*.texi [except ucontext.texi, sys_timeb.texi]: + Update URL of POSIX specification. + +2010-10-02 Bruno Haible + + gnulib-tool: In testdirs, use the newest available config.{guess.sub}. + * gnulib-tool (func_create_testdir): Use config.guess and config.sub + from gnulib, not from Automake. + +2010-10-02 Bruno Haible + + New module 'system-posix'. + * modules/system-posix: New file. + * lib/stdlib.in.h: Include only when the 'system-posix' + module is present. + * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize + GNULIB_SYSTEM_POSIX. + * modules/stdlib (Depends-on): Remove sys_wait. + (Makefile.am): Substitute GNULIB_SYSTEM_POSIX. + * doc/posix-functions/system.texi: Mention the new module. + * doc/posix-headers/stdlib.texi: Likewise. + * tests/test-stdlib.c: If GNULIB_TEST_SYSTEM_POSIX is not defined, + define test_sys_wait_macros to a no-op. + Reported by Sam Steingold . + +2010-09-30 Bruno Haible + + More renaming from 'getdate' to 'get_date'. + * doc/get_date.texi: Renamed from doc/getdate.texi. + * modules/get_date (Files): Update. + * MODULES.html.sh (Date and time ): Update. + * DEPENDENCIES: Update. + * gnulib-tool: Update comment. + * m4/bison.m4 (gl_BISON): Likewise. + * m4/get_date.m4 (gl_GET_DATE): Likewise. + 2010-09-30 Justin Clift (tiny change) bootstrap: support ACLOCAL_FLAGS during aclocal