summaryrefslogtreecommitdiff
path: root/src/keyword.h
Commit message (Expand)AuthorAgeFilesLines
* Change source code license to GPLv3+.Bruno Haible2008-08-231-7/+5
* Update FSF postal address.Bruno Haible2005-05-141-1/+1
* Move the handling of ALLCHARS (-k'*') into the Positions class.Bruno Haible2003-04-071-3/+3
* New option --ignore-case.Bruno Haible2003-04-021-3/+3
* Completely new asso_values search algorithm.Bruno Haible2003-03-181-1/+0
* Introduce new alpha_inc pass, to avoid artificial duplicates.Bruno Haible2003-02-171-2/+7
* Change element type of _selchars from 'unsigned char' to 'unsigned int'.Bruno Haible2003-02-141-1/+1
* Move positions handling to its own file.Bruno Haible2003-02-131-1/+1
* When the option -k is not given, the default key positions are now computedBruno Haible2003-02-111-2/+7
* Emit #line directives.Bruno Haible2003-01-241-0/+2
* Fix memory leaks.Bruno Haible2003-01-231-1/+4
* Compute the occurrences after removal of duplicates, not before.Bruno Haible2002-12-201-3/+5
* Use 'unsigned char' instead of 'char' in many places, to reduce casts.Bruno Haible2002-12-161-8/+28
* Remove the global vectors. Move them to the class Search.Bruno Haible2002-11-281-3/+1
* Move the search algorithm to search.h, search.cc.Bruno Haible2002-11-261-2/+2
* Update copyright notice to GPL v2.Bruno Haible2002-11-251-13/+15
* Align all member declarations.Bruno Haible2002-11-181-16/+16
* Prefix all field names with _.Bruno Haible2002-11-091-9/+9
* Replace class List_Node with class KeywordExt.Bruno Haible2002-11-051-0/+6
* Introduce class KeywordExt.Bruno Haible2002-11-041-3/+25
* New class Keyword.Bruno Haible2002-11-011-0/+52