summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Version 3.0.1.Bruno Haible2003-06-121-1/+1
* Support for abbreviated struct declarations.Bruno Haible2003-06-021-1/+1
* Autogenerated.Bruno Haible2003-05-072-0/+40
* Regenerated.Bruno Haible2003-05-072-15/+12
* Regenerated.Bruno Haible2003-05-071-1076/+3563
* Fix AC_INIT argument.Bruno Haible2003-05-071-2/+2
* Bump version number to 3.0.Bruno Haible2003-05-071-2/+2
* Ignore comments at the beginning of the declarations section.Bruno Haible2003-05-021-4/+46
* Add /*FALLTHROUGH*/ comments to output.Bruno Haible2003-05-011-0/+13
* New declaration "%define initializer-suffix".Bruno Haible2003-04-303-2/+17
* Provoke a compilation error if the execution character set doesn't match theBruno Haible2003-04-285-3/+60
* Update bug report address.Bruno Haible2003-04-251-1/+1
* Speed up the case-insensitive lookups.Bruno Haible2003-04-241-6/+93
* Portability fix.Bruno Haible2003-04-231-2/+2
* Administratrivia.Bruno Haible2003-04-221-1/+1
* Improve option --pic. New options --string-pool-name, --null-strings.Bruno Haible2003-04-166-63/+342
* Omit the multicompare code output if it is not needed.Bruno Haible2003-04-141-2/+2
* Fix the comparison of the first byte when using gperf_case_strcmp.Bruno Haible2003-04-121-66/+122
* Cleanup the alpha_unify handling code.Bruno Haible2003-04-112-31/+61
* Portability: Use stack-allocated arrays only if the compiler supports them.Bruno Haible2003-04-104-6/+53
* Renamings and small reorganizations.Bruno Haible2003-04-092-57/+19
* Small simplifications.Bruno Haible2003-04-082-21/+35
* Move the handling of ALLCHARS (-k'*') into the Positions class.Bruno Haible2003-04-0712-238/+344
* Change the positions to be 0-based, instead of 1-based.Bruno Haible2003-04-047-65/+72
* Cleanup options.Bruno Haible2003-04-032-117/+140
* New option --ignore-case.Bruno Haible2003-04-028-39/+385
* Fill unused asso_values[] entries in search.cc, not in output.cc.Bruno Haible2003-04-014-8/+18
* Additional check for the keywords.Bruno Haible2003-03-311-1/+20
* Portability to old compilers (such as MSVC).Bruno Haible2003-03-301-0/+2
* New option for position-independent code.Bruno Haible2003-03-293-6/+26
* Completely new asso_values search algorithm.Bruno Haible2003-03-188-681/+536
* Use 'unsigned int' instead of 'int' where it makes sense.Bruno Haible2003-03-174-12/+12
* Optimized choice during collision resolution.Bruno Haible2003-03-144-13/+122
* Better debugging output.Bruno Haible2003-03-131-4/+41
* Make the option -s easier to use.Bruno Haible2003-03-104-14/+45
* Improve debugging output.Bruno Haible2003-03-045-30/+136
* Portability fixes.Bruno Haible2003-03-037-16/+18
* Make the backtracking look like a standard Prolog box.Bruno Haible2003-02-251-31/+50
* Avoid gcc warnings about uninitialized variables.Bruno Haible2003-02-241-8/+9
* Implement backtracking.Bruno Haible2003-02-223-115/+86
* Prepare for backtracking.Bruno Haible2003-02-202-147/+233
* Comments and code restructuring.Bruno Haible2003-02-192-33/+84
* A more standard --version output.Bruno Haible2003-02-181-0/+7
* Introduce new alpha_inc pass, to avoid artificial duplicates.Bruno Haible2003-02-177-56/+295
* Change element type of _selchars from 'unsigned char' to 'unsigned int'.Bruno Haible2003-02-145-42/+60
* Move positions handling to its own file.Bruno Haible2003-02-1311-325/+430
* When the option -k is not given, the default key positions are now computedBruno Haible2003-02-1112-121/+522
* Implement % declarations.Bruno Haible2003-02-105-45/+419
* Rename some long options.Bruno Haible2003-01-311-8/+11
* Remove newline from default --delimiters.Bruno Haible2003-01-301-2/+2