- 16 Aug, 2009 2 commits
-
-
Bruno Haible authored
-
Bruno Haible authored
-
- 15 Aug, 2009 5 commits
-
-
Eric Blake authored
* lib/fpurge.c (fpurge): Fix comment typo. * modules/fpurge (Makefile.am): Make replacement conditional, partially reverting 2007-04-29 change. * tests/test-fpurge.c (main): Enhance test. Signed-off-by:
Eric Blake <ebb9@byu.net>
-
Eric Blake authored
* tests/test-update-copyright.sh: Failure to run maintainer tool should not cause testsuite failure on cygwin 1.5. Signed-off-by:
Eric Blake <ebb9@byu.net>
-
Eric Blake authored
* doc/posix-headers/limits.texi (limits.h): Update for recent cygwin additions. * doc/posix-headers/wordexp.texi (wordexp.h): Likewise. * doc/posix-functions/wordexp.texi (wordexp): Likewise. * doc/posix-functions/wordfree.texi (wordfree): Likewise. * doc/posix-functions/setlocale.texi (setlocale): Likewise. * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise. Signed-off-by:
Eric Blake <ebb9@byu.net>
-
Eric Blake authored
* top/maint.mk (update-copyright-local): Delete, and document how to do it in cfg.mk instead. (update-copyright-exclude-regexp): Delete, and document how to do it in .x-update-copyright instead. (update-copyright): Simplify, thanks to VC_LIST_EXCEPT. Don't exclude ChangeLog. Signed-off-by:
Eric Blake <ebb9@byu.net>
-
Bruno Haible authored
-
- 14 Aug, 2009 9 commits
-
-
Joel E. Denny authored
* top/maint.mk (update-copyright-env): Define place-holder. (update-copyright): Expand $(update-copyright-env) before invoking update-copyright.
-
Joel E. Denny authored
* build-aux/update-copyright: Implement and document UPDATE_COPYRIGHT_FORCE. * tests/test-update-copyright.sh: Test it.
-
Eric Blake authored
* tests/test-locale.c: Revert previous patch related to NULL. * tests/test-stdio.c: Likewise. * tests/test-stdlib.c: Likewise. * tests/test-string.c: Likewise. * tests/test-unistd.c: Likewise. * modules/time-tests (Depends-on): Add verify. * modules/wchar-tests (Depends-on): Likewise. * tests/test-time.c: Test for NULL compliance. * tests/test-wchar.c: Likewise. * modules/locale (Depends-on): Add stddef. * modules/stdio (Depends-on): Likewise. * modules/stdlib (Depends-on): Likewise. * modules/string (Depends-on): Likewise. * modules/time (Depends-on): Likewise. * modules/unistd (Depends-on): Likewise. * modules/wchar (Depends-on): Likewise. * lib/locale.in.h (includes): Use <stddef.h> to fix NULL. * lib/stdlib.in.h (includes): Likewise. * lib/string.in.h (includes): Likewise. * lib/time.in.h (includes): Likewise. * lib/unistd.in.h (includes): Likewise. * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was replaced. * m4/wchar.m4 (gl_WCHAR_H): Likewise. * m4/stddef_h.m4: New file. * modules/stddef: Likewise. * lib/stddef.in.h: Likewise. * modules/stddef-tests: Likewise. * tests/test-stddef.c: Likewise. * MODULES.html.sh (Basic types <stddef.h>): Mention new module. * doc/posix-headers/stddef.texi (stddef.h): Document the bug. * doc/posix-headers/locale.texi (locale.h): Likewise. * doc/posix-headers/stdio.texi (stdio.h): Likewise. * doc/posix-headers/stdlib.texi (stdlib.h): Likewise. * doc/posix-headers/string.texi (string.h): Likewise. * doc/posix-headers/time.texi (time.h): Likewise. * doc/posix-headers/unistd.texi (unistd.h): Likewise. * doc/posix-headers/wchar.texi (wchar.h): Likewise. Signed-off-by:
Eric Blake <ebb9@byu.net>
-
Eric Blake authored
This reverts commit b8521e81.
-
Eric Blake authored
* .gitattributes: Add rule for *.texi files, with hint on how to use it. Copied from m4, and based on a report by Bruno Haible. Signed-off-by:
Eric Blake <ebb9@byu.net>
-
Bruno Haible authored
-
Joel E. Denny authored
* build-aux/update-copyright: Implement and document UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse of copyright year intervals. Also, document UPDATE_COPYRIGHT_YEAR. * tests/test-update-copyright.sh: Test it.
-
Joel E. Denny authored
* build-aux/update-copyright: Implement and document. * tests/test-update-copyright.sh: Update.
-
Jim Meyering authored
* tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define, just as in test-argmatch.c.
-
- 13 Aug, 2009 5 commits
-
-
Eric Blake authored
* tests/test-dup2.c (main): Tolerate leaked fds from environment. Reported by Peter Breitenlohner <peb@mppmu.mpg.de>. Signed-off-by:
Eric Blake <ebb9@byu.net>
-
Eric Blake authored
* tests/test-version-etc.sh: Use tr, not sed, as not all sed recognize \r. * tests/test-argp-version-etc-1.sh: Likewise. Signed-off-by:
Eric Blake <ebb9@byu.net>
-
Eric Blake authored
* modules/argp (Depends-on): Use getopt-gnu. * modules/git-merge-changelog (Depends-on): Likewise. * modules/long-options (Depends-on): Likewise. * modules/xstrtol (Depends-on): Likewise. Signed-off-by:
Eric Blake <ebb9@byu.net>
-
Simon Josefsson authored
-
Simon Josefsson authored
-
- 12 Aug, 2009 14 commits
-
-
Bruno Haible authored
-
Bruno Haible authored
-
Bruno Haible authored
-
Bruno Haible authored
-
Bruno Haible authored
-
Bruno Haible authored
-
Sergey Poznyakoff authored
-
Bruno Haible authored
-
Sergey Poznyakoff authored
* build-aux/gitlog-to-changelog: New option `--format' makes output format string configurable.
-
Sergey Poznyakoff authored
* lib/exclude.c: Include hash.h and mbuiter.h (struct exclude_pattern, exclude_segment): New data types. (struct exclude): Rewrite. (fnmatch_pattern_has_wildcards): New function. (new_exclude_segment, free_exclude_segment): New functions. (excluded_file_pattern_p, excluded_file_name_p): New functions. (excluded_file_name, add_exclude): Rewrite using new struct exclude. * lib/exclude.h (is_fnmatch_pattern): New prototype. * modules/exclude: Depend on hash and mbuiter. * modules/exclude-tests: New file. * tests/test-exclude.c: New file. * tests/test-exclude1.sh: New file. * tests/test-exclude2.sh: New file. * tests/test-exclude3.sh: New file. * tests/test-exclude4.sh: New file. * tests/test-exclude5.sh: New file. * tests/test-exclude6.sh: New file. * tests/test-exclude7.sh: New file.
-
Bruno Haible authored
-
Bruno Haible authored
-
Bruno Haible authored
-
Bruno Haible authored
-
- 11 Aug, 2009 2 commits
-
-
Bruno Haible authored
-
Bruno Haible authored
-
- 10 Aug, 2009 3 commits
-
-
Bruno Haible authored
-
Bruno Haible authored
-
Bruno Haible authored
-