Name | Modified | Size |
---|---|---|
.. | ||
LineReader.java | 10 years ago |
Change | User | Description | Committed |
---|---|---|---|
13920 | Paul Allen | copy part 2 (no errors) | 10 years ago |
12339 | Paul Allen | Performance improvements for the early stages of the CVS list building: - Buildi...ng branch list - Building revision list « |
10 years ago |
11745 | Paul Allen | CVS: Parse non-standard RCS file, where 'log' and 'text' are on the same line. Sup...port alternative delete method - added test case 054 to support parse changes - added test case 055 to support alternatice delete method « |
10 years ago |
10655 | Paul Allen | Fixed buffered writer. Fills buffer with one or more lines upto 8K and then save remainde...r. Includes line/EOF (null) detection. « |
11 years ago |
10497 | Paul Allen | New low-level RCS reader using a byte[] to manage CVS lines. Designed to help... with the processing of BINARY data in RCS files. The line reading code still looks for a unix style '\n', but has a MAX LINE (hard coded to 10K). The RcsObjectBlock uses a ByteArrayOutputStream to store lines and parsers uses byte logic. (passes basic cvs/svn unit tests) « |
11 years ago |