index
:
kea
master
kea
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
dns
/
master_lexer.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[2534] Support some minor cases for quoted character strings (compatibility w...
Mukund Sivaraman
2014-01-22
1
-4
/
+11
*
[master] Merge branch 'trac2573'
JINMEI Tatuya
2013-01-18
1
-12
/
+23
|
\
|
*
[2573] changed lexer's getTotalSourceSize/Position with accumulation.
JINMEI Tatuya
2013-01-12
1
-12
/
+23
*
|
[2572] convert OpenError to Unexpected in the stream ver. of pushSource.
JINMEI Tatuya
2013-01-15
1
-1
/
+7
|
/
*
[2572] adjusted getTotalSourceSize() to handle unknown source size
JINMEI Tatuya
2013-01-11
1
-0
/
+6
*
[2572] introduced a special source size of "unknown".
JINMEI Tatuya
2013-01-11
1
-0
/
+10
*
[2572] added MasterLexer::getPosition().
JINMEI Tatuya
2013-01-10
1
-0
/
+9
*
[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
/
+2
*
[2427] Find INITIAL_WS even at the beginning of file
Michal 'vorner' Vaner
2012-12-17
1
-1
/
+1
*
Merge #2428
Michal 'vorner' Vaner
2012-12-14
1
-0
/
+5
|
\
|
*
[2428] Interface to get count of sources in lexer
Michal 'vorner' Vaner
2012-12-13
1
-0
/
+5
*
|
[2382] unify pushing '\0' for number-like data in Number::handle()
JINMEI Tatuya
2012-12-04
1
-3
/
+3
|
/
*
[2382] unrelated fix to lexer: support empty qstring and nul termination.
JINMEI Tatuya
2012-12-01
1
-3
/
+10
*
[2506] handle other rare error cases
JINMEI Tatuya
2012-11-29
1
-4
/
+7
*
[2506] handled the case when getNextToken expects a number but it's too big.
JINMEI Tatuya
2012-11-29
1
-0
/
+6
*
[2506] handled the case a number is expected but not found
JINMEI Tatuya
2012-11-29
1
-2
/
+8
*
[2506] supported NUMBER in getNextToken() with expected type
JINMEI Tatuya
2012-11-29
1
-6
/
+18
*
[2506] resolved remaining conflicts on rebase
JINMEI Tatuya
2012-11-29
1
-2
/
+2
*
[2506] added another version of getNextToken, basic part
JINMEI Tatuya
2012-11-29
1
-0
/
+28
*
[2506] rename: MasterLexer::Token to MasterToken.
JINMEI Tatuya
2012-11-29
1
-26
/
+23
*
[2506] removed meaningless comment
JINMEI Tatuya
2012-11-29
1
-1
/
+0
*
[2374] Some last cleanups
Jelte Jansen
2012-11-29
1
-4
/
+4
*
[2374] Only recognize numbers if MasterLexer::NUMBER is set
Jelte Jansen
2012-11-28
1
-1
/
+1
*
[master] Fix overflow catching in number lexer state
Jelte Jansen
2012-11-27
1
-6
/
+13
*
[master] Fix changes from #2374 to match API changes
Jelte Jansen
2012-11-27
1
-3
/
+3
*
[master] Merge branch 'trac2374'
Jelte Jansen
2012-11-27
1
-3
/
+55
|
\
|
*
[2374] Comments for end of unnamed namespaces
Jelte Jansen
2012-11-26
1
-3
/
+3
|
*
[2374] Use correct type for base of strtoul()
Jelte Jansen
2012-11-26
1
-1
/
+1
|
*
[2374] Fix comments in number tokens
Jelte Jansen
2012-11-26
1
-1
/
+2
|
*
[2374] Add Number lexer state
Jelte Jansen
2012-11-21
1
-0
/
+51
*
|
[2375] Eliminate fake states
Michal 'vorner' Vaner
2012-11-22
1
-62
/
+1
*
|
[2375] Simplify the state transition design pattern
Michal 'vorner' Vaner
2012-11-22
1
-15
/
+13
*
|
[2375] some style matters: mostly about constness, and folded a long line.
JINMEI Tatuya
2012-11-22
1
-3
/
+3
*
|
[2375] Return a reference to the token
Michal 'vorner' Vaner
2012-11-22
1
-1
/
+1
*
|
[2375] Handle EOF after unbalanced parentheses
Michal 'vorner' Vaner
2012-11-22
1
-1
/
+3
*
|
[2375] Remove exception handling from getNextToken
Michal 'vorner' Vaner
2012-11-22
1
-21
/
+11
*
|
[2375] Don't restore internal token on ungetToken
Michal 'vorner' Vaner
2012-11-19
1
-6
/
+0
*
|
[2375] Provide weak exception guarantee
Michal 'vorner' Vaner
2012-11-19
1
-10
/
+23
*
|
[2375] Implement ungetting tokens
Michal 'vorner' Vaner
2012-11-19
1
-5
/
+33
*
|
[2375] Tests for ungetting tokens
Michal 'vorner' Vaner
2012-11-19
1
-9
/
+20
*
|
[2375] Check we don't read past the end
Michal 'vorner' Vaner
2012-11-19
1
-2
/
+3
*
|
[2375] Add a test a token is actually produced
Michal 'vorner' Vaner
2012-11-19
1
-2
/
+9
*
|
[2375] Implement basic getNextToken
Michal 'vorner' Vaner
2012-11-19
1
-4
/
+10
*
|
[2375] Tests for simple versions of getToken
Michal 'vorner' Vaner
2012-11-19
1
-0
/
+6
*
|
[2375] A fake state class
Michal 'vorner' Vaner
2012-11-19
1
-0
/
+46
*
|
[2375] getNextToken() and ungetNextToken() interface.
Michal 'vorner' Vaner
2012-11-19
1
-0
/
+11
|
/
*
[2373] added a comment about if-else complexity in State::start().
JINMEI Tatuya
2012-11-19
1
-0
/
+3
*
[2373] some more comment updates
JINMEI Tatuya
2012-11-15
1
-1
/
+5
*
[2373] refactoring: extend skipComment to include 'escaped' consideration.
JINMEI Tatuya
2012-11-15
1
-6
/
+4
[next]