summaryrefslogtreecommitdiff
path: root/src/main.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't include the length in the hash function if all keywords have the sameBruno Haible2009-01-191-1/+2
* Change source code license to GPLv3+.Bruno Haible2008-08-231-7/+5
* Oops, fix blunder in last comment commit.Bruno Haible2005-07-301-1/+1
* Update FSF postal address.Bruno Haible2005-05-141-1/+1
* Provoke a compilation error if the execution character set doesn't match theBruno Haible2003-04-281-1/+2
* Fill unused asso_values[] entries in search.cc, not in output.cc.Bruno Haible2003-04-011-1/+0
* Portability fixes.Bruno Haible2003-03-031-3/+3
* Introduce new alpha_inc pass, to avoid artificial duplicates.Bruno Haible2003-02-171-0/+1
* When the option -k is not given, the default key positions are now computedBruno Haible2003-02-111-1/+2
* New option --output-file.Bruno Haible2003-01-281-0/+11
* Emit #line directives.Bruno Haible2003-01-241-0/+1
* Fix memory leaks.Bruno Haible2003-01-231-38/+73
* Rewrite the input routines.Bruno Haible2003-01-221-4/+8
* Open the input file in main.cc, not in class Options.Bruno Haible2003-01-211-1/+14
* Comments.Bruno Haible2003-01-141-4/+7
* Rework the Read_Line class.Bruno Haible2002-12-111-2/+2
* Remove the global vectors. Move them to the class Search.Bruno Haible2002-11-281-2/+3
* Move the search algorithm to search.h, search.cc.Bruno Haible2002-11-261-10/+47
* Update copyright notice to GPL v2.Bruno Haible2002-11-251-13/+15
* Rework the options handling.Bruno Haible2002-11-131-1/+1
* Use the standard 'new' operator.Bruno Haible2002-10-311-27/+0
* Don't use operator (), it's so hard to grep for.Bruno Haible2002-10-291-1/+1
* Remove trace facility. Use a debugger instead.Bruno Haible2002-10-151-4/+1
* Check for write error on stdout.Bruno Haible2000-08-191-1/+5
* Initial revisionBruno Haible2000-08-191-0/+72