|
|
@12908
|
13 years |
vvoutilainen |
Add an example for using a java class with CLASSPATH, invoking java …
|
|
|
@12906
|
13 years |
vvoutilainen |
Respect CLASSPATH in wrapper scripts.
|
|
|
@12903
|
13 years |
vvoutilainen |
Add a changelog entry for the latin1 fix.
|
|
|
@12902
|
13 years |
vvoutilainen |
Fix reading of data containing scandinavian latin1 characters …
|
|
|
@12901
|
13 years |
Mark Evenson |
Include contrib in source release.
|
|
|
@12900
|
13 years |
Mark Evenson |
Correct README language.
|
|
|
@12899
|
13 years |
Mark Evenson |
Fix typo in ABCL-TEST-LISP definition; add #+abcl conditional
The …
|
|
|
@12898
|
13 years |
Mark Evenson |
Fix documentation typo.
|
|
|
@12888
|
13 years |
Mark Evenson |
Fix typo.
|
|
|
@12878
|
13 years |
Mark Evenson |
Interactive restart to skip missing GPG signature.
A pretty awful …
|
|
|
@12849
|
13 years |
Mark Evenson |
Narrow LISP-ERROR to STORAGE-CONDITION.
Now JRUN-EXCEPTION-PROTECTED …
|
|
|
@12848
|
13 years |
Mark Evenson |
Small documentation corrections.
|
|
|
@12847
|
13 years |
Mark Evenson |
Remove possible FASL artifacts from source directory.
When working on …
|
|
|
@12837
|
13 years |
ehuelsmann |
Introduce EMIT-GETSTATIC and EMIT-PUTSTATIC in order to be able to …
|
|
|
@12836
|
13 years |
ehuelsmann |
Move emit-invoke* functions closer together, making them a section.
|
|
|
@12835
|
13 years |
ehuelsmann |
Remove code section marked 'Just an experiment':
we have supported …
|
|
|
@12833
|
13 years |
astalla |
Small fix (a parameter wasn't being passed to make-jsequence-like)
|
|
|
@12831
|
13 years |
astalla |
First stab at Java collections integration with the sequences protocol.
|
|
|
@12828
|
13 years |
astalla |
Updated changelog for new release.
|
|
|
@12827
|
13 years |
astalla |
Fix ticket #103: DOCUMENTATION is not autoloaded.
|
|
|
@12826
|
13 years |
vvoutilainen |
DocString? annotation support, for generating DOCUMENTATION, and
later …
|
|
|
@12819
|
13 years |
ehuelsmann |
Remove to-be-removed-by-0.22 deprecated symbols, now that we are 0.22.
|
|
|
@12818
|
13 years |
ehuelsmann |
Upgrade ASDF to 2.004, as per request of their developer(s).
|
|
|
@12817
|
13 years |
ehuelsmann |
With 0.21.x being branched, update the version of trunk.
|
|
|
@12816
|
13 years |
Mark Evenson |
Upgrade finding test results database for ASDF2.
|
|
|
@12815
|
13 years |
astalla |
Fixed printing of certain conditions (e.g., type-errors) with unbound …
|
|
|
@12814
|
13 years |
astalla |
Fix for r12809: bind *print-readably* to NIL when printing conditions …
|
|
|
@12813
|
13 years |
astalla |
Java interop, small improvement: the first argument to jnew can now …
|
|
|
@12811
|
13 years |
Mark Evenson |
Re-implement clean for ANSI tests in Lisp to work under Windows.
…
|
|
|
@12810
|
13 years |
Mark Evenson |
PATHNAME without namestring now has a non-printable representation.
|
|
|
@12809
|
13 years |
Mark Evenson |
Honor *PRINT-READABLY* by throwing PRINT-NOT-READABLE for "#<".
…
|
|
|
@12808
|
13 years |
Mark Evenson |
Fix TAGS creation on win32 for long commandline limitations (Matt Sedon).
|
|
|
@12805
|
13 years |
astalla |
Fixed bugs with custom slot and class options
|
|
|
@12804
|
13 years |
astalla |
Fix r12768: macroexpand the body in an environment augmented with the …
|
|
|
@12803
|
13 years |
Mark Evenson |
Revert bad commit.
|
|
|
@12802
|
13 years |
Mark Evenson |
Re-apply grovel tags patch.
|
|
|
@12801
|
13 years |
Mark Evenson |
MAKE-PATHNAME will now make UNC paths.
If the HOST passed by …
|
|
|
@12800
|
13 years |
Mark Evenson |
Add documentation markers for etags groveling for new functions.
|
|
|
@12799
|
13 years |
Mark Evenson |
Backout partial bad merge.
|
|
|
@12798
|
13 years |
Mark Evenson |
[HEADS UP] Break Pathname to normalize cross-platform serializations.
…
|
|
|
@12797
|
13 years |
Mark Evenson |
Convert to a$$-backwards Pollock.
|
|
|
@12780
|
13 years |
Mark Evenson |
Small non-functional code and comment cleanups.
|
|
|
@12775
|
13 years |
Mark Evenson |
Fix compiler errors.
|
|
|
@12774
|
13 years |
astalla |
Added support for implementing multiple interfaces using jmake-proxy
|
|
|
@12773
|
13 years |
astalla |
Added classpath manipulation primitives: java:add-to-classpath and …
|
|
|
@12771
|
13 years |
astalla |
Fixed the handling of disassemble: functions store the *load-truename* …
|
|
|
@12768
|
13 years |
ehuelsmann |
Fix elimination of unused local functions:
macroexpand before scanning …
|
|
|
@12766
|
13 years |
ehuelsmann |
Fix #101: Regression in 0.20 where dispatch macros return NIL.
|
|
|
@12765
|
13 years |
Mark Evenson |
Update to ASDF-2.003 with local patches.
Local patches differentiate …
|
|
|
@12761
|
13 years |
ehuelsmann |
Fix compilation of toplevel MACROLET forms.
|
|
|
@12760
|
13 years |
ehuelsmann |
Remove separate FaslVersionMismatch? exception in favor of
raising a …
|
|
|
@12759
|
13 years |
vvoutilainen |
Mark functions final where applicable.
|
|
|
@12758
|
13 years |
astalla |
Custom slot definition: slot-location managed like the other slot …
|
|
|
@12757
|
13 years |
astalla |
User-defined slot definition support: fixed slot-definition initialization.
|
|
|
@12756
|
13 years |
astalla |
Simple slot-* support for structures.
|
|
|
@12755
|
13 years |
astalla |
CL:STRING on Java objects calls toString() on them. Patch by Mario Lang.
|
|
|
@12754
|
13 years |
astalla |
Don't bind *load-truename* to NIL while loading FASLs, or SLIME …
|
|
|
@12753
|
13 years |
astalla |
Progress towards support for custom slot definitions: use of generic …
|
|
|
@12752
|
13 years |
astalla |
Progress towards custom slot definition support: use of generic …
|
|
|
@12750
|
13 years |
Mark Evenson |
Include "examples/" is source release.
Rported and Patched by Mario …
|
|
|
@12749
|
13 years |
Mark Evenson |
Undo previous commmit.
|
|
|
@12748
|
13 years |
Mark Evenson |
Include 'examples' in release source distribution.
Reported by Mario Lang.
|
|
|
@12742
|
13 years |
astalla |
less-reflection branch merged with trunk. verify-load temporarily disabled.
|
|
|
@12741
|
13 years |
astalla |
Fixed regression: correctly set slot-allocation-class for effective …
|
|
|
@12740
|
13 years |
astalla |
Removed @Override annotations that break compilation on 1.5.
|
|
|
@12739
|
13 years |
astalla |
Removed duplicate type tests in compile-constant.
|
|
|
@12738
|
13 years |
astalla |
Initial support for custom slot definition metaobjects in MOP.
|
|
|
@12734
|
14 years |
Mark Evenson |
REPLConsole provides a minimal Swing GUI Console with a REPL.
…
|
|
|
@12733
|
14 years |
Mark Evenson |
Mention gui subdirectory in README.
|
|
|
@12732
|
14 years |
Mark Evenson |
Make GUI examples buildable; putative attempt at a README.
|
|
|
@12731
|
14 years |
Mark Evenson |
Move unused GUI code to examples hierarchy.
|
|
|
@12730
|
14 years |
Mark Evenson |
Place for holding AWT/Swing example code from tree.
|
|
|
@12729
|
14 years |
Mark Evenson |
Restore buildable state.
|
|
|
@12726
|
14 years |
vvoutilainen |
Use BitSet?'s bulk set operation.
|
|
|
@12725
|
14 years |
vvoutilainen |
Make Readtable functions final where possible.
|
|
|
@12724
|
14 years |
ehuelsmann |
Remove access specifier from 2 interpreter specific functions
(now …
|
|
|
@12723
|
14 years |
ehuelsmann |
Style nit: I like tables and loops for their compactness.
|
|
|
@12722
|
14 years |
Mark Evenson |
Examples reorganization: Top-level README, GAE specific README.
|
|
|
@12721
|
14 years |
Mark Evenson |
Examples reorganization: move snippets to misc, adjust local READMEs.
|
|
|
@12720
|
14 years |
Mark Evenson |
Examples reorganization: misc for code snippets.
|
|
|
@12719
|
14 years |
Mark Evenson |
Example reorganzation: delete 'abcl' directory.
|
|
|
@12718
|
14 years |
Mark Evenson |
Reorganization of examples: delete references to J.
|
|
|
@12717
|
14 years |
ehuelsmann |
Remove convenience method which "prevents" typing of 1 boolean value.
|
|
|
@12716
|
14 years |
ehuelsmann |
Delete unused private function.
|
|
|
@12715
|
14 years |
astalla |
Support for custom defclass options for user-defined metaclasses. …
|
|
|
@12714
|
14 years |
vvoutilainen |
Remove commented-out code.
|
|
|
@12713
|
14 years |
astalla |
Serialization support for some Lisp types.
For symbols and packages, …
|
|
|
@12712
|
14 years |
Mark Evenson |
Fix bug that prevented SHADOWING-IMPORT from being able to be …
|
|
|
@12711
|
14 years |
ehuelsmann |
No longer use the reader to load "stand alone" uninterned symbols, …
|
|
|
@12710
|
14 years |
ehuelsmann |
Move access to uninterned symbols array to Load.java for
future use by …
|
|
|
@12709
|
14 years |
ehuelsmann |
Merge EMIT-LOAD-SYMBOL into EMIT-LOAD-EXTERNALIZED-OBJECT.
|
|
|
@12708
|
14 years |
ehuelsmann |
Remove unused function DECLARE-LAMBDA.
|
|
|
@12707
|
14 years |
ehuelsmann |
Simplify COMPILE-CONSTANT.
|
|
|
@12705
|
14 years |
ehuelsmann |
Eliminate DECLARE-INSTANCE as it has the same effect as …
|
|
|
@12704
|
14 years |
ehuelsmann |
Fix typo.
|
|
|
@12703
|
14 years |
ehuelsmann |
DECLARE-OBJECT of non-serializable data (hashtable and
generic …
|
|
|
@12702
|
14 years |
ehuelsmann |
Merge DECLARE-OBJECT functionality ("serialization" of objects
for …
|
|
|
@12701
|
14 years |
ehuelsmann |
Fix weird indenting.
|
|
|
@12699
|
14 years |
ehuelsmann |
Refactor EXTERNALIZE-OBJECT into EMIT-LOAD-EXTERNALIZED-OBJECT.
In …
|
|
|
@12696
|
14 years |
Mark Evenson |
TRUENAME for URL-PATHNAME ambigiously either a directory or file now …
|
|
|