summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/master_lexer.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into trac2534Mukund Sivaraman2014-02-201-3/+3
|\
| * [2518] Introduce isc::dns::Exception and organize all DNS exceptions under itMukund Sivaraman2014-01-171-3/+3
* | [2534] Support some minor cases for quoted character strings (compatibility w...Mukund Sivaraman2014-01-221-0/+4
|/
* [2726] Make the lexer noncopyableMichal 'vorner' Vaner2013-06-121-1/+3
* [master] Merge branch 'trac2573'JINMEI Tatuya2013-01-181-13/+29
|\
| * [2573] changed lexer's getTotalSourceSize/Position with accumulation.JINMEI Tatuya2013-01-121-13/+29
* | [2572] convert OpenError to Unexpected in the stream ver. of pushSource.JINMEI Tatuya2013-01-151-0/+16
|/
* [2572] small doc updateJINMEI Tatuya2013-01-111-3/+4
* [2572] fixed a typo: push vs popJINMEI Tatuya2013-01-111-1/+1
* [2572] introduced a special source size of "unknown".JINMEI Tatuya2013-01-111-0/+16
* [2572] clarified that istream source must be complete on pushSource.JINMEI Tatuya2013-01-101-0/+4
* [2572] added MasterLexer::getPosition().JINMEI Tatuya2013-01-101-0/+28
* [2572] added MasterLexer::getTotalSourceSize().JINMEI Tatuya2013-01-101-0/+16
* [2427] Find INITIAL_WS even at the beginning of fileMichal 'vorner' Vaner2012-12-171-1/+2
* Merge #2428Michal 'vorner' Vaner2012-12-141-0/+5
|\
| * [2428] Interface to get count of sources in lexerMichal 'vorner' Vaner2012-12-131-0/+5
* | [master] update the doc for MasterToken::StringRegion to match the latest code.JINMEI Tatuya2012-12-121-2/+1
|/
* [2382] unrelated fix to lexer: support empty qstring and nul termination.JINMEI Tatuya2012-12-011-0/+7
* [2506] (unrelated) cleanup: define ReadError as a class, not a struct.JINMEI Tatuya2012-11-291-1/+2
* [2506] documentation updateJINMEI Tatuya2012-11-291-0/+74
* [2506] handled the case a number is expected but not foundJINMEI Tatuya2012-11-291-0/+1
* [2506] added another version of getNextToken, basic partJINMEI Tatuya2012-11-291-0/+12
* [2506] rename: MasterLexer::Token to MasterToken.JINMEI Tatuya2012-11-291-224/+222
* [2374] Some last cleanupsJelte Jansen2012-11-291-1/+1
* [master] Fix overflow catching in number lexer stateJelte Jansen2012-11-271-0/+1
* [2375] Eliminate fake statesMichal 'vorner' Vaner2012-11-221-8/+0
* [2375] Return a reference to the tokenMichal 'vorner' Vaner2012-11-221-1/+1
* [2375] Remove exception handling from getNextTokenMichal 'vorner' Vaner2012-11-221-5/+5
* [2375] grammar/typo fixes in comments/docJINMEI Tatuya2012-11-201-1/+1
* [2375] Don't restore internal token on ungetTokenMichal 'vorner' Vaner2012-11-191-1/+4
* [2375] Don't propagate exceptions from internal namespaceMichal 'vorner' Vaner2012-11-191-3/+10
* [2375] Provide weak exception guaranteeMichal 'vorner' Vaner2012-11-191-0/+9
* [2375] Add a test a token is actually producedMichal 'vorner' Vaner2012-11-191-1/+3
* [2375] Implement basic getNextTokenMichal 'vorner' Vaner2012-11-191-1/+1
* [2375] Tests for simple versions of getTokenMichal 'vorner' Vaner2012-11-191-0/+8
* [2375] getNextToken() and ungetNextToken() interface.Michal 'vorner' Vaner2012-11-191-0/+35
* [2373] unrelated extension to getString(): allow recycling the stringJINMEI Tatuya2012-11-151-2/+24
* [2373] (unrelated doc fix) corrected "optionality" of token typeJINMEI Tatuya2012-11-151-3/+3
* [master] Merge branch 'trac2372'JINMEI Tatuya2012-11-131-1/+28
|\
| * [2372] clarified that INITIAL_WS is recognized only after an EOL.JINMEI Tatuya2012-11-131-3/+5
| * [2372] use specific constatnt values for Options instead of using the << trickJINMEI Tatuya2012-11-121-4/+8
| * [2372] simplification: we actually don't need END_OF_LINE option.JINMEI Tatuya2012-11-061-3/+1
| * [2372] initial parentheses supportJINMEI Tatuya2012-11-021-0/+12
| * [2372] handled spaces.JINMEI Tatuya2012-11-021-0/+7
| * [2372] lexer state classes, some initial defs and testsJINMEI Tatuya2012-11-021-0/+4
* | [2371] added notes about the two mode of error handling: retval and exception.JINMEI Tatuya2012-11-051-0/+26
|/
* [2371] catch an error in opening a source file and gives feedback to caller.JINMEI Tatuya2012-11-021-2/+12
* [2371] renamed open/close() {push,pop}Source() as suggested in review.JINMEI Tatuya2012-11-021-14/+15
* [2371] fixed a trivial description error in docJINMEI Tatuya2012-11-021-2/+1
* [2371] doc wording update as suggested in reviewJINMEI Tatuya2012-11-021-1/+1