Add EXTERNAL-ONLY to FIND-ALL-SYMBOLS.
[sbcl.git] / src / code / target-package.lisp
2013-10-23 Olof-Joachim FrahmAdd EXTERNAL-ONLY to FIND-ALL-SYMBOLS. external-only
2013-03-16 Stas BoukarevReduce consing for find-package.
2013-03-14 Stas BoukarevBetter errors for package operations.
2013-02-21 Nikodemus Siivolaprohibit adding name of a package to itself as a local...
2013-02-21 Nikodemus Siivolasuffix PACKAGE-LOCALLY-NICKNAMED-BY with -LIST
2013-02-07 Nikodemus Siivolait's print-read consistency, not read/print consistency
2013-02-01 Nikodemus Siivolapackage local nicknames
2013-02-01 Nikodemus Siivolaremove deleted packages from implementation-packages...
2013-02-01 Nikodemus Siivolanicer name-conflict restarts for common cases
2012-04-24 Stas BoukarevBetter arglists for some package accessors.
2011-12-10 Nikodemus Siivolafaster VECTOR-SUBSEQ*
2011-12-09 Nikodemus Siivoladelete *FASL-SYMBOL-BUFFER*
2011-11-10 Nikodemus Siivolaunify locks
2011-05-29 Nikodemus Siivola1.0.48.31: WITH-LOCKED-SYSTEM-TABLE
2011-03-02 Nikodemus Siivola1.0.46.21: renaming oops in MAKE-PACKAGE
2011-02-12 Nikodemus Siivola1.0.45.26: fix a long-standing UNINTERN bug
2010-08-10 Christophe Rhodes1.0.41.43: fix for RENAME-PACKAGE's return value
2010-05-30 Alastair Bridgewater1.0.39.2: Fix symbol-name-conflict resolution test...
2010-04-06 Nikodemus Siivola1.0.37.44: FIND-PACKAGE and FIND-SYMBOL deadlocks
2010-03-28 Nikodemus Siivola1.0.37.1: more correct restart text for MAKE-PACKAGE
2009-12-17 Nikodemus Siivola1.0.33.11: thread-safe FIND-PACKAGE & DEFPACKAGE
2009-02-16 Gabor Melis1.0.25.51: use WITH-RECURSIVE-SYSTEM-SPINLOCK
2009-02-04 Gabor Melis1.0.25.8: fix sxhash bug
2008-08-17 Nikodemus Siivola1.0.19.31: correct shadowing-import of NIL in NAME...
2008-08-02 Nikodemus Siivola1.0.19.15: package name conflict patched from Michael...
2008-06-30 Richard M Kreuter1.0.18.8: Sort results of APROPOS-LIST and APROPOS.
2008-06-04 Nikodemus Siivola1.0.17.24: refactor handling of constants in the compiler
2007-11-14 Nikodemus Siivola1.0.11.24: internal hash-table usage thread-safety...
2007-07-11 Nikodemus Siivola1.0.7.14: thread-safe INTERN, EXPORT, &co
2007-06-03 Christophe Rhodes1.0.6.18: Two fixes from Eric Marsden
2007-04-29 Nathan Froyd1.0.5.8: always display package prefixes when symbols...
2007-04-13 Nikodemus Siivola1.0.4.79: remove lock from *descriptor-handlers*
2007-04-12 Juho Snellman1.0.4.78: shrink package hash-tables to an optimal...
2006-09-13 Juho Snellman0.9.16.29:
2005-10-01 Juho Snellman0.9.5.14:
2005-07-14 William Harold Newman0.9.2.43:
2005-05-19 Juho Snellman0.9.0.38:
2005-04-29 Christophe Rhodes0.9.0.6:
2005-03-16 Christophe Rhodes0.8.20.26:
2004-12-09 Christophe Rhodes0.8.17.26:
2004-10-27 Christophe Rhodes0.8.16.7:
2004-10-26 Christophe Rhodes0.8.16.4:
2004-07-04 Nikodemus Siivola0.8.12.18: Rearranging COMPILER-ERROR protocol
2004-06-29 Nikodemus Siivola0.8.12.7: Merge package locks, AKA "what can go wrong...
2004-05-31 Christophe Rhodes0.8.10.72:
2003-08-14 Christophe Rhodes0.8.2.28:
2003-08-07 Christophe Rhodes0.8.2.19:
2003-05-30 Christophe Rhodes0.8.0.18:
2003-02-03 Christophe Rhodes0.7.12.18:
2002-12-19 Alexey Dejneka0.7.10.25:
2002-11-15 Christophe Rhodes0.7.9.51:
2002-01-30 William Harold Newman0.7.1.2:
2002-01-19 William Harold Newman0.7.0:
2002-01-18 William Harold Newman0.pre7.142:
2002-01-17 William Harold Newman0.pre7.141:
2002-01-16 William Harold Newman0.pre7.140:
2002-01-12 William Harold Newman0.pre7.124:
2001-11-29 William Harold Newman0.pre7.86.flaky7.14:
2001-10-17 William Harold Newman0.pre7.72:
2001-10-06 William Harold Newman0.pre7.50:
2001-10-06 William Harold Newman0.pre7.49:
2001-10-03 William Harold Newman0.pre7.38:
2001-08-05 William Harold Newman0.6.12.65:
2001-04-15 William Harold Newman0.6.11.37:
2001-03-22 William Harold Newman0.6.11.23:
2001-03-12 William Harold Newman0.6.11.13:
2000-11-07 William Harold Newman0.6.8.10:
2000-11-05 William Harold Newman0.6.8.9:
2000-10-20 William Harold Newman0.6.7.22: removed CVS dollar-Header-dollar tags from...
2000-09-18 William Harold NewmanInitial revision