Juho Snellman | 9 May 2011 00:29
Picon

sbcl version.lisp-expr,1.5260,1.5261

Update of /cvsroot/sbcl/sbcl
In directory vz-cvs-3.sog:/tmp/cvs-serv7611

Modified Files:
	version.lisp-expr 
Log Message:
1.0.47.32: Fix build on MinGW

   * Patch by Elliott Slaughter (lp#777339)

Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.5260
retrieving revision 1.5261
diff -u -d -r1.5260 -r1.5261
--- version.lisp-expr	29 Apr 2011 13:33:40 -0000	1.5260
+++ version.lisp-expr	8 May 2011 22:28:58 -0000	1.5261
 <at>  <at>  -20,4 +20,4  <at>  <at> 
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.47.31"
+"1.0.47.32"

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
(Continue reading)

Juho Snellman | 9 May 2011 00:29
Picon

sbcl/src/runtime Config.x86-win32,1.3,1.4

Update of /cvsroot/sbcl/sbcl/src/runtime
In directory vz-cvs-3.sog:/tmp/cvs-serv7611/src/runtime

Modified Files:
	Config.x86-win32 
Log Message:
1.0.47.32: Fix build on MinGW

   * Patch by Elliott Slaughter (lp#777339)

Index: Config.x86-win32
===================================================================
RCS file: /cvsroot/sbcl/sbcl/src/runtime/Config.x86-win32,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Config.x86-win32	3 Oct 2010 08:42:37 -0000	1.3
+++ Config.x86-win32	8 May 2011 22:28:59 -0000	1.4
 <at>  <at>  -25,19 +25,25  <at>  <at> 
 # (You *are* encouraged to design and implement a coherent stable
 # interface, though.:-| As far as I (WHN 2002-05-19) know, no one is
 # working on one and it would be a nice thing to have.)
-OS_LINK_FLAGS = -Wl,--export-dynamic,-mno-cygwin
-OS_LIBS = -mno-cygwin
+OS_LINK_FLAGS = -Wl,--export-dynamic
+OS_LIBS =

 GC_SRC = gencgc.c

-CFLAGS =  -g -Wall -O3 -mno-cygwin
(Continue reading)

Juho Snellman | 9 May 2011 02:27
Picon

sbcl NEWS, 1.1910, 1.1911 version.lisp-expr, 1.5261, 1.5262

Update of /cvsroot/sbcl/sbcl
In directory vz-cvs-3.sog:/tmp/cvs-serv7713

Modified Files:
	NEWS version.lisp-expr 
Log Message:
1.0.48: Will be tagged as sbcl_1_0_48

Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1910
retrieving revision 1.1911
diff -u -d -r1.1910 -r1.1911
--- NEWS	21 Apr 2011 11:08:12 -0000	1.1910
+++ NEWS	9 May 2011 00:27:12 -0000	1.1911
 <at>  <at>  -1,5 +1,5  <at>  <at> 
 ;;;; -*- coding: utf-8; fill-column: 78 -*-
-changes relative to sbcl-1.0.47:
+changes in sbcl-1.0.48 relative to sbcl-1.0.47:
   * incompatible change: SB!KERNEL:INSTANCE-LAMBDA, deprecated for over five
     years, is now no longer supported.
   * enhancement: read() and write() have been added to SB-POSIX.

Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.5261
retrieving revision 1.5262
diff -u -d -r1.5261 -r1.5262
(Continue reading)

Juho Snellman | 9 May 2011 02:29
Picon

sbcl-page platform-support-platforms.lisp, 1.134, 1.135

Update of /cvsroot/sbcl/sbcl-page
In directory vz-cvs-3.sog:/tmp/cvs-serv7995

Modified Files:
	platform-support-platforms.lisp 
Log Message:
Update for 1.0.48

Index: platform-support-platforms.lisp
===================================================================
RCS file: /cvsroot/sbcl/sbcl-page/platform-support-platforms.lisp,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- platform-support-platforms.lisp	2 Apr 2011 06:27:20 -0000	1.134
+++ platform-support-platforms.lisp	9 May 2011 00:29:19 -0000	1.135
 <at>  <at>  -21,8 +21,8  <at>  <at> 
 (define-status :not-available "not-available" "Not available (porters welcome!)" "X")
 (define-status :not-applicable "not-applicable" "No such system" " ")

-(define-port :x86 :linux :available "1.0.47")
-(define-port :x86-64 :linux :available "1.0.47")
+(define-port :x86 :linux :available "1.0.48")
+(define-port :x86-64 :linux :available "1.0.48")
 (define-port :powerpc :linux :available "1.0.28")
 (define-port :mips :linux :available "1.0.23")
 (define-port :mipsel :linux :available "1.0.28")

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
(Continue reading)

Joshua Elsasser | 9 May 2011 05:44
Picon

sbcl-page platform-support-platforms.lisp, 1.135, 1.136

Update of /cvsroot/sbcl/sbcl-page
In directory vz-cvs-3.sog:/tmp/cvs-serv29943

Modified Files:
	platform-support-platforms.lisp 
Log Message:
Add openbsd binaries for 1.0.48.

Index: platform-support-platforms.lisp
===================================================================
RCS file: /cvsroot/sbcl/sbcl-page/platform-support-platforms.lisp,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -d -r1.135 -r1.136
--- platform-support-platforms.lisp	9 May 2011 00:29:19 -0000	1.135
+++ platform-support-platforms.lisp	9 May 2011 03:44:37 -0000	1.136
 <at>  <at>  -44,8 +44,8  <at>  <at> 
 (define-port :powerpc :netbsd :available "1.0.23")
 (define-port :x86-64 :netbsd :in-progress)

-(define-port :x86 :openbsd :available "1.0.44" :os-version 48)
-(define-port :x86-64 :openbsd :available "1.0.44" :os-version 48)
-(define-port :powerpc :openbsd :available "1.0.44" :os-version 48)
+(define-port :x86 :openbsd :available "1.0.48" :os-version 49)
+(define-port :x86-64 :openbsd :available "1.0.48" :os-version 49)
+(define-port :powerpc :openbsd :available "1.0.48" :os-version 49)

 (define-port :x86 :windows :in-progress "1.0.37" :file-type "msi")

------------------------------------------------------------------------------
(Continue reading)

Nikodemus Siivola | 9 May 2011 12:21
Picon

sbcl NEWS, 1.1911, 1.1912 version.lisp-expr, 1.5262, 1.5263

Update of /cvsroot/sbcl/sbcl
In directory vz-cvs-3.sog:/tmp/cvs-serv5231

Modified Files:
	NEWS version.lisp-expr 
Log Message:
1.0.48.1: WITH-COMPILATION-UNIT :SOURCE-NAMESTRING

  Allows specifying an alternate namestring to use for debug-source.

  This will help us get redefinition warnings working nicely with C-c C-c in
  Slime.

Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1911
retrieving revision 1.1912
diff -u -d -r1.1911 -r1.1912
--- NEWS	9 May 2011 00:27:12 -0000	1.1911
+++ NEWS	9 May 2011 10:21:34 -0000	1.1912
 <at>  <at>  -1,4 +1,9  <at>  <at> 
 ;;;; -*- coding: utf-8; fill-column: 78 -*-
+changes relative to sbcl-1.0.48:
+  * enhancement: WITH-COMPILATION-UNIT :SOURCE-NAMESTRING allows providing
+    virtual source-file information, eg. overriding input-file of COMPILE-FILE
+    when a temporary file is used for compilation.
+
 changes in sbcl-1.0.48 relative to sbcl-1.0.47:
   * incompatible change: SB!KERNEL:INSTANCE-LAMBDA, deprecated for over five
(Continue reading)

Nikodemus Siivola | 9 May 2011 12:41
Picon

sbcl/src/compiler debug-dump.lisp, 1.46, 1.47 early-c.lisp, 1.51, 1.52 main.lisp, 1.153, 1.154

Update of /cvsroot/sbcl/sbcl/src/compiler
In directory vz-cvs-3.sog:/tmp/cvs-serv10113/src/compiler

Modified Files:
	debug-dump.lisp early-c.lisp main.lisp 
Log Message:
1.0.48.1: WITH-COMPILATION-UNIT :SOURCE-NAMESTRING

  Allows specifying an alternate namestring to use for debug-source.

  This will help us get redefinition warnings working nicely with C-c C-c in
  Slime.

Index: early-c.lisp
===================================================================
RCS file: /cvsroot/sbcl/sbcl/src/compiler/early-c.lisp,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- early-c.lisp	2 Sep 2010 08:14:32 -0000	1.51
+++ early-c.lisp	9 May 2011 10:41:25 -0000	1.52
 <at>  <at>  -112,6 +112,7  <at>  <at> 
 (defvar *lexenv*)
 (defvar *source-info*)
 (defvar *source-plist*)
+(defvar *source-namestring*)
 (defvar *trace-table*)
 (defvar *undefined-warnings*)
 (defvar *warnings-p*)

(Continue reading)

Nikodemus Siivola | 9 May 2011 12:41
Picon

sbcl/src/code source-location.lisp,1.8,1.9

Update of /cvsroot/sbcl/sbcl/src/code
In directory vz-cvs-3.sog:/tmp/cvs-serv10113/src/code

Modified Files:
	source-location.lisp 
Log Message:
1.0.48.1: WITH-COMPILATION-UNIT :SOURCE-NAMESTRING

  Allows specifying an alternate namestring to use for debug-source.

  This will help us get redefinition warnings working nicely with C-c C-c in
  Slime.

Index: source-location.lisp
===================================================================
RCS file: /cvsroot/sbcl/sbcl/src/code/source-location.lisp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- source-location.lisp	18 Jun 2009 14:14:35 -0000	1.8
+++ source-location.lisp	9 May 2011 10:41:25 -0000	1.9
 <at>  <at>  -16,10 +16,11  <at>  <at> 
   ;; Namestring of the source file that the definition was compiled from.
   ;; This is null if the definition was not compiled from a file.
   (namestring
-   (when (and (boundp '*source-info*)
-              *source-info*)
-     (make-file-info-namestring *compile-file-pathname*
-                                (sb!c:get-toplevelish-file-info *source-info*)))
+   (or *source-namestring*
(Continue reading)

Nikodemus Siivola | 9 May 2011 14:33
Picon

sbcl/contrib/asdf Makefile, 1.10, 1.11 asdf.lisp, 1.36, 1.37 asdf.texinfo, 1.6, 1.7 LICENSE, 1.2, NONE

Update of /cvsroot/sbcl/sbcl/contrib/asdf
In directory vz-cvs-3.sog:/tmp/cvs-serv11382/contrib/asdf

Modified Files:
	Makefile asdf.lisp asdf.texinfo 
Removed Files:
	LICENSE 
Log Message:
1.0.48.2: ASDF 2.015

 ASDF no longer ships with a separate LICENSE file, so remove it.

Index: Makefile
===================================================================
RCS file: /cvsroot/sbcl/sbcl/contrib/asdf/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile	18 Nov 2010 10:06:30 -0000	1.10
+++ Makefile	9 May 2011 12:33:47 -0000	1.11
 <at>  <at>  -10,4 +10,3  <at>  <at> 
 	cp asdf-upstream/asdf.lisp asdf.lisp
 	cp asdf-upstream/doc/asdf.texinfo asdf.texinfo
 	cp asdf-upstream/README README
-	cp asdf-upstream/LICENSE LICENSE 

Index: asdf.lisp
===================================================================
RCS file: /cvsroot/sbcl/sbcl/contrib/asdf/asdf.lisp,v
retrieving revision 1.36
(Continue reading)

Nikodemus Siivola | 9 May 2011 14:33
Picon

sbcl NEWS, 1.1912, 1.1913 version.lisp-expr, 1.5263, 1.5264

Update of /cvsroot/sbcl/sbcl
In directory vz-cvs-3.sog:/tmp/cvs-serv11382

Modified Files:
	NEWS version.lisp-expr 
Log Message:
1.0.48.2: ASDF 2.015

 ASDF no longer ships with a separate LICENSE file, so remove it.

Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1912
retrieving revision 1.1913
diff -u -d -r1.1912 -r1.1913
--- NEWS	9 May 2011 10:21:34 -0000	1.1912
+++ NEWS	9 May 2011 12:33:46 -0000	1.1913
 <at>  <at>  -3,6 +3,7  <at>  <at> 
   * enhancement: WITH-COMPILATION-UNIT :SOURCE-NAMESTRING allows providing
     virtual source-file information, eg. overriding input-file of COMPILE-FILE
     when a temporary file is used for compilation.
+  * enhancement: ASDF has been updated to version 2.0.15.

 changes in sbcl-1.0.48 relative to sbcl-1.0.47:
   * incompatible change: SB!KERNEL:INSTANCE-LAMBDA, deprecated for over five

Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
(Continue reading)


Gmane