source: trunk/abcl/src/org/armedbear/lisp/Primitives.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15734   8 months Mark Evenson Implement vector-to-vector REPLACE as a primitive
(edit) @15730   9 months Mark Evenson Fix MAPC/MAPCAR for circular lists (Alan Ruttenberg) …
(edit) @15560   2 years Mark Evenson Support for catch tags in slime
(edit) @15554   2 years Mark Evenson Record environments in interpreted code Provide API from …
(edit) @15552   2 years Mark Evenson Support for accessing lexical environments for interpreted code
(edit) @15362   4 years Mark Evenson Refined serialization of local functions and closures (still doesn't …
(edit) @15144   5 years Mark Evenson Fix high start index for SUBSEQ (Olof-Joachim Frahm) Merges …
(edit) @15036   7 years Mark Evenson Fix PACKAGE-ERROR-PACKAGE behaviour (Olof-Joachim Frahm) Also the …
(edit) @14588   10 years ehuelsmann Fix "COND clause should at least have a test form" bug reported by …
(edit) @14500   11 years rschlatte Remove direct references to generic-function class from Java
(edit) @14497   11 years rschlatte Remove direct references to standard-generic-function class from Java
(edit) @14494   11 years rschlatte Remove casts to StandardGenericFunction? Replaced with function …
(edit) @14493   11 years rschlatte downsize StandardGenericFunction?.java - move all caching into new …
(edit) @14484   11 years rschlatte fix (documentation x 'type) for standard-classes - fixes a bunch of …
(edit) @14468   11 years rschlatte Fix set-lambda-name & friends - in funcallable-standard-object, …
(edit) @14465   11 years rschlatte new method program_error, analogous to type_error
(edit) @14452   11 years ehuelsmann Fix cl-cont, which causes %SET-LAMBDA-NAME to be called on a …
(edit) @14405   11 years rschlatte Support package-local nicknames - Same API as SBCL (see manual) - …
(edit) @14369   11 years Mark Evenson Implementation of autoloader for SETF generalized references. Fixes …
(edit) @14254   11 years rschlatte Fix (documentation symbol 'function) when symbol names a generic …
(edit) @14215   12 years Mark Evenson LISP-IMPLEMENTATION-VERSION returns executing JVM as second value.
(edit) @14133   12 years ehuelsmann Remove code duplication. Rename MAKE-EXPANDER-FOR-MACROLET because it …
(edit) @14131   12 years ehuelsmann Close #219: lambda list keyword checking too lenient for ANSI. Note: …
(edit) @14023   12 years ehuelsmann Remove Function Preloading facility not in use for quite some time.
(edit) @13947   12 years rschlatte change slot names to avoid symbols from CL - The mop-feature-tests …
(edit) @13942   12 years Mark Evenson Implement EXT:MAKE-TEMP-DIRECTORY. Docstrings for MAKE-TEMP-DIRECTORY …
(edit) @13837   12 years rschlatte Implement specializer-method--related protocol. Add …
(edit) @13819   12 years rschlatte make functionp recognize instances of funcallable-standard-object.
(edit) @13695   13 years astalla Reimplementation of global symbol macros to avoid using the symbol's …
(edit) @13516   13 years ehuelsmann Fix #161: READTABLE-CASE setting of *readtable* affects FASL content. …
(edit) @13461   13 years ehuelsmann Print expected minimum and maximum argument list lengths in …
(edit) @13446   13 years ehuelsmann Fix #158: Print "#<abc>" fails with *PRINT-READABLY* non-NIL. Note: …
(edit) @13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
(edit) @13409   13 years ehuelsmann Re #160: note the root cause.
(edit) @13250   13 years ehuelsmann Close #138 by implementing a general post-finalization notification …
(edit) @13249   13 years ehuelsmann Revert r13248, "Close #138 by implementing finalizers on LispObject." …
(edit) @13248   13 years ehuelsmann Close #138 by implementing finalizers on LispObject derived objects.
(edit) @13183   13 years ehuelsmann Make sure we autoload FORMAT whenever we've booted far enough and the …
(edit) @13143   13 years ehuelsmann Add IntegrityError? and ProcessingTerminated? error classes and adjust …
(edit) @13139   13 years ehuelsmann Adjust indenting and add a SuppressWarning? annotation.
(edit) @13090   13 years vvoutilainen Make --batch exit, use Lisp.exit() in places where applicable so that …
(edit) @12950   14 years ehuelsmann Add two functions to disable signalling of over- and underflow …
(edit) @12932   14 years ehuelsmann Fix #88: "We need SYS:COMPILED-LISP-FUNCTION-P" to distinguish …
(edit) @12809   14 years Mark Evenson Honor *PRINT-READABLY* by throwing PRINT-NOT-READABLE for "#<". …
(edit) @12576   14 years ehuelsmann Re #38: Merge the METACLASS branch to trunk.
(edit) @12516   14 years astalla Support for user-extensible sequences, adapted from SBCL.
(edit) @12513   14 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
(edit) @12481   14 years ehuelsmann Merge 'metaclass' branch, making STANDARD-CLASS have slots to be …
(edit) @12458   14 years vvoutilainen More stack-friendly SpecialOperators?.
(edit) @12454   14 years vvoutilainen Reindentation.
(edit) @12453   14 years vvoutilainen Make Primitives stack-friendly.
(edit) @12431   14 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
(edit) @12408   14 years ehuelsmann Fix an issue reported in September by Matthew Mondor to the ECL list …
(edit) @12324   14 years ehuelsmann In case a redefinition warning shouldn't be issued if the function …
(edit) @12290   14 years vvoutilainen Remove LispTrampolinesFile? and all references to it.
(edit) @12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
(edit) @12272   15 years ehuelsmann Implement functional (declared final) interface to special bindings …
(edit) @12254   15 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
(edit) @12253   15 years ehuelsmann Make ConditionThrowable? abstract: it's the parent of non-local …
(edit) @12221   15 years ehuelsmann In case a built-in error object (Condition class derivative) is passed …
(edit) @12181   15 years ehuelsmann Prevent nested compilation of CLOS generated methods. This prevents …
(edit) @12170   15 years ehuelsmann Don't throw Go and Return exceptions as means for non-local transfers …
(edit) @12168   15 years ehuelsmann Correct identification of the lexical context of a GO in relation to …
(edit) @12165   15 years ehuelsmann Removal of duplication of TAGBODY processing code in DO*/DO and TAGBODY.
(edit) @12079   15 years ehuelsmann Add API to execute()-able classes for hot spot profiling next to …
(edit) @12071   15 years ehuelsmann Retain values across execution of unwinding forms in unwind protect, …
(edit) @12055   15 years ehuelsmann Avoid stack save/restore operations in routines not modifying the stack.
(edit) @11926   15 years ehuelsmann Compilation of functions with a non-null lexical environment part 2 …
(edit) @11924   15 years ehuelsmann Implement compilation of closures with non-empty lexical environments …
(edit) @11889   15 years vvoutilainen Remove CompiledFunction?, we don't need it.
(edit) @11883   15 years ehuelsmann Remove CompiledClosure?; Rename ClosureTemplateFunction? to …
(edit) @11881   15 years ehuelsmann Stop using CompiledClosure? as a proxy for ClosureTemplateFunctions?: …
(edit) @11783   15 years ehuelsmann Fix fasl reader special bindings leak. * Bind the …
(edit) @11772   15 years ehuelsmann Factor out functions to separate declarations, the body and optionally …
(edit) @11754   15 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
(edit) @11714   15 years ehuelsmann Use the Fixnum factory instead of creating new Fixnums all over the …
(edit) @11711   15 years ehuelsmann Switch our internals over to the new variadic list() function.
(edit) @11539   15 years ehuelsmann Empty statements cleanup: * Remove unintentional empty statements * …
(edit) @11536   15 years Mark Evenson Finished adding @Override annotations for Primitives.java.
(edit) @11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
(copy) @11457   15 years ehuelsmann Create separate project directories for ABCL and J.
copied from trunk/j/src/org/armedbear/lisp/Primitives.java:
(edit) @11441   15 years ehuelsmann Fix compiled MACROLET.13 and MACROLET.14: MACROEXPAND should know …
Note: See TracRevisionLog for help on using the revision log.