summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix a warning regarding strncmp.HEADmasterBruno Haible2022-09-081-2/+2
| | | | | | Reported by Sam James in <https://savannah.gnu.org/bugs/?63031>. * lib/getopt.c (strncmp): Declare with a prototype.
* Add support for reproducible builds.Bruno Haible2022-07-051-0/+3
| | | | | | | | | | | Suggested by Richard Purdie <richard.purdie@linuxfoundation.org> in <https://lists.gnu.org/archive/html/bug-gperf/2022-07/msg00000.html>. * autogen.sh: Import also lib/filename.h. * Makefile.in (IMPORTED_FILES): Add lib/filename.h. * src/options.cc: Include filename.h. (Options::print_options): Print only the base name of the program name. * tests/*.exp: Update.
* Fix warnings from Autoconf 2.69c.Bruno Haible2020-10-051-2/+4
| | | | | | | | | | | | * configure.ac: Invoke AC_INIT, AC_OUTPUT without arguments. * doc/configure.ac: Likewise. * lib/configure.ac: Likewise. * src/configure.ac: Invoke AC_INIT, AC_OUTPUT without arguments. Use AC_CACHE_CHECK, AC_LANG_PUSH/AC_LANG_POP, AC_COMPILE_IFELSE * tests/configure.ac: Invoke AC_INIT, AC_OUTPUT without arguments. Use ac_cv_c_compiler_gnu instead of ac_cv_prog_gcc, and ac_cv_cxx_compiler_gnu instead of ac_cv_prog_gxx. Don't use 'test' with option '-a'.
* Make the code C++17 compliant.Bruno Haible2020-08-301-2/+2
| | | | * lib/getline.cc (getstr): Don't use the 'register' keyword.
* Update after gnulib changed.Bruno Haible2020-08-301-2/+2
| | | | | | | | | * configure.ac (AC_PREREQ): Require Autoconf >= 2.64. * doc/configure.ac (AC_PREREQ): Likewise. * lib/configure.ac (AC_PREREQ): Likewise. * src/configure.ac (AC_PREREQ): Likewise. * tests/configure.ac (AC_PREREQ): Likewise. * autogen.sh: Update comment.
* Update after gnulib changed.Bruno Haible2018-10-241-2/+2
|
* Prefer https URLs where possible.Bruno Haible2018-09-177-7/+7
|
* Fix copyright years.Bruno Haible2017-02-225-6/+5
|
* Tweak last commit.Bruno Haible2016-11-271-0/+6
|
* Assume the available C compiler supports ANSI C. Remove K&R C cruft.Bruno Haible2016-11-276-189/+17
|
* Use proper 'ar' program when cross-compiling or when AR is specified.Bruno Haible2016-11-262-2/+4
|
* Support for building with MSVC much like for Unix.Bruno Haible2012-07-011-5/+5
|
* Remove autotools generated files from version control.Bruno Haible2012-07-012-4515/+3
|
* Create tarballs through an Automake-like "make dist" command.Bruno Haible2012-07-011-1/+23
|
* Regenerated with autoconf-2.69.Bruno Haible2012-04-281-97/+98
|
* Regenerated with autoconf-2.68.Bruno Haible2011-01-161-50/+77
|
* Regenerated with autoconf-2.67.Bruno Haible2010-07-311-22/+29
|
* Regenerated with autoconf 2.66.Bruno Haible2010-07-031-1816/+1703
|
* Avoid gcc warnings on Cygwin.Eric Blake2009-12-221-13/+15
|
* Support CPPFLAGS as mandated by GNU standards.Bruno Haible2009-12-221-2/+2
|
* regen configure scriptsv3.0.4Brendan Kehoe2009-02-021-1/+1
|
* More consistent m4 quoting.Bruno Haible2009-01-151-3/+3
|
* Change source code license to GPLv3+.Bruno Haible2008-08-237-77/+63
|
* Require autoconf >= 2.60.Bruno Haible2007-04-051-1/+2
|
* Regenerated with autoconf 2.61.Bruno Haible2007-04-041-1583/+2072
|
* Move to configure.ac.Bruno Haible2007-04-041-44/+0
|
* Move to here from configure.in.Bruno Haible2007-04-041-0/+44
|
* fix regenerationBrendan Kehoe2006-01-221-2/+68
|
* regen configure scripts since we updated copyrightsBrendan Kehoe2006-01-221-244/+387
| | | | avoids invocations of autoconf as part of a downloaded build
* * configure.in: Add AC_OBJEXT and AC_EXEEXT.Brendan Kehoe2006-01-131-1/+3
| | | | | | | | | | * lib/Makefile.in (OBJEXT): Define for subst. (OBJECTS): Use $(OBJEXT) instead of '.o'. * src/Makefile.in: Make dependencies use $(OBJEXT). (OBJEXT, EXEEXT): Define for subst. (TARGETPROG): Add $(EXEEXT). (OBJECTS): Use $(OBJEXT) instead of '.o'. (clean): Remove *.$(OBJEXT) instead of *.o.
* Fix ranlib detection when cross-compiling.Bruno Haible2005-08-291-2/+2
|
* Update FSF postal address.Bruno Haible2005-05-147-10/+12
|
* Regenerated.Bruno Haible2003-05-071-801/+3305
|
* Comments.Bruno Haible2003-01-202-5/+15
|
* Use 'unsigned char' instead of 'char' in many places, to reduce casts.Bruno Haible2002-12-162-7/+7
|
* Update copyright notice to GPL v2.Bruno Haible2002-11-252-10/+13
|
* Don't assume a huge stack.Bruno Haible2002-10-183-2/+153
|
* Update.Bruno Haible2000-08-281-1/+31
|
* Avoid warnings from Sun CC and HP-UX aCC.Bruno Haible2000-08-281-2/+2
|
* Allow the use of embedded NULs in keys.Bruno Haible2000-08-202-36/+15
|
* Regenerated with autoconf-2.13.Bruno Haible2000-08-191-74/+162
|
* Initial revisionBruno Haible2000-08-1910-0/+2951