source: trunk/abcl/src/org/armedbear/lisp/Stream.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15770   4 months Mark Evenson Have coerceToPathname use Gray stream PATHNAME generic
(edit) @15745   6 months Mark Evenson Add gray-streams:stream-file-length support
(edit) @15731   9 months Mark Evenson Signal error for malformed #b/#o/#x/#r reader macros Without this, …
(edit) @15707   11 months Mark Evenson Gray Streams now work much better Implemented Java-side proxy in …
(edit) @15702   11 months Mark Evenson Fix SYS:OUT-SYNONYM-OF for Gray streams
(edit) @15692   12 months Mark Evenson Create a proxy Stream class for CLOS streams Attempts to address …
(edit) @15619   17 months Mark Evenson Interning even new keywords when specified in the form …
(edit) @15212   4 years Mark Evenson untabify source unit
(edit) @15211   4 years Mark Evenson When *read-suppress* is t, a read should generally return nil, but it …
(edit) @15120   6 years Mark Evenson Don't evaluate format control string in ReaderError? (Javier Olaechea) …
(edit) @15114   6 years Mark Evenson Intern SYSTEM:AVAILABLE-ENCODINGS symbols (robert Dodier) c.f. …
(edit) @14466   11 years rschlatte call type_error when possible
(edit) @14465   11 years rschlatte new method program_error, analogous to type_error
(edit) @14405   11 years rschlatte Support package-local nicknames - Same API as SBCL (see manual) - …
(edit) @14400   11 years Mark Evenson Clean up manually defined autoloads. Problems involved not correctly …
(edit) @14357   11 years Mark Evenson Fixes #294: Reader doesn't recognize terminating characters in some …
(edit) @14091   12 years ehuelsmann Make LISTEN work for non-character input streams. Found by Stas …
(edit) @13918   12 years Mark Evenson SYS:AVAILABLE-ENCODINGS now returns symbols in the KEYWORD package.
(edit) @13917   12 years Mark Evenson SYS:AVAILABLE-ENCODINGS returns a list of formats suitable for stream …
(edit) @13768   12 years rschlatte Allow zero-length symbols (written as ||). Fixes #193 (reported by …
(edit) @13706   12 years ehuelsmann Refactor Stream.readToken() to fix an issue reported by Blake McBride?
(edit) @13598   13 years ehuelsmann Bind *SHARP-SHARP-ALIST* to NIL when starting a non-recursive READ …
(edit) @13508   13 years Mark Evenson Fix #148: READTABLE-CASE :invert doesn't work for symbols. A slightly …
(edit) @13461   13 years ehuelsmann Print expected minimum and maximum argument list lengths in …
(edit) @13442   13 years ehuelsmann Remove .toString() methods which override default Java output to be …
(edit) @13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
(edit) @13178   13 years ehuelsmann Fix problem found by Blake McBride? while running SCONE. Note: the …
(edit) @12810   14 years Mark Evenson PATHNAME without namestring now has a non-printable representation.
(edit) @12766   14 years ehuelsmann Fix #101: Regression in 0.20 where dispatch macros return NIL.
(edit) @12749   14 years Mark Evenson Undo previous commmit.
(edit) @12748   14 years Mark Evenson Include 'examples' in release source distribution. Reported by Mario Lang.
(edit) @12726   14 years vvoutilainen Use BitSet?'s bulk set operation.
(edit) @12701   14 years ehuelsmann Fix weird indenting.
(edit) @12693   14 years ehuelsmann Fix reader dispatch macro functions defined in Lisp, trying to return …
(edit) @12648   14 years ehuelsmann Add (and use) more wrappers for the lisp ERROR function, using …
(edit) @12646   14 years ehuelsmann Re #93: Instead of fixing just readList and readDelimitedList, …
(edit) @12645   14 years ehuelsmann Fix #93: Empty VALUES set in the reader treated as NIL.
(edit) @12604   14 years ehuelsmann Further consolidation of copy/pasted code. Patch by: David Kirkman, …
(edit) @12602   14 years ehuelsmann Un-duplicate string reading between FaslReader? and LispReader?.
(edit) @12600   14 years ehuelsmann Consolidate faslReadRadix with readRadix.
(edit) @12597   14 years ehuelsmann Consolidate faslRead, faslReadArray, faslReadComplex and …
(edit) @12596   14 years ehuelsmann Remove unused imports and rename a local variable shadowing a field.
(edit) @12595   14 years ehuelsmann Consolidate the functionality of faslReadPreservingWhitespace and …
(edit) @12594   14 years ehuelsmann Switch Stream.readList to use ReadtableAccessors?.
(edit) @12593   14 years ehuelsmann Switch Stream.readDispatchChar to use ReadtableAccessors?.
(edit) @12592   14 years ehuelsmann Consolidate the functionality of faslReadStructure and readStructure …
(edit) @12559   14 years astalla Changed recently added method names in Stream to avoid conflicts with …
(edit) @12558   14 years astalla Exposed in/out streams and reader/writers of Stream.
(edit) @12513   14 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
(edit) @12431   14 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
(edit) @12422   14 years Mark Evenson Extensively reworked new implementation for specifiying jar pathnames. …
(edit) @12397   14 years vvoutilainen Fix MAKE-BROADCAST-STREAM.8.
(edit) @12362   14 years vvoutilainen Make Stream extend StructureObject?, modify Stream derivatives to set a …
(edit) @12334   14 years astalla Added convenience constructors to Stream.
(edit) @12330   14 years ehuelsmann Fix ticket #77: incorrect encoding used for FASLs, by always using UTF-8.
(edit) @12329   14 years ehuelsmann More notes about potential codepoint conversion bugs.
(edit) @12323   14 years ehuelsmann Implement setting of external format on a stream; only supported on …
(edit) @12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
(edit) @12272   15 years ehuelsmann Implement functional (declared final) interface to special bindings …
(edit) @12255   15 years ehuelsmann Rename ConditionThrowable? to ControlTransfer? and remove try/catch …
(edit) @12254   15 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
(edit) @12252   15 years ehuelsmann Annotate dubious uses of ConditionThrowable? with FIXME's.
(edit) @12180   15 years astalla Ticket #56: eliminated use of temporary files for COMPILE
(edit) @12036   15 years ehuelsmann Improve - but do not fully fix - line number counting. Note: See the …
(edit) @11991   15 years vvoutilainen Move IOException handling away from reader's tight loops.
(edit) @11982   15 years ehuelsmann Don't use exceptions to find out the reader is null; instead, check it …
(edit) @11980   15 years ehuelsmann Remove a catch {} block we can manually check for, we expect this …
(edit) @11783   15 years ehuelsmann Fix fasl reader special bindings leak. * Bind the …
(edit) @11754   15 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
(edit) @11748   15 years ehuelsmann Revert r11746. It turns out to break the ANSI test suite and I don't …
(edit) @11746   15 years ehuelsmann Fix reader memory leak.
(edit) @11722   15 years ehuelsmann Make sure to create Fixnums when the LispInteger/Bignum? created is in …
(edit) @11714   15 years ehuelsmann Use the Fixnum factory instead of creating new Fixnums all over the …
(edit) @11711   15 years ehuelsmann Switch our internals over to the new variadic list() function.
(edit) @11698   15 years astalla reverted wrong commit.
(edit) @11697   15 years astalla Serialization support for some lisp objects.
(edit) @11612   15 years ehuelsmann Count linenumbers correctly again (they were double counted before …
(edit) @11539   15 years ehuelsmann Empty statements cleanup: * Remove unintentional empty statements * …
(copy) @11457   15 years ehuelsmann Create separate project directories for ABCL and J.
copied from trunk/j/src/org/armedbear/lisp/Stream.java:
(edit) @11435   15 years ehuelsmann Make sure we're consistently using java.nio.Charset charset names (by …
Note: See TracRevisionLog for help on using the revision log.