|
[Sbcl-commits] annotated tag sbcl-1.1.2: created. sbcl-1.1.2
From: Christophe Rhodes <crhodes@us...> - 2012-12-01 13:49
|
The annotated tag "sbcl-1.1.2" has been created in SBCL:
at edf601606339efe78241b1c4d5fdf7126877cf8f (tag)
tagging 0df89145fb79892c27849afea59c02fbc773b655 (commit)
replaces sbcl-1.1.1
tagged by Christophe Rhodes
on Sat Dec 1 11:32:29 2012 +0000
- Log -----------------------------------------------------------------
changes in sbcl-1.1.2 relative to sbcl-1.1.1:
* notice: System requirements for SBCL on Microsoft Windows: Windows NT 5.1
or newer (Windows XP, Server 2003) is required. Support for Windows 2000
(NT 5.0) is no longer being maintained.
* notice: Starting with this version, SBCL on Windows no longer supports
building with disabled thread support.
* enhancement: frlocks have been added to SB-CONCURRENCY contrib module.
* enhancement: New feature sb-dynamic-core allows the runtime to be
rebuilt or relocated without requiring changes to the core file on
all linkage table platforms. Required on Windows. (Thanks to Anton
Kovalenko.)
* enhancement: Console I/O streams use UCS-2. (Thanks to Anton Kovalenko.)
* enhancement: I/O on Windows unnamed pipes is interruptible
asynchronously using interrupt-thread, timers when running on Windows NT
version 6.1 or newer (Windows 7, Server 2008 R2). (Thanks to Anton
Kovalenko.)
* enhancement: Support for the experimental safepoint-based stop-the-world
protocol on the PowerPC platform.
* bug fix: Non-blocking reads from the Windows console were not necessarily
non-blocking. Thanks to Anton Kovalenko. (lp#308923)
* bug fix: stability of threads on Windows has been improved upon through
an updated stop-the-world protocol (thanks to Anton Kovalenko).
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEABECAAYFAlC56s0ACgkQhMXieFLWjfK6oQCfdyH6A0y/gmGkTB97CUcPHMhx
mt4AoKgzDPoXG5+L/Qc2jl/pBcZh21nh
=vmg3
-----END PGP SIGNATURE-----
Alastair Bridgewater (6):
compiler/sparc/arith: Fix SCs for FAST-EQL{,-C}/FIXNUM.
compiler/generic/genesis: Report FDEFN addresses for undefined functions.
Thou shalt not MAKE-OTHER-IMMEDIATE-TYPE.
runtime/cheneygc.c: Use binding-stack-pointer access macro.
runtime/thread.h: Fix non-thread binding and control stack pointer access.
mips: Revert remaining badness from 0.9.1.45.
Christophe Rhodes (1):
1.1.2: will be tagged as "sbcl-1.1.2"
Cyrus Harmon (1):
alien type improvement: handle offsets in unparse-alien-record-type
David Lichteblau (20):
Allow synchronous win32 I/O to be interrupted, too
Windows console I/O overhaul
Move the global safepoint to one page before static space
Extend use of the linkage table to static symbols
Update NEWS; explain Windows system requirements
Safepoint protocol upgrade
PowerPC safepoints
Further work towards use of win32 file HANDLEs
Forcibly fail frlock.1 on Windows by means of a timeout
Add a lock to io_end_interruptible, win32_maybe_interrupt_io
New types uword_t, sword_t
LLP64: change long to uword_t (thereby flipping signedness)
LLP64: adjust calls to printf-like functions with pointer arguments
LLP64: replace uses of sizeof(long) where pointer size is meant
LLP64: change unsigned long to uword_t
LLP64: change UNSIGNED-LONG to UNSIGNED
LLP64: change signed long to sword_t
NEWS tweaks
Add mswin.def
LLP64: replace use of unsigned long with size_t in parse_size_arg
Joshua Elsasser (2):
Only try frlock.1 test on #+sb-thread
Unbreak ppc builds with 4k *backend-page-bytes*
Nikodemus Siivola (1):
sb-concurrency: frlocks
Stas Boukarev (1):
Update ASDF to 2.26.
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] annotated tag sbcl-1.1.2: created. sbcl-1.1.2 | Christophe Rhodes <crhodes@us...> |