summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Use a standard format for error messages about the input file.Bruno Haible2003-01-271-35/+52
* Emit #line directives.Bruno Haible2003-01-246-5/+45
* Fix memory leaks.Bruno Haible2003-01-236-61/+126
* Rewrite the input routines.Bruno Haible2003-01-229-509/+621
* Open the input file in main.cc, not in class Options.Bruno Haible2003-01-214-9/+32
* Free allocated arrays.Bruno Haible2003-01-172-0/+3
* An abstract mergesort function.Bruno Haible2003-01-164-95/+112
* New option --multiple-iterations.Bruno Haible2003-01-157-9/+167
* Bug fix: make -j 0 work.Bruno Haible2003-01-142-22/+31
* Comments.Bruno Haible2003-01-141-4/+7
* Use const where possible.Bruno Haible2003-01-139-52/+54
* Use (unsigned char) cast in all cases.Bruno Haible2003-01-101-1/+1
* More comments, fix last patch.Bruno Haible2003-01-092-26/+19
* Comments.Bruno Haible2003-01-082-139/+218
* Restructure the asso_values[] searching code.Bruno Haible2003-01-072-108/+209
* Continuing rework.Bruno Haible2003-01-062-37/+51
* Fix the reorder logic.Bruno Haible2002-12-312-42/+86
* Compute the occurrences after removal of duplicates, not before.Bruno Haible2002-12-204-74/+139
* Rework the hash table code.Bruno Haible2002-12-193-82/+149
* Move Keyword_List inline methods to a .icc file.Bruno Haible2002-12-174-5/+75
* Use 'unsigned char' instead of 'char' in many places, to reduce casts.Bruno Haible2002-12-167-78/+154
* Rework the Read_Line class.Bruno Haible2002-12-116-8/+16
* Comment.Bruno Haible2002-12-111-0/+1
* Rework positions handling.Bruno Haible2002-12-094-121/+172
* delimiter -> delimiters.Bruno Haible2002-12-063-11/+15
* Removed.Bruno Haible2002-12-062-137/+0
* Escape backquotes in shell-escape function.Bruno Haible2002-12-051-1/+1
* Fix uninitialized variable bug.Bruno Haible2002-12-021-2/+2
* First include is the specification's .h file.Bruno Haible2002-11-298-27/+46
* Comment.Bruno Haible2002-11-293-0/+3
* Remove the global vectors. Move them to the class Search.Bruno Haible2002-11-289-96/+39
* Move the search algorithm to search.h, search.cc.Bruno Haible2002-11-2610-864/+726
* Update copyright notice to GPL v2.Bruno Haible2002-11-2530-381/+435
* Let the input module see only Keyword, not KeywordExt.Bruno Haible2002-11-225-17/+59
* Avoid g++ -Wold-style-cast warnings.Bruno Haible2002-11-218-23/+24
* Separate the KeywordExt from the list node that points to it.Bruno Haible2002-11-203-8/+9
* Start using bool.Bruno Haible2002-11-1914-51/+53
* Align all member declarations.Bruno Haible2002-11-1812-185/+185
* Move the input routines to class Input.Bruno Haible2002-11-156-396/+481
* Unify initialization of Vectors::ALPHA_SIZE.Bruno Haible2002-11-143-3/+2
* Rework the options handling.Bruno Haible2002-11-1310-393/+646
* Some polishing.Bruno Haible2002-11-122-11/+21
* Remove unused methods.Bruno Haible2002-11-112-16/+0
* Prefix all field names with _.Bruno Haible2002-11-0922-475/+477
* Simplify function declarations.Bruno Haible2002-11-0816-87/+87
* Move the output routines to output.h and output.cc.Bruno Haible2002-11-076-1467/+1578
* Class PositionStringParser replaces class Iterator.Bruno Haible2002-11-064-150/+76
* Replace class List_Node with class KeywordExt.Bruno Haible2002-11-0513-190/+370
* Introduce class KeywordExt.Bruno Haible2002-11-047-58/+84
* New class Keyword.Bruno Haible2002-11-018-33/+121