summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Compute the occurrences after removal of duplicates, not before.Bruno Haible2002-12-206-673/+750
* Rework the hash table code.Bruno Haible2002-12-194-82/+168
* Provide documentation also in PDF format.Bruno Haible2002-12-182-3/+23
* Move Keyword_List inline methods to a .icc file.Bruno Haible2002-12-175-5/+81
* Use 'unsigned char' instead of 'char' in many places, to reduce casts.Bruno Haible2002-12-1610-85/+186
* Rework the Read_Line class.Bruno Haible2002-12-117-8/+23
* Comment.Bruno Haible2002-12-111-0/+1
* Rework positions handling.Bruno Haible2002-12-096-122/+198
* delimiter -> delimiters.Bruno Haible2002-12-064-11/+21
* Removed.Bruno Haible2002-12-062-137/+0
* Escape backquotes in shell-escape function.Bruno Haible2002-12-052-1/+5
* Fix uninitialized variable bug.Bruno Haible2002-12-022-2/+6
* First include is the specification's .h file.Bruno Haible2002-11-299-27/+54
* Comment.Bruno Haible2002-11-293-0/+3
* Remove the global vectors. Move them to the class Search.Bruno Haible2002-11-2810-96/+65
* Move the search algorithm to search.h, search.cc.Bruno Haible2002-11-2611-864/+747
* Update copyright notice to GPL v2.Bruno Haible2002-11-2540-424/+493
* Let the input module see only Keyword, not KeywordExt.Bruno Haible2002-11-226-17/+74
* Avoid g++ -Wold-style-cast warnings.Bruno Haible2002-11-219-23/+34
* Separate the KeywordExt from the list node that points to it.Bruno Haible2002-11-204-8/+17
* Start using bool.Bruno Haible2002-11-1915-51/+81
* Align all member declarations.Bruno Haible2002-11-1813-185/+189
* Move the input routines to class Input.Bruno Haible2002-11-157-396/+499
* Unify initialization of Vectors::ALPHA_SIZE.Bruno Haible2002-11-144-3/+7
* Rework the options handling.Bruno Haible2002-11-1312-408/+708
* Some polishing.Bruno Haible2002-11-123-11/+23
* Remove unused methods.Bruno Haible2002-11-113-16/+4
* Prefix all field names with _.Bruno Haible2002-11-0923-475/+480
* Simplify function declarations.Bruno Haible2002-11-0817-87/+91
* Move the output routines to output.h and output.cc.Bruno Haible2002-11-077-1467/+1589
* Class PositionStringParser replaces class Iterator.Bruno Haible2002-11-065-150/+84
* Replace class List_Node with class KeywordExt.Bruno Haible2002-11-0514-190/+387
* Introduce class KeywordExt.Bruno Haible2002-11-048-58/+93
* New class Keyword.Bruno Haible2002-11-019-33/+131
* Use the standard 'new' operator.Bruno Haible2002-10-315-81/+17
* Rework Bool_Array.Bruno Haible2002-10-306-66/+59
* Don't use operator (), it's so hard to grep for.Bruno Haible2002-10-294-3/+9
* Rename Read_Line method.Bruno Haible2002-10-285-15/+27
* Don't assume a huge stack.Bruno Haible2002-10-188-72/+177
* Simplify Bool_Array.Bruno Haible2002-10-175-17/+15
* Use the standard operator new.Bruno Haible2002-10-165-104/+7
* Remove trace facility. Use a debugger instead.Bruno Haible2002-10-1520-233/+48
* Avoid gcc warnings.Bruno Haible2002-10-144-14/+38
* Typo, found by Bruce Lilly.Bruno Haible2002-10-011-1/+1
* Change bug report address.Bruno Haible2001-08-023-6/+9
* Refer to Schmidt's new paper about gperf.Bruno Haible2001-03-271-8/+12
* Add support for BeOS, which doesn't have libm.Bruno Haible2000-12-184-1/+54
* Update help2man.Bruno Haible2000-11-202-14/+22
* Documentation update for 2.7.2.v2.7.2Bruno Haible2000-09-262-12/+25
* Doc regenerated for 2.7.2.Bruno Haible2000-09-2618-2466/+3124