<
September, 2010
October, 2010
November, 2010
>
October, 2010
1st
[653097] LOOP macro accepts two or more REPEAT constructs
- Launchpad Bugs
2nd
[653409] Use gcc-3 compiler for building runtime on Windows
- Launchpad Bugs
3rd
1.0.43.14: typo in asdf-module.mk
- SBCL Commits
1.0.43.15: use gcc-3 compiler in Cygwin for runtime too
- SBCL Commits
1.0.43.16: compiler: Fix non-unicode build.
- SBCL Commits
[654207] wanted: sb-ext:delete-directory
- Launchpad Bugs
[654220] Patch: Remove obsolete elements from loop-universe structure
- Launchpad Bugs
[654289] source-path recording wastes time on quoted lists
- Launchpad Bugs
4th
1.0.43.17: fix static symbols for array dispatch tables
- SBCL Commits
[654412] wanted: *evaluator-mode* :compile-lambdas
- Launchpad Bugs
1.0.43.18: index SB-EXT:*EVALUATOR-MODE* under #'EVAL in the manual
- SBCL Commits
1.0.43.19: don't record source-paths for sub-parts of quoted constants
- SBCL Commits
1.0.43.20: missing NEWS for 1.0.43.19
- SBCL Commits
1.0.43.21: typo in COPYING file
- SBCL Commits
1.0.43.22: better errors for invalid :EXTERNAL-FORMAT arguments
- SBCL Commits
[654485] debug 2 causes alien code to be compiled badly
- Launchpad Bugs
1.0.43.23: enable let-conversion for open-coded ALIEN-FUNCALL calls
- SBCL Commits
[654659] truncated unhelpful backtrace on darwin for unbound var
- Launchpad Bugs
5th
1.0.43.24: initialize cold-layouts with source-location NIL, not 0
- SBCL Commits
1.0.43.25: (LOOP WITH NIL = ...) caused unused variable style-warnings
- SBCL Commits
[655042] MAKE-ARRAY :INITIAL-ELEMENT at SPEED>SPACE violates *CHECK-CONSISTENCY*
- Launchpad Bugs
[655126] derived function types stupid about self-calls
- Launchpad Bugs
[655201] Behaviour of PROCLAIM in initialization file(s)
- Launchpad Bugs
[655203] &rest list type derivation is brittle
- Launchpad Bugs
6th
1.0.43.26: propagate-local-call-args for lambdas with optional-dispatches too
- SBCL Commits
[655562] wanted: &key type derivation in local calls
- Launchpad Bugs
[655581] multiple-value type assertion stupidity
- Launchpad Bugs
1.0.43.27: DESCRIBE optimization policy qualities for symbols
- SBCL Commits
1.0.43.28: DESCRIBE ALWAYS-BOUND declarations for symbols
- SBCL Commits
[655816] wanted: compiler cleverness for (or (gethash ..) (setf (gethash ...) ..)
- Launchpad Bugs
[655824] Patch: The short form of DEFSETF should check the second argument to be a symbol
- Launchpad Bugs
[655872] erronous COERCE type derivation in unsafe code
- Launchpad Bugs
7th
1.0.43.29: fix OVERAGER-CHARACTER-BUFFERING test-case
- SBCL Commits
1.0.43.30: threads: Initial implementation of ATOMIC-INCF for arrays.
- SBCL Commits
1.0.43.31: x86-64: Implement %ARRAY-ATOMIC-INCF/WORD.
- SBCL Commits
1.0.43.32: x86: Implement %ARRAY-ATOMIC-INCF/WORD.
- SBCL Commits
1.0.43.33: ppc: Implement %ARRAY-ATOMIC-INCF/WORD
- SBCL Commits
1.0.43.34: differentiate cross-compiler output from target and host
- SBCL Commits
1.0.43.35: fix make-host-2.lisp from 1.0.43.34
- SBCL Commits
[656365] wanted: compiler smarts about constant reference functions
- Launchpad Bugs
1.0.43.36: threads: Add ATOMIC-INCF improvement notification to NEWS.
- SBCL Commits
[656368] wanted: smaller out-of-line structure-instance-allocation
- Launchpad Bugs
8th
[656839] RANDOM &co documentation
- Launchpad Bugs
1.0.43.37: update ASDF to 2.009
- SBCL Commits
[657049] Windows installer does not do "All users" installation and does not support upgrading of previous versions
- Launchpad Bugs
[657117] Genesis should provide unmangled names of stdcall functions on Windows
- Launchpad Bugs
9th
[657183] file-position is confused by utf-8 buffering
- Launchpad Bugs
1.0.43.38: some PPRINT-LOGICAL-BLOCK issues
- SBCL Commits
1.0.43.39: proclaimed function types and NOTINLINE
- SBCL Commits
10th
1.0.43.40: Allow use of unmangled win32 function names
- SBCL Commits
[657499] in-file function type derivation violates safety
- Launchpad Bugs
11th
1.0.43.41: TYPE-ERROR printing tweak for *PRINT-ESCAPE* = T
- SBCL Commits
[658414] Clang support
- Launchpad Bugs
12th
1.0.43.42: Constant fold IFs before performing IF/IF conversion
- SBCL Commits
1.0.43.43: Merge more equivalent branches together
- SBCL Commits
1.0.43.44: New type method: TYPE-SINGLETON-P
- SBCL Commits
1.0.43.45: More type-directed constant folding
- SBCL Commits
1.0.43.46: Simplify some type tests to EQL comparisons
- SBCL Commits
1.0.43.47: Unfix ASH of constant shift on x86oids
- SBCL Commits
1.0.43.48: Unbreak fast-ash-c/fixnum=>fixnum on x86
- SBCL Commits
[659105] ASDF loads system config files during contrib build
- Launchpad Bugs
[659107] wanted: --external-format command-line argument
- Launchpad Bugs
[659173] (setf fdefinition) and (setf symbol-function) are type-unsafe
- Launchpad Bugs
1.0.43.49: (SETF FDEFINITION) and (SETF SYMBOL-FUNCTION) should clear derived ftype
- SBCL Commits
[659220] (setf fdefinition) and (setf symbol-function) don't clear derived type-information
- Launchpad Bugs
13th
[659857] sb-bsd-sockets test broken on FreeBSD 6.4 w/ threads
- Launchpad Bugs
1.0.43.50: better function signature checking for self-calls
- SBCL Commits
1.0.43.51: disable get-protocol-by-name/error test on threaded FreeBSD
- SBCL Commits
1.0.43.52: correct char-size for :EXTERNAL-FORMAT :DEFAULT
- SBCL Commits
14th
1.0.43.53: less CPU-speed sensitive test for bug 654289
- SBCL Commits
1.0.43.54: .gitignore tweaking
- SBCL Commits
1.0.43.55: move FILE-COMPILE to compiler-test-utils.lisp
- SBCL Commits
1.0.43.56: make %INSTANCE-TYPEP always-translatable
- SBCL Commits
1.0.43.57: better handling of derived function types
- SBCL Commits
1.0.43.58: ignore ASDF source registries when building contribs
- SBCL Commits
1.0.43.59: fix DEFSETF to reject non-symbols as functions names
- SBCL Commits
1.0.43.60: plug (SETF MACRO-FUNCTION) shaped hole in package-locks
- SBCL Commits
[660752] (setf macro-function) shaped hole in package locks
- Launchpad Bugs
15th
1.0.43.61: teach docstrings.lisp about parentheses
- SBCL Commits
1.0.43.62: implement SB-EXT:DELETE-DIRECTORY
- SBCL Commits
[661067] wanted: expand ~ in namestrings
- Launchpad Bugs
16th
[661631] wanted: different docs for same function under different names
- Launchpad Bugs
1.0.43.63: storing function documentation under names as well
- SBCL Commits
[661713] wanted: with-mutex does not expose the timeout functionality of get-mutex
- Launchpad Bugs
17th
[662020] compile-file on simple use of iterate fails
- Launchpad Bugs
1.0.43.64: loop: remove LOOP-UNIVERSE-ANSI and LOOP-UNIVERSE-IMPLICIT-FOR-REQUIRED
- SBCL Commits
1.0.43.65: pcl: :DEFINITION-SOURCE / :SOURCE-LOCATION confusion
- SBCL Commits
[662349] LOOP parallel for/as termination eval order issue
- Launchpad Bugs
18th
1.0.43.66: disassembler: remove unsafe SAP from MAKE-DSTATE
- SBCL Commits
1.0.43.67: COERCE: don't trust vector dimensions in unsafe code
- SBCL Commits
1.0.43.68: disassembler: remove unsafe SAP from MAKE-DSTATE
- SBCL Commits
1.0.43.69: win32: fix build, broken by 1.0.43.62
- SBCL Commits
1.0.43.70: win32: disable a bunch of timer tests
- SBCL Commits
19th
[663107] SBCL sometimes segfaults (MacOSX, 64-bit)
- Launchpad Bugs
1.0.43.71: fix regression from 1.0.43.26
- SBCL Commits
1.0.43.72: fix regression from 1.0.43.64
- SBCL Commits
1.0.43.73: oops, let's not derive &REST; as list quite so hard...
- SBCL Commits
1.0.43.74: WITH-TESTify pathnames.impure.lisp
- SBCL Commits
[663260] document how to build SBCL without installing the bootstrap binary (using eg. run-sbcl.sh)
- Launchpad Bugs
1.0.43.75: pathnames: both Unix and Win32 use UNPARSE-PHYSICAL-DIRECTORY
- SBCL Commits
[663344] wanted: sb-ext:dynamic-space-size
- Launchpad Bugs
1.0.43.76: sb-posix: prohibit forking with multiple threads running everywhere
- SBCL Commits
1.0.43.77: missing FINALIZE :DONT-SAVE T arguments in contribs
- SBCL Commits
20th
[663686] no xref information for structure slot setters
- Launchpad Bugs
1.0.43.78: fix whitespace damage in pathnames.impure.lisp
- SBCL Commits
[663698] overeager block termination bloats code
- Launchpad Bugs
1.0.43.79: run-sbcl.sh: print run location to stderr instead of stdout
- SBCL Commits
[663918] special-case ERROR 'TYPE-ERROR
- Launchpad Bugs
[663979] wanted: compiler smartness involving MOD, and +
- Launchpad Bugs
21st
[664373] wrong number of &KEY arguments crashes compiler
- Launchpad Bugs
23rd
[665637] stream.impure.lisp test fails to reap processes, possibly leading to resource exhaustion
- Launchpad Bugs
24th
[666037] Default SBCL_HOME on Win32 is less than excellent
- Launchpad Bugs
25th
[666086] wanted: get rid of SBCL_HOME and run-sbcl.sh -- too much hassle
- Launchpad Bugs
[666450] debugger invoked on a TYPE-ERROR: The value 2147483648 is not of type (SIGNED-BYTE 32).
- Launchpad Bugs
[666485] `graphic-char-p' t for non-ASCII non-printable Unicode code-points esp. #\UFFFF #\UFFFE
- Launchpad Bugs
26th
[666884] pedantry: clean.sh imrovements
- Launchpad Bugs
[666885] Disable test (TRACE :ENCAPSULATE NIL) on sunos
- Launchpad Bugs
27th
[667297] *features* tweaks for Solaris targets
- Launchpad Bugs
28th
[667657] FMAKUNBOUND a traced function makes UNTRACE signal an error
- Launchpad Bugs
[667775] READ on socket streams can block bogusly
- Launchpad Bugs
29th
[668332] Better MACHINE-VERSION on x86 Darwin
- Launchpad Bugs
[668543] type derivation failure for a structure
- Launchpad Bugs
[668565] overeager package lock for defpackage
- Launchpad Bugs
30th
1.0.43.80: Allow UNTRACE of functions that are no longer defined
- SBCL Commits
1.0.43.81: Make :overeager-character-buffering test reap child processes
- SBCL Commits
1.0.43.82: Make compiling a MAKE-ARRAY call with a bad keyword list signal warning
- SBCL Commits