source: trunk/abcl/src/org/armedbear/lisp/util

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15397   4 years Mark Evenson Expand abstraction of Archive Fix ZipTest? Start working on creating …
(edit) @15387   4 years Mark Evenson Reset file charset decoder before conversion Using FILE-POSITION to …
(edit) @15359   4 years Mark Evenson Fix running openjdk11 compilation on openjdk8 Seemingly, the …
(edit) @14863   8 years Mark Evenson (Vibhu Mohindra) Fix RandomAccessCharacterFile?.java
(edit) @14735   10 years Mark Evenson Signal SIMPLE-ERROR for invalid external-format arguments. Addresses …
(edit) @14627   10 years Mark Evenson (partially) restore CL:LOAD from jar files. There is apparently a …
(edit) @14612   10 years Mark Evenson Set a timeout on retrieval of JAR-PATHNAME objects from ZipCache?. JDK …
(edit) @13251   13 years ehuelsmann Set properties and correct attribution.
(edit) @13250   13 years ehuelsmann Close #138 by implementing a general post-finalization notification …
(edit) @13088   13 years Mark Evenson Fix algorithim error in writing byte sequences via …
(edit) @12902   14 years vvoutilainen Fix reading of data containing scandinavian latin1 characters …
(edit) @12759   14 years vvoutilainen Mark functions final where applicable.
(edit) @12656   14 years Mark Evenson Properly implement HTTP/1.1 HEAD requests.
(edit) @12611   14 years Mark Evenson Fix problems with HEAD against googlecode.com.
(edit) @12513   14 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
(edit) @12504   14 years Mark Evenson Implement HTTP HEAD Last-Modified checking for ZipCache? objects. …
(edit) @12330   14 years ehuelsmann Fix ticket #77: incorrect encoding used for FASLs, by always using UTF-8.
(edit) @12327   14 years ehuelsmann Note 2 bugs in RandomAccessCharacterFile? so the fact doesn't get forgotten.
(edit) @12322   14 years ehuelsmann Follow up to r12321; changes resulting from more testing.
(edit) @12321   14 years ehuelsmann Fix ticket #75: infinite loop while writing unmappable characters to …
(edit) @12318   14 years ehuelsmann Remove trailing spaces/tabs which light my editing buffers red.
(edit) @12317   14 years ehuelsmann Change the properties of RandomAccessCharacterFile? to the standard ones.
(edit) @11988   15 years ehuelsmann Remove the 'large block write' special case code: it interacts badly …
(edit) @11987   15 years ehuelsmann Don't destroy buffer content when not necessary: the unread/unwritten …
(edit) @11986   15 years ehuelsmann Flush buffers sparingly.
(edit) @11985   15 years ehuelsmann We can't move beyond position() in bbuf if it's not readable, set the …
(edit) @11984   15 years ehuelsmann Delete the fcnsize field: in a multiprocessing environment, this is …
(edit) @11983   15 years ehuelsmann Immediately call RACF.write(byte[]) in 2 ROAS methods.
(edit) @11981   15 years ehuelsmann Override PushbackReader?.ready() too [in RACF]: the standard …
(edit) @11979   15 years ehuelsmann Make RACF a little bit less virtual; hopefully it speeds things up.
(edit) @11978   15 years ehuelsmann Remove check for dataIsAvailableForRead(): it's redundant. Introduce …
(edit) @11977   15 years ehuelsmann Use a slighly less contrived calculation method to calculate the …
(edit) @11976   15 years ehuelsmann Move flushBbuf() related bbufpos modifications into flushBbuf().
(edit) @11975   15 years ehuelsmann Where the underlying stream is positioned should have *no* bearing on …
(edit) @11974   15 years ehuelsmann Remove pointingAtEOF(); it was used only once and the same information …
(edit) @11973   15 years ehuelsmann Don't clear the buffer. It could be non-empty.
(edit) @11972   15 years ehuelsmann Factor out bbuf-updating from read(byte[]) and read(char[]) into …
(edit) @11971   15 years ehuelsmann Disentangle flushBbuf() and read(char[]) in RandomAccessCharacterFile?; …
(edit) @11970   15 years ehuelsmann Performance improvement by removing fcn.size() calls; also lots of …
(edit) @11511   15 years vvoutilainen Use replacement characters for unmappable and malformed data. This …
(copy) @11457   15 years ehuelsmann Create separate project directories for ABCL and J.
copied from trunk/j/src/org/armedbear/lisp/util:
(copy) @11434   15 years ehuelsmann Merge open-external-format branch back to trunk.
Note: See TracRevisionLog for help on using the revision log.