1.0.17.4: support for dynamic-extent structures
[sbcl.git] / src / pcl /
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...
2007-08-13 Nikodemus Siivola1.0.8.22: merge MAKE-METHOD-FUNCTION and MAKE-METHOD...
2007-08-13 Nikodemus Siivola1.0.8.21: merge REAL-MAKE-METHOD-LAMBDA and MAKE-METHOD...
2007-08-13 Nikodemus Siivola1.0.8.20: replace PVREF by SVREF
2007-07-21 Nikodemus Siivola1.0.7.36: FIND-SLOT-DEFINITION to return NIL when calle...
2007-07-21 Nikodemus Siivola1.0.7.35: SLOT-VALUE and SET-SLOT-VALUE transforms...
2007-07-17 Nikodemus Siivola1.0.7.27: SLOT-CLASS cleanups
2007-07-17 Nikodemus Siivola1.0.7.26: asymptotically faster FIND-SLOT-DEFINITION
2007-07-17 Christophe Rhodes1.0.7.24: Fix CALL-NEXT-METHOD / EVAL-WHEN interaction
2007-07-15 Nikodemus Siivola1.0.7.19: SB-EXT:COMPARE-AND-SWAP
2007-07-12 Nikodemus Siivola1.0.7.14: thread-safe INTERN, EXPORT, &co
2007-07-01 Nikodemus Siivola1.0.7.7: slightly less broken handling of obsolete...
2007-06-18 Juho Snellman1.0.6.50: better arglists for generic functions
2007-06-15 Nikodemus Siivola1.0.6.47: small fixes
2007-06-11 Christophe Rhodes1.0.6.46: better standard-specializer-p implementation
2007-06-08 Nikodemus Siivola1.0.6.39: COMPUTE-DISCRIMINATING-FUNCTION micro-optimiz...
2007-06-08 Nikodemus Siivola1.0.6.38: thread and interrupt safe ADD/REMOVE-METHOD
2007-06-08 Nikodemus Siivola1.0.6.36: ALLOW-WITH-INTERRUPTS and interrupt safe...
2007-06-08 Nikodemus Siivola1.0.6.35: slightly bigger +cache-vector-max-length+
2007-06-08 Nikodemus Siivola1.0.6.34: AVER that the GF lock is held during SET...
2007-06-08 Nikodemus Siivola1.0.6.33: small CLOS cache improvements
2007-06-05 Juho Snellman1.0.6.21: get rid of a runtime compiler note in the...
2007-06-03 Christophe Rhodes1.0.6.17: Housekeeping from specializer changes
2007-06-02 Christophe Rhodes1.0.6.12: Improve user-subclassed SB-MOP:SPECIALIZER...
2007-06-01 Nikodemus Siivola1.0.6.11: PRINT-OBJECT method adjusted for new caches
2007-05-30 Nikodemus Siivola1.0.6.7: thread-safe UPDATE-DFUN
2007-05-29 Nikodemus Siivola1.0.6.6: delete remains of the unoptimized-cache functi...
2007-05-29 Nikodemus Siivola1.0.6.5: potential CLOS GC safety issue
2007-05-28 Nikodemus Siivola1.0.6.3: thread and interrupt safe CLOS cache
2007-05-28 Nikodemus Siivola1.0.6.2: remove multiple layout-clos-hash slots
2007-05-11 Christophe Rhodes1.0.5.47: cacheability of EMFs from methods with non...
2007-05-10 Christophe Rhodes1.0.5.46: improve handling of non-standard subclasses...
2007-05-10 Christophe Rhodes1.0.5.45: metatypes-related refactor
2007-05-06 Nikodemus Siivola1.0.5.38: PCL cache-lookup code emission refactoring
2007-05-04 Nikodemus Siivola1.0.5.30: small PCL re-organization
2007-05-03 Juho Snellman1.0.5.28: new contrib: sb-cover, a code coverage tool
2007-05-02 Thiemo Seufer1.0.5.26: Whitespacing.
2007-05-02 Christophe Rhodes1.0.5.20: make class-eq specializers work in defmethods
2007-04-14 Nikodemus Siivola1.0.4.85: small PCL cleanups and thread-safety notes
2007-04-11 Juho Snellman1.0.4.67: Minor cleanups
2007-04-07 Nikodemus Siivola1.0.4.40: small fixes
2007-04-07 Nikodemus Siivola1.0.4.39: get rid of hardcoded mutex and spinlock slot...
2007-02-04 Christophe Rhodes1.0.2.8:
2007-01-15 Juho Snellman1.0.1.29: Documentation strings for autogenerated accessors
2007-01-11 Juho Snellman1.0.1.23:
2006-12-29 Juho Snellman1.0.1.5:
2006-12-28 Juho Snellman1.0.1.3:
2006-12-20 Christophe Rhodes1.0.0.35:
2006-12-14 Christophe Rhodes1.0.0.29:
2006-12-07 Nikodemus Siivola1.0.0.28: more PCL cleanups
2006-12-07 Nikodemus Siivola1.0.0.27: various PCL cleanups in cache.lisp
2006-12-05 Christophe Rhodes1.0.0.22: Extensible sequences. (EXPERIMENTAL: Do...
2006-12-01 Christophe Rhodes1.0.0.11:
2006-12-01 Juho Snellman1.0.0.10:
2006-12-01 Juho Snellman1.0.0.6:
2006-11-21 Juho Snellman0.9.18.66:
2006-11-20 Juho Snellman0.9.18.64:
2006-11-13 Juho Snellman0.9.18.48:
2006-11-07 Juho Snellman0.9.18.38:
2006-11-07 Nathan Froyd0.9.18.37:
next