summaryrefslogtreecommitdiff
path: root/gnulib
Commit message (Collapse)AuthorAgeFilesLines
* build: update gnulib submodule to latestJim Meyering2011-06-211-0/+0
|
* build: update gnulib submodule to latestJim Meyering2011-06-181-0/+0
|
* build: update gnulib, for fixed getcwd testJim Meyering2011-05-131-0/+0
|
* build: update gnulib submodule to latestJim Meyering2011-05-131-0/+0
|
* maint: use gnulib's new readme-release moduleJim Meyering2011-05-071-0/+0
| | | | | | | | * bootstrap.conf (gnulib_modules): Add readme-release. (bootstrap_epilogue): Add the recommended perl one-liner. * README-release: Remove file; it is now generated from gnulib. * .gitignore: Add it. * gnulib: Update submodule to latest.
* build: update gnulib submodule to latestJim Meyering2011-04-281-0/+0
|
* maint: stop using .x-sc_* files to list syntax-check exemptionsJim Meyering2011-03-191-0/+0
| | | | | | | | | | | | Instead, use the new mechanism with which you merely use a variable (derived from the rule name) defined in cfg.mk to an ERE matching the exempted file names. * gnulib: Update to latest, to get maint.mk that implements this. * .x-sc_bindtextdomain: Remove file. * .x-sc_prohibit_tab_based_indentation: Likewise. * .x-sc_prohibit_xalloc_without_use: Likewise. * .x-sc_space_tab: Likewise. * cfg.mk: Define variables to exempt the same files.
* maint: update from gnulibJim Meyering2011-02-281-0/+0
| | | | | | * bootstrap: Update from gnulib. * tests/init.sh: Likewise. * gnulib: Update to latest.
* build: update gnulib submodule to latestJim Meyering2011-01-281-0/+0
|
* build: update gnulib submodule to latestJim Meyering2011-01-031-0/+0
|
* main: fix exit status on xmalloc failuresPaolo Bonzini2010-12-201-0/+0
| | | | | * NEWS: Update. * src/main.c (main): Set exit_failure. Reported by Guy Shaw.
* build: update gnulib to latestJim Meyering2010-11-041-0/+0
|
* build: update gnulib submodule to latestPaolo Bonzini2010-09-141-0/+0
| | | | | | | This is done to include commit "regex: Pass the system regex if its only problem is 32-bit regoff_t". * gnulib: Update to e2b0e1a.
* build: update gnulib submodule to latestJim Meyering2010-09-121-0/+0
|
* build: update gnulib submodule to latestJim Meyering2010-09-081-0/+0
|
* build: update gnulib submodule to latestJim Meyering2010-09-031-0/+0
|
* build: update gnulib submodule to latestJim Meyering2010-05-261-0/+0
|
* build: update gnulib submodule to latestJim Meyering2010-04-191-0/+0
|
* build: update gnulib submodule to latest; adaptJim Meyering2010-04-131-0/+0
| | | | | | | * COPYING: Remove empty line. * README: Likewise. * doc/fdl.texi: Likewise. * tests/backref-word: Likewise.
* build: update gnulib submodule to latestJim Meyering2010-04-071-0/+0
|
* build: update gnulib submodule to latestJim Meyering2010-04-051-0/+0
|
* build: update gnulib submodule to latest, and adjustJim Meyering2010-04-021-0/+0
| | | | | | * src/main.c (parse_grep_colors): Adjust diagnostics not to trigger the sc_error_message_period and sc_error_message_uppercase syntax-check rules.
* grep -r: fix --include with globs, tooJavier Villavicencio2010-03-281-0/+0
| | | | | | | The previous fix addressed only the non-glob case. * src/main.c (main): Use add_exclude's EXCLUDE_WILDCARDS option, to enable the use of fnmatch with --include=GLOB. gnulib: Update to latest, for the fixed exclude.c.
* build: update gnulib submodule to latestJim Meyering2010-03-201-0/+0
| | | | | | | | | This pulls in the latest regex module from gnulib, including a fix to make it honor the RE_NO_EMPTY_RANGES syntax bit. tests: temporarily disable irrelevant-to-grep failing C++ fcntl-h-tests * bootstrap.conf (gnulib_tool_option_extras): Temporarily add --avoid=fcntl-h-tests, until the C++ part of that test is fixed.
* build: update gnulib submodule to latestJim Meyering2010-03-041-0/+0
|
* build: update gnulib submodule to latestJim Meyering2010-02-031-0/+0
|
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-0/+0
| | | | | | Use this command: git ls-files |grep -vE '^(\..*|COPYING|gnulib)$' |xargs \ env UPDATE_COPYRIGHT_USE_INTERVALS=1 build-aux/update-copyright
* build: update gnulib submodule to latestJim Meyering2009-12-231-0/+0
|
* Avoid using an invalid memchr result.Paolo Bonzini2009-12-221-0/+0
| | | | | | | Related to bug 13161. I cannot find a testcase, but it is better to be defensive considering that these bug were found in the past. * src/search.c (EGexecute, Fexecute): Check for memchr return values.
* build: update gnulib submodule to latestJim Meyering2009-12-111-0/+0
|
* update gnulib, fixing missing inclusion of stdbool.hPaolo Bonzini2009-12-031-0/+0
| | | | * gnulib: Update.
* build: update gnulib submodule to latestJim Meyering2009-11-301-0/+0
|
* add gnulibPaolo Bonzini2009-11-261-0/+0
* bootstrap: Use gnulib's build-aux/bootstrap. * configure.ac: Add gl_INIT and gl_EARLY.