index
:
kea.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
dns
/
master_lexer_inputsource.cc
Age
Commit message (
Expand
)
Author
2016-12-14
Added #include <config.h> to all .cc files.
Andrei Pavel
2015-12-16
[4236] Updated copyright dates in all files.
Marcin Siodelski
2015-12-16
[4236] Replaced license text in all files containing it.
Marcin Siodelski
2013-01-15
[2572] Make minor comment updates
Mukund Sivaraman
2013-01-14
[2572] avoid direct comparison between size_t and streampos
JINMEI Tatuya
2013-01-14
[2572] handled solaris oddity: catch uncommon/buggy results of seekg/tellg.
JINMEI Tatuya
2013-01-11
[master] explicitly cast -1 to std::streampos. needed for some compilers.
JINMEI Tatuya
2013-01-10
[2572] introduced a special source size of "unknown".
JINMEI Tatuya
2013-01-09
[2572] added InputSource::getPosition() to return the current positio of src.
JINMEI Tatuya
2013-01-09
[2572] added InputSource::getSize() to know the total size of the source.
JINMEI Tatuya
2012-11-19
[2375] Don't propagate exceptions from internal namespace
Michal 'vorner' Vaner
2012-11-07
[master] Merge branch 'trac2371'
JINMEI Tatuya
2012-11-07
[2369] Use prefix syntax for increment/decrement operators
Mukund Sivaraman
2012-11-06
[2371] move the definition of END_OF_STREAM from test to the main impl .cc.
JINMEI Tatuya
2012-11-06
[2369] Describe why the operation failed in OpenError exception
Mukund Sivaraman
2012-11-04
[2369] Add InputSource::mark() as a combination of saveLine() and compact()
Mukund Sivaraman
2012-11-04
[2369] Constify variables in various places
Mukund Sivaraman
2012-11-04
[2369] Use the more specialized std::ifstream instead of std::fstream
Mukund Sivaraman
2012-11-02
[2369] Throw OpenError when opening the input file fails
Mukund Sivaraman
2012-11-01
[2369] Distinguish between EOF and failures in getChar()
Mukund Sivaraman
2012-11-01
[2369] Use a const variable's value for END_OF_STREAM state
Mukund Sivaraman
2012-11-01
[2369] Initialize buffer_pos_ with 0
Mukund Sivaraman
2012-11-01
[2369] Rename exception to UngetBeforeBeginning
Mukund Sivaraman
2012-11-01
[2369] Rename files to master_lexer_inputsource.{cc,h}
Mukund Sivaraman