summaryrefslogtreecommitdiff
path: root/src/output.h
Commit message (Collapse)AuthorAgeFilesLines
* Don't include the length in the hash function if all keywords have the sameBruno Haible2009-01-191-1/+4
| | | | length.
* Change source code license to GPLv3+.Bruno Haible2008-08-231-7/+5
|
* 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-0/+4
| | | | expectations.
* Improve option --pic. New options --string-pool-name, --null-strings.Bruno Haible2003-04-161-1/+10
|
* Small simplifications.Bruno Haible2003-04-081-0/+3
|
* Move the handling of ALLCHARS (-k'*') into the Positions class.Bruno Haible2003-04-071-1/+1
|
* Fill unused asso_values[] entries in search.cc, not in output.cc.Bruno Haible2003-04-011-3/+0
|
* Use 'unsigned int' instead of 'int' where it makes sense.Bruno Haible2003-03-171-2/+2
|
* Introduce new alpha_inc pass, to avoid artificial duplicates.Bruno Haible2003-02-171-0/+3
|
* 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-3/+7
| | | | depending on the set of keywords.
* Emit #line directives.Bruno Haible2003-01-241-0/+2
|
* Rewrite the input routines.Bruno Haible2003-01-221-9/+17
|
* Use const where possible.Bruno Haible2003-01-131-16/+16
|
* More comments, fix last patch.Bruno Haible2003-01-091-0/+13
|
* Comments.Bruno Haible2003-01-081-1/+27
|
* Remove the global vectors. Move them to the class Search.Bruno Haible2002-11-281-3/+7
|
* Update copyright notice to GPL v2.Bruno Haible2002-11-251-13/+15
|
* Start using bool.Bruno Haible2002-11-191-2/+2
|
* Align all member declarations.Bruno Haible2002-11-181-25/+25
|
* Prefix all field names with _.Bruno Haible2002-11-091-13/+13
|
* Simplify function declarations.Bruno Haible2002-11-081-9/+9
|
* Move the output routines to output.h and output.cc.Bruno Haible2002-11-071-0/+79