<
January, 2011
February, 2011
March, 2011
>
February, 2011
1st
[711146] RESTART-FRAME in debugger breaks on FLET/LABELS
- Launchpad Bugs
[711340] sb-ext:octets-to-string is sufficiently slower than flexi-streams:octets-to-string.
- Launchpad Bugs
[711446] sb-sprof is not asdf loadable
- Launchpad Bugs
4th
[713063] multibyte character encoding errors hit SB-INT:BUG
- Launchpad Bugs
[713343] Enhancement to speed of ISQRT
- Launchpad Bugs
5th
[713626] CONSTANTLY functions have bogus lambda-list and type
- Launchpad Bugs
6th
[714289] SYMBOL-MACROLET behaves incorrectly in the presence of duplicate binding names
- Launchpad Bugs
7th
[714633] sb-posix module compile error on Mac OS X
- Launchpad Bugs
8th
[715129] missing CALL-NEXT-METHOD optimization
- Launchpad Bugs
[715191] error awefully slow due to stack-top magic
- Launchpad Bugs
[715402] Destructuring lambda lists assume that a lone &rest parameter necessarily matches a list, which is inconsistent with how &rest is treated in other cases
- Launchpad Bugs
10th
[716762] wanted: unused SYMBOL-MACROLET warning
- Launchpad Bugs
11th
[716819] SUBTYPEP incorrectly returns NIL, NIL in the presence of non-existent types
- Launchpad Bugs
[717106] spurious undefined function style warning
- Launchpad Bugs
1.0.45.14: fix handling of multibyte character encoding errors
- SBCL Commits
1.0.45.15: make waitqueue printing prettier
- SBCL Commits
1.0.45.16: *features* tweaks for Solaris targets
- SBCL Commits
1.0.45.17: give CONSTANTLY some love
- SBCL Commits
1.0.45.18: more comprehensive CTOR optimization
- SBCL Commits
1.0.45.19: more comprehensive CTOR optimization, part 2
- SBCL Commits
1.0.45.20: optimize ERROR and CERROR
- SBCL Commits
12th
1.0.45.21: whitespace damage from ctor patches
- SBCL Commits
1.0.45.22: non-racy RUN-PROGRAM :PTY on OpenBSD
- SBCL Commits
more pedantic clean.sh
- SBCL Commits
1.0.45.24: minor MAKE-TIMER cleanups
- SBCL Commits
1.0.45.25: better constant folding in arithmetic functions
- SBCL Commits
1.0.45.26: fix a long-standing UNINTERN bug
- SBCL Commits
1.0.45.27: fix a typo in the manual
- SBCL Commits
1.0.45.28: add LIMIT and PRINT-NO-CALL-LIST arguments to SB-PROFILE:REPORT
- SBCL Commits
1.0.45.29: fix a copy and paste comment error
- SBCL Commits
13th
[717979] pcl codewalkey stuff reimplemented using macros and &environment
- Launchpad Bugs
[718039] wanted: exported SB-PCL::+SLOT-UNBOUND+
- Launchpad Bugs
1.0.45.30: wrap --script loading in a WITH-COMPILATION-UNIT
- SBCL Commits
1.0.45.31: make COPY-PPRINT-DISPATCH have access to a pristine table
- SBCL Commits
1.0.45.32: export SB-PCL:+SLOT-UNBOUND+
- SBCL Commits
14th
1.0.45.33: optimize CHARPOS on string-streams
- SBCL Commits
[718905] Patch: better error message for invalid lambda expressions in COMPILE
- Launchpad Bugs
15th
[719207] fix SBCL bug importances on Launchpad
- Launchpad Bugs
1.0.45.34: #+sb-thread the new waitqueue printing test
- SBCL Commits
[719585] Some iteration forms don't honor the principle that iteration variables are, by definition, always "used".
- Launchpad Bugs
16th
1.0.45.35: revert 1.0.45.30 due to regression (lp#677779)
- SBCL Commits
[720382] The value NIL is not of type SB-C::NODE.
- Launchpad Bugs
17th
[720517] load and compile-file fail to represent line division as newline on windows
- Launchpad Bugs
[720612] heap exhaustion guidance
- Launchpad Bugs
[720615] declaration scope and muffle/unmuffle-conditions
- Launchpad Bugs
[720800] Pagesize and mmap rework for SunOS
- Launchpad Bugs
[720807] Quick fix for tests/run-compiler.sh on Solaris
- Launchpad Bugs
[720940] sb-introspect test assumes 6 generations in gencgc
- Launchpad Bugs
18th
1.0.45.36: Fix solaris x86-64 page size issue
- SBCL Commits
[721087] posix-getenv causes "Unhandled memory fault"
- Launchpad Bugs
[721135] spurious style warning when ignoring supplied-p parameters in macros
- Launchpad Bugs
[721452] wanted: Add :TIMEOUT to all potentially blocking operations.
- Launchpad Bugs
[721457] Patch: guard against funny dynamic-space-size values
- Launchpad Bugs
[721463] wanted: peephole optimizer
- Launchpad Bugs
19th
[721946] DEFVAR and DEFPARAMETER silently accept variable names not respecting the usual *naming-convention*.
- Launchpad Bugs
[721951] Declarations for non-existent variable and function bindings are silently ignored (except for IGNORE and IGNORABLE)
- Launchpad Bugs
20th
1.0.46: will be tagged as sbcl_1_0_46
- SBCL Commits
1.0.46.1: be careful about stack-allocation in BACKTRACE-AS-LIST
- SBCL Commits
1.0.46.2: SB-SPROF: fix threaded wallclock profiling on x86-64
- SBCL Commits
1.0.46.3: muffle STYLE-WARNINGs and COMPILER-NOTEs from --script loading
- SBCL Commits
1.0.46.4: redefinition warnings for macros
- SBCL Commits
1.0.46.5: split (:BACKTRACE :MISC) test into smaller pieces
- SBCL Commits
1.0.46.6: better MACHINE-VERSION on Darwin
- SBCL Commits
1.0.46.7: better error message for an invalid lambda in COMPILE, etc
- SBCL Commits
1.0.46.8: warn about (FORMAT "~A" ...)
- SBCL Commits
1.0.46.9: detect invalid use of :PREDICATE with DEFSTRUCT :TYPE
- SBCL Commits
1.0.46.10: define STRING-WITH-FILL-POINTER type properly
- SBCL Commits
1.0.46.11: faster slot-accesses in the presence of SLOT-VALUE-USING-CLASS
- SBCL Commits
1.0.46.12: faster core startup
- SBCL Commits
[722248] adjust-array return value wrong type
- Launchpad Bugs
21st
[722552] wanted: smarter CONSTANTP
- Launchpad Bugs
[722734] bug: EQUAL optimization is too agressive
- Launchpad Bugs
23rd
[723581] mach_thread_self() needs to be balanced with mach_port_deallocate()
- Launchpad Bugs
[724020] Conflicting OPTIMIZE declarations within a same "declarations block" unconservatively favor the last declaration of its kind.
- Launchpad Bugs
24th
1.0.46.13: hopefully fix SB-POSIX tests on Windows 7
- SBCL Commits
26th
1.0.45.14: CHECK-KEY-ARGS didn't take :ALLOW-OTHER-KEYS into account
- SBCL Commits
27th
[725881] Crashes on Ubuntu / Xen
- Launchpad Bugs
[725915] Tab-completion missing
- Launchpad Bugs
28th
[726330] Cryptic warnings, or no warnings for skipped declarations
- Launchpad Bugs
[726331] Cryptic warnings, or no warnings for skipped declarations
- Launchpad Bugs
1.0.46.15: fix MAKE-INSTANCE regression from 1.0.45.18
- SBCL Commits
1.0.46.16: death to "in: LAMBDA NIL" in compiler messages
- SBCL Commits
1.0.46.17: nicer STYLE-WARNINGS from IGNORE and IGNORABLE declarations
- SBCL Commits
[726774] Wrong keyword arguments in the backtrace
- Launchpad Bugs