summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Slightly reorganize command line options help.Bruno Haible2003-01-291-4/+5
* New option --output-file.Bruno Haible2003-01-284-0/+40
* 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