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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15569   2 years Mark Evenson Untabify en masse Results of running style.org source blocks on tree
(edit) @15036   7 years Mark Evenson Fix PACKAGE-ERROR-PACKAGE behaviour (Olof-Joachim Frahm) Also the …
(edit) @14570   11 years Mark Evenson Restore Packages.findPackage() API for obtaining the current package …
(edit) @14557   11 years ehuelsmann More refactoring of shadowingImport: unbreak METATILITIES.
(edit) @14549   11 years rschlatte fix previous commit
(edit) @14547   11 years ehuelsmann Fix exscribe crash.
(edit) @14544   11 years ehuelsmann Fix cl-colors build+load failure as found in recent Quicklisp.
(edit) @14453   11 years ehuelsmann Fix recent TINAA-TEST loader crash (regression from FAILure) as …
(edit) @14449   11 years Mark Evenson Fix UNEXPORT to work on symbols from foreign packages. No longer …
(edit) @14431   11 years rschlatte Make add-package-local-nicknames errors continuable - partly fixes #307
(edit) @14429   11 years rschlatte When deleting a package, remove its package-local nicknames everywhere
(edit) @14428   11 years rschlatte Fix return value of add-package-local-nickname
(edit) @14423   11 years rschlatte Don't error when re-adding an identical package-local nickname
(edit) @14421   11 years rschlatte Fix package-local nicknames - avoid failure when package has no …
(edit) @14405   11 years rschlatte Support package-local nicknames - Same API as SBCL (see manual) - …
(edit) @14061   12 years ehuelsmann Qualify FIND-PACKAGE when used to serialize a package in a FASL: the …
(edit) @14000   12 years rschlatte Remove to-be-deleted package from packages which use it - fixes ansi …
(edit) @13705   12 years ehuelsmann Create two utility functions allowing more efficient symbol lookup in …
(edit) @13445   13 years ehuelsmann Print unreadable strings with unreadableString() exclusively, so it …
(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) @13135   13 years astalla Revert to a reflection-based loading scheme for top-level compiled …
(edit) @13132   13 years ehuelsmann Fix: When deleting a package it remains on the usedByList of the …
(edit) @12977   14 years ehuelsmann Unintern symbols with a deleted package as their home package. This …
(edit) @12959   14 years ehuelsmann Remove as much synchronization as possible from package symbols …
(edit) @12713   14 years astalla Serialization support for some Lisp types. For symbols and packages, …
(edit) @12712   14 years Mark Evenson Fix bug that prevented SHADOWING-IMPORT from being able to be …
(edit) @12431   14 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
(edit) @12375   14 years ehuelsmann Harmonize Symbol printing with what stream already does; same for …
(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) @12254   14 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
(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) @11475   15 years ehuelsmann Cleanup: remove dead code, empty statements and add @Override annotations.
(copy) @11457   15 years ehuelsmann Create separate project directories for ABCL and J.
copied from trunk/j/src/org/armedbear/lisp/Package.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.