summaryrefslogtreecommitdiff
path: root/src/options.cc
Commit message (Collapse)AuthorAgeFilesLines
* Change the default language to ANSI-C.Bruno Haible2009-12-201-4/+5
|
* Bump copyright year.Bruno Haible2009-02-011-2/+2
|
* Change source code license to GPLv3+.Bruno Haible2008-08-231-11/+10
|
* Bump copyright year.Bruno Haible2007-03-311-2/+2
|
* Update copyright year.Bruno Haible2006-01-131-2/+2
|
* Update FSF postal address.Bruno Haible2005-05-141-1/+1
|
* Add a length-table-name option and declaration.Bruno Haible2004-08-221-5/+28
|
* New declaration "%define initializer-suffix".Bruno Haible2003-04-301-1/+9
|
* Update bug report address.Bruno Haible2003-04-251-1/+1
|
* Administratrivia.Bruno Haible2003-04-221-1/+1
|
* Improve option --pic. New options --string-pool-name, --null-strings.Bruno Haible2003-04-161-5/+40
|
* Move the handling of ALLCHARS (-k'*') into the Positions class.Bruno Haible2003-04-071-3/+4
|
* Change the positions to be 0-based, instead of 1-based.Bruno Haible2003-04-041-7/+10
|
* Cleanup options.Bruno Haible2003-04-031-71/+84
| | | | | Improve usage message. Improve output of options like --key-positions=1,2,$.
* New option --ignore-case.Bruno Haible2003-04-021-0/+12
|
* New option for position-independent code.Bruno Haible2003-03-291-2/+12
|
* Completely new asso_values search algorithm.Bruno Haible2003-03-181-37/+3
|
* Optimized choice during collision resolution.Bruno Haible2003-03-141-1/+9
|
* Make the option -s easier to use.Bruno Haible2003-03-101-4/+40
|
* A more standard --version output.Bruno Haible2003-02-181-0/+7
|
* Move positions handling to its own file.Bruno Haible2003-02-131-129/+0
|
* When the option -k is not given, the default key positions are now computedBruno Haible2003-02-111-5/+137
| | | | depending on the set of keywords.
* Implement % declarations.Bruno Haible2003-02-101-22/+97
|
* 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-281-0/+16
|
* Open the input file in main.cc, not in class Options.Bruno Haible2003-01-211-8/+5
|
* New option --multiple-iterations.Bruno Haible2003-01-151-4/+22
|
* Use 'unsigned char' instead of 'char' in many places, to reduce casts.Bruno Haible2002-12-161-1/+1
|
* Rework positions handling.Bruno Haible2002-12-091-90/+127
|
* Escape backquotes in shell-escape function.Bruno Haible2002-12-051-1/+1
|
* First include is the specification's .h file.Bruno Haible2002-11-291-1/+3
|
* Update copyright notice to GPL v2.Bruno Haible2002-11-251-13/+15
|
* Avoid g++ -Wold-style-cast warnings.Bruno Haible2002-11-211-2/+2
|
* Align all member declarations.Bruno Haible2002-11-181-11/+11
|
* Unify initialization of Vectors::ALPHA_SIZE.Bruno Haible2002-11-141-2/+0
|
* Rework the options handling.Bruno Haible2002-11-131-190/+204
|
* Prefix all field names with _.Bruno Haible2002-11-091-115/+117
|
* Simplify function declarations.Bruno Haible2002-11-081-3/+3
|
* Class PositionStringParser replaces class Iterator.Bruno Haible2002-11-061-10/+74
|
* Replace class List_Node with class KeywordExt.Bruno Haible2002-11-051-1/+1
|
* Remove trace facility. Use a debugger instead.Bruno Haible2002-10-151-9/+1
|
* Document option -F in one more place.Bruno Haible2000-08-201-1/+1
|
* Output command-line options with argument delimiters if necessary.Bruno Haible2000-08-191-1/+44
|
* Add option "-F", initializer suffix, to avoid warnings in gcc.Bruno Haible2000-08-191-4/+20
|
* Initial revisionBruno Haible2000-08-191-0/+668