-
…ay and Offset in file of last returned line. This allow to keep the offset for restarting importation if the process was interrupted. [!] Fix the find the first by using ByteArray instead of String because the Boyer-Moore algorithm is now in the VM and it was use to search String into binary data. When the first NULL was encountered the searching process was stopped. Of it was a bug to use the String instead of ByteArray. [!] Line_reader now use fast_lexer_4
-
add windows part in jedit/README.txt
-
Jérémy Larrieu's patch: - SConstruct generate correct name for output executable file - move _WITH_SSL_ to be able to compile correctly without SSL
-
- Improved 'LineReader' fonctions allowing to not recreate lexer each time.
-
Add UnitTest to FastLexer revealing bug