summaryrefslogtreecommitdiff
path: root/gnulib/lib/argv-iter.c
Commit message (Collapse)AuthorAgeFilesLines
* Turn gnulib subrepository into a regular directoryRichard Maw2012-01-092-0/+111
|
* build: update to latest gnulib and adaptJim Meyering2011-12-141-0/+0
| | | | | | | | | | | | | | | | | * tests/binary: Reverse arguments to compare to avoid failure of new syntax-check rule. * configure.ac: Use -Wno-format-nonliteral. Mark functions as pure of const, per recommendations enabled by new gcc -W options. Use _GL_ATTRIBUTE_PURE and _GL_ATTRIBUTE_CONST. * lib/cmpbuf.h (buffer_lcm, block_compare): Apply pure and/or const attributes. * src/cmp.c (block_compare): Likewise. * src/context.c (find_hunk): Likewise. * src/diff.h (lines_differ): Likewise. * src/diff3.c (skipwhite): Likewise. * src/dir.c (dir_loop): Likewise. * src/util.c (find_change, find_reverse_change): Likewise. (translate_line_number): Likewise.
* build: update gnulib submodule to latestJim Meyering2011-10-041-0/+0
|
* build: update gnulib submodule to latestJim Meyering2011-09-021-0/+0
|
* build: use largefile module and update to latest gnulibJim Meyering2011-08-101-0/+0
| | | | | | * configure.ac: Remove AC_SYS_LARGEFILE, subsumed by ... * bootstrap.conf (gnulib_modules): ...this. Use largefile module. * gnulib: Update to latest.
* build: update gnulib submodule to latestJim Meyering2011-08-031-0/+0
|
* build: update gnulib submodule to latestPaul Eggert2011-05-271-0/+0
|
* maint: update gnulib to latest with accompanying tight-scope tweaksJim Meyering2011-05-231-0/+0
| | | | | | | | * cfg.mk: Include $(srcdir)/dist-check.mk using "-include", to accommodate the new sc_tight_scope rule. (_gl_TS_extern): Define, to tell gnulib's tight_scope rule that headers here mark externs with "XTERN". * gnulib: Update to latest.
* build: update gnulib submodule to latestJim Meyering2011-05-181-0/+0
|
* build: update gnulib submodule to latestJim Meyering2011-03-261-0/+0
|
* build: update gnulib submodule to latestJim Meyering2011-01-241-0/+0
|
* build: update gnulib submodule to latestJim Meyering2011-01-231-0/+0
|
* build: update gnulib submodule to latestJim Meyering2011-01-031-0/+0
|
* build: update gnulib submodule to latestJim Meyering2010-09-041-0/+0
|
* diff -r: avoid printing excess slashes in concatenated file namesJim Meyering2010-08-141-0/+0
| | | | | | | | | | | | * bootstrap.conf (gnulib_modules): Add filenamecat. * src/diff.c: Include "filenamecat.h". (compare_files): Use file_name_concat, rather than dir_file_pathname. * src/util.c (dir_file_pathname): Remove now-unused function. * src/diff.h: Remove its declaration. * tests/excess-slash: New script to test for this. * tests/Makefile.am (TESTS): Add it. Forwarded by Santiago Vila from <bugs.debian.org/586301a>, reported by Jari Aalto.
* build: update gnulib submodule to latestJim Meyering2010-05-091-0/+0
|
* maint: teach web-doc-generating code how to do its jobJim Meyering2010-05-041-0/+0
| | | | | | * cfg.mk (gendocs_options): Define, so that gendocs.sh knows the name of our texinfo source file. * gnulib: Update to latest, for new gnu-web-doc-update and maint.mk.
* build: update gnulib submodule to latestJim Meyering2010-05-031-0/+0
|
* build: update gnulib submodule to latestJim Meyering2010-04-301-0/+0
| | | | | * bootstrap: Also update from gnulib. * tests/init.sh: Likewise
* build: update gnulib submodule to latestJim Meyering2010-04-161-0/+0
|
* maint: update to latest gnulibJim Meyering2010-04-081-0/+0
| | | | | | * cfg.mk (sc_cross_check_PATH_usage_in_tests): Remove rule, now that it's in gnulib's maint.mk. * gnulib: Update to latest.
* build: update gnulib submodule to latest; adaptJim Meyering2010-04-051-0/+0
| | | | * cfg.mk (local-checks-to-skip): Add new sc_texinfo_acronym, to skip it.
* build: update gnulib submodule to latestJim Meyering2010-02-051-0/+0
|
* sync with gnulibJim Meyering2010-02-051-0/+0
| | | | | * gl/lib/regcomp.c.diff: Adjust to apply to the latest in gnulib. * gnulib: Update submodule to latest.
* build: update gnulib to latest, for fixed syntax-check ruleJim Meyering2010-01-091-0/+0
|
* build: update gnulib submodule to latestJim Meyering2010-01-091-0/+0
|
* maint: newer gnulib; don't hard-code my GPG key IDJim Meyering2009-12-311-0/+0
| | | | | * cfg.mk (gpg_key_ID): Remove definition, now that maint.mk automates it. * gnulib: Update to latest.
* build: update gnulib submodule to latestJim Meyering2009-11-221-0/+0
|
* maint: cfg.mk: remove factored-out ftp host/dir definitionsJim Meyering2009-11-201-0/+0
| | | | | | | * cfg.mk (gnu_ftp_host-alpha, gnu_ftp_host-beta gnu_ftp_host-stable): (gnu_rel_host, url_dir_list): Remove definitions. The defaults, now provided by maint.mk, are the same. * gnulib: Update for latest, including those maint.mk additions.
* build: update gnulib submodule to latestJim Meyering2009-11-201-0/+0
|
* build: update gnulib submodule to latestJim Meyering2009-11-181-0/+0
|
* sdiff, diff3: exec diff, not $(bindir)/diffJim Meyering2009-11-161-0/+0
| | | | | | | | * src/Makefile.am (paths.h): Emit a definition of DEFAULT_DIFF_PROGRAM that is simply "diff" (or whatever $(transform) would convert that to, e.g., "gdiff"). This makes it so that tests can work without first installing diff, and so that the binaries do not hard-code $(prefix). * NEWS (Changes in behavior): Mention this.
* maint: use a git submodule for gnulibJim Meyering2009-11-121-0/+0
* .gitmodules: New file, to track gnulib. * gnulib: New file, created by running this: git submodule add git://git.sv.gnu.org/gnulib.git gnulib