Export to GitHub

uabcl - default

Source Commits


Commits

Author Date Commit Message
logicmoo May 26, 2011 97 UABCL - Added in some build deps
logicmoo May 26, 2011 96 UABCL - sync with private make-exe/all.bat
logicmoo Dec 11, 2009 95 Only resolve byte code into classes which are actually required for execution of
logicmoo Dec 11, 2009 94 Eclipse main starts in ansi-tests dirrectory
logicmoo Dec 11, 2009 93 Added examples to Eclipse build
logicmoo Dec 11, 2009 92 Update of abcl-appengine examples
logicmoo Dec 10, 2009 91 Ant-based build process now records FASL source locations correctly. Now we no
logicmoo Dec 4, 2009 90 Added call-count-arities tracking for temporarily profiling to see which funcall
logicmoo Dec 3, 2009 89 Processing @NoInline, @InlineSymbol and @InlinableMethod Annotations - Updated P
logicmoo Dec 2, 2009 88 Just a silly reformat commit.. but doing this so I can have a more realistic dif
logicmoo Dec 2, 2009 87 Added some in-lining.. Still passes all tests.
logicmoo Dec 2, 2009 86 Save .cls files as .class
logicmoo Dec 2, 2009 85 Adding eclipse settings and ASM jar
logicmoo Dec 2, 2009 84 This is 12290 of svn://common-lisp.net/project/armedbear/svn/trunk/abcl
logicmoo Oct 5, 2009 83 'Go' stack traces may be optionally saved.. I found if I try to save them at boo
logicmoo Oct 4, 2009 82 Fix dispatch() generic case. Fixes compiled MULTIPLE-VALUE-CALL with more than 8
logicmoo Oct 4, 2009 81 code-char cache in LispCharacter
logicmoo Oct 4, 2009 80 Added tracing of Thrown Gos
logicmoo Sep 30, 2009 79 Revision: 12168 Author: ehuelsmann Date: 12:10:51 PM, Wednesday, September 30, 2
logicmoo Sep 30, 2009 78 Allows for full size dispatch, syntax but sparse Readtable w/o up to java.lang.C
logicmoo Sep 30, 2009 77 Normalized error messages in arrays .. Used Arrays.fill more often
logicmoo Sep 30, 2009 76 Inclusion of Erik's new TAGBODY stuff (reduce code redundancies)
logicmoo Sep 29, 2009 75 Make code self-explanatory: add constants for inline numeric values.
logicmoo Sep 29, 2009 74 THREADS:MAKE-THREAD :name parameter is now optional.
logicmoo Sep 29, 2009 73 JSR-223: methods returning lists in the script engine factory now return immutab
logicmoo Sep 29, 2009 72 SET-SYNTAX-FROM-CHAR: Copy the fact that the source char *doesn't* have a disp
logicmoo Sep 29, 2009 71 Added Character.MAX_VALUE comment
logicmoo Sep 29, 2009 70 Removed cast to CONS on arguments
logicmoo Sep 29, 2009 69 Created a single place for InvalidInstanceSlot(StandardObject obj, LispObject sl
logicmoo Sep 29, 2009 68 Added more Character names
logicmoo Sep 29, 2009 67 Added traceStep
logicmoo Sep 19, 2009 66 ABCL12154 - Catchup - Got ABCLs TAGBODY/GO improvements merged in Added netbean'
logicmoo Sep 19, 2009 65 ABCL12145 - V-ille - Don't traverse the lambda list twice when checking method a
logicmoo Sep 19, 2009 64 Incorporated Mark Evenson <evenson@panix.com> GO squasher He expresses my concer
logicmoo Sep 9, 2009 63 Merge of all branches and trunk complete Also Fixed some issues with the last Me
logicmoo Sep 9, 2009 62 Fixed some issues with the last Merge from invoke-interface to trunk not updatin
logicmoo Sep 9, 2009 61 merged invoke interface to trunk
logicmoo Sep 9, 2009 60 Author: mevenson Message: Added support for loading Lisp from JAR files. Path
logicmoo Sep 6, 2009 59 AbstractStandardObject requires Layout in constructor now
logicmoo Sep 6, 2009 58 Using checkStandardObject(arg) now
logicmoo Sep 6, 2009 57 Continuation of removing Slot[]s array from StandardObject Still passes all but
logicmoo Sep 6, 2009 56 Added method traceStep(String t) to Debug.java
logicmoo Sep 6, 2009 55 Some subclasses of Operator are now abstract (because they can be)
logicmoo Sep 6, 2009 54 The start of making STANDARD_OBJECT a Java interface.. The goal is to eliminate
logicmoo Sep 6, 2009 53 LispVector/LispArray interfaces added and now invoked by the compiler
logicmoo Sep 5, 2009 52 This runs 20% slower than ABCL but need to commit so i can work my way backwards
logicmoo Sep 5, 2009 51 to trunk - Added IKVM build file and updated the build.xml with the crlf extensi
logicmoo Sep 5, 2009 50 Merged in the working invoke-interface branch to trunk
logicmoo Sep 5, 2009 49 Added IKVM build file and updated the build.xml with the crlf extensions from AB
logicmoo Sep 5, 2009 48 Divided the getInstance to getLispCharacter/makeFixnum/getInteger/getBoolean.. t
logicmoo Sep 5, 2009 47 makeCons(...) getSingleFloat
logicmoo Sep 5, 2009 46 isSingleFloat()/isDoubleFloat()
logicmoo Sep 5, 2009 45 both DoubleFloat/SingleFloat uses factory and invokevirtual
logicmoo Sep 5, 2009 44 DoubleFloat uses a factory and SingleFloat is invokevirtual
logicmoo Sep 4, 2009 43 DoubleFloat boxed value is now private
logicmoo Sep 4, 2009 42 Double/Single Floats always casted on constructor LispObject now has a virtual r
logicmoo Sep 4, 2009 41 Bignums are now inline w/o static call
logicmoo Sep 4, 2009 40 Lisp Numbers now extend java.lang.Number intValue seems sane about to make bigIn
logicmoo Sep 4, 2009 39 Fixnums are mostly invoke-interface now
logicmoo Sep 4, 2009 38 Invoke-Interface Merge
logicmoo Sep 4, 2009 37 Catchup to ABCL 12128 - Commit before the branch merge
logicmoo Aug 29, 2009 36 Little batch file for making for IKVM version
logicmoo Aug 29, 2009 35 Implementation of Franz Allegro Gates MP sync primitive by Tobias Rittweiler. S
logicmoo Aug 29, 2009 34 Caught up to Revision: 12124 Author: ehuelsmann Date: 3:55:00 AM, Friday, Augus
logicmoo Aug 29, 2009 33 StructureObject is now an interface (now proxies of 3rd party (from external pro
logicmoo Aug 29, 2009 32 LispObject is no longer a class.. it is an Interface
logicmoo Aug 29, 2009 31 Resolved http://trac.common-lisp.net/armedbear/ticket/34
logicmoo Aug 29, 2009 30 Uses more fixnum caches statically
logicmoo Aug 27, 2009 29 Beginning to fix circularity on streams (added an extra argument so far)
logicmoo Aug 27, 2009 28 Updated eclipse build + needed asm-all-3.1.jar
logicmoo Aug 27, 2009 27 Undid some name collisions - still passes 28 ANSI-TESTS
logicmoo Aug 27, 2009 26 still passes 28 ANSI-TESTS while continued moving function names in ABCL (compil
logicmoo Aug 27, 2009 25 Moving some function names in ABCL (compiler) out of the way of SubLisp compiler
logicmoo Aug 27, 2009 24 importing initial LarkC vendor drop
logicmoo Aug 27, 2009 23 adding dirrectories to import vender branch to src/com/cyc/tool/[subl]
logicmoo Aug 26, 2009 22 Adding invoke-interface/sublisp branch
logicmoo Aug 25, 2009 21 Added missing #'HOT-COUNT info and tracking.
logicmoo Aug 25, 2009 20 Removed a few compiler warnings from the last commit. (Mainly synthetic accessor
logicmoo Aug 25, 2009 19 Caught up to ABCL trunk r12116 and still passing 28 ansi tests and running on IK
logicmoo Aug 20, 2009 18 Declaration (processing) fixes. jvm.lisp (process-ignore/ignorable): Don't proc
logicmoo Aug 6, 2009 17 for use from java code in Interpreter.java public static synchronized Interpret
logicmoo Aug 6, 2009 16 compile-pass2.lisp now expects getInstance(Z) to be in Lisp.java
logicmoo Aug 5, 2009 15 Oops I broke part of the API by naming getInstance makeImmediateJavaObject.. rem
logicmoo Aug 2, 2009 14 Fixes for Under IKVM 0.41.3484.0 - 28 out of 21700 total tests failed: 310.203 s
logicmoo Aug 2, 2009 13 Now runs under IKVM as a .DLL or .EXE
logicmoo Aug 1, 2009 12 Passing PRINT-LENGTH.INIT.1 - now 28 out of 21700 total tests failed
logicmoo Aug 1, 2009 11 Passing FORMAT.C.4A and FORMATTER.C.4A - now 29 out of 21700 total tests failed
logicmoo Aug 1, 2009 10 BASE-STRING is now determined by "content" and now passes TYPE-OF.4 in ANSI test
logicmoo Jul 31, 2009 9 Added more artifacts to ignore
logicmoo Jul 31, 2009 8 Removed generated artifacts that made it into SVN
logicmoo Jul 31, 2009 7 Divided LispObject into categories - for the next stage Removed private access t
logicmoo Jul 31, 2009 6 Saving class files with the class name as-is and with .class extension
logicmoo Jul 31, 2009 5 V-ille's defstruct patch
logicmoo Jul 30, 2009 4 (defun (setf jfield) (newvalue class-ref-or-field field-or-instance &optiona
logicmoo Jul 30, 2009 3 Ticket58 by Alessio Stalla third Iteration
logicmoo Jul 30, 2009 2 Initial import of ABCL near 12077
Jul 29, 2009 1 Initial directory structure.