index
:
kea
master
kea
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
dns
/
tests
/
master_lexer_unittest.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[4236] Updated copyright dates in all files.
Marcin Siodelski
2015-12-16
1
-1
/
+1
*
[4236] Replaced license text in all files containing it.
Marcin Siodelski
2015-12-16
1
-11
/
+3
*
[2534] Support some minor cases for quoted character strings (compatibility w...
Mukund Sivaraman
2014-01-22
1
-1
/
+1
*
[master] Merge branch 'trac2573'
JINMEI Tatuya
2013-01-18
1
-7
/
+30
|
\
|
*
[2573] changed lexer's getTotalSourceSize/Position with accumulation.
JINMEI Tatuya
2013-01-12
1
-7
/
+30
*
|
[2572] convert OpenError to Unexpected in the stream ver. of pushSource.
JINMEI Tatuya
2013-01-15
1
-0
/
+9
|
/
*
[2572] adjusted getTotalSourceSize() to handle unknown source size
JINMEI Tatuya
2013-01-11
1
-0
/
+18
*
[2572] added MasterLexer::getPosition().
JINMEI Tatuya
2013-01-10
1
-3
/
+18
*
[2572] added MasterLexer::getTotalSourceSize().
JINMEI Tatuya
2013-01-10
1
-0
/
+10
*
[2427] Handling of INITIAL_WS on the first line of included file
Michal 'vorner' Vaner
2012-12-18
1
-0
/
+16
*
[2427] Find INITIAL_WS even at the beginning of file
Michal 'vorner' Vaner
2012-12-17
1
-3
/
+1
*
Merge #2428
Michal 'vorner' Vaner
2012-12-14
1
-0
/
+6
|
\
|
*
[2428] Interface to get count of sources in lexer
Michal 'vorner' Vaner
2012-12-13
1
-0
/
+6
*
|
[2506] add another test for getting numbers
JINMEI Tatuya
2012-12-03
1
-0
/
+6
*
|
[2506] add some comments of how eolCheck() works, and unify skipping 2nd \n.
JINMEI Tatuya
2012-12-03
1
-9
/
+10
|
/
*
[2506] handle other rare error cases
JINMEI Tatuya
2012-11-29
1
-0
/
+26
*
[2506] handled the case when getNextToken expects a number but it's too big.
JINMEI Tatuya
2012-11-29
1
-16
/
+24
*
[2506] handled the case a number is expected but not found
JINMEI Tatuya
2012-11-29
1
-0
/
+13
*
[2506] supported NUMBER in getNextToken() with expected type
JINMEI Tatuya
2012-11-29
1
-0
/
+21
*
[2506] added another version of getNextToken, basic part
JINMEI Tatuya
2012-11-29
1
-0
/
+72
*
[2506] rename: MasterLexer::Token to MasterToken.
JINMEI Tatuya
2012-11-29
1
-27
/
+27
*
[2375] a few trivial comment updates (fixing copy-paste errors)
JINMEI Tatuya
2012-11-26
1
-2
/
+2
*
[2375] cleanup: removed an unused function
JINMEI Tatuya
2012-11-26
1
-5
/
+0
*
[2375] Eliminate fake states
Michal 'vorner' Vaner
2012-11-22
1
-131
/
+1
*
[2375] Cover the getNextToken with tests without fakes
Michal 'vorner' Vaner
2012-11-22
1
-9
/
+44
*
[2375] Simplify the state transition design pattern
Michal 'vorner' Vaner
2012-11-22
1
-27
/
+0
*
[2375] fixed a typo in a comment
JINMEI Tatuya
2012-11-22
1
-1
/
+1
*
[2375] some style matters: mostly about constness, and folded a long line.
JINMEI Tatuya
2012-11-22
1
-19
/
+22
*
[2375] Handle EOF after unbalanced parentheses
Michal 'vorner' Vaner
2012-11-22
1
-4
/
+19
*
[2375] Remove exception handling from getNextToken
Michal 'vorner' Vaner
2012-11-22
1
-34
/
+0
*
[2375] grammar/typo fixes in comments/doc
JINMEI Tatuya
2012-11-20
1
-1
/
+1
*
[2375] Clarify comment
Michal 'vorner' Vaner
2012-11-19
1
-1
/
+2
*
[2375] Use safety measures
Michal 'vorner' Vaner
2012-11-19
1
-2
/
+2
*
[2375] Test ungetting after EOF
Michal 'vorner' Vaner
2012-11-19
1
-0
/
+3
*
[2375] Check an unbalanced parenthesis is detected
Michal 'vorner' Vaner
2012-11-19
1
-0
/
+13
*
[2375] Don't restore internal token on ungetToken
Michal 'vorner' Vaner
2012-11-19
1
-10
/
+0
*
[2375] Provide weak exception guarantee
Michal 'vorner' Vaner
2012-11-19
1
-0
/
+36
*
[2375] Implement ungetting tokens
Michal 'vorner' Vaner
2012-11-19
1
-1
/
+16
*
[2375] Tests for ungetting tokens
Michal 'vorner' Vaner
2012-11-19
1
-0
/
+100
*
[2375] Check we don't read past the end
Michal 'vorner' Vaner
2012-11-19
1
-0
/
+12
*
[2375] Implement basic getNextToken
Michal 'vorner' Vaner
2012-11-19
1
-9
/
+12
*
[2375] Tests for simple versions of getToken
Michal 'vorner' Vaner
2012-11-19
1
-1
/
+129
*
[2375] A fake state class
Michal 'vorner' Vaner
2012-11-19
1
-0
/
+2
*
[2371] more comment wording adjustments
JINMEI Tatuya
2012-11-02
1
-3
/
+3
*
[2371] catch an error in opening a source file and gives feedback to caller.
JINMEI Tatuya
2012-11-02
1
-1
/
+22
*
[2371] adjusted test name/comment to match the method name change of open/close
JINMEI Tatuya
2012-11-02
1
-6
/
+6
*
[2371] renamed open/close() {push,pop}Source() as suggested in review.
JINMEI Tatuya
2012-11-02
1
-11
/
+11
*
[2371] Make minor comment updates
Mukund Sivaraman
2012-11-01
1
-1
/
+1
*
[2371] catch NULL filename
JINMEI Tatuya
2012-10-30
1
-0
/
+4
*
[2371] tested the nested open operation. no need to change impl.
JINMEI Tatuya
2012-10-30
1
-3
/
+21
[next]