summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/tests/master_lexer_unittest.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [4236] Updated copyright dates in all files.Marcin Siodelski2015-12-161-1/+1
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* [2534] Support some minor cases for quoted character strings (compatibility w...Mukund Sivaraman2014-01-221-1/+1
* [master] Merge branch 'trac2573'JINMEI Tatuya2013-01-181-7/+30
|\
| * [2573] changed lexer's getTotalSourceSize/Position with accumulation.JINMEI Tatuya2013-01-121-7/+30
* | [2572] convert OpenError to Unexpected in the stream ver. of pushSource.JINMEI Tatuya2013-01-151-0/+9
|/
* [2572] adjusted getTotalSourceSize() to handle unknown source sizeJINMEI Tatuya2013-01-111-0/+18
* [2572] added MasterLexer::getPosition().JINMEI Tatuya2013-01-101-3/+18
* [2572] added MasterLexer::getTotalSourceSize().JINMEI Tatuya2013-01-101-0/+10
* [2427] Handling of INITIAL_WS on the first line of included fileMichal 'vorner' Vaner2012-12-181-0/+16
* [2427] Find INITIAL_WS even at the beginning of fileMichal 'vorner' Vaner2012-12-171-3/+1
* Merge #2428Michal 'vorner' Vaner2012-12-141-0/+6
|\
| * [2428] Interface to get count of sources in lexerMichal 'vorner' Vaner2012-12-131-0/+6
* | [2506] add another test for getting numbersJINMEI Tatuya2012-12-031-0/+6
* | [2506] add some comments of how eolCheck() works, and unify skipping 2nd \n.JINMEI Tatuya2012-12-031-9/+10
|/
* [2506] handle other rare error casesJINMEI Tatuya2012-11-291-0/+26
* [2506] handled the case when getNextToken expects a number but it's too big.JINMEI Tatuya2012-11-291-16/+24
* [2506] handled the case a number is expected but not foundJINMEI Tatuya2012-11-291-0/+13
* [2506] supported NUMBER in getNextToken() with expected typeJINMEI Tatuya2012-11-291-0/+21
* [2506] added another version of getNextToken, basic partJINMEI Tatuya2012-11-291-0/+72
* [2506] rename: MasterLexer::Token to MasterToken.JINMEI Tatuya2012-11-291-27/+27
* [2375] a few trivial comment updates (fixing copy-paste errors)JINMEI Tatuya2012-11-261-2/+2
* [2375] cleanup: removed an unused functionJINMEI Tatuya2012-11-261-5/+0
* [2375] Eliminate fake statesMichal 'vorner' Vaner2012-11-221-131/+1
* [2375] Cover the getNextToken with tests without fakesMichal 'vorner' Vaner2012-11-221-9/+44
* [2375] Simplify the state transition design patternMichal 'vorner' Vaner2012-11-221-27/+0
* [2375] fixed a typo in a commentJINMEI Tatuya2012-11-221-1/+1
* [2375] some style matters: mostly about constness, and folded a long line.JINMEI Tatuya2012-11-221-19/+22
* [2375] Handle EOF after unbalanced parenthesesMichal 'vorner' Vaner2012-11-221-4/+19
* [2375] Remove exception handling from getNextTokenMichal 'vorner' Vaner2012-11-221-34/+0
* [2375] grammar/typo fixes in comments/docJINMEI Tatuya2012-11-201-1/+1
* [2375] Clarify commentMichal 'vorner' Vaner2012-11-191-1/+2
* [2375] Use safety measuresMichal 'vorner' Vaner2012-11-191-2/+2
* [2375] Test ungetting after EOFMichal 'vorner' Vaner2012-11-191-0/+3
* [2375] Check an unbalanced parenthesis is detectedMichal 'vorner' Vaner2012-11-191-0/+13
* [2375] Don't restore internal token on ungetTokenMichal 'vorner' Vaner2012-11-191-10/+0
* [2375] Provide weak exception guaranteeMichal 'vorner' Vaner2012-11-191-0/+36
* [2375] Implement ungetting tokensMichal 'vorner' Vaner2012-11-191-1/+16
* [2375] Tests for ungetting tokensMichal 'vorner' Vaner2012-11-191-0/+100
* [2375] Check we don't read past the endMichal 'vorner' Vaner2012-11-191-0/+12
* [2375] Implement basic getNextTokenMichal 'vorner' Vaner2012-11-191-9/+12
* [2375] Tests for simple versions of getTokenMichal 'vorner' Vaner2012-11-191-1/+129
* [2375] A fake state classMichal 'vorner' Vaner2012-11-191-0/+2
* [2371] more comment wording adjustmentsJINMEI Tatuya2012-11-021-3/+3
* [2371] catch an error in opening a source file and gives feedback to caller.JINMEI Tatuya2012-11-021-1/+22
* [2371] adjusted test name/comment to match the method name change of open/closeJINMEI Tatuya2012-11-021-6/+6
* [2371] renamed open/close() {push,pop}Source() as suggested in review.JINMEI Tatuya2012-11-021-11/+11
* [2371] Make minor comment updatesMukund Sivaraman2012-11-011-1/+1
* [2371] catch NULL filenameJINMEI Tatuya2012-10-301-0/+4
* [2371] tested the nested open operation. no need to change impl.JINMEI Tatuya2012-10-301-3/+21