extend ARRAY-TYPE-UPGRADED-ELEMENT-TYPE to work with member types
[sbcl.git] / src / code /
2011-08-15 Nikodemus Siivolafix bogus deadlocks from interrupts and GCs
2011-08-14 Paul KhuongNew function: SB-EXT:SPIN-LOOP-HINT
2011-08-14 Paul KhuongNew function: SB!KERNEL:%MULTIPLY-HIGH
2011-08-13 Nikodemus Siivolafix DESCRIBE on compiled closures from EVAL
2011-08-12 Christophe Rhodesallow user-defined STRING synonyms in MAKE-SEQUENCE
2011-08-11 Stas BoukarevDeclaim sb-di::valid-lisp-pointer-p inline.
2011-08-11 David LichteblauFix QUERY-FILE-SYSTEM for Windows UNC and device file...
2011-08-10 Anton Kovalenkosb-win32: offer low-level bindings for file mapping...
2011-08-10 Anton KovalenkoAvoid some exceptions in WAIT-UNTIL-FD-USABLE on Windows
2011-08-10 William Halliburtonfix initial FILE-POSITION for OPEN :IF-EXISTS :APPEND
2011-08-09 David LichteblauNew toplevel options --quit and --non-interactive
2011-08-05 Nikodemus Siivolaimplement CEILING and FLOOR in terms of %CEILING and...
2011-08-05 Nikodemus Siivolarename %FLOOR to %BIGFLOOR
2011-08-05 Nikodemus Siivolaexport MOST-POSITIVE-WORD from SB-EXT
2011-08-05 Lutz EulerCorrect function argument name generation in DEF-MATH-RTN
2011-08-04 Nikodemus Siivolafix short writes when not using SERVE-EVENT
2011-08-01 Nikodemus Siivolamore robust backtraces for syscalls on x86
2011-07-29 Nikodemus Siivolafixed-format floating point printing: zero and scaling...
2011-07-24 Christophe Rhodesfix COERCE to unfinalized extended sequence classes
2011-07-08 Paul KhuongFix a non-gencgc build failure in UNSAFE-CLEAR-ROOTS
2011-07-03 Nikodemus Siivolateach debugger about &MORE arguments
2011-07-03 Nikodemus Siivolainhibit &REST -> &MORE conversion when DEBUG is 3
2011-07-03 Paul KhuongSplit GENCGC_PAGE_BYTES in 3 constants
2011-07-03 Paul KhuongFix an off-by-one in MAP-ALLOCATED-OBJECTS
2011-06-29 Christophe Rhodesrestarts for PRINT-NOT-READABLE errors
2011-06-17 Nikodemus SiivolaRUN-PROGRAM: apply the external-format to the PTY strea...
2011-06-11 David VázquezFORMAT-AUX-EXP: adjust scale if scale-exponent return 1.0
2011-06-11 David VázquezFLONUM-TO-DIGITS handles non-negative input properly
2011-06-11 Nikodemus Siivolarobustify DIRECTORY on logical pathnames
2011-06-11 Paul KhuongFix #!- vs #- confusion in number's singleton-p type...
2011-06-11 Paul KhuongFix a corner case in RUN-PROGRAM with very long argumen...
2011-06-11 Paul KhuongMAKE-THREAD accepts :ARGUMENTS to pass to the thread...
2011-06-10 Nikodemus Siivola&optional and &key supplied-p arguments in boa-constuctors
2011-06-10 Nikodemus Siivolaexport *USERINIT-PATHNAME-FUNCTION* and *SYSINIT-PATHNA...
2011-06-09 Nikodemus Siivolarobustify debugger against bogus lambda-lists
2011-06-07 Nikodemus Siivolaarmload of DEFINE-HASH-CACHE changes
2011-06-07 Nikodemus Siivolaminor bug in type= method for arrays of unknown element...
2011-06-06 Nikodemus Siivolaadd a REMOVE-FD-HANDLER restart around calling the...
2011-06-06 Nikodemus SiivolaA git-only SBCL workflow
2011-05-30 Nikodemus Siivola1.0.48.35: SB-EXT:GC-LOGFILE
2011-05-30 Nikodemus Siivola1.0.48.34: MAKE-ALIEN-STRING
2011-05-30 Nikodemus Siivola1.0.48.33: --script bits and pieces
2011-05-29 Nikodemus Siivola1.0.48.31: WITH-LOCKED-SYSTEM-TABLE
2011-05-28 Nikodemus Siivola1.0.48.29: better end-of-the-world handling
2011-05-28 Nikodemus Siivola1.0.48.28: make TRULY-THE macroexpandable
2011-05-25 Nikodemus Siivola1.0.48.25: automatic &rest to &more conversion
2011-05-15 Nikodemus Siivola1.0.48.19: another go at fixing the win32 build
2011-05-14 Nikodemus Siivola1.0.48.16: deadlock detection fixes
2011-05-12 Nikodemus Siivola1.0.48.15: fix null broadcast-streams as RUN-PROGRAM...
2011-05-12 Nikodemus Siivola1.0.48.13: SET-SYNTAX-FROM-CHAR and dispatch-macro...
2011-05-11 Nikodemus Siivola1.0.48.12: fix bugs in deadlock detection and tests
2011-05-11 Nikodemus Siivola1.0.48.10: add deadlock detection to spinlocks and...
2011-05-11 Nikodemus Siivola1.0.48.9: better source information for compile-time...
2011-05-10 Nikodemus Siivola1.0.48.8: better binary stream support in RUN-PROGRAM
2011-05-10 Nikodemus Siivola1.0.48.7: add FD-STREAM-FD-TYPE, use it to decide when...
2011-05-10 Nikodemus Siivola1.0.48.6: %SIMPLE-EVAL and backtraces
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-05-09 Nikodemus Siivola1.0.48.1: WITH-COMPILATION-UNIT :SOURCE-NAMESTRING
2011-04-29 Stas Boukarev1.0.47.31: set-macro-character shouldn't accept NIL...
2011-04-11 Nikodemus Siivola1.0.47.24: more conservative FTYPE proclamations
2011-04-10 Nikodemus Siivolaprotect compile-time side-effects of DEFUN with a packa...
2011-04-08 Nikodemus Siivola1.0.47.18: less verbose source forms for functions...
2011-04-05 Stas Boukarev1.0.47.11: isqrt: Fix reference to `fast-isqrt'.
2011-04-02 Christophe Rhodes1.0.47.8: No more INSTANCE-LAMBDA
2011-03-30 Nikodemus Siivola1.0.47.6: marginally faster ISQRT
2011-03-29 Nikodemus Siivola1.0.47.3: better DEFSTRUCT constructor type declarations
2011-03-29 Nikodemus Siivola1.0.47.2: nicer error behaviour for TRACE
2011-03-24 Alastair Bridgewater1.0.46.44: room: Fix map-stack-references for stack...
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-19 Nikodemus Siivola1.0.46.38: tad more information PACKAGE-LOCK-VIOLATION...
2011-03-19 Nikodemus Siivola1.0.46.37: SIMPLE-CONDITION slots are initialized with...
2011-03-02 Nikodemus Siivola1.0.46.21: renaming oops in MAKE-PACKAGE
2011-03-02 Nikodemus Siivola1.0.46.19: add :NOT-NULL option to C-STRING type
2011-03-02 Nikodemus Siivola1.0.46.18: terser C-STRING unparsing
2011-02-28 Nikodemus Siivola1.0.46.16: death to "in: LAMBDA NIL" in compiler messages
2011-02-20 Nikodemus Siivola1.0.46.10: define STRING-WITH-FILL-POINTER type properly
2011-02-20 Nikodemus Siivola1.0.46.9: detect invalid use of :PREDICATE with DEFSTRU...
2011-02-20 Nikodemus Siivola1.0.46.8: warn about (FORMAT "~A" ...)
2011-02-20 Nikodemus Siivola1.0.46.6: better MACHINE-VERSION on Darwin
2011-02-20 Nikodemus Siivola1.0.46.4: redefinition warnings for macros
2011-02-20 Nikodemus Siivola1.0.46.3: muffle STYLE-WARNINGs and COMPILER-NOTEs...
2011-02-20 Nikodemus Siivola1.0.46.1: be careful about stack-allocation in BACKTRAC...
2011-02-16 Nikodemus Siivola1.0.45.35: revert 1.0.45.30 due to regression (lp#677779)
2011-02-14 Nikodemus Siivola1.0.45.33: optimize CHARPOS on string-streams
2011-02-13 Nikodemus Siivola1.0.45.31: make COPY-PPRINT-DISPATCH have access to...
2011-02-13 Nikodemus Siivola1.0.45.30: wrap --script loading in a WITH-COMPILATION...
2011-02-12 Nikodemus Siivola1.0.45.28: add LIMIT and PRINT-NO-CALL-LIST arguments...
2011-02-12 Nikodemus Siivola1.0.45.26: fix a long-standing UNINTERN bug
2011-02-12 Nikodemus Siivola1.0.45.24: minor MAKE-TIMER cleanups
2011-02-11 Nikodemus Siivola1.0.45.20: optimize ERROR and CERROR
2011-02-11 Nikodemus Siivola1.0.45.17: give CONSTANTLY some love
2011-02-11 Nikodemus Siivola1.0.45.15: make waitqueue printing prettier
2011-02-11 Nikodemus Siivola1.0.45.14: fix handling of multibyte character encoding...
2010-12-06 Juho Snellman1.0.45.2: A slightly better error message for malformed...
2010-11-27 Alastair Bridgewater1.0.44.35: Use DX-FLET instead of FLET in WITHOUT-...
2010-11-19 Nikodemus Siivola1.0.44.32: better error reporting for malformed RESTART...
2010-11-18 Nikodemus Siivola1.0.44.29: full warnings for duplicate CASE keys during...
2010-11-18 Nikodemus Siivolaallow approximating unions of numeric types
next