1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 21:19:24 +00:00

411 Commits

Author SHA1 Message Date
Bruno Haible
5f4cf73df2 Don't print uninitialized hash values in debug mode. 2018-09-08 16:37:56 +02:00
Bruno Haible
24f492fd8d Improve the speed of the positions search. 2018-09-08 16:08:09 +02:00
Bruno Haible
947854520b Really prefer more efficient hash functions over less efficient ones. 2018-09-08 15:56:21 +02:00
Bruno Haible
a720310c28 Correct width of columns when outputting the asso_values array.
Patch by Frank Wojcik <frankw@touristinresidence.com>.

* src/output.cc (Output::output_hash_function): Increase the
field_width by 1 if _max_hash_value+1 is a power of 10.
2018-09-08 15:36:36 +02:00
Bruno Haible
0d37a8763d Avoid "implicit fallthrough" warnings in the generated code. 2018-07-26 02:00:39 +02:00
Bruno Haible
13c9383b10 Support input files with CR/LF line terminators. 2018-04-24 09:25:10 +02:00
Bruno Haible
1edd38e96d Rename some files. 2018-01-27 13:12:38 +01:00
Bruno Haible
283b51086a Don't use an undocumented Autoconf macro. 2018-01-23 08:59:13 +01:00
Bruno Haible
793a229bb5 Get rid of autom4te.cache directories (left over from autoconf). 2017-07-15 21:01:00 +02:00
Bruno Haible
a459641a53 Initialize the Keyword::_lineno field through the constructor. 2017-04-16 17:39:15 +02:00
Bruno Haible
09cfae667e Fix doc build error with perl 5.22.
* doc/texi2html (update_sec_num): Omit defined(...) for array.
2017-04-01 00:18:30 +02:00
Bruno Haible
825b077bf4 Fix copyright years. 2017-02-22 15:32:38 +01:00
Bruno Haible
338ee6e3d4 Update some URL. 2017-01-10 20:54:25 +01:00
Marcel Schaible
165bba235b Updated Changelog v3.1 2017-01-02 19:12:45 +01:00
Marcel Schaible
d551865672 Adjusted the version information for the release 2017-01-02 19:00:16 +01:00
Bruno Haible
f4ad699ac5 Make autogen.sh more user-friendly. 2016-12-30 00:56:10 +01:00
Bruno Haible
b4b58ca38d Make Makefile.devel more useful for the users of the released tarball. 2016-12-03 15:35:24 +01:00
Bruno Haible
152c76427f Fix build with mingw. 2016-11-27 19:57:34 +01:00
Bruno Haible
13df195c62 Tweak last commit. 2016-11-27 19:52:08 +01:00
Bruno Haible
cabd2af10e Assume the available C compiler supports ANSI C. Remove K&R C cruft. 2016-11-27 18:18:00 +01:00
Bruno Haible
a705809f3d Drop the inline specifiers from the generated lookup function. 2016-11-26 18:42:05 +01:00
Bruno Haible
0414be8fff Change mailing list address to <bug-gperf@gnu.org>. 2016-11-26 18:08:57 +01:00
Bruno Haible
d519d1a821 Change the 'len' parameter type to 'size_t'. 2016-11-26 17:54:33 +01:00
Bruno Haible
31784d388f Use proper 'ar' program when cross-compiling or when AR is specified. 2016-11-26 17:15:35 +01:00
Bruno Haible
b468e3aae0 Avoid warning in output code on 64-bit native Windows platforms. 2016-11-26 02:54:25 +01:00
Bruno Haible
baf89d87f0 Don't use 'register' storage-class specifier in C++ output code. 2016-11-26 02:26:31 +01:00
Bruno Haible
658e826478 Avoid 'warning: use of old-style cast' in output code. 2016-11-26 02:25:50 +01:00
Bruno Haible
bbe4d732f3 Avoid 'warning: implicit conversion changes signedness' in output code. 2016-11-26 02:25:44 +01:00
Bruno Haible
b3356507ce Avoid 'warning: implicit conversion changes signedness' in output code. 2016-11-26 01:05:14 +01:00
Bruno Haible
efd1fd8439 Fix g++ -Wall warnings. 2016-11-25 20:03:51 +01:00
Bruno Haible
a4e455187f Fix typo in autogen.sh. 2016-11-25 19:53:04 +01:00
Bruno Haible
9c36a76c66 Fix "make check" error on Mac OS X. 2016-11-25 19:36:11 +01:00
Bruno Haible
d041a56f54 Update installation instructions for Windows. 2016-11-23 19:58:38 +01:00
Bruno Haible
e480384a73 Drop the nickname "woe32". 2016-11-23 19:55:23 +01:00
Bruno Haible
2dcc70b0c9 doc: Prepare for possible use of GNU texi2any. 2016-11-19 16:40:29 +01:00
Bruno Haible
da47220e1f doc: Don't generate Postscript-formatted doc by default. 2016-11-19 16:07:10 +01:00
Eric Blake
1a05152538 doc: fix invalid use of @itemx
make[1]: Entering directory `/home/eblake/gperf/doc'
cd . && LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo --no-split gperf.texi
gperf.texi:1193: @itemx must follow @item
gperf.texi:1210: @itemx must follow @item

* doc/gperf.texi (Output Details): Use correct macro.

Signed-off-by: Eric Blake <eblake@redhat.com>
2014-10-15 12:43:13 -06:00
Bruno Haible
0003342367 Fix "make clean" with MSVC. 2012-07-01 19:02:44 +02:00
Bruno Haible
04c7392e59 Update expected test results. 2012-07-01 18:09:19 +02:00
Bruno Haible
064483191f Fix compilation error with MSVC. 2012-07-01 18:07:20 +02:00
Bruno Haible
bf93ebd28e Remove old infrastructure for building with MSVC. 2012-07-01 18:05:30 +02:00
Bruno Haible
dd4c596245 Support for building with MSVC much like for Unix. 2012-07-01 17:59:59 +02:00
Bruno Haible
2ad5657daa Tweak .gitignore file. 2012-07-01 17:21:43 +02:00
Bruno Haible
238fa3bf09 Move build infrastructure files to build-aux/. 2012-07-01 16:44:26 +02:00
Bruno Haible
73f48ca14d Distribute install-sh. 2012-07-01 16:29:28 +02:00
Bruno Haible
9702bc0bff Remove files distributed via gnulib from version control. 2012-07-01 16:22:19 +02:00
Bruno Haible
008922a2e9 Remove autotools generated files from version control. 2012-07-01 16:04:36 +02:00
Bruno Haible
b22158f593 Turn doc/gperf.1 into a distributed built file. 2012-07-01 15:46:42 +02:00
Bruno Haible
95f922bb7e Remove distributed built files from version control. 2012-07-01 15:40:30 +02:00
Bruno Haible
3641ce5062 Allow editor backup files in git checkouts. 2012-07-01 15:40:30 +02:00