Fix make-array transforms.
[sbcl.git] / contrib / sb-introspect /
2013-11-12 Stas BoukarevFix typos in docstrings and function names.
2013-10-17 Francois-Rene RideauDeliver each contrib as a single FASL. Don't implicitly...
2013-10-15 Stas Boukarevsb-introspect:find-definition-sources-by-name: support...
2013-08-21 Stas BoukarevDon't hardcode the number of gencgc generations.
2013-06-05 Stas BoukarevStop exporting unused symbols.
2013-05-11 Alastair Bridgewatercode/room: Completely rewrite MAP-ALLOCATED-OBJECTS.
2013-05-07 Stas Boukarevsb-introspect:find-definition-sources-by-name: more...
2013-05-04 Stas Boukarevsb-introspect:find-definition-sources-by-name: find...
2012-10-19 nyefDisable an SB-INTROSPECT test on GENCGC SPARC.
2012-10-05 David LichteblauReenable ALLOCATION-INFORMATION.4, mark as known failure
2012-09-27 David LichteblauDisable ALLOCATION-INFORMATION.4 on gencgc for this...
2011-11-09 Nikodemus Siivolakilling lutexes, adding timeouts
2011-10-19 Alastair BridgewaterClean up all use of the *-space-free-pointers.
2011-07-28 Stas BoukarevFix xref for (setf name) names.
2011-06-10 Nikodemus Siivolasb-introspect: test-cases for defstruct copier, predica...
2011-06-10 Didier Vernasb-introspect: source locations for structure copiers
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-09 Nikodemus Siivola1.0.48.4: source locations for init files
2011-05-09 Nikodemus Siivola1.0.48.3: source-locations from LOAD of source files...
2011-03-24 Cyrus Harmon1.0.46.43: fix sb-introspect on non-threaded builds
2011-03-22 Nikodemus Siivola1.0.46.42: more on threads in SB-INTROSPECT:MAP-ROOT
2011-03-20 Nikodemus Siivola1.0.46.40: more comprehensive MAP-ROOT
2011-03-15 Nikodemus Siivola1.0.46.36: par for course, committed the wrong version...
2011-03-15 Nikodemus Siivola1.0.46.35: first cut at MAP-ROOT
2010-11-16 Nikodemus Siivola1.0.44.26: more nuanced deprecation framework
2010-11-08 Nikodemus Siivola1.0.44.4: make MAKE-FUNCTIONAL-FROM-TOPLEVEL-LAMBDA...
2010-09-30 Nikodemus Siivola1.0.43.8: ALLOCATION-INFORMATION also provides the...
2010-09-19 Nikodemus Siivola1.0.42.38: fix SB-INTROSPECT:VALID-FUNCTION-NAME-P...
2010-04-07 Nikodemus Siivola1.0.37.51: make SB-INTROSPECT build on PPC/GENCGC,...
2010-03-19 Nikodemus Siivola1.0.36.34: WHO-CALLS information for source transformed...
2010-03-11 Nikodemus Siivola1.0.36.17: SB-INTROSPECT building without SB-EVAL
2010-02-14 Alastair Bridgewater1.0.35.16: Whitespace damage.
2010-02-11 Tobias C. Rittweiler1.0.35.12: Add SB-INTROSPECT:FUNCTION-TYPE.
2009-12-18 Nikodemus Siivola1.0.33.23: nuke trailing newline from error string
2009-11-28 Tobias C. Rittweiler1.0.33.1: DEFTYPE-LAMBDA-LIST for builtin types.
2009-11-24 trittweiler1.0.32.38: liberalize WHO-SPECIALIZES-DIRECTLY/GENERALLY
2009-11-11 Nikodemus Siivola1.0.32.18: additional allocation information
2009-10-30 trittweiler1.0.32.6: WHO-SPECIALIZES-DIRECTLY & WHO-SPECIALIZES...
2009-09-17 Nikodemus Siivola1.0.31.13: working XREF for inlined lambda with hairy...
2009-08-12 Nikodemus Siivola1.0.30.46: SB-INTROSPECT test adjustment
2009-08-06 Nikodemus Siivola1.0.30.39: SB-INTROSPECT:ALLOCATION-INFORMATION test...
2009-08-06 Nikodemus Siivola1.0.30.37: fix SB-INTROSPECT test broken by 1.0.30.35
2009-08-05 Nikodemus Siivola1.0.30.35: turn SB-INTROSPECT into an ASDF system
2009-06-21 Nikodemus Siivola1.0.29.25: make SB-INTROSPECT pass tests on PPC and...
2009-06-20 Nikodemus Siivola1.0.29.23: simple-fun and closure cleanups
2009-06-18 Nikodemus Siivola1.0.29.14: implement SB-INTROSPECT:ALLOCATION-INFORMATION
2009-04-23 Nikodemus Siivola1.0.27.29: funcallable instance source locations
2009-01-02 Nikodemus Siivola1.0.24.6: OPTIMIZATION #23 is there already
2009-01-02 Nikodemus Siivola1.0.24.5: SB-INTROSPECT: rename FUNCTION-ARGLIST to...
2009-01-02 Nikodemus Siivola1.0.24.4: SB-INTROSPECT:DEFTYPE-LAMBDA-LIST
2008-11-03 Nikodemus Siivola1.0.22.9: SB-INTROSPECT regression from 1.0.22.8
2008-11-03 Nikodemus Siivola1.0.22.8: DEFTYPE tweaking
2008-09-22 Nikodemus Siivola1.0.20.23: get rid of IGNORE-ERRORS in SB-INTROSPECT
2008-07-03 Richard M Kreuter1.0.18.10: Record filenames in DEBUG-SOURCEs during...
2008-03-17 Nikodemus Siivola1.0.15.36: fix bug 423
2008-03-13 Nikodemus Siivola1.0.15.28: SB-INTROSPECT: source-locations for objects
2008-01-29 Nikodemus Siivola1.0.14.2: XREF needs to account for the last node of...
2008-01-10 Nikodemus Siivola1.0.13.21: MAP-ALLOCATED-OBJECTS robustification
2007-06-18 Juho Snellman1.0.6.50: better arglists for generic functions
2007-06-02 Christophe Rhodes1.0.6.12: Improve user-subclassed SB-MOP:SPECIALIZER...
2007-05-04 Christophe Rhodes1.0.5.31: Make sb-introspect's FUNCTION-ARGLIST safer
2006-12-05 Juho Snellman1.0.0.18:
2006-10-21 Brian Downing0.9.17.17:
2006-09-13 Juho Snellman0.9.16.27:
2006-08-10 Nikodemus Siivola0.9.15.23: finding defintions of profiled functions
2006-04-11 Juho Snellman0.9.11.28:
2006-02-14 Christophe Rhodes0.9.9.28:
2005-12-16 Christophe Rhodes0.9.7.31:
2005-12-15 Nikodemus Siivola0.9.7.30: robustify sb-introspect when used with extend...
2005-12-11 Juho Snellman0.9.7.25:
2005-12-01 Juho Snellman0.9.7.7:
2005-11-06 Juho Snellman0.9.6.25:
2005-07-14 William Harold Newman0.9.2.43:
2005-06-04 Nikodemus Siivola0.9.1.25: source-plist & related
2005-03-13 Christophe Rhodes0.8.20.19:
2005-03-01 Nikodemus Siivola0.8.20.1: fun-name fun, debugger debugged
2004-04-07 Christophe Rhodes0.8.9.27:
2003-10-25 Christophe Rhodes0.8.5.2:
2003-10-18 Daniel Barlow0.8.4.32
2003-10-17 Christophe Rhodes0.8.4.27:
2003-10-16 Daniel Barlow0.8.4.26
2003-10-11 Daniel Barlow0.8.4.20
2003-10-10 Daniel Barlow0.8.4.16
2003-10-09 Daniel Barlow0.8.4.13