|
|
@14049
|
9 years |
ehuelsmann |
Add the clos-tests.lisp file added in the last commit to the ASD file.
|
|
|
@14048
|
9 years |
ehuelsmann |
Move CLOS D-M-C tests to a separate file clos-tests.lisp,
because …
|
|
|
@14047
|
9 years |
ehuelsmann |
Test adjustment: remove quoting based on previously incorrect …
|
|
|
@14046
|
9 years |
ehuelsmann |
Fix required-part parsing in case of 'required-part-only'.
|
|
|
@14045
|
9 years |
ehuelsmann |
Fix CLOS::EXTRACT-REQUIRED-PART when there is no required part;
e.g. …
|
|
|
@14044
|
9 years |
Mark Evenson |
README: Correct Authors to spelling in Manual.
Sorry Ville!
Rudi …
|
|
|
@14043
|
9 years |
ehuelsmann |
When generating a symbol to use it as a value, do so.
(Geez, any idea …
|
|
|
@14042
|
9 years |
Mark Evenson |
ant:abcl.test: Specify JVM args for permgen size so ansi-compiled …
|
|
|
@14041
|
9 years |
ehuelsmann |
Rename function to follow terminology used in the spec.
|
|
|
@14040
|
9 years |
ehuelsmann |
Rename argument name and type to improve self-documentation of the …
|
|
|
@14039
|
9 years |
Mark Evenson |
README refresh for abcl-1.1.0-dev.
Added Rudi Schlatte. …
|
|
|
@14038
|
9 years |
ehuelsmann |
Make the JVM exit with a non-zero (89) value
when we have errors …
|
|
|
@14037
|
9 years |
Mark Evenson |
ant: Always clean before 'abcl.release'.
Just so there is never any …
|
|
|
@14036
|
9 years |
ehuelsmann |
Re #226: Automatically generate autoloads.
This commit adds the auto …
|
|
|
@14035
|
9 years |
ehuelsmann |
Fix #226 (Invocation of an undefined function in a fresh ABCL …
|
|
|
@14034
|
9 years |
ehuelsmann |
Follow up to r14027: generate the output files while building our system.
|
|
|
@14033
|
9 years |
ehuelsmann |
Make MACROEXPAND-1 auto-load strictly what it needs (macro functions) …
|
|
|
@14032
|
9 years |
ehuelsmann |
Follow up to r14023: removal of function preloading facility.
|
|
|
@14031
|
9 years |
ehuelsmann |
The precompiler has significant performance benefit in
interpreted …
|
|
|
@14030
|
9 years |
ehuelsmann |
More output while initializing the system.
|
|
|
@14029
|
9 years |
ehuelsmann |
More output during "boot" phase when
property abcl.autoload.verbose …
|
|
|
@14028
|
9 years |
ehuelsmann |
When creating a generic function on top of an autoloader, don't …
|
|
|
@14027
|
9 years |
ehuelsmann |
Add infrastructure to record toplevel names of functions and macros.
|
|
|
@14026
|
9 years |
ehuelsmann |
Add a few missing autoloaders.
|
|
|
@14025
|
9 years |
ehuelsmann |
Re #60: Line missed in last commit.
|
|
|
@14024
|
9 years |
ehuelsmann |
Fix #60 (Implement USE_FAST_CALLS properly) by deleting the …
|
|
|
@14023
|
9 years |
ehuelsmann |
Remove Function Preloading facility not in use for quite some time.
|
|
|
@14022
|
9 years |
ehuelsmann |
Delete unused import.
|
|
|
@14021
|
9 years |
ehuelsmann |
Commit comment that's been sitting in my working copy
(only for me to …
|
|
|
@14020
|
9 years |
ehuelsmann |
Document what I've explained to Mark this morning.
|
|
|
@14019
|
9 years |
ehuelsmann |
Fix #224: autoloading clobbered by unknown special variable state.
|
|
|
@14018
|
9 years |
ehuelsmann |
Fix #206 while moving the definition of the
condition classes to lisp.
|
|
|
@14017
|
9 years |
ehuelsmann |
Fix #191: Compiling SHARPSIGN SHARPSIGN form causes stack overflow.
…
|
|
|
@14016
|
9 years |
rschlatte |
slightly more helpful error message
|
|
|
@14015
|
9 years |
Mark Evenson |
dmiles: classloaders to search their parent/system classloaders …
|
|
|
@14014
|
9 years |
rschlatte |
fixes for (documentation x 'type) and (documentation x 'structure)
|
|
|
@14013
|
9 years |
Mark Evenson |
Commit asdf-2.23 to trunk.
|
|
|
@14012
|
9 years |
rschlatte |
Enable usage of method combinations with options
- e.g., (defgeneric …
|
|
|
@14011
|
9 years |
rschlatte |
Robustify print-object of uninitialized class objects
- avoid …
|
|
|
@14010
|
9 years |
rschlatte |
Revert previous commit.
- hacking clos is hard, let's go shopping!
|
|
|
@14009
|
9 years |
rschlatte |
Don't redefine metaclasses
|
|
|
@14008
|
9 years |
rschlatte |
Eliminate Java-side definition of generic functions
... which was …
|
|
|
@14007
|
9 years |
rschlatte |
Move definition of subclasses of standard-method metaclass to Lisp
- …
|
|
|
@14006
|
9 years |
rschlatte |
Move method-combination metaclass definitions into Lisp
- …
|
|
|
@14005
|
9 years |
rschlatte |
Repair class hierarchy (fixes previous commit)
|
|
|
@14004
|
9 years |
rschlatte |
Move definition of eql-specializer metaclass into Lisp side
|
|
|
@14003
|
9 years |
rschlatte |
Eliminate once-only-used function
|
|
|
@14002
|
9 years |
Mark Evenson |
dmiles: SYS:*COMPILE-FILE-CLASS-EXTENSION* contains PATHNAME TYPE of …
|
|
|
@14001
|
9 years |
rschlatte |
Set java tab-width to 2
- this will cause Java code to slowly …
|
|
|
@14000
|
9 years |
rschlatte |
Remove to-be-deleted package from packages which use it
- fixes ansi …
|
|
|
@13999
|
9 years |
rschlatte |
Introduce a "continue" restart for delete-package
- Fixes ansi test …
|
|
|
@13998
|
9 years |
rschlatte |
Structure classes are finalized by definition, make them say so
- …
|
|
|
@13997
|
9 years |
rschlatte |
Fix fast-function optimization when only standard method function is …
|
|
|
@13996
|
9 years |
rschlatte |
Small cleanup of atomic-defgeneric
|
|
|
@13994
|
9 years |
rschlatte |
Fix mailbox-send
Patch by Uchida Yasuo (armedbear-devel Jul 5, 2012)
|
|
|
@13993
|
9 years |
rschlatte |
add micro-benchmarks
|
|
|
@13992
|
9 years |
rschlatte |
Call compute-applicable-methods-using-classes
|
|
|
@13991
|
9 years |
rschlatte |
Call compute-applicable-methods
|
|
|
@13990
|
9 years |
rschlatte |
Implement make-method-lambda
|
|
|
@13988
|
9 years |
Mark Evenson |
build: generalized corrected version of JDK version match.
|
|
|
@13987
|
9 years |
Mark Evenson |
build: Fix typos in match for ORCL JDK version.
|
|
|
@13986
|
9 years |
Mark Evenson |
build: prefer ORCL jdk-1.7.0_4 or better.
|
|
|
@13985
|
9 years |
Mark Evenson |
build: 'abcl.snapshot' will introspect other possible DVCs for more …
|
|
|
@13984
|
9 years |
rschlatte |
Don't short-circuit slot readers for subclasses of standard-class
|
|
|
@13983
|
9 years |
rschlatte |
Implement find-method-combination
- Store method combination as an …
|
|
|
@13981
|
9 years |
astalla |
runtime-class: basic support for calling superclass methods (only with …
|
|
|
@13980
|
9 years |
rschlatte |
Pass multiply-specified slot option as a list to …
|
|
|
@13979
|
9 years |
rschlatte |
export mop:compute-discriminating-function
- amusingly, this fixes 6 …
|
|
|
@13978
|
9 years |
rschlatte |
Don't defer compute-discriminating-function
|
|
|
@13977
|
9 years |
rschlatte |
Properly call remove-direct-method on class redefinition
|
|
|
@13976
|
9 years |
rschlatte |
Correct default superclass for funcallable-standard-classes
|
|
|
@13975
|
9 years |
rschlatte |
Ensure argument-precedence-order matches lambda-list in defgeneric
- …
|
|
|
@13974
|
9 years |
rschlatte |
Fix return value of (setf class-name)
- fixes ansi test setf-class-name.2
|
|
|
@13973
|
9 years |
rschlatte |
Fix check for duplicate initargs
- fixes ansi test defclass.error.2, …
|
|
|
@13972
|
9 years |
rschlatte |
Allow multiple declare forms in defgeneric
- fixes ansi test defgeneric.26
|
|
|
@13971
|
9 years |
rschlatte |
fix ansi tests SLOT-UNBOUND.5, SLOT-UNBOUND.6
|
|
|
@13970
|
9 years |
rschlatte |
implement generic-function-declarations
|
|
|
@13969
|
9 years |
Mark Evenson |
examples: fix obvious errors.
|
|
|
@13968
|
9 years |
rschlatte |
Ensure add-method calls remove-method
- also move some error checks …
|
|
|
@13967
|
9 years |
Mark Evenson |
JAVA:JINPUT-STREAM returns the underlying java.io.InputStream? for any …
|
|
|
@13966
|
9 years |
Mark Evenson |
examples/misc/dotabclrc: More contemporary examples.
Example for how …
|
|
|
@13965
|
9 years |
rschlatte |
Implement (setf generic-function-name)
|
|
|
@13964
|
9 years |
rschlatte |
make (setf class-name) call reinitialize-instance
|
|
|
@13963
|
9 years |
Mark Evenson |
asdf: Upgrade to asdf-2.22.
|
|
|
@13962
|
9 years |
Mark Evenson |
jfli: fix jref for byte array problem, clean up code.
Patch by Alex …
|
|
|
@13961
|
9 years |
rschlatte |
Export the rest of the standard metaobject readers
- also some feeble …
|
|
|
@13960
|
9 years |
rschlatte |
Export slot definition accessors from the MOP package
- also move all …
|
|
|
@13959
|
9 years |
rschlatte |
Implement compute-effective-method
- possibly not quite compliant: we …
|
|
|
@13958
|
9 years |
rschlatte |
Implement compute-default-initargs
|
|
|
@13957
|
9 years |
rschlatte |
Properly initialize documentation for effective slot definitions
|
|
|
@13956
|
9 years |
rschlatte |
Properly canonicalize class-direct-default-initargs
- AMOP pg. 149: …
|
|
|
@13955
|
9 years |
rschlatte |
Make slot-value-using-class &c dispatch on slot definition object
- …
|
|
|
@13954
|
9 years |
Mark Evenson |
bugfix: typo in last commit.
Pay attention to indentation! Trust in …
|
|
|
@13953
|
9 years |
Mark Evenson |
Customize the disassembler used locally to analyze JVM bytecode.
|
|
|
@13952
|
9 years |
Mark Evenson |
jna: Add ASDF :defsystem-depends-on: clause to try to triage load failures.
|
|
|
@13951
|
9 years |
Mark Evenson |
jfli: start collecting tests. Need Anton's functions.
|
|
|
@13950
|
9 years |
Mark Evenson |
jfli.lisp: https://github.com/mrohne/jfli/blob/master/jfli.lisp.
…
|
|
|
@13949
|
9 years |
Mark Evenson |
abcl-contrib: Add jfli.
The Java Foreign Linker Interface (JFLI) …
|
|
|
@13948
|
9 years |
ehuelsmann |
Fix file handle leak identified by Alex Mizrahi.
|
|
|
@13947
|
9 years |
rschlatte |
change slot names to avoid symbols from CL
- The mop-feature-tests …
|
|
|