Commit History

Author SHA1 Message Date
  Mukund Sivaraman d09c436d4b [2572] Make minor comment updates 12 years ago
  JINMEI Tatuya 5eeb4b30cb [2572] avoid direct comparison between size_t and streampos 12 years ago
  JINMEI Tatuya 84ba4a728f [2572] handled solaris oddity: catch uncommon/buggy results of seekg/tellg. 12 years ago
  JINMEI Tatuya a032d84ef4 [master] explicitly cast -1 to std::streampos. needed for some compilers. 12 years ago
  JINMEI Tatuya 4baf3a4dca [2572] introduced a special source size of "unknown". 12 years ago
  JINMEI Tatuya 989e0535b0 [2572] added InputSource::getPosition() to return the current positio of src. 12 years ago
  JINMEI Tatuya b32cd0ea87 [2572] added InputSource::getSize() to know the total size of the source. 12 years ago
  Michal 'vorner' Vaner 83053b85d9 [2375] Don't propagate exceptions from internal namespace 12 years ago
  JINMEI Tatuya 82ad5754e3 [master] Merge branch 'trac2371' 12 years ago
  Mukund Sivaraman dce5a5557d [2369] Use prefix syntax for increment/decrement operators 12 years ago
  JINMEI Tatuya 430b6e2f07 [2371] move the definition of END_OF_STREAM from test to the main impl .cc. 12 years ago
  Mukund Sivaraman ff7cec44f4 [2369] Describe why the operation failed in OpenError exception 12 years ago
  Mukund Sivaraman 9af419deb6 [2369] Add InputSource::mark() as a combination of saveLine() and compact() 12 years ago
  Mukund Sivaraman ccb0973459 [2369] Constify variables in various places 12 years ago
  Mukund Sivaraman ed1a2ad7df [2369] Use the more specialized std::ifstream instead of std::fstream 12 years ago
  Mukund Sivaraman a2090f1d57 [2369] Throw OpenError when opening the input file fails 12 years ago
  Mukund Sivaraman eb92bed532 [2369] Distinguish between EOF and failures in getChar() 12 years ago
  Mukund Sivaraman 5ac6e8b56c [2369] Use a const variable's value for END_OF_STREAM state 12 years ago
  Mukund Sivaraman 710bac3516 [2369] Initialize buffer_pos_ with 0 12 years ago
  Mukund Sivaraman 6b8bf7d03e [2369] Rename exception to UngetBeforeBeginning 12 years ago
  Mukund Sivaraman 6847454e58 [2369] Rename files to master_lexer_inputsource.{cc,h} 12 years ago