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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15692   12 months Mark Evenson Create a proxy Stream class for CLOS streams Attempts to address …
(edit) @15610   17 months Mark Evenson Fix virtual threading interfaces Native threads are now the default, …
(edit) @15569   2 years Mark Evenson Untabify en masse Results of running style.org source blocks on tree
(edit) @15542   2 years Mark Evenson Fix for Github issue #408 - If a symbol is found accessible now is …
(edit) @15500   3 years Mark Evenson Fix printing of RANDOM-STATE. Not a particularly nice byte vector …
(edit) @15496   3 years Mark Evenson Support use of Project Loom virtual threads Thanks to …
(edit) @15396   4 years Mark Evenson Ensure that we behave like previous implementation Seemingly working …
(edit) @15395   4 years Mark Evenson Make Pathname.init() static method Running under Netbeans, but …
(edit) @15099   7 years Mark Evenson Export the JVM:*RESIGNAL-COMPILER-WARNINGS* interface The generalized …
(edit) @15013   7 years Mark Evenson Restore the ability SYSTEM:CHOOSE-ASSEMBLER to use Objectweb The …
(edit) @14916   7 years Mark Evenson Denote the support for SYS:SOURCE by exporting symbols …
(edit) @14494   11 years rschlatte Remove casts to StandardGenericFunction? Replaced with function …
(edit) @14490   11 years rschlatte Eliminate one of our effective method function caches - …
(edit) @14482   11 years rschlatte Move forward-referenced-class metaclass definition into Lisp
(edit) @14480   11 years rschlatte remove some calls to intern
(edit) @14478   11 years rschlatte remove Java-side accessor primitives from SlotDefinition?.java - …
(edit) @14473   11 years rschlatte Unify slot names for metaobjects - move all slot names into SYS, …
(edit) @14472   11 years rschlatte sort symbol definitions
(edit) @14470   11 years rschlatte define multiply-referenced symbols in Symbol.java
(edit) @14465   11 years rschlatte new method program_error, analogous to type_error
(edit) @14431   11 years rschlatte Make add-package-local-nicknames errors continuable - partly fixes #307
(edit) @14422   11 years rschlatte Consider package-local nicknames in printer. - Fixes #309
(edit) @14207   12 years rschlatte Call method-function instead of directly accessing a slot.
(edit) @14134   12 years rschlatte Handle instances of subclasses of standard-slot-definition in …
(edit) @14132   12 years ehuelsmann Make Symbol.toString() print something developer-readable to help …
(edit) @14018   12 years ehuelsmann Fix #206 while moving the definition of the condition classes to lisp.
(edit) @14007   12 years rschlatte Move definition of subclasses of standard-method metaclass to Lisp - …
(edit) @14006   12 years rschlatte Move method-combination metaclass definitions into Lisp - …
(edit) @13967   12 years Mark Evenson JAVA:JINPUT-STREAM returns the underlying java.io.InputStream? for any …
(edit) @13947   12 years rschlatte change slot names to avoid symbols from CL - The mop-feature-tests …
(edit) @13814   12 years rschlatte implement classes standard-method, standard-reader-method in Lisp
(edit) @13780   12 years rschlatte Don't export funcallable-standard-class from CL. ... fixes a …
(edit) @13774   12 years rschlatte introduce funcallable-standard-class ... not yet usable as metaclass …
(edit) @13773   12 years rschlatte introduce funcallable-standard-object.
(edit) @13726   12 years ehuelsmann Patch by Rudi Schlatte: Make method combinations real classes.
(edit) @13715   12 years Mark Evenson Convert EQL-SPECIALIZER from a structure into a CLOS class. From rudi …
(edit) @13714   12 years Mark Evenson [PATCH 2/2] add class SPECIALIZER, splice it into mop class From …
(edit) @13713   12 years Mark Evenson [PATCH 1/2] add class METAOBJECT, splice it into mop class From …
(edit) @13695   12 years astalla Reimplementation of global symbol macros to avoid using the symbol's …
(edit) @13442   13 years ehuelsmann Remove .toString() methods which override default Java output to be …
(edit) @13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
(edit) @13369   13 years Mark Evenson Make JAVA:ADD-TO-CLASSPATH a generic function. With this change we …
(edit) @13310   13 years Mark Evenson SYS:HASH-TABLE-WEAKNESS provides the weakness property of a hashtable.
(edit) @13273   13 years astalla Correct support for custom slots definitions in MOP: * class …
(edit) @13259   13 years astalla Java method resolution algorithm used by JCALL extracted to a method …
(edit) @13246   13 years ehuelsmann Fix #139 by adding weak object reference support.
(edit) @13134   13 years ehuelsmann Make sure symbols which have been assigned a specialIndex free their …
(edit) @12978   14 years ehuelsmann Fix #98: THREAD type specifier not exported from THREADS package.
(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) @12930   14 years ehuelsmann Additional check to make sure constant symbols aren't being assigned …
(edit) @12749   14 years Mark Evenson Undo previous commmit.
(edit) @12748   14 years Mark Evenson Include 'examples' in release source distribution. Reported by Mario Lang.
(edit) @12738   14 years astalla Initial support for custom slot definition metaobjects in MOP.
(edit) @12713   14 years astalla Serialization support for some Lisp types. For symbols and packages, …
(edit) @12620   14 years Mark Evenson Use interpreted form in a FASL if compliation fails. …
(edit) @12617   14 years Mark Evenson Move pathname functions to EXT; implement DEFSETF for URL pathnames. …
(edit) @12607   14 years Mark Evenson URL pathnames working for OPEN for built-in schemas. Still need to …
(edit) @12598   14 years vvoutilainen Make listp/endp/SYMBOLP final.
(edit) @12576   14 years ehuelsmann Re #38: Merge the METACLASS branch to trunk.
(edit) @12515   14 years vvoutilainen Move a couple EXT symbols close to other EXT symbols.
(edit) @12431   14 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
(edit) @12422   14 years Mark Evenson Extensively reworked new implementation for specifiying jar pathnames. …
(edit) @12375   14 years ehuelsmann Harmonize Symbol printing with what stream already does; same for …
(edit) @12374   14 years ehuelsmann Simplify inspection of variables in (NetBeans?) debugger by making …
(edit) @12357   14 years ehuelsmann Change STREAM and its decendants to a structure class, from built-in, …
(edit) @12306   14 years ehuelsmann Land fast-boot-preloading branch on trunk. Note: things to do include …
(edit) @12298   14 years ehuelsmann Full source scan of "catch (Throwable"; remove lots of instances, or …
(edit) @12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
(edit) @12275   14 years ehuelsmann Switch special bindings access schema to mirror that of SBCL/CCL/XCL: …
(edit) @12272   14 years ehuelsmann Implement functional (declared final) interface to special bindings …
(edit) @12255   15 years ehuelsmann Rename ConditionThrowable? to ControlTransfer? and remove try/catch …
(edit) @12254   15 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
(edit) @12252   15 years ehuelsmann Annotate dubious uses of ConditionThrowable? with FIXME's.
(edit) @12241   15 years ehuelsmann Document getStringValue() to return the string value from string …
(edit) @12224   15 years ehuelsmann Make it possible to require a double-colon package separator by …
(edit) @12181   15 years ehuelsmann Prevent nested compilation of CLOS generated methods. This prevents …
(edit) @12124   15 years ehuelsmann Proposed solution to ticket #61: skip type checking on DEFTYPE-d types …
(edit) @12105   15 years Mark Evenson Split StackFrame? abstraction into Java and Lisp stack frames. From …
(edit) @12079   15 years ehuelsmann Add API to execute()-able classes for hot spot profiling next to …
(edit) @12053   15 years Mark Evenson Move additional symbols into THREADS package. The symbols THREADP …
(edit) @12030   15 years ehuelsmann Add documentation on different symbol value lookup functions.
(edit) @12028   15 years Mark Evenson Implementation of Franz Allegro Gates MP sync primitive by Tobias …
(edit) @11994   15 years vvoutilainen Move macroexpand-all and compiler-let to EXT and LISP packages, …
(edit) @11966   15 years ehuelsmann Symbol execute() methods: change to a different pattern to reduce …
(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) @11698   15 years astalla reverted wrong commit.
(edit) @11697   15 years astalla Serialization support for some lisp objects.
(edit) @11590   15 years astalla Merged the scripting branch, providing JSR-223 support and other new …
(edit) @11539   15 years ehuelsmann Empty statements cleanup: * Remove unintentional empty statements * …
(edit) @11529   15 years Mark Evenson Revert inadvertent r11528.
(edit) @11528   15 years Mark Evenson Enable optional use of JFluid profiler.
(edit) @11492   15 years ehuelsmann Revert r11491. It was based on lack of understanding of the order in …
(edit) @11491   15 years ehuelsmann Cleanup: Add a way to add and initialize a special all at once. Note: …
(edit) @11490   15 years ehuelsmann Implement CDR6: *inspector-hook*. This implements feature request …
(edit) @11478   15 years ehuelsmann Cleanup: remove dead code (including a redefinition of 'equals' which …
(copy) @11457   15 years ehuelsmann Create separate project directories for ABCL and J.
copied from trunk/j/src/org/armedbear/lisp/Symbol.java:
(edit) @11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
Note: See TracRevisionLog for help on using the revision log.