1.0.39.13: restore darwin/ppc building
[sbcl.git] / src / pcl /
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
2009-06-28 Nikodemus Siivola1.0.29.51: correctly compute default initargs for FAST...
2009-06-27 Nikodemus Siivola1.0.29.49: silence compiler note for type-checks from...
2009-06-26 Nikodemus Siivola1.0.29.48: compute default initargs for SB-PCL::FAST...
2009-06-25 Nikodemus Siivola1.0.29.45: another CTOR optimization
2009-06-25 Nikodemus Siivola1.0.29.41: inline CTOR caches for MAKE-INSTANCE
2009-06-25 Nikodemus Siivola1.0.29.38: better DESCRIBE
2009-06-22 Nikodemus Siivola1.0.29.30: oops, get documentation for built-in macros...
2009-06-21 Nikodemus Siivola1.0.29.24: preserve docstrings for local and anonymous...
2009-06-20 Nikodemus Siivola1.0.29.22: smattering of DOCUMENTATION cleanups
2009-06-17 Nikodemus Siivola1.0.29.13: relax CAST-EXTERNALLY-CHECKABLE-P a bit
2009-06-02 Nikodemus Siivola1.0.28.74: SHARED-INITIALIZE should initialize unbound...
2009-05-13 Nikodemus Siivola1.0.28.45: better generic function lambda-lists
2009-04-22 Nikodemus Siivola1.0.27.21: more careful (SETF DOCUMENTATION) for functions
2009-04-13 Christophe Rhodes1.0.27.9: fix print-object cache handling
2009-02-16 Gabor Melis1.0.25.51: use WITH-RECURSIVE-SYSTEM-SPINLOCK
2009-02-16 Gabor Melis1.0.25.50: detect binding and alien stack exhaustion
2009-02-16 Gabor Melis1.0.25.13: 80 chars, trailing space
2009-01-02 Nikodemus Siivola1.0.24.2: CONSTANTP aware GET-SETF-EXPANDER
2008-12-22 Nikodemus Siivola1.0.23.62: fix bug 357
2008-12-19 Nikodemus Siivola1.0.23.56: special variables cause special cases in...
2008-12-12 Nikodemus Siivola1.0.23.37: more CLOS and classoid thread safety
2008-12-12 Nikodemus Siivola1.0.23.36: typecheck :ALLOCATION :CLASS slot initforms...
2008-12-12 Nikodemus Siivola1.0.23.35: CLOS tweaking
2008-12-05 Nikodemus Siivola1.0.23.26: AMOPly correct defaulting of direct superclasses
2008-11-03 Nikodemus Siivola1.0.22.11: name *pcl-lock*
2008-11-03 Nikodemus Siivola1.0.22.10: detect infinite recursion during wrapper...
2008-10-31 Nikodemus Siivola1.0.22.4: symbol macros and type declarations in PCL
2008-10-17 Nikodemus Siivola1.0.21.22: COMPILE-FILE and toplevel symbols
2008-10-06 Nikodemus Siivola1.0.21.6: muffle compiler notes from EVAL and function...
2008-10-03 Christophe Rhodes1.0.21.1: address TYPE-WARNING in CLOS allocator for...
2008-09-28 Richard M Kreuter1.0.20.32: Fix some bugs in GF type tracking.
2008-09-23 Richard M Kreuter1.0.20.28: Fewer STYLE-WARNINGs for gf calls.
2008-07-30 Nikodemus Siivola1.0.19.7: refactor stack allocation decisions
2008-07-16 Richard M Kreuter1.0.18.19: Fix FUNCTION-KEYWORDS, re-add FUNCTION-KEYWO...
2008-07-08 Richard M Kreuter1.0.18.16: many STYLE-WARNING changes.
2008-06-30 Nikodemus Siivola1.0.18.7: just one POWER-OF-TWO-CEILING, thank you
2008-06-30 Nikodemus Siivola1.0.18.6: rename SB-PCL::FUNCTION-KEYWORD-PARAMETERS...
2008-06-11 Christophe Rhodes1.0.17.33: fix PRINT-OBJECT cache
2008-06-09 Christophe Rhodes1.0.17.32: faster ADD-METHOD to PRINT-OBJECT
2008-06-04 Nikodemus Siivola1.0.17.24: refactor handling of constants in the compiler
2008-05-30 Nikodemus Siivola1.0.17.11: unithread build fix
2008-05-30 Nikodemus Siivola1.0.17.9: grab-bag of PCL hackery
2008-05-28 Nikodemus Siivola1.0.17.4: support for dynamic-extent structures
2008-03-14 Nikodemus Siivola1.0.15.34: tweak the PCL cache improvement from 1.0...
2008-03-14 Nikodemus Siivola1.0.15.31: thread-safe FIND-CLASS -- really this time
2008-03-13 Nikodemus Siivola1.0.15.30: thread-safe FIND-CLASS
2008-03-03 Nikodemus Siivola1.0.15.12: better scaling in the PCL cache
2008-02-16 Christophe Rhodes1.0.14.30: don't construct obsolete instances
2008-02-14 Nikodemus Siivola1.0.14.28: small FGEN improvements
2008-01-31 Nikodemus Siivola1.0.14.7: quote non-keyword :default-initargs keys...
2008-01-21 Nikodemus Siivola1.0.13.49: save source-locations for accessor methods...
2008-01-21 Nikodemus Siivola1.0.13.46: fixed bug #402
2008-01-15 Nikodemus Siivola1.0.13.40: CLASS-SLOTS signals an error for unfinalized...
2008-01-13 Alexey Dejneka1.0.13.28: Add OPTIMIZE documentation for SBCL-specific...
2007-12-19 Nikodemus Siivola1.0.12.38: style-warning IMPLICIT-GENERIC-FUNCTION...
2007-12-12 Nikodemus Siivola1.0.12.28: small PCL cache cleanups
2007-11-14 Nikodemus Siivola1.0.11.23: internal hash-table usage thread-safety...
2007-11-12 Nikodemus Siivola1.0.11.22: hash-table synchronization support
2007-11-10 Christophe Rhodes1.0.11.21: Give NO-PRIMARY-METHOD a reference.
2007-10-11 Nikodemus Siivola1.0.10.45: save typecheck-function in slot-table even...
2007-09-10 Nikodemus Siivola1.0.9.57: allow pv-optimizations for typechecking ...
2007-09-10 Nikodemus Siivola1.0.9.56: faster typechecking/optimized std-writer...
2007-09-10 Nikodemus Siivola1.0.9.55: trivial src/pcl/vector.lisp cleanup
2007-09-10 Nikodemus Siivola1.0.9.54: clean up old pv updating code
2007-09-09 Christophe Rhodes1.0.9.48: texi2pdf rework (Aymeric Vincent sbcl-devel...
2007-09-08 Nikodemus Siivola1.0.9.47: VALID-WRAPPER-OF
2007-09-08 Nikodemus Siivola1.0.9.46: take pv-slot value from wrapper-slot-table
2007-09-08 Nikodemus Siivola1.0.9.45: cleaner & thread-safe pv-table interning
2007-09-08 Nikodemus Siivola1.0.9.44: clean up PV-TABLE constructor
2007-09-08 Nikodemus Siivola1.0.9.43: .PV-CELL., use .PV. directly
2007-09-08 Nikodemus Siivola1.0.9.42: remove stale CALLS support
2007-08-29 Nikodemus Siivola1.0.9.13: copy the WRAPPER-SLOT-TABLE in FORCE-CACHE...
2007-08-29 Nikodemus Siivola1.0.9.11: even faster SLOT-VALUE &co
2007-08-29 Nikodemus Siivola1.0.9.9: rename CLASS-SLOT-VECTOR to CLASS-SLOT-TABLE
2007-08-27 Nikodemus Siivolakeep docstrings from PCL bootstrap around
2007-08-27 Nikodemus Siivolamicro-optimize SKIP-FAST-SLOT-ACCESS-P
2007-08-27 Nikodemus Siivolafaster SLOT-VALUE &co with variable slot names
2007-08-18 Nikodemus Siivola1.0.8.30: better standard-instance accessors
2007-08-18 Nikodemus Siivola1.0.8.29: better printing of anonymous objects
2007-08-18 Nikodemus Siivola1.0.8.28: split REAL-MAKE-METHOD-LAMBDA back into two...
2007-08-13 Nikodemus Siivola1.0.8.25: refactor CAN-OPTIMIZE-ACCESS usage and interface
2007-08-13 Nikodemus Siivola1.0.8.24: factor (THE TYPE FORM) => FORM transformation...
2007-08-13 Nikodemus Siivola1.0.8.23: merge CAN-OPTIMIZE-ACCESS and CAN-OPTIMIZE...
next