source: trunk/abcl/src/org/armedbear/lisp/Lisp.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) @15764   5 months Mark Evenson Use STREAMP to determine Gray stream API availability
(edit) @15762   5 months Mark Evenson Be more efficient when the stepper instrumentation is not active Use …
(edit) @15761   5 months Mark Evenson Differentiate STORAGE-CONDITION causes A STORAGE-CONDITION may be …
(edit) @15751   5 months Mark Evenson Lisp.checkStream() coercion works for GRAY-STREAM subclasses
(edit) @15732   9 months Mark Evenson Implement UPGRADED-ARRAY-ELEMENT-TYPE for non-specialized byte types …
(edit) @15724   10 months Mark Evenson add Lisp.java_error() convenience
(edit) @15709   11 months Mark Evenson Working stepper for ABCL as a contrib! Some characteristics: - For …
(edit) @15707   11 months Mark Evenson Gray Streams now work much better Implemented Java-side proxy in …
(edit) @15706   11 months Mark Evenson Properly get synonym stream for standard output
(edit) @15692   12 months Mark Evenson Create a proxy Stream class for CLOS streams Attempts to address …
(edit) @15584   2 years Mark Evenson This commit makes interrupt-thread react quickly. What happens on …
(edit) @15561   2 years Mark Evenson Clarify argument limits somewhat Addresses …
(edit) @15552   2 years Mark Evenson Support for accessing lexical environments for interpreted code
(edit) @15549   2 years Mark Evenson Fix (coerce 'documentation 'function) issue
(edit) @15548   2 years Mark Evenson Proposal to fix Github issue #177 - Filled slots 'operation' and …
(edit) @15501   3 years Mark Evenson Uppercase arch before pushing it to *features*
(edit) @15499   3 years Mark Evenson [mq]: loom-comment-1.patch
(edit) @15498   3 years Mark Evenson Untabify previous commit New Emacs instance: missed adding …
(edit) @15497   3 years Mark Evenson Enusure that *FEATURES* contains an integer :JAVA-<n> value With …
(edit) @15496   3 years Mark Evenson Support use of Project Loom virtual threads Thanks to …
(edit) @15406   4 years Mark Evenson Able to OPEN, PROBE-FILE, and LOAD contents of nested jar …
(edit) @15396   4 years Mark Evenson Ensure that we behave like previous implementation Seemingly working …
(edit) @15395   4 years Mark Evenson Make Pathname.init() static method Running under Netbeans, but …
(edit) @15394   4 years Mark Evenson Starting to hook jar/uri mechanisms up Failing to roundtrip …
(edit) @15393   4 years Mark Evenson INCOMPLETE Hook up implementation of PathnameJar? and PathnameURL …
(edit) @15391   4 years Mark Evenson pathname: normalize Pathname to new Java conventions 1. use …
(edit) @15389   4 years Mark Evenson Introduce a synonym for the null reference
(edit) @15378   4 years Mark Evenson Patches and CI changes for running on openjdk15 Use openjdk15 as …
(edit) @15371   4 years Mark Evenson Expand simplified signalling errors from Java
(edit) @15357   4 years Mark Evenson Re-work strategy for CL:*FEATURES* for hosting JVM Add a keyword …
(edit) @15350   4 years Mark Evenson Refactor naming for coerce methods
(edit) @15348   4 years Mark Evenson Revert further (INCOMPLETE) work on byte vectors Back out incorrect …
(edit) @15347   4 years Mark Evenson Further (INCOMPLETE) work on byte vectors GOAL: completely remove …
(edit) @15305   4 years Mark Evenson Implementation of overhauled vectors and arrays as java.nio.ByteBuffer?
(edit) @15287   4 years Mark Evenson The upper limit for 32 bit values is simply wrong Fix the upper limit …
(edit) @15280   4 years Mark Evenson Make javap the default for CL:DISASSEMBLE Fix system interface for …
(edit) @15137   5 years Mark Evenson Fix ANSI-TESTS GENSYM.ERROR.10 and GENSYM.ERROR.11 (Douglas Miles) …
(edit) @15036   7 years Mark Evenson Fix PACKAGE-ERROR-PACKAGE behaviour (Olof-Joachim Frahm) Also the …
(edit) @15028   7 years Mark Evenson More Java versions (1.8, 1.9) (Olof-Joachim Frahm)
(edit) @15023   7 years Mark Evenson Extract common integer check (Olof-Joachim Frahm)
(edit) @14552   11 years ehuelsmann Inline calls to jrun-exception-protected (used by handler-bind to …
(edit) @14465   11 years rschlatte new method program_error, analogous to type_error
(edit) @14448   11 years rschlatte Remove most references to StandardGenericFunction? - use TYPEP or …
(edit) @14405   11 years rschlatte Support package-local nicknames - Same API as SBCL (see manual) - …
(edit) @14369   11 years Mark Evenson Implementation of autoloader for SETF generalized references. Fixes …
(edit) @14256   11 years ehuelsmann Patch submitted by Carlos Ungil: Correctly identify the platforms to …
(edit) @14089   12 years ehuelsmann Close #208: Merge pathname defaults.
(edit) @14078   12 years ehuelsmann Re #236: Solve the EVAL part of "Bad error message for malformed forms".
(edit) @14064   12 years rschlatte Cosmetic changes - rename local variables - directly set initial …
(edit) @14063   12 years rschlatte Add :MOP to *FEATURES* - also simplify *features* initialization a bit
(edit) @14033   12 years ehuelsmann Make MACROEXPAND-1 auto-load strictly what it needs (macro functions) …
(edit) @14002   12 years Mark Evenson dmiles: SYS:*COMPILE-FILE-CLASS-EXTENSION* contains PATHNAME TYPE of …
(edit) @13967   12 years Mark Evenson JAVA:JINPUT-STREAM returns the underlying java.io.InputStream? for any …
(edit) @13885   12 years ehuelsmann Report the actual parameters passed in a function call with mismatched …
(edit) @13822   12 years ehuelsmann Fix trunk build after the previous commit. (Lesson: don't try to limit …
(edit) @13720   12 years ehuelsmann String hash randomization.
(edit) @13695   12 years astalla Reimplementation of global symbol macros to avoid using the symbol's …
(edit) @13518   13 years ehuelsmann Replace the use of the (non-concurrent) Hashtable with the …
(edit) @13513   13 years ehuelsmann Remove meaningless 'final' classification on a method and an unused …
(edit) @13512   13 years ehuelsmann Re #116: Implement some infrastructure to load from other sources than …
(edit) @13445   13 years ehuelsmann Print unreadable strings with unreadableString() exclusively, so it …
(edit) @13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
(edit) @13274   13 years ehuelsmann Fix 147: *PRINT-CASE* setting affects COMPILE-FILE. Found by Dan Corkill.
(edit) @13149   13 years astalla Keep sys::make-fasl-class-loader API compatible to avoid changing the …
(edit) @13144   13 years ehuelsmann Stabilize the new way of terminating ABCL.
(edit) @13108   13 years Mark Evenson Fix strange backtrace growth as reported in ticket #114. There may be …
(edit) @13028   13 years Mark Evenson Add :SOLARIS to *FEATURES* Now both :SUNOS and :SOLARIS occur in …
(edit) @12972   14 years ehuelsmann Preallocate package sizes large enough to hold all the symbols …
(edit) @12952   14 years ehuelsmann Maxima disables underflow signals itself now. We default back to …
(edit) @12929   14 years ehuelsmann Don't trap floating point underflows: Raymond Toy explains how most CL …
(edit) @12849   14 years Mark Evenson Narrow LISP-ERROR to STORAGE-CONDITION. Now JRUN-EXCEPTION-PROTECTED …
(edit) @12826   14 years vvoutilainen DocString? annotation support, for generating DOCUMENTATION, and later …
(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) @12742   14 years astalla less-reflection branch merged with trunk. verify-load temporarily disabled.
(edit) @12724   14 years ehuelsmann Remove access specifier from 2 interpreter specific functions (now …
(edit) @12648   14 years ehuelsmann Add (and use) more wrappers for the lisp ERROR function, using …
(edit) @12607   14 years Mark Evenson URL pathnames working for OPEN for built-in schemas. Still need to …
(edit) @12599   14 years ehuelsmann Commit file left out on my last commit.
(edit) @12576   14 years ehuelsmann Re #38: Merge the METACLASS branch to trunk.
(edit) @12524   14 years Mark Evenson Enable ABCL to load in an OSGi context. OSGi abstracts the loading of …
(edit) @12516   14 years astalla Support for user-extensible sequences, adapted from SBCL.
(edit) @12513   14 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
(edit) @12461   14 years ehuelsmann In the category of making things readable: readable class cast …
(edit) @12450   14 years Mark Evenson Collect unprocessed command-line arguments in …
(edit) @12437   14 years ehuelsmann CHAR-CODE-LIMIT is the upper *exclusive* limit. Found by: Paul Griffioen
(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) @12392   14 years ehuelsmann Move a constant definition from boot.lisp to Java, as the precedent …
(edit) @12362   14 years vvoutilainen Make Stream extend StructureObject?, modify Stream derivatives to set a …
(edit) @12331   14 years astalla Cleanup in readFunctionBytes (Lisp.java), possibility to load compiled …
(edit) @12310   14 years ehuelsmann Implement note 1 from r12306: function preloading for macros.
(edit) @12306   14 years ehuelsmann Land fast-boot-preloading branch on trunk. Note: things to do include …
(edit) @12298   14 years ehuelsmann Full source scan of "catch (Throwable"; remove lots of instances, or …
(edit) @12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
(edit) @12274   14 years ehuelsmann Convert some uses of LispObject to Symbol.
(edit) @12272   14 years ehuelsmann Implement functional (declared final) interface to special bindings …
(edit) @12255   14 years ehuelsmann Rename ConditionThrowable? to ControlTransfer? and remove try/catch …
(edit) @12254   14 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
Note: See TracRevisionLog for help on using the revision log.