Fix make-array transforms.
[sbcl.git] / src / pcl /
2014-01-04 Christophe Rhodesbetter encapsulation support in generic functions
2013-11-16 Stas BoukarevFix a regression in class accessors.
2013-11-15 Christophe Rhodespartially rewrite accessor-values-internal
2013-11-15 Christophe Rhodesrelax restriction on defstruct slot names
2013-11-12 Stas BoukarevFix typos in docstrings and function names.
2013-11-02 Stas BoukarevAdjust the recent defmethod change.
2013-11-01 Stas Boukarevdefmethod: make the function known at compile time.
2013-10-31 Stas BoukarevFix defmethod arglists leaking into make-method-lambda.
2013-10-26 Paul KhuongMake sure quantifiers don't cons
2013-10-26 Stas BoukarevReduce consing during SUBTYPEP on classes.
2013-10-21 Christophe Rhodessignal errors for bad initialization of slot definitions
2013-10-17 Stas BoukarevAdd some missing FNDB declarations.
2013-09-16 Christophe RhodesSET-FUNCALLABLE-INSTANCE-FUNCTION is user interface
2013-09-10 Christophe Rhodesdetect cpl-protocol-violations early
2013-09-09 Christophe Rhodesbetter ctor fallback-generators
2013-09-05 Christophe RhodesDocument extensible sequence protocol
2013-08-24 Stas BoukarevRevert "Clean up %more-arg-values."
2013-08-20 Stas BoukarevClean up %more-arg-values.
2013-06-28 Attila LendvaiMake the printing of a slot-unbound error more error...
2013-05-24 Paul KhuongSilence the compiler when (runtime-) compiling PCL...
2013-05-20 Paul KhuongFix (CONCATENATE 'null ...) for generic sequences
2013-04-12 Jan MoringenEvaluate condition default initargs once, even after...
2013-04-12 Jan MoringenUse AMOP representation of canonicalized default initar...
2013-04-08 Stas BoukarevDon't signal an error on (setf (documentation nil ...
2013-03-22 Jan MoringenFix SEQUENCE:SEARCH, test seq. functions with user...
2013-03-13 Stas BoukarevSlightly better arglist for defmethod.
2013-03-10 Stas Boukarevformat: Signal an error for ~<~@>
2013-02-05 Stas BoukarevFix (setf documentation) regression.
2013-02-04 Stas BoukarevFix (documentation #'function t)
2013-02-01 Nikodemus Siivolabetter debug name for secondary GF dispatch functions
2013-01-18 Christophe Rhodesfix constant-list-related initargs in CTOR optimization
2012-12-01 Stas BoukarevSuppress warnings about possible slot name conflicts...
2012-10-06 Nikodemus Siivolamake walker tests happier
2012-10-03 Nikodemus Siivolafix walker handling of LET* bindings shadowing symbol...
2012-10-03 Nikodemus Siivolamore debug output for the once-in-a-blue-moon cache...
2012-05-21 Nikodemus Siivolamake ENSURE-GENERIC-FUNCTION accept method combination...
2012-05-21 Nikodemus Siivolabreak infinite recursion in GENERATE-SLOTD-TYPECHECK
2012-01-22 Stas Boukarevmaybe-update-info-for-gf: Use KEYWORD-SPEC-NAME for...
2011-12-30 Nikodemus Siivolause %VECTOR-RAW-BITS in %BIT-POSITION/[0|1]
2011-12-30 Nikodemus Siivolapackage locks and compile-time effects of DEFCLASS
2011-12-05 Nikodemus Siivolaless rebindings in defmethods
2011-12-05 Nikodemus Siivolamore conservative subtypep test for classoids
2011-12-05 Nikodemus Siivolastricter handling of declarations in DEFGENERIC
2011-12-05 Nikodemus Siivolano need for BOOT-MAKE-WRAPPER on target
2011-12-05 Nikodemus Siivolachange an AVER to CERROR 'bug
2011-11-12 Nikodemus Siivolaextensible CAS and CAS extensions
2011-11-11 Christophe Rhodesfix out-of-line structure predicates on obsolete standa...
2011-11-10 Nikodemus Siivolaunify locks
2011-10-19 Alastair BridgewaterFixnum and unsigned-fixnum array cleanups.
2011-09-20 Nikodemus Siivolahandle non-standard slot allocations when updating...
2011-07-29 Nikodemus Siivolaobsolete instance protocol and class-slots
2011-06-14 Nikodemus Siivolaadd &KEY SILENT to PARSE-LAMBDA-LIST
2011-05-29 Nikodemus Siivola1.0.48.31: WITH-LOCKED-SYSTEM-TABLE
2011-05-29 Nikodemus Siivola1.0.48.30: adjust DOCUMENTATION and SB-INTROSPECT
2011-05-28 Nikodemus Siivola1.0.48.28: make TRULY-THE macroexpandable
2011-05-24 Nikodemus Siivola1.0.48.23: faster with-arguments CALL-NEXT-METHOD
2011-05-24 Nikodemus Siivola1.0.48.22: optimize GENERIC-FUN-INFO
2011-04-21 Nikodemus Siivola1.0.47.25: make instances obsolete if slot definition...
2011-04-10 Nikodemus Siivola1.0.47.19: another MAKE-INSTANCE regression from 1...
2011-03-20 Nikodemus Siivolaget rid of *EQL-SPECIALIZER-TABLE-LOCK*
2011-03-04 Nikodemus Siivola1.0.46.24: fix MAKE-INSTANCE regression from 1.0.45.19
2011-02-28 Nikodemus Siivola1.0.46.15: fix MAKE-INSTANCE regression from 1.0.45.18
2011-02-20 Nikodemus Siivola1.0.46.11: faster slot-accesses in the presence of...
2011-02-20 Nikodemus Siivola1.0.46.4: redefinition warnings for macros
2011-02-13 Nikodemus Siivola1.0.45.32: export SB-PCL:+SLOT-UNBOUND+
2011-02-12 Nikodemus Siivola1.0.45.21: whitespace damage from ctor patches
2011-02-11 Nikodemus Siivola1.0.45.19: more comprehensive CTOR optimization, part 2
2011-02-11 Nikodemus Siivola1.0.45.18: more comprehensive CTOR optimization
2010-11-15 Nikodemus Siivola1.0.44.23: replace %METHOD-NAME and %METHOD-LAMBDA...
2010-10-17 Nikodemus Siivola1.0.43.65: pcl: :DEFINITION-SOURCE / :SOURCE-LOCATION...
2010-10-16 Nikodemus Siivola1.0.43.63: storing function documentation under names...
2010-10-14 Nikodemus Siivola1.0.43.57: better handling of derived function types
2010-09-21 Nikodemus Siivola1.0.42.49: fix (SETF DOCUMENTATION) for macros
2010-09-13 Nikodemus Siivola1.0.42.37: use more NAMED-LAMBDAs in PCL generated...
2010-09-04 Christophe Rhodes1.0.42.32: fix for lp#611361
2010-09-02 Nikodemus Siivola1.0.42.24: print symbols with fully qualified names...
2010-08-31 Nikodemus Siivola1.0.42.9: fix defmethod declarations for aliases of...
2010-07-30 Christophe Rhodes1.0.41.1: much faster MAKE-INITIAL-DFUN
2010-07-19 Christophe Rhodes1.0.40.6: call an appropriate existing ctor from MAKE...
2010-07-19 Christophe Rhodes1.0.40.5: comment changes
2010-07-19 Christophe Rhodes1.0.40.4: slight performance enhancement in gf initiali...
2010-07-19 Christophe Rhodes1.0.40.3: better non-ctor make-instance
2010-07-19 Christophe Rhodes1.0.40.2: ctor machinery bugfixes
2010-03-28 Nikodemus Siivola1.0.37.7: RETRY restart for NO-APPLICABLE-METHOD and...
2010-03-28 Nikodemus Siivola1.0.37.5: remove a redundant IF
2010-02-28 Nikodemus Siivola1.0.36.5: delay transforms for SLOT-VALUE and (SETF...
2010-02-28 Nikodemus Siivola1.0.36.4: muffle style-warnings for undefined slot...
2010-02-27 Nathan Froyd1.0.35.20: More robust checking for DEFMETHOD argument...
2009-12-04 Gabor Melis1.0.33.6: prettier PRINT-OBJECT default method
2009-11-20 Christophe Rhodes1.0.32.37: declarations and symbol-macros in methods
2009-11-06 Christophe Rhodes1.0.32.12: Fix slot-value on specialized parameters...
2009-09-18 Nikodemus Siivola1.0.31.14: removing :DEFAULT-INITARGS via DEFCLASS
2009-09-15 Nikodemus Siivola1.0.31.9: some PCL micro-optimizations
2009-09-12 Nikodemus Siivola1.0.31.6: better error reporting for bogus parameter...
2009-09-11 Nikodemus Siivola1.0.31.5: WITH-SLOTS on THE forms
2009-09-11 Nikodemus Siivola1.0.31.4: misuse of ABORT-IR1-TRANSFORM
2009-08-06 Nikodemus Siivola1.0.30.40: faster SLOT-VALUE on structures
2009-07-30 Nikodemus Siivola1.0.30.20: less DEFGENERIC clobbers FTYPE STYLE-WARNINGS
2009-07-29 Nikodemus Siivola1.0.30.9: improved generic-function FTYPE handling
2009-07-01 Nikodemus Siivola1.0.29.54.rc2: two more CTOR optimization issues
next