summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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