|
|
@14505
|
11 years |
Mark Evenson |
abcl-1.2.0-rc-0: Mark as first release candidate.
|
|
|
@14504
|
11 years |
Mark Evenson |
Promote ABCL-ASDF:ENSURE-MVN-VERSION as primary API that Maven can be …
|
|
|
@14503
|
11 years |
rschlatte |
Move initial initialization of generic functions Lisp-side
|
|
|
@14502
|
11 years |
Mark Evenson |
asdf-3.0.1
|
|
|
@14501
|
11 years |
rschlatte |
Move generic-function definition into Lisp
|
|
|
@14500
|
11 years |
rschlatte |
Remove direct references to generic-function class from Java
|
|
|
@14499
|
11 years |
rschlatte |
Move standard-generic-function definition into Lisp
Slightly tricky …
|
|
|
@14498
|
11 years |
rschlatte |
Unify checks for standard classes
- fix some cases where we took the …
|
|
|
@14497
|
11 years |
rschlatte |
Remove direct references to standard-generic-function class from Java
|
|
|
@14496
|
11 years |
Mark Evenson |
Guard against uninitialized message in a java.lang.Throwable passed to …
|
|
|
@14495
|
11 years |
rschlatte |
Remove StandardGenericFunction? class
|
|
|
@14494
|
11 years |
rschlatte |
Remove casts to StandardGenericFunction?
Replaced with function …
|
|
|
@14493
|
11 years |
rschlatte |
downsize StandardGenericFunction?.java
- move all caching into new …
|
|
|
@14492
|
11 years |
rschlatte |
Don't call allocate-instance with funcallable-standard-class arg
|
|
|
@14491
|
11 years |
rschlatte |
Always initialize emf cache for generic functions
Eliminates a check …
|
|
|
@14490
|
11 years |
rschlatte |
Eliminate one of our effective method function caches
- …
|
|
|
@14489
|
11 years |
rschlatte |
make updating instances a bit thread-safe
- calling updateLayout() …
|
|
|
@14488
|
11 years |
rschlatte |
add fast writer methods
- avoid generic function dispatch if there's …
|
|
|
@14487
|
11 years |
Mark Evenson |
Update to asdf-2.33.7 release candidate for ASDF3.
|
|
|
@14486
|
11 years |
rschlatte |
reinstate argument type checking in fast reader methods
|
|
|
@14485
|
11 years |
rschlatte |
remove slot location caching from StandardGenericFunction?
- …
|
|
|
@14484
|
11 years |
rschlatte |
fix (documentation x 'type) for standard-classes
- fixes a bunch of …
|
|
|
@14483
|
11 years |
rschlatte |
don't use funcallable-standard-instance-access on standard-class objects
|
|
|
@14482
|
11 years |
rschlatte |
Move forward-referenced-class metaclass definition into Lisp
|
|
|
@14481
|
11 years |
rschlatte |
Unify initialization of StandardGenericFunction? objects
|
|
|
@14480
|
11 years |
rschlatte |
remove some calls to intern
|
|
|
@14479
|
11 years |
rschlatte |
Rename and slightly refactor sys:make-slot-definition
- rename to …
|
|
|
@14478
|
11 years |
rschlatte |
remove Java-side accessor primitives from SlotDefinition?.java
- …
|
|
|
@14477
|
11 years |
rschlatte |
eliminate hardcoded slot locations in SlotDefinitionClass?.java
|
|
|
@14476
|
11 years |
rschlatte |
remove cargo-culted layoutStandardGenericFunction
- also replace …
|
|
|
@14475
|
11 years |
rschlatte |
Remove StandardGenericFunctionClass?.java
|
|
|
@14474
|
11 years |
rschlatte |
Eliminate slot positions fron StandardGenericFunctionClass?
|
|
|
@14473
|
11 years |
rschlatte |
Unify slot names for metaobjects
- move all slot names into SYS, …
|
|
|
@14472
|
11 years |
rschlatte |
sort symbol definitions
|
|
|
@14471
|
11 years |
rschlatte |
remove unused GenericFunction? class
|
|
|
@14470
|
11 years |
rschlatte |
define multiply-referenced symbols in Symbol.java
|
|
|
@14469
|
11 years |
rschlatte |
invoke slot-missing from getInstanceSlotValue, setInstanceSlotValue
|
|
|
@14468
|
11 years |
rschlatte |
Fix set-lambda-name & friends
- in funcallable-standard-object, …
|
|
|
@14467
|
11 years |
rschlatte |
make funcallable-standard-object a funcallable-standard-class.
- …
|
|
|
@14466
|
11 years |
rschlatte |
call type_error when possible
|
|
|
@14465
|
11 years |
rschlatte |
new method program_error, analogous to type_error
|
|
|
@14464
|
11 years |
rschlatte |
open-code allocateInstance() in %std-allocate-instance
- method was …
|
|
|
@14463
|
11 years |
rschlatte |
move structure-class metaclass definition into Lisp
|
|
|
@14462
|
11 years |
rschlatte |
- Remove extraneous constant
|
|
|
@14461
|
11 years |
Mark Evenson |
Update to asdf-2.33.
|
|
|
@14460
|
11 years |
ehuelsmann |
* Rename FASL entry point inside the fasl from "<fasl>._" to …
|
|
|
@14459
|
11 years |
ehuelsmann |
Ensure autoloading of fasl-concat when ASDF uses it.
|
|
|
@14458
|
11 years |
ehuelsmann |
Export the SYS::CONCATENATE-FASLS symbol.
|
|
|
@14457
|
11 years |
ehuelsmann |
Add FASL concatenation functionality for ASDF to use in its ASDF3
…
|
|
|
@14456
|
11 years |
Mark Evenson |
Update remote JAR-PATHNAME tests to retrieve fasl version 41 artifacts.
|
|
|
@14455
|
11 years |
ehuelsmann |
Fix (DESCRIBE <FUNCALLABLE-STANDARD-OBJECT>) for funcallable standard …
|
|
|
@14454
|
11 years |
rschlatte |
Move standard-generic-function slot accessors from Java to Lisp
- …
|
|
|
@14453
|
11 years |
ehuelsmann |
Fix recent TINAA-TEST loader crash (regression from FAILure)
as …
|
|
|
@14452
|
11 years |
ehuelsmann |
Fix cl-cont, which causes %SET-LAMBDA-NAME to be called on a
…
|
|
|
@14451
|
11 years |
Mark Evenson |
Loosen check for issuing redfinition from TRUENAME to PROBE-FILENAME.
…
|
|
|
@14450
|
11 years |
Mark Evenson |
Update the URL-PATHNAME archive to fasl version 40.
|
|
|
@14449
|
11 years |
Mark Evenson |
Fix UNEXPORT to work on symbols from foreign packages.
No longer …
|
|
|
@14448
|
11 years |
rschlatte |
Remove most references to StandardGenericFunction?
- use TYPEP or …
|
|
|
@14447
|
11 years |
ehuelsmann |
Re #230: Add a macro expansion for TRULY-THE.
|
|
|
@14446
|
11 years |
rschlatte |
Fix %allocate-funcallable-instance for non-gf funcallable objects
- …
|
|
|
@14445
|
11 years |
ehuelsmann |
Re #200: Rewrite form-modifying macro into a series of …
|
|
|
@14444
|
11 years |
ehuelsmann |
Add print methods for compiler structures I'm trying to debug.
|
|
|
@14443
|
11 years |
ehuelsmann |
Take advantage of PRINT-OBJECT functions having been defined
to create …
|
|
|
@14442
|
11 years |
Mark Evenson |
Document types for compiler diagnostic callbacks pushed to JVM:*CALLBACKS*
|
|
|
@14441
|
11 years |
ehuelsmann |
Stop modifying form structure in pass1.
Note: it's bad style to …
|
|
|
@14440
|
11 years |
Mark Evenson |
Restore ASDF-JAR:PACKAGE.
|
|
|
@14439
|
11 years |
Mark Evenson |
Restore loading of ASDF-JAR.
|
|
|
@14438
|
11 years |
Mark Evenson |
Fix JSS:VECTOR-TO-LIST and JSS:ITERABLE-TO-LIST.
Found by zmyrgel on …
|
|
|
@14437
|
11 years |
Mark Evenson |
Correct the jars on the filesytem example in abcl-asdf README.
|
|
|
@14436
|
11 years |
rschlatte |
Fix potential endless loop in sys::stream-%set-charpos
|
|
|
@14435
|
11 years |
Mark Evenson |
Explicitly finalize inheritance for classes in GRAY-STREAMS.
Fixes #300.
|
|
|
@14434
|
11 years |
Mark Evenson |
Allow "simple" FORMAT invocations on types derived from Gray streams.
…
|
|
|
@14433
|
11 years |
Mark Evenson |
Ensure that the pretty printer has been loaded before Gray streams.
|
|
|
@14432
|
11 years |
rschlatte |
Some more package-local-nickname error checking in defpackage
|
|
|
@14431
|
11 years |
rschlatte |
Make add-package-local-nicknames errors continuable
- partly fixes #307
|
|
|
@14430
|
11 years |
rschlatte |
Add tests for package-local nicknames
|
|
|
@14429
|
11 years |
rschlatte |
When deleting a package, remove its package-local nicknames everywhere
|
|
|
@14428
|
11 years |
rschlatte |
Fix return value of add-package-local-nickname
|
|
|
@14427
|
11 years |
Mark Evenson |
Fix warn on redefinition for case when symbol has no source pathname.
…
|
|
|
@14426
|
11 years |
ehuelsmann |
Fix #274: Infinite loop when compiling …
|
|
|
@14425
|
11 years |
Mark Evenson |
Restore runnable tests from build.xml.
Fixes #310.
|
|
|
@14424
|
11 years |
Mark Evenson |
Update to asdf-2.32.
|
|
|
@14423
|
11 years |
rschlatte |
Don't error when re-adding an identical package-local nickname
|
|
|
@14422
|
11 years |
rschlatte |
Consider package-local nicknames in printer.
- Fixes #309
|
|
|
@14421
|
11 years |
rschlatte |
Fix package-local nicknames
- avoid failure when package has no …
|
|
|
@14420
|
11 years |
ehuelsmann |
Fix #308: Compiled FLET exhausts the stack.
|
|
|
@14409
|
11 years |
Mark Evenson |
Manual typos, language changes, reference correction.
|
|
|
@14408
|
11 years |
Mark Evenson |
Manual merge of the Manual from 1.1.x.
|
|
|
@14407
|
11 years |
ehuelsmann |
Specify opcode argument types to help programmers generate class files …
|
|
|
@14406
|
11 years |
Mark Evenson |
The LispThread? stack no longer grows inconsistently from errors thrown …
|
|
|
@14405
|
11 years |
rschlatte |
Support package-local nicknames
- Same API as SBCL (see manual)
- …
|
|
|
@14404
|
11 years |
Mark Evenson |
Fix error on form redefition introduced with r14403.
Addresses #282 …
|
|
|
@14403
|
11 years |
Mark Evenson |
No longer warn on spurious redefinitions.
Fixes #282.
|
|
|
@14402
|
11 years |
Mark Evenson |
CL:LOAD now uses its :EXTERNAL-FORMAT argument.
Fixes #303.
|
|
|
@14401
|
11 years |
Mark Evenson |
build: TAGS target now matches multiline @DocString? tags.
|
|
|
@14400
|
11 years |
Mark Evenson |
Clean up manually defined autoloads.
Problems involved not correctly …
|
|
|
@14399
|
11 years |
Mark Evenson |
Remove obsolete comments with implementation of the SETF autoloader.
|
|
|
@14398
|
11 years |
Mark Evenson |
build: fix warning if compiling with jdk-1.7.0_0[0123].
|
|
|
@14397
|
11 years |
Mark Evenson |
Upgrade to asdf-2.30.
|
|
|
@14396
|
11 years |
Mark Evenson |
manual: restore building.
Noticed by Blake McBride?.
|
|
|