|
|
@12722
|
13 years |
Mark Evenson |
Examples reorganization: Top-level README, GAE specific README.
|
|
|
@12721
|
13 years |
Mark Evenson |
Examples reorganization: move snippets to misc, adjust local READMEs.
|
|
|
@12720
|
13 years |
Mark Evenson |
Examples reorganization: misc for code snippets.
|
|
|
@12719
|
13 years |
Mark Evenson |
Example reorganzation: delete 'abcl' directory.
|
|
|
@12718
|
13 years |
Mark Evenson |
Reorganization of examples: delete references to J.
|
|
|
@12717
|
13 years |
ehuelsmann |
Remove convenience method which "prevents" typing of 1 boolean value.
|
|
|
@12716
|
13 years |
ehuelsmann |
Delete unused private function.
|
|
|
@12715
|
13 years |
astalla |
Support for custom defclass options for user-defined metaclasses. …
|
|
|
@12714
|
13 years |
vvoutilainen |
Remove commented-out code.
|
|
|
@12713
|
13 years |
astalla |
Serialization support for some Lisp types.
For symbols and packages, …
|
|
|
@12712
|
13 years |
Mark Evenson |
Fix bug that prevented SHADOWING-IMPORT from being able to be …
|
|
|
@12711
|
13 years |
ehuelsmann |
No longer use the reader to load "stand alone" uninterned symbols, …
|
|
|
@12710
|
13 years |
ehuelsmann |
Move access to uninterned symbols array to Load.java for
future use by …
|
|
|
@12709
|
13 years |
ehuelsmann |
Merge EMIT-LOAD-SYMBOL into EMIT-LOAD-EXTERNALIZED-OBJECT.
|
|
|
@12708
|
13 years |
ehuelsmann |
Remove unused function DECLARE-LAMBDA.
|
|
|
@12707
|
13 years |
ehuelsmann |
Simplify COMPILE-CONSTANT.
|
|
|
@12706
|
13 years |
astalla |
Split potentially huge CASE in the fasl-loader in multiple smaller …
|
|
|
@12705
|
13 years |
ehuelsmann |
Eliminate DECLARE-INSTANCE as it has the same effect as …
|
|
|
@12704
|
13 years |
ehuelsmann |
Fix typo.
|
|
|
@12703
|
13 years |
ehuelsmann |
DECLARE-OBJECT of non-serializable data (hashtable and
generic …
|
|
|
@12702
|
13 years |
ehuelsmann |
Merge DECLARE-OBJECT functionality ("serialization" of objects
for …
|
|
|
@12701
|
13 years |
ehuelsmann |
Fix weird indenting.
|
|
|
@12700
|
13 years |
Mark Evenson |
Backport r12696: TRUENAME for URL-PATHNAME ambigiously either a …
|
|
|
@12699
|
13 years |
ehuelsmann |
Refactor EXTERNALIZE-OBJECT into EMIT-LOAD-EXTERNALIZED-OBJECT.
In …
|
|
|
@12698
|
13 years |
astalla |
Load class bytes on demand for disassemble.
|
|
|
@12697
|
13 years |
Mark Evenson |
Backport r12695: Change messages from trace to warn for failing …
|
|
|
@12696
|
13 years |
Mark Evenson |
TRUENAME for URL-PATHNAME ambigiously either a directory or file now …
|
|
|
@12695
|
13 years |
Mark Evenson |
Change messages from trace to warn for failing InputStream?.
|
|
|
@12694
|
13 years |
astalla |
Backported r12693 to 0.20 branch
|
|
|
@12693
|
13 years |
ehuelsmann |
Fix reader dispatch macro functions defined in Lisp,
trying to return …
|
|
|
@12692
|
13 years |
ehuelsmann |
Replace lookup-or-declare-symbol - which was used to load a
symbol in …
|
|
|
@12691
|
13 years |
vvoutilainen |
Remove a BOM from the beginning of the file.
|
|
|
@12690
|
13 years |
ehuelsmann |
Replace serialization related DECLARE-* functions with
a single API: …
|
|
|
@12689
|
13 years |
Mark Evenson |
Thunk through URL.toURI() for getting URL authority.
Fixes loading …
|
|
|
@12688
|
13 years |
Mark Evenson |
Backport r12687: Update CHANGES for release.
|
|
|
@12687
|
13 years |
Mark Evenson |
Updates in preparation for abcl-0.20.
|
|
|
@12686
|
13 years |
Mark Evenson |
Backportr 12676: Muffle warning from Ant 1.8.1 about includeantruntime …
|
|
|
@12685
|
13 years |
Mark Evenson |
Backport r1267[35]: Load 'system.lisp' later in boot so conditions …
|
|
|
@12684
|
13 years |
Mark Evenson |
Backport r1267[14]: Site specific initialization code can be named by …
|
|
|
@12683
|
13 years |
ehuelsmann |
Save a few bytes in our JAR by re-using serialized
anonymous symbols, …
|
|
|
@12682
|
13 years |
ehuelsmann |
Add APIs to access data gathered in the profiler
to detect (lisp) hot …
|
|
|
@12681
|
13 years |
ehuelsmann |
Eliminate the need for two separate integer-declaring functions
in the …
|
|
|
@12680
|
13 years |
astalla |
Removed debug print, the branch now fails the same tests as trunk.
|
|
|
@12679
|
13 years |
astalla |
Fixed missing probe-file in zipped fasl construction.
Advanced the …
|
|
|
@12678
|
13 years |
vvoutilainen |
Re #96: partial fix for argument lists where &key appears
before …
|
|
|
@12677
|
13 years |
Mark Evenson |
Correct incorrect inclusion of changes in last commit.
|
|
|
@12676
|
13 years |
Mark Evenson |
Muffle warning from Ant 1.8.1 about includeantruntime not being set.
|
|
|
@12675
|
13 years |
Mark Evenson |
Fix build from scratch breakage in r12673.
|
|
|
@12674
|
13 years |
Mark Evenson |
Correct to "everything commented out" convention.
|
|
|
@12673
|
13 years |
Mark Evenson |
Load 'system.lisp' later in boot so conditions trigger debugger.
|
|
|
@12672
|
13 years |
astalla |
FASL loader implemented. Has serious bugs (tests fail to compile), but …
|
|
|
@12671
|
13 years |
Mark Evenson |
Site specific initialization code can be named by 'abcl.startup.file'. …
|
|
|
@12670
|
13 years |
ehuelsmann |
Update trunk version number after branching 0.20.
|
|
|
@12669
|
13 years |
ehuelsmann |
Create 0.20 maintenance branch.
|
|
|
@12668
|
13 years |
astalla |
Updated CHANGES for the 0.20 release
|
|
|
@12667
|
13 years |
Mark Evenson |
Fix WILD-PATHNAME-P to check for pathname components which are strings …
|
|
|
@12666
|
13 years |
Mark Evenson |
Fix ASDF:MERGE-PATHNAMES* in the case that default directory is nil.
|
|
|
@12665
|
13 years |
ehuelsmann |
Apply the speed improvement used for dispatching everywhere: all …
|
|
|
@12664
|
13 years |
Mark Evenson |
Add FASL and Java version to ASDF output location root cache …
|
|
|
@12663
|
13 years |
Mark Evenson |
Adjust JCLASS docstring to reflect optional classloader argument.
|
|
|
@12662
|
13 years |
astalla |
JCLASS now supports an optional CLASS-LOADER argument.
|
|
|
@12661
|
13 years |
astalla |
Fix computation of the class precedence list for Java classes in case …
|
|
|
@12660
|
13 years |
astalla |
Fixed and rationalized class precedence list computation for …
|
|
|
@12659
|
13 years |
Mark Evenson |
Fix Ant-based invocation of Java Unit tests.
Remove reference to …
|
|
|
@12658
|
13 years |
ehuelsmann |
Close #38: Add some metaclass tests - to be expanded
upon fixing …
|
|
|
@12657
|
13 years |
Mark Evenson |
Adjust ASDF interface to match ASDF2 definition.
|
|
|
@12656
|
13 years |
Mark Evenson |
Properly implement HTTP/1.1 HEAD requests.
|
|
|
@12655
|
13 years |
Mark Evenson |
Update to ASDF 1.719 as recommended by ASDF developers.
|
|
|
@12654
|
13 years |
Mark Evenson |
Fix JAR-PATHNAME tests.
Use explicit version in LOAD of jar via http …
|
|
|
@12653
|
13 years |
Mark Evenson |
Fix MERGE-PATHNAMES for URL-PATHNAME under Windows.
If the Pathname …
|
|
|
@12652
|
13 years |
Mark Evenson |
Use '/' as directory path separator for URL-PATHNAME and JAR-PATHNAME.
|
|
|
@12651
|
13 years |
ehuelsmann |
More CHANGES updates.
|
|
|
@12650
|
13 years |
ehuelsmann |
Fix #79: Equally named -but different- uninterned symbols coalesced …
|
|
|
@12649
|
13 years |
ehuelsmann |
Re #79: Add *FASL-UNINTERNED-SYMBOLS* variable to Load.java and save …
|
|
|
@12648
|
13 years |
ehuelsmann |
Add (and use) more wrappers for the lisp ERROR function, using …
|
|
|
@12647
|
13 years |
ehuelsmann |
Don't warn about Java 1.6.0_20 being an inappropriate version.
|
|
|
@12646
|
13 years |
ehuelsmann |
Re #93: Instead of fixing just readList and readDelimitedList, …
|
|
|
@12645
|
13 years |
ehuelsmann |
Fix #93: Empty VALUES set in the reader treated as NIL.
|
|
|
@12644
|
13 years |
Mark Evenson |
Fix for loading ASDF systems from jar files under win32.
Changed …
|
|
|
@12643
|
13 years |
Mark Evenson |
Under Windows, properly reference jars on other drive letters.
|
|
|
@12642
|
13 years |
Mark Evenson |
Enable ASDF2 to work under Windows.
Under Windows, allow Pathname …
|
|
|
@12641
|
13 years |
Mark Evenson |
Fix recursion bug in constructing Pathnames from "file" scheme URLs.
…
|
|
|
@12640
|
13 years |
ehuelsmann |
Update CHANGES, adding to the 0.20 section.
|
|
|
@12639
|
13 years |
ehuelsmann |
Fix #89: Stack inconsistency error when discarding READ-LINE return value.
|
|
|
@12638
|
13 years |
astalla |
Experimental: special operator to insert inline bytecode in compiled …
|
|
|
@12637
|
13 years |
vvoutilainen |
Make unreadableString() variants in LispObject final.
|
|
|
@12636
|
13 years |
ehuelsmann |
Fix "expecting integer on stack" issue reported by Alan Ruttenberg.
…
|
|
|
@12635
|
13 years |
ehuelsmann |
Fix loading of stale fasls.
Patch by: David Kirkman dkirkman at ucsd …
|
|
|
@12634
|
13 years |
ehuelsmann |
Implement THREADS:THREAD-JOIN.
Patch by: David Kirkman dkirkman _at_ …
|
|
|
@12633
|
13 years |
ehuelsmann |
Move a section of code around to separate the
class file …
|
|
|
@12632
|
13 years |
astalla |
Added readme for the branch
|
|
|
@12631
|
13 years |
astalla |
Added missing class
|
|
|
@12630
|
13 years |
astalla |
First rough attempt at a fasl classloader to load local functions …
|
|
|
@12629
|
13 years |
ehuelsmann |
Running 'ant test.abcl' showed conditions don't have to be of Java …
|
|
|
@12628
|
13 years |
astalla |
Copied trunk to new branch
|
|
|
@12627
|
13 years |
astalla |
Created less-reflection branch
|
|
|
@12626
|
13 years |
Mark Evenson |
Add commented out warning of compilation failure.
Currently …
|
|
|
@12625
|
13 years |
Mark Evenson |
Finish updating README, mainly deprecating the prominence of the Lisp …
|
|
|
@12624
|
13 years |
Mark Evenson |
Pretty print output to system.lisp.
|
|
|
@12623
|
13 years |
Mark Evenson |
Partial re-working of install documentation.
|
|
|