|
|
@13886
|
10 years |
Mark Evenson |
quicklisp-abcl: boot Quicklisp install from the network with URIs.
…
|
|
|
@13885
|
10 years |
ehuelsmann |
Report the actual parameters passed in a function call with mismatched …
|
|
|
@13884
|
10 years |
Mark Evenson |
See #199: factored test for failing case.
|
|
|
@13883
|
10 years |
Mark Evenson |
Kludgey fix for jna.asd.
The ABCL-ASDF system needs to be loaded for …
|
|
|
@13882
|
10 years |
Mark Evenson |
manual: description of ABCL-CONTRIB symbols and their meaning.
|
|
|
@13881
|
10 years |
Mark Evenson |
jna.asd: load jna.jar version 3.0.9 under more conditions.
|
|
|
@13880
|
10 years |
Mark Evenson |
Add a symbol understood by CL:REQUIRE which allows CFFI to load.
Use
…
|
|
|
@13879
|
10 years |
rschlatte |
Export standard-instance-access from package MOP.
|
|
|
@13878
|
10 years |
rschlatte |
export mop:slot-definition-location
|
|
|
@13877
|
10 years |
rschlatte |
Implement the dependent maintenance protocol (AMOP Sec. 5.5.6)
|
|
|
@13876
|
10 years |
rschlatte |
Beginning support for non-standard method metaclasses
... …
|
|
|
@13875
|
10 years |
rschlatte |
make slot subclasses work better
... abcl now passes the slot …
|
|
|
@13874
|
10 years |
rschlatte |
Fix class hierarchy of standard classes
... (class-direct-subclasses …
|
|
|
@13873
|
10 years |
Mark Evenson |
Restore autoload CL:MERGE as part of ANSI sort triage (See #196).
…
|
|
|
@13872
|
10 years |
rschlatte |
Fix comment
|
|
|
@13871
|
10 years |
rschlatte |
Add FuncallableStandardClass?.java
... make classes generic-function …
|
|
|
@13870
|
10 years |
Mark Evenson |
See #196: further patch for STABLE-SORT from Jorge Tavares.
easye: …
|
|
|
@13869
|
10 years |
Mark Evenson |
jss doc: spellchecking
|
|
|
@13868
|
10 years |
rschlatte |
Fix tilde appearances.
|
|
|
@13867
|
10 years |
Mark Evenson |
abcl-asdf: fix logic for dealing with ASDF::MVN entries without …
|
|
|
@13866
|
10 years |
Mark Evenson |
Promote JAVA:JARRAY-FROM-LIST to the public API.
Re-run grovel on the …
|
|
|
@13865
|
10 years |
Mark Evenson |
abcl-asdf: Rename SATISFY to RESOLVE.
Re-jiggle the exported symbols
…
|
|
|
@13864
|
10 years |
rschlatte |
Remove export of some internal symbols from package java.
... also …
|
|
|
@13863
|
10 years |
Mark Evenson |
abcl-asdf: always use runtime scope for resolving Maven artifacts.
|
|
|
@13862
|
10 years |
Mark Evenson |
Make ABCL-ASDF:SATISFY a generic function, override it to interpret …
|
|
|
@13861
|
10 years |
Mark Evenson |
abcl-asdf: Use the JVM's notion of the classpath separator.
|
|
|
@13860
|
10 years |
Mark Evenson |
ABCL-ASDF:RESOLVE-ARTIFACT now returns the namestring of the artifact. …
|
|
|
@13859
|
10 years |
Mark Evenson |
abcl-asdf: return the connector for "https" role-hint.
|
|
|
@13858
|
10 years |
rschlatte |
Manual: fix grovel.lisp, add to Makefile (not run by default)
... …
|
|
|
@13857
|
10 years |
rschlatte |
Enable :generic-function-class keyword.
... full …
|
|
|
@13856
|
10 years |
Mark Evenson |
manual: clarify the interface for the default implementation for …
|
|
|
@13855
|
10 years |
Mark Evenson |
manual: minor corrections to previous commit.
|
|
|
@13854
|
10 years |
Mark Evenson |
manual: extend content in the Beyond ANSI section.
Describe …
|
|
|
@13853
|
10 years |
rschlatte |
Linkify manual. Also some light adjustments to contents.
|
|
|
@13852
|
10 years |
Mark Evenson |
CL:SORT implementation replace non-optimal quicksort with public …
|
|
|
@13851
|
10 years |
ehuelsmann |
Force FASL recompilation due to Closure.java ABI changes: increase …
|
|
|
@13850
|
10 years |
ehuelsmann |
Remove Closure.fastProcessArgs(): it's concept has been abstracted …
|
|
|
@13849
|
10 years |
ehuelsmann |
Switch compiled closures over to the ArgumentListProcessor? completely. …
|
|
|
@13848
|
10 years |
Mark Evenson |
abcl-contrib: Corrections to README.
|
|
|
@13847
|
10 years |
Mark Evenson |
abcl-contrib: Create a top-level README for someone browsing the archive.
|
|
|
@13846
|
10 years |
Mark Evenson |
abcl-asdf: fix typo in previous commit.
Or maybe I shouldn't attempt …
|
|
|
@13845
|
10 years |
Mark Evenson |
Refactor previous commit into something (slightly) less hideous.
…
|
|
|
@13844
|
10 years |
Mark Evenson |
abcl-asdf: robustify strategy for finding Maven, especially under …
|
|
|
@13843
|
10 years |
ehuelsmann |
Fix Maxima compilation failure.
|
|
|
@13842
|
10 years |
Mark Evenson |
metadata+doc: Add Rudi Schlatte as a current committer.
|
|
|
@13841
|
10 years |
Mark Evenson |
abcl-asdf: Use *maven-http-proxy* for all Maven Aether resolutions.
…
|
|
|
@13840
|
10 years |
Mark Evenson |
Fix syntactically incorrect DOAP description.
|
|
|
@13839
|
10 years |
Mark Evenson |
Fix missing MOP:DIRECT-METHODS slot in STANDARD-CLASS introduced by …
|
|
|
@13838
|
10 years |
Mark Evenson |
Partially ddresses #196: STABLE-SORT now works for non-list sequences.
|
|
|
@13837
|
10 years |
rschlatte |
Implement specializer-method--related protocol.
Add …
|
|
|
@13836
|
10 years |
Mark Evenson |
abcl-asdf: Enable the specification of an http(s) proxy in …
|
|
|
@13835
|
10 years |
ehuelsmann |
Further cleanup of Closure.java.
|
|
|
@13834
|
10 years |
ehuelsmann |
Further reduce footprint and complexity by eliminating
helper functions.
|
|
|
@13833
|
10 years |
ehuelsmann |
When there's no &rest parameter, pass 'null' as the value for its name.
|
|
|
@13832
|
10 years |
ehuelsmann |
Clean up references to non-existing variable.
|
|
|
@13831
|
10 years |
ehuelsmann |
Remove lambda list parsing from Closure: it's now fully handled
by …
|
|
|
@13830
|
10 years |
rschlatte |
Clear generic-function slot of method object in remove-method.
... …
|
|
|
@13829
|
10 years |
ehuelsmann |
Remove unused variable 'specials' and unused function 'processParameters'.
|
|
|
@13828
|
10 years |
ehuelsmann |
Remove variables 'variables' and 'bindInitForms'.
Simplify free …
|
|
|
@13827
|
10 years |
rschlatte |
Fix ansi tests class-0309, class-0310.1
... ensure-class now …
|
|
|
@13826
|
10 years |
ehuelsmann |
Implement processArgs() using the ArgumentListProcessor?.
|
|
|
@13825
|
10 years |
ehuelsmann |
Implement fastProcessArgs() using the ArgumentListProcessor?.
|
|
|
@13824
|
10 years |
ehuelsmann |
Use the arglist parser in some places.
|
|
|
@13823
|
10 years |
ehuelsmann |
Add an ArgumentListProcessor? to Closure. It'll take over
argument list …
|
|
|
@13822
|
10 years |
ehuelsmann |
Fix trunk build after the previous commit.
(Lesson: don't try to limit …
|
|
|
@13821
|
10 years |
ehuelsmann |
(Re)factor function call argument matching out of Closure.java.
Note: …
|
|
|
@13820
|
10 years |
Mark Evenson |
jss doc: note availabilty of interactive restart to resolve class …
|
|
|
@13819
|
10 years |
rschlatte |
make functionp recognize instances of funcallable-standard-object.
|
|
|
@13818
|
10 years |
rschlatte |
Better error message for (allocate-instance (find-class 'symbol))
|
|
|
@13817
|
10 years |
rschlatte |
Implement writer-method-class.
... Bonus content: make non-standard …
|
|
|
@13816
|
10 years |
rschlatte |
Re-add some old-style readers for SLIME's benefit.
|
|
|
@13815
|
10 years |
rschlatte |
Minor manual prettification.
|
|
|
@13814
|
10 years |
rschlatte |
implement classes standard-method, standard-reader-method in Lisp
|
|
|
@13813
|
10 years |
Mark Evenson |
jss readme: Balance parenthesis. Normalize symbols to keywords.
|
|
|
@13812
|
10 years |
Mark Evenson |
Correct README to indicate that JSS 3 has a namespace.
|
|
|
@13811
|
10 years |
ehuelsmann |
Performance improvement: Don't allocate a new environment and
don't …
|
|
|
@13810
|
10 years |
ehuelsmann |
Start factoring out p2-compiland as a jvm bytecode generator instead …
|
|
|
@13809
|
10 years |
Mark Evenson |
maven: identify builds from trunk as '1.1.0-dev'.
|
|
|
@13808
|
10 years |
Mark Evenson |
abcl-asdf: remove all the broken test framework references.
The …
|
|
|
@13807
|
10 years |
Mark Evenson |
Further fix for ABCL-ASDF load time failure.
Start separating out the …
|
|
|
@13806
|
10 years |
Mark Evenson |
Fix ABCL-ASDF load time failure.
|
|
|
@13805
|
10 years |
rschlatte |
Update bibliography with information from dl.acm.org
|
|
|
@13804
|
10 years |
Mark Evenson |
Fix for maven-3.0.4.
Part of the process of cleaning up ABCL-ASDF to …
|
|
|
@13803
|
10 years |
Mark Evenson |
Add Ant convenience target for "abcl-contrib.jar".
|
|
|
@13802
|
10 years |
rschlatte |
Add Makefile for manual.
|
|
|
@13801
|
10 years |
rschlatte |
Make manual compile again. Also BibTeX-ify bibliography.
|
|
|
@13800
|
10 years |
rschlatte |
minor refactorings in the vicinity of standard-generic-function.
|
|
|
@13799
|
10 years |
rschlatte |
Handle metaclasses given as symbols.
|
|
|
@13798
|
10 years |
Mark Evenson |
Merge User manual from what we tagged as 1.0.1
|
|
|
@13797
|
10 years |
Mark Evenson |
Speculative use of N3.
Not even sure it is valid N3. Need to bootstrap G
|
|
|
@13796
|
10 years |
Mark Evenson |
Add DOAP description for Armed Bear Common Lisp.
Turtles all the way …
|
|
|
@13795
|
10 years |
Mark Evenson |
Yong patches asdf-jar for MSFT.
See …
|
|
|
@13794
|
10 years |
Mark Evenson |
Bless abcl-asdf-0.5.0 to fix bugs.
Outstanding issue is that it …
|
|
|
@13793
|
10 years |
Mark Evenson |
Comment on desired buildtime bytecode JVM compilance
|
|
|
@13792
|
10 years |
astalla |
A small reorganization of compiler/jvm code. Runtime-class wasn't …
|
|
|
@13791
|
10 years |
rschlatte |
Merge branch 'mop-work'
|
|
|
@13790
|
10 years |
astalla |
[runtime-class] added auto getter/setter generation for fields.
|
|
|
@13789
|
10 years |
rschlatte |
Implement ensure-class-using-class.
|
|
|
@13788
|
10 years |
rschlatte |
move error checking into canonicalize-direct-superclasses
|
|
|
@13787
|
10 years |
ehuelsmann |
Implement keyword argument verification in the method invocation protocol.
|
|
|