|
|
@12933
|
12 years |
ehuelsmann |
Fix #106: DEFSTRUCT :include with :conc-name.
|
|
|
@12932
|
12 years |
ehuelsmann |
Fix #88: "We need SYS:COMPILED-LISP-FUNCTION-P" to distinguish …
|
|
|
@12930
|
12 years |
ehuelsmann |
Additional check to make sure constant symbols aren't
being assigned …
|
|
|
@12929
|
12 years |
ehuelsmann |
Don't trap floating point underflows: Raymond Toy explains how
most CL …
|
|
|
@12928
|
12 years |
astalla |
Fixes in java collections support (iterators) and dosequence (wrong …
|
|
|
@12927
|
12 years |
astalla |
Fixed JSR-223 breakage: a file was still referring to ext:make-thread …
|
|
|
@12926
|
12 years |
vvoutilainen |
This patch fixes these two issues in ABCL 0.22.0:
1) Keyword …
|
|
|
@12922
|
12 years |
ehuelsmann |
Factor out common code and add documentation to indicate
which part of …
|
|
|
@12918
|
12 years |
astalla |
generic-class-file branch merged.
|
|
|
@12915
|
12 years |
ehuelsmann |
With 0.22 branched, update the version number of trunk.
|
|
|
@12902
|
12 years |
vvoutilainen |
Fix reading of data containing scandinavian latin1 characters …
|
|
|
@12898
|
12 years |
Mark Evenson |
Fix documentation typo.
|
|
|
@12849
|
12 years |
Mark Evenson |
Narrow LISP-ERROR to STORAGE-CONDITION.
Now JRUN-EXCEPTION-PROTECTED …
|
|
|
@12848
|
12 years |
Mark Evenson |
Small documentation corrections.
|
|
|
@12837
|
12 years |
ehuelsmann |
Introduce EMIT-GETSTATIC and EMIT-PUTSTATIC in order to be able to …
|
|
|
@12836
|
12 years |
ehuelsmann |
Move emit-invoke* functions closer together, making them a section.
|
|
|
@12835
|
12 years |
ehuelsmann |
Remove code section marked 'Just an experiment':
we have supported …
|
|
|
@12833
|
12 years |
astalla |
Small fix (a parameter wasn't being passed to make-jsequence-like)
|
|
|
@12831
|
12 years |
astalla |
First stab at Java collections integration with the sequences protocol.
|
|
|
@12827
|
12 years |
astalla |
Fix ticket #103: DOCUMENTATION is not autoloaded.
|
|
|
@12826
|
12 years |
vvoutilainen |
DocString? annotation support, for generating DOCUMENTATION, and
later …
|
|
|
@12819
|
12 years |
ehuelsmann |
Remove to-be-removed-by-0.22 deprecated symbols, now that we are 0.22.
|
|
|
@12818
|
12 years |
ehuelsmann |
Upgrade ASDF to 2.004, as per request of their developer(s).
|
|
|
@12817
|
12 years |
ehuelsmann |
With 0.21.x being branched, update the version of trunk.
|
|
|
@12815
|
12 years |
astalla |
Fixed printing of certain conditions (e.g., type-errors) with unbound …
|
|
|
@12814
|
12 years |
astalla |
Fix for r12809: bind *print-readably* to NIL when printing conditions …
|
|
|
@12813
|
12 years |
astalla |
Java interop, small improvement: the first argument to jnew can now …
|
|
|
@12810
|
12 years |
Mark Evenson |
PATHNAME without namestring now has a non-printable representation.
|
|
|
@12809
|
12 years |
Mark Evenson |
Honor *PRINT-READABLY* by throwing PRINT-NOT-READABLE for "#<".
…
|
|
|
@12805
|
12 years |
astalla |
Fixed bugs with custom slot and class options
|
|
|
@12804
|
12 years |
astalla |
Fix r12768: macroexpand the body in an environment augmented with the …
|
|
|
@12803
|
12 years |
Mark Evenson |
Revert bad commit.
|
|
|
@12802
|
12 years |
Mark Evenson |
Re-apply grovel tags patch.
|
|
|
@12801
|
12 years |
Mark Evenson |
MAKE-PATHNAME will now make UNC paths.
If the HOST passed by …
|
|
|
@12800
|
12 years |
Mark Evenson |
Add documentation markers for etags groveling for new functions.
|
|
|
@12799
|
12 years |
Mark Evenson |
Backout partial bad merge.
|
|
|
@12798
|
12 years |
Mark Evenson |
[HEADS UP] Break Pathname to normalize cross-platform serializations.
…
|
|
|
@12797
|
12 years |
Mark Evenson |
Convert to a$$-backwards Pollock.
|
|
|
@12780
|
12 years |
Mark Evenson |
Small non-functional code and comment cleanups.
|
|
|
@12775
|
12 years |
Mark Evenson |
Fix compiler errors.
|
|
|
@12774
|
12 years |
astalla |
Added support for implementing multiple interfaces using jmake-proxy
|
|
|
@12773
|
12 years |
astalla |
Added classpath manipulation primitives: java:add-to-classpath and …
|
|
|
@12771
|
12 years |
astalla |
Fixed the handling of disassemble: functions store the *load-truename* …
|
|
|
@12768
|
12 years |
ehuelsmann |
Fix elimination of unused local functions:
macroexpand before scanning …
|
|
|
@12766
|
12 years |
ehuelsmann |
Fix #101: Regression in 0.20 where dispatch macros return NIL.
|
|
|
@12765
|
12 years |
Mark Evenson |
Update to ASDF-2.003 with local patches.
Local patches differentiate …
|
|
|
@12761
|
12 years |
ehuelsmann |
Fix compilation of toplevel MACROLET forms.
|
|
|
@12760
|
12 years |
ehuelsmann |
Remove separate FaslVersionMismatch? exception in favor of
raising a …
|
|
|
@12759
|
12 years |
vvoutilainen |
Mark functions final where applicable.
|
|
|
@12758
|
12 years |
astalla |
Custom slot definition: slot-location managed like the other slot …
|
|
|
@12757
|
12 years |
astalla |
User-defined slot definition support: fixed slot-definition initialization.
|
|
|
@12756
|
12 years |
astalla |
Simple slot-* support for structures.
|
|
|
@12755
|
12 years |
astalla |
CL:STRING on Java objects calls toString() on them. Patch by Mario Lang.
|
|
|
@12754
|
12 years |
astalla |
Don't bind *load-truename* to NIL while loading FASLs, or SLIME …
|
|
|
@12753
|
12 years |
astalla |
Progress towards support for custom slot definitions: use of generic …
|
|
|
@12752
|
12 years |
astalla |
Progress towards custom slot definition support: use of generic …
|
|
|
@12749
|
12 years |
Mark Evenson |
Undo previous commmit.
|
|
|
@12748
|
12 years |
Mark Evenson |
Include 'examples' in release source distribution.
Reported by Mario Lang.
|
|
|
@12742
|
12 years |
astalla |
less-reflection branch merged with trunk. verify-load temporarily disabled.
|
|
|
@12741
|
12 years |
astalla |
Fixed regression: correctly set slot-allocation-class for effective …
|
|
|
@12740
|
12 years |
astalla |
Removed @Override annotations that break compilation on 1.5.
|
|
|
@12739
|
12 years |
astalla |
Removed duplicate type tests in compile-constant.
|
|
|
@12738
|
12 years |
astalla |
Initial support for custom slot definition metaobjects in MOP.
|
|
|
@12734
|
12 years |
Mark Evenson |
REPLConsole provides a minimal Swing GUI Console with a REPL.
…
|
|
|
@12731
|
12 years |
Mark Evenson |
Move unused GUI code to examples hierarchy.
|
|
|
@12726
|
12 years |
vvoutilainen |
Use BitSet?'s bulk set operation.
|
|
|
@12725
|
12 years |
vvoutilainen |
Make Readtable functions final where possible.
|
|
|
@12724
|
12 years |
ehuelsmann |
Remove access specifier from 2 interpreter specific functions
(now …
|
|
|
@12723
|
12 years |
ehuelsmann |
Style nit: I like tables and loops for their compactness.
|
|
|
@12717
|
12 years |
ehuelsmann |
Remove convenience method which "prevents" typing of 1 boolean value.
|
|
|
@12716
|
12 years |
ehuelsmann |
Delete unused private function.
|
|
|
@12715
|
12 years |
astalla |
Support for custom defclass options for user-defined metaclasses. …
|
|
|
@12714
|
12 years |
vvoutilainen |
Remove commented-out code.
|
|
|
@12713
|
12 years |
astalla |
Serialization support for some Lisp types.
For symbols and packages, …
|
|
|
@12712
|
12 years |
Mark Evenson |
Fix bug that prevented SHADOWING-IMPORT from being able to be …
|
|
|
@12711
|
12 years |
ehuelsmann |
No longer use the reader to load "stand alone" uninterned symbols, …
|
|
|
@12710
|
12 years |
ehuelsmann |
Move access to uninterned symbols array to Load.java for
future use by …
|
|
|
@12709
|
12 years |
ehuelsmann |
Merge EMIT-LOAD-SYMBOL into EMIT-LOAD-EXTERNALIZED-OBJECT.
|
|
|
@12708
|
12 years |
ehuelsmann |
Remove unused function DECLARE-LAMBDA.
|
|
|
@12707
|
12 years |
ehuelsmann |
Simplify COMPILE-CONSTANT.
|
|
|
@12705
|
12 years |
ehuelsmann |
Eliminate DECLARE-INSTANCE as it has the same effect as …
|
|
|
@12704
|
12 years |
ehuelsmann |
Fix typo.
|
|
|
@12703
|
12 years |
ehuelsmann |
DECLARE-OBJECT of non-serializable data (hashtable and
generic …
|
|
|
@12702
|
12 years |
ehuelsmann |
Merge DECLARE-OBJECT functionality ("serialization" of objects
for …
|
|
|
@12701
|
12 years |
ehuelsmann |
Fix weird indenting.
|
|
|
@12699
|
12 years |
ehuelsmann |
Refactor EXTERNALIZE-OBJECT into EMIT-LOAD-EXTERNALIZED-OBJECT.
In …
|
|
|
@12696
|
12 years |
Mark Evenson |
TRUENAME for URL-PATHNAME ambigiously either a directory or file now …
|
|
|
@12695
|
12 years |
Mark Evenson |
Change messages from trace to warn for failing InputStream?.
|
|
|
@12693
|
12 years |
ehuelsmann |
Fix reader dispatch macro functions defined in Lisp,
trying to return …
|
|
|
@12692
|
12 years |
ehuelsmann |
Replace lookup-or-declare-symbol - which was used to load a
symbol in …
|
|
|
@12691
|
12 years |
vvoutilainen |
Remove a BOM from the beginning of the file.
|
|
|
@12690
|
12 years |
ehuelsmann |
Replace serialization related DECLARE-* functions with
a single API: …
|
|
|
@12689
|
12 years |
Mark Evenson |
Thunk through URL.toURI() for getting URL authority.
Fixes loading …
|
|
|
@12683
|
12 years |
ehuelsmann |
Save a few bytes in our JAR by re-using serialized
anonymous symbols, …
|
|
|
@12682
|
12 years |
ehuelsmann |
Add APIs to access data gathered in the profiler
to detect (lisp) hot …
|
|
|
@12681
|
12 years |
ehuelsmann |
Eliminate the need for two separate integer-declaring functions
in the …
|
|
|
@12678
|
12 years |
vvoutilainen |
Re #96: partial fix for argument lists where &key appears
before …
|
|
|
@12677
|
12 years |
Mark Evenson |
Correct incorrect inclusion of changes in last commit.
|
|
|
@12676
|
12 years |
Mark Evenson |
Muffle warning from Ant 1.8.1 about includeantruntime not being set.
|
|
|
@12675
|
12 years |
Mark Evenson |
Fix build from scratch breakage in r12673.
|
|
|