Fix cut-to-width in the presence of bad constants in dead code.
[sbcl.git] / src / pcl /
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...
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+
next