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