summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Emit #line directives.Bruno Haible2003-01-247-5/+56
* Fix memory leaks.Bruno Haible2003-01-238-61/+142
* Rewrite the input routines.Bruno Haible2003-01-2218-517/+675
* Open the input file in main.cc, not in class Options.Bruno Haible2003-01-215-9/+41
* Comments.Bruno Haible2003-01-202-5/+15
* Use autoconf-2.52.Bruno Haible2003-01-203-6/+18
* Misc doc updates.Bruno Haible2003-01-202-93/+108
* Don't redirect stderr.Bruno Haible2003-01-171-1/+1
* Free allocated arrays.Bruno Haible2003-01-173-0/+10
* An abstract mergesort function.Bruno Haible2003-01-165-95/+123
* New option --multiple-iterations.Bruno Haible2003-01-1511-10/+207
* Bug fix: make -j 0 work.Bruno Haible2003-01-143-22/+38
* Comments.Bruno Haible2003-01-141-4/+7
* Use const where possible.Bruno Haible2003-01-1310-52/+86
* Use (unsigned char) cast in all cases.Bruno Haible2003-01-102-1/+4
* More comments, fix last patch.Bruno Haible2003-01-093-26/+23
* Comments.Bruno Haible2003-01-082-139/+218
* Restructure the asso_values[] searching code.Bruno Haible2003-01-073-108/+225
* Continuing rework.Bruno Haible2003-01-063-37/+59
* Fix the reorder logic.Bruno Haible2002-12-313-42/+93
* 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