summaryrefslogtreecommitdiff
path: root/src/input.cc
Commit message (Expand)AuthorAgeFilesLines
* Prefer https URLs where possible.Bruno Haible2018-09-171-1/+1
* Support input files with CR/LF line terminators.Bruno Haible2018-04-241-1/+25
* Initialize the Keyword::_lineno field through the constructor.Bruno Haible2017-04-161-2/+1
* New option --constants-prefix.Bruno Haible2011-01-161-1/+6
* Change source code license to GPLv3+.Bruno Haible2008-08-231-7/+5
* Update FSF postal address.Bruno Haible2005-05-141-1/+1
* Add a length-table-name option and declaration.Bruno Haible2004-08-221-1/+6
* Support for abbreviated struct declarations.Bruno Haible2003-06-021-1/+1
* Ignore comments at the beginning of the declarations section.Bruno Haible2003-05-021-4/+46
* New declaration "%define initializer-suffix".Bruno Haible2003-04-301-0/+5
* Provoke a compilation error if the execution character set doesn't match theBruno Haible2003-04-281-0/+14
* Improve option --pic. New options --string-pool-name, --null-strings.Bruno Haible2003-04-161-1/+14
* New option --ignore-case.Bruno Haible2003-04-021-0/+4
* Portability fixes.Bruno Haible2003-03-031-3/+3
* Implement % declarations.Bruno Haible2003-02-101-14/+284
* Use a standard format for error messages about the input file.Bruno Haible2003-01-271-35/+52
* Emit #line directives.Bruno Haible2003-01-241-1/+26
* Fix memory leaks.Bruno Haible2003-01-231-20/+34
* Rewrite the input routines.Bruno Haible2003-01-221-297/+534
* Rework the Read_Line class.Bruno Haible2002-12-111-2/+2
* delimiter -> delimiters.Bruno Haible2002-12-061-3/+3
* 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-0/+4
* Update copyright notice to GPL v2.Bruno Haible2002-11-251-15/+16
* Let the input module see only Keyword, not KeywordExt.Bruno Haible2002-11-221-6/+11
* Avoid g++ -Wold-style-cast warnings.Bruno Haible2002-11-211-2/+2
* Separate the KeywordExt from the list node that points to it.Bruno Haible2002-11-201-2/+2
* Start using bool.Bruno Haible2002-11-191-1/+1
* Move the input routines to class Input.Bruno Haible2002-11-151-0/+347