summaryrefslogtreecommitdiff
path: root/src/keyword.cc
Commit message (Expand)AuthorAgeFilesLines
* Change source code license to GPLv3+.Bruno Haible2008-08-231-7/+5
* * src/keyword.cc: Tweak comment to avoid nesting.Brendan Kehoe2005-08-291-1/+1
* Update FSF postal address.Bruno Haible2005-05-141-1/+1
* Move the handling of ALLCHARS (-k'*') into the Positions class.Bruno Haible2003-04-071-51/+49
* Change the positions to be 0-based, instead of 1-based.Bruno Haible2003-04-041-3/+3
* New option --ignore-case.Bruno Haible2003-04-021-5/+9
* Portability fixes.Bruno Haible2003-03-031-1/+1
* Introduce new alpha_inc pass, to avoid artificial duplicates.Bruno Haible2003-02-171-9/+34
* Change element type of _selchars from 'unsigned char' to 'unsigned int'.Bruno Haible2003-02-141-6/+6
* 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-14/+13
* Fix memory leaks.Bruno Haible2003-01-231-0/+5
* Compute the occurrences after removal of duplicates, not before.Bruno Haible2002-12-201-6/+4
* Use 'unsigned char' instead of 'char' in many places, to reduce casts.Bruno Haible2002-12-161-39/+50
* Fix uninitialized variable bug.Bruno Haible2002-12-021-2/+2
* First include is the specification's .h file.Bruno Haible2002-11-291-1/+3
* Move the search algorithm to search.h, search.cc.Bruno Haible2002-11-261-4/+4
* Update copyright notice to GPL v2.Bruno Haible2002-11-251-13/+15
* Avoid g++ -Wold-style-cast warnings.Bruno Haible2002-11-211-2/+2
* Rework the options handling.Bruno Haible2002-11-131-4/+4
* Prefix all field names with _.Bruno Haible2002-11-091-14/+14
* Replace class List_Node with class KeywordExt.Bruno Haible2002-11-051-0/+72
* Introduce class KeywordExt.Bruno Haible2002-11-041-0/+10
* New class Keyword.Bruno Haible2002-11-011-0/+35