summaryrefslogtreecommitdiff
path: root/gnulib/lib/unistr/u16-strstr.c
Commit message (Collapse)AuthorAgeFilesLines
* Add the output of bootstrapRichard Maw2012-01-112-0/+28
|
* Mention release of version 1.4.14.Eric Blake2010-03-011-0/+0
| | | | | | | | | | | | * gnulib: Update to latest. * README: Drop CVS mention. * HACKING: Tweak release instructions. * NEWS: Mention the release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update. Signed-off-by: Eric Blake <eblake@redhat.com> (cherry picked from commit a90f35d7c17b51e8afea9f6d7e2daddeff135c9d)
* Document upcoming release.Eric Blake2010-02-241-0/+0
| | | | | | | | | | * gnulib: Update to latest. * doc/m4.texinfo (History): Mention 1.4.14. * Makefile.am (src/getopt.h): Drop dependence on now-obsolete link-warning.h. Signed-off-by: Eric Blake <ebb9@byu.net> (cherry picked from commit d0489f2a57e649b22f719ed8670ca3733c4febd4)
* Address remaining 'make syntax-check' findings.Eric Blake2010-01-081-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | * gnulib: Update to latest. * Makefile.am (tests/package.m4): Avoid @@ substitution. (src_m4_LDADD): Link with libiconv. * m4/m4private.h (STREQ): New macro. * m4/resyntax.c (m4_regexp_syntax_encode): Use it. * src/main.c (process_file): Likewise. (includes): Drop unused header. * m4/macro.c (m4_arg_equal): Adjust comment. * m4/syntax.c: Likewise. * m4/system_.h: Avoid useless preprocessor parenthesis. * ltdl/m4/stackovf.m4 (M4_SYS_STACKOVF): Likewise. * src/stackovf.c: Likewise. (setup_stackovf_trap): Mark diagnostics. * modules/mpeval.c (includes): Move quotearg.h inclusion... * modules/evalparse.c (includes): ...to where it is used. * cfg.mk (local-checks-to-skip): Exempt tests that cause spurious failures, but first fix what they were intended to detect. (_makefile_at_at_check_exceptions): Allow an exception. Signed-off-by: Eric Blake <ebb9@byu.net> (cherry picked from commit 2f6096389e2047a01618419af3f4471735444520)
* Use correct license on auxiliary documentation.Eric Blake2010-01-071-0/+0
| | | | | | | | | | | | | | | | | | Finish the work started by commit bef627e995. * gnulib: Update to latest. * AUTHORS: Use GFDL 1.3, not 1.2. * README-alpha: Likewise. * README: Likewise. * THANKS: Likewise. * doc/STYLE: Likewise. * modules/README: Likewise. * NEWS: Place under GFDL. * TODO: Likewise. * cfg.mk (old_NEWS_hash): Update. Signed-off-by: Eric Blake <ebb9@byu.net> (cherry picked from commit 6ba66f1202d607726e72e17e1fc778cdafee1941)
* Update to latest gnulib.Eric Blake2010-01-051-0/+0
| | | | | | | | | | | | * gnulib: Update. * ltdl/m4/gnulib-cache.m4: Import xoset. * m4/output.c (includes): Ensure that gnulib oset usage will call xalloc_die on memory failure. * Makefile.am (src/getopt.h): Update snippet from gnulib. (LINK_WARNING_H, ARG_NONNULL_H): New macros. Signed-off-by: Eric Blake <ebb9@byu.net> (cherry picked from commit 43b9828d5bfe5c9be902ad86053e59f3a5ab2dd4)
* Fix testsuite failure on newer glibc.Eric Blake2010-01-051-0/+0
| | | | | | | | | | * tests/testsuite.at (AT_CHECK_M4): Tolerate alternate getopt spellings. * tests/options.at (deprecated options, unknown option) (--debugmode): Adjust expected output accordingly. Reported by Ralf Wildenhues. Signed-off-by: Eric Blake <ebb9@byu.net>
* Update to newer gnulib.Eric Blake2009-11-261-0/+0
| | | | | | | | | | | | | | | | | * gnulib: Update. * ltdl/m4/gnulib-cache.m4: Import inttypes, setenv, and unsetenv modules. * modules/m4.c (m4_make_temp): Adjust gen_tempname client. * bootstrap (src_modules): Pick up getopt-gnu and its dependencies. * configure.ac (gl_VERSION_ETC): Support ./configure --with-packager. (AC_CHECK_FUNCS_ONCE): Rely on gnulib for setenv, unsetenv. * ltdl/m4/m4-getopt.m4: Rewrite to match current gnulib. * Makefile.am (src/getopt.h): Likewise. * modules/stdlib.c (setenv, unsetenv): Rely on gnulib. Signed-off-by: Eric Blake <ebb9@byu.net>
* Pick up gnulib fixes for sub-process execution.Eric Blake2009-08-241-0/+0
| | | | | | | | | | * gnulib: Update. * tests/others.at (stdin and stdout closed): New test, to avoid regression introduced on 1.4 branch on 2008-07-17. * NEWS: Document the change. Signed-off-by: Eric Blake <ebb9@byu.net> (cherry picked from commit d3237b2af19c80fc80218fd33eb64266be510be8)
* Use bitrotate for hashing.Eric Blake2009-06-261-0/+0
| | | | | | | | | * gnulib: Update to latest. * ltdl/m4/gnulib-cache.m4: Import bitrotate module. * m4/hash.c (m4_hash_string_hash): Use it. Signed-off-by: Eric Blake <ebb9@byu.net> (cherry picked from commit 891a0fd44d0666fc0576071ec9866cb2b87490eb)
* Document why bootstrap might touch state of tree.Eric Blake2009-06-161-0/+0
| | | | | | | | | * bootstrap: Fix typos. Add comment. * HACKING: Add notes about this scenario. * gnulib: Update to latest version. * .gitignore: Track gnulib changes. Signed-off-by: Eric Blake <ebb9@byu.net>
* Require newer automake features.Eric Blake2009-04-171-0/+0
| | | | | | | | | | * configure.ac (AM_INIT_AUTOMAKE): Add dist-xz, color-tests, parallel-tests, and silent-rules. * HACKING: Update minimum requirements. * gnulib: Update to latest version. Signed-off-by: Eric Blake <ebb9@byu.net> (cherry picked from commit 93b09e692ac2f258717ed800276be4cf1848053c)
* Make gnulib a git submodule.Eric Blake2009-03-231-0/+0
* .gitmodules: New file. * gnulib: Record which version of gnulib has been tested. * bootstrap: Aid in submodule usage. * cfg.mk (gnulib_dir): Alter default location of gnulib. * HACKING: Mention how to use submodule. Signed-off-by: Eric Blake <ebb9@byu.net> (cherry picked from commit 6942f58cb5bb624a28672658a4369b85bce77783)