summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Support for VMS.Bruno Haible2003-05-054-1/+196
* Ignore comments at the beginning of the declarations section.Bruno Haible2003-05-023-5/+102
* Add /*FALLTHROUGH*/ comments to output.Bruno Haible2003-05-0110-0/+79
* New declaration "%define initializer-suffix".Bruno Haible2003-04-306-4/+39
* Support for building on Windows.Bruno Haible2003-04-294-1/+232
* Provoke a compilation error if the execution character set doesn't match theBruno Haible2003-04-2819-3/+438
* Update bug report address.Bruno Haible2003-04-253-2/+6
* Speed up the case-insensitive lookups.Bruno Haible2003-04-243-12/+127
* Portability fix.Bruno Haible2003-04-232-2/+7
* Administratrivia.Bruno Haible2003-04-223-1/+6
* Improve option --pic. New options --string-pool-name, --null-strings.Bruno Haible2003-04-1612-143/+709
* Omit option -p from tests.Bruno Haible2003-04-1512-24/+34
* Omit the multicompare code output if it is not needed.Bruno Haible2003-04-143-14/+6
* Fix the comparison of the first byte when using gperf_case_strcmp.Bruno Haible2003-04-125-70/+359
* Cleanup the alpha_unify handling code.Bruno Haible2003-04-113-31/+71
* Portability: Use stack-allocated arrays only if the compiler supports them.Bruno Haible2003-04-105-6/+61
* Renamings and small reorganizations.Bruno Haible2003-04-093-57/+34
* Small simplifications.Bruno Haible2003-04-083-21/+41
* Move the handling of ALLCHARS (-k'*') into the Positions class.Bruno Haible2003-04-0714-239/+396
* Change the positions to be 0-based, instead of 1-based.Bruno Haible2003-04-0415-72/+100
* Cleanup options.Bruno Haible2003-04-033-117/+148
* New option --ignore-case.Bruno Haible2003-04-0215-39/+583
* Fill unused asso_values[] entries in search.cc, not in output.cc.Bruno Haible2003-04-015-8/+26
* Additional check for the keywords.Bruno Haible2003-03-312-1/+23
* Portability to old compilers (such as MSVC).Bruno Haible2003-03-302-0/+4
* New option for position-independent code.Bruno Haible2003-03-297-7/+56
* New tests.Bruno Haible2003-03-2810-0/+4941
* Completely new asso_values search algorithm.Bruno Haible2003-03-1820-1985/+1786
* Use 'unsigned int' instead of 'int' where it makes sense.Bruno Haible2003-03-175-12/+26
* Optimized choice during collision resolution.Bruno Haible2003-03-145-13/+136
* Better debugging output.Bruno Haible2003-03-132-4/+45
* Make the option -s easier to use.Bruno Haible2003-03-107-25/+70
* Improve debugging output.Bruno Haible2003-03-046-30/+149
* Portability fixes.Bruno Haible2003-03-038-16/+34
* Make the backtracking look like a standard Prolog box.Bruno Haible2003-02-251-31/+50
* Avoid gcc warnings about uninitialized variables.Bruno Haible2003-02-242-8/+12
* Implement backtracking.Bruno Haible2003-02-226-156/+120
* Prepare for backtracking.Bruno Haible2003-02-203-147/+248
* Comments and code restructuring.Bruno Haible2003-02-193-33/+95
* A more standard --version output.Bruno Haible2003-02-182-0/+10
* Introduce new alpha_inc pass, to avoid artificial duplicates.Bruno Haible2003-02-1711-669/+953
* Change element type of _selchars from 'unsigned char' to 'unsigned int'.Bruno Haible2003-02-146-42/+79
* Move positions handling to its own file.Bruno Haible2003-02-1312-325/+445
* When the option -k is not given, the default key positions are now computedBruno Haible2003-02-1118-123/+583
* Implement % declarations.Bruno Haible2003-02-108-90/+721
* Rename some long options.Bruno Haible2003-01-315-16/+31
* Remove newline from default --delimiters.Bruno Haible2003-01-304-4/+9
* Slightly reorganize command line options help.Bruno Haible2003-01-294-18/+27
* New option --output-file.Bruno Haible2003-01-288-2/+73
* Use a standard format for error messages about the input file.Bruno Haible2003-01-272-35/+55