summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Portability: Use stack-allocated arrays only if the compiler supports them.Bruno Haible2003-04-104-6/+53
* Renamings and small reorganizations.Bruno Haible2003-04-092-57/+19
* Small simplifications.Bruno Haible2003-04-082-21/+35
* Move the handling of ALLCHARS (-k'*') into the Positions class.Bruno Haible2003-04-0712-238/+344
* Change the positions to be 0-based, instead of 1-based.Bruno Haible2003-04-047-65/+72
* Cleanup options.Bruno Haible2003-04-032-117/+140
* New option --ignore-case.Bruno Haible2003-04-028-39/+385
* Fill unused asso_values[] entries in search.cc, not in output.cc.Bruno Haible2003-04-014-8/+18
* 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