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