Historique des commits

Auteur SHA1 Message Date
  JINMEI Tatuya 6944e7758d [2382] unify pushing '\0' for number-like data in Number::handle() il y a 12 ans
  JINMEI Tatuya f73f27474f [2382] unrelated fix to lexer: support empty qstring and nul termination. il y a 12 ans
  JINMEI Tatuya 09cd4b9b32 [2506] handle other rare error cases il y a 12 ans
  JINMEI Tatuya 597ed99f86 [2506] handled the case when getNextToken expects a number but it's too big. il y a 12 ans
  JINMEI Tatuya ae3a1e5d17 [2506] handled the case a number is expected but not found il y a 12 ans
  JINMEI Tatuya d52186367e [2506] supported NUMBER in getNextToken() with expected type il y a 12 ans
  JINMEI Tatuya f70d131fd2 [2506] resolved remaining conflicts on rebase il y a 12 ans
  JINMEI Tatuya b991213a38 [2506] added another version of getNextToken, basic part il y a 12 ans
  JINMEI Tatuya c6c7cdee40 [2506] rename: MasterLexer::Token to MasterToken. il y a 12 ans
  JINMEI Tatuya 610720a5be [2506] removed meaningless comment il y a 12 ans
  Jelte Jansen a5683591b2 [2374] Some last cleanups il y a 12 ans
  Jelte Jansen e206bfd604 [2374] Only recognize numbers if MasterLexer::NUMBER is set il y a 12 ans
  Jelte Jansen 019d55a3b5 [master] Fix overflow catching in number lexer state il y a 12 ans
  Jelte Jansen 4dbb7316aa [master] Fix changes from #2374 to match API changes il y a 12 ans
  Jelte Jansen 2972b769ea [master] Merge branch 'trac2374' il y a 12 ans
  Jelte Jansen c6ceedc0a1 [2374] Comments for end of unnamed namespaces il y a 12 ans
  Jelte Jansen 9904f524d6 [2374] Use correct type for base of strtoul() il y a 12 ans
  Jelte Jansen d337cce495 [2374] Fix comments in number tokens il y a 12 ans
  Michal 'vorner' Vaner b3bcbf0497 [2375] Eliminate fake states il y a 12 ans
  Michal 'vorner' Vaner 644d7aaedf [2375] Simplify the state transition design pattern il y a 12 ans
  JINMEI Tatuya 6b846ec5ed [2375] some style matters: mostly about constness, and folded a long line. il y a 12 ans
  Michal 'vorner' Vaner e27a2922bc [2375] Return a reference to the token il y a 12 ans
  Michal 'vorner' Vaner 907061f81b [2375] Handle EOF after unbalanced parentheses il y a 12 ans
  Michal 'vorner' Vaner 0c0888ef6a [2375] Remove exception handling from getNextToken il y a 12 ans
  Jelte Jansen 70a7eb4ae1 [2374] Add Number lexer state il y a 12 ans
  Michal 'vorner' Vaner be89b811e8 [2375] Don't restore internal token on ungetToken il y a 12 ans
  Michal 'vorner' Vaner 6131e5b395 [2375] Provide weak exception guarantee il y a 12 ans
  Michal 'vorner' Vaner bc474e2398 [2375] Implement ungetting tokens il y a 12 ans
  Michal 'vorner' Vaner 0287ca83ae [2375] Tests for ungetting tokens il y a 12 ans
  Michal 'vorner' Vaner 33a3143ca0 [2375] Check we don't read past the end il y a 12 ans