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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into trac2534
Mukund Sivaraman
2014-02-20
1
-3
/
+3
|
\
|
*
[2518] Introduce isc::dns::Exception and organize all DNS exceptions under it
Mukund Sivaraman
2014-01-17
1
-3
/
+3
*
|
[2534] Support some minor cases for quoted character strings (compatibility w...
Mukund Sivaraman
2014-01-22
1
-0
/
+4
|
/
*
[2726] Make the lexer noncopyable
Michal 'vorner' Vaner
2013-06-12
1
-1
/
+3
*
[master] Merge branch 'trac2573'
JINMEI Tatuya
2013-01-18
1
-13
/
+29
|
\
|
*
[2573] changed lexer's getTotalSourceSize/Position with accumulation.
JINMEI Tatuya
2013-01-12
1
-13
/
+29
*
|
[2572] convert OpenError to Unexpected in the stream ver. of pushSource.
JINMEI Tatuya
2013-01-15
1
-0
/
+16
|
/
*
[2572] small doc update
JINMEI Tatuya
2013-01-11
1
-3
/
+4
*
[2572] fixed a typo: push vs pop
JINMEI Tatuya
2013-01-11
1
-1
/
+1
*
[2572] introduced a special source size of "unknown".
JINMEI Tatuya
2013-01-11
1
-0
/
+16
*
[2572] clarified that istream source must be complete on pushSource.
JINMEI Tatuya
2013-01-10
1
-0
/
+4
*
[2572] added MasterLexer::getPosition().
JINMEI Tatuya
2013-01-10
1
-0
/
+28
*
[2572] added MasterLexer::getTotalSourceSize().
JINMEI Tatuya
2013-01-10
1
-0
/
+16
*
[2427] Find INITIAL_WS even at the beginning of file
Michal 'vorner' Vaner
2012-12-17
1
-1
/
+2
*
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
*
|
[master] update the doc for MasterToken::StringRegion to match the latest code.
JINMEI Tatuya
2012-12-12
1
-2
/
+1
|
/
*
[2382] unrelated fix to lexer: support empty qstring and nul termination.
JINMEI Tatuya
2012-12-01
1
-0
/
+7
*
[2506] (unrelated) cleanup: define ReadError as a class, not a struct.
JINMEI Tatuya
2012-11-29
1
-1
/
+2
*
[2506] documentation update
JINMEI Tatuya
2012-11-29
1
-0
/
+74
*
[2506] handled the case a number is expected but not found
JINMEI Tatuya
2012-11-29
1
-0
/
+1
*
[2506] added another version of getNextToken, basic part
JINMEI Tatuya
2012-11-29
1
-0
/
+12
*
[2506] rename: MasterLexer::Token to MasterToken.
JINMEI Tatuya
2012-11-29
1
-224
/
+222
*
[2374] Some last cleanups
Jelte Jansen
2012-11-29
1
-1
/
+1
*
[master] Fix overflow catching in number lexer state
Jelte Jansen
2012-11-27
1
-0
/
+1
*
[2375] Eliminate fake states
Michal 'vorner' Vaner
2012-11-22
1
-8
/
+0
*
[2375] Return a reference to the token
Michal 'vorner' Vaner
2012-11-22
1
-1
/
+1
*
[2375] Remove exception handling from getNextToken
Michal 'vorner' Vaner
2012-11-22
1
-5
/
+5
*
[2375] grammar/typo fixes in comments/doc
JINMEI Tatuya
2012-11-20
1
-1
/
+1
*
[2375] Don't restore internal token on ungetToken
Michal 'vorner' Vaner
2012-11-19
1
-1
/
+4
*
[2375] Don't propagate exceptions from internal namespace
Michal 'vorner' Vaner
2012-11-19
1
-3
/
+10
*
[2375] Provide weak exception guarantee
Michal 'vorner' Vaner
2012-11-19
1
-0
/
+9
*
[2375] Add a test a token is actually produced
Michal 'vorner' Vaner
2012-11-19
1
-1
/
+3
*
[2375] Implement basic getNextToken
Michal 'vorner' Vaner
2012-11-19
1
-1
/
+1
*
[2375] Tests for simple versions of getToken
Michal 'vorner' Vaner
2012-11-19
1
-0
/
+8
*
[2375] getNextToken() and ungetNextToken() interface.
Michal 'vorner' Vaner
2012-11-19
1
-0
/
+35
*
[2373] unrelated extension to getString(): allow recycling the string
JINMEI Tatuya
2012-11-15
1
-2
/
+24
*
[2373] (unrelated doc fix) corrected "optionality" of token type
JINMEI Tatuya
2012-11-15
1
-3
/
+3
*
[master] Merge branch 'trac2372'
JINMEI Tatuya
2012-11-13
1
-1
/
+28
|
\
|
*
[2372] clarified that INITIAL_WS is recognized only after an EOL.
JINMEI Tatuya
2012-11-13
1
-3
/
+5
|
*
[2372] use specific constatnt values for Options instead of using the << trick
JINMEI Tatuya
2012-11-12
1
-4
/
+8
|
*
[2372] simplification: we actually don't need END_OF_LINE option.
JINMEI Tatuya
2012-11-06
1
-3
/
+1
|
*
[2372] initial parentheses support
JINMEI Tatuya
2012-11-02
1
-0
/
+12
|
*
[2372] handled spaces.
JINMEI Tatuya
2012-11-02
1
-0
/
+7
|
*
[2372] lexer state classes, some initial defs and tests
JINMEI Tatuya
2012-11-02
1
-0
/
+4
*
|
[2371] added notes about the two mode of error handling: retval and exception.
JINMEI Tatuya
2012-11-05
1
-0
/
+26
|
/
*
[2371] catch an error in opening a source file and gives feedback to caller.
JINMEI Tatuya
2012-11-02
1
-2
/
+12
*
[2371] renamed open/close() {push,pop}Source() as suggested in review.
JINMEI Tatuya
2012-11-02
1
-14
/
+15
*
[2371] fixed a trivial description error in doc
JINMEI Tatuya
2012-11-02
1
-2
/
+1
*
[2371] doc wording update as suggested in review
JINMEI Tatuya
2012-11-02
1
-1
/
+1
[next]