Skip to content

Commit

Permalink
1.0.18.29: documentation tweaks
Browse files Browse the repository at this point in the history
 * Mention putative buildability on Win64 in NEWS.

 * Weak hash tables are supposed to work, don't say otherwise on the
   man-page.

 * Tweak README: mention INSTALL first. Manual lives in doc/manual
   nowadays, INSTALL tells how to build it.
  • Loading branch information
nikodemus committed Jul 30, 2008
1 parent 56d318c commit b28d92b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
3 changes: 3 additions & 0 deletions NEWS
Expand Up @@ -13,6 +13,9 @@ changes in sbcl-1.0.19 relative to 1.0.18:
presense of non-foldable SATISFIES types. presense of non-foldable SATISFIES types.
* bug fix: stack analysis missed cleanups of dynamic-extent * bug fix: stack analysis missed cleanups of dynamic-extent
arguments in non-let-converted calls to local functions. arguments in non-let-converted calls to local functions.
* improvements to the Windows port:
** adjusted address spaces for building on both Win32 and
Win64. (thanks for John Connors)
* fixed some bugs revealed by Paul Dietz' test suite: * fixed some bugs revealed by Paul Dietz' test suite:
** interval arithmetic during type derivation used inexact integer ** interval arithmetic during type derivation used inexact integer
to single-float coercions. to single-float coercions.
Expand Down
11 changes: 6 additions & 5 deletions README
Expand Up @@ -2,17 +2,18 @@ GENERAL INFORMATION


Welcome to SBCL. Welcome to SBCL.


If you'd like to install or build the system, see the "INSTALL" file.

To find out more about who created the system, see the "CREDITS" file. To find out more about who created the system, see the "CREDITS" file.


If you'd like information about the legalities of copying the system, If you'd like information about the legalities of copying the system,
see the "COPYING" file. see the "COPYING" file.


If you'd like to install or build the system, see the "INSTALL" file.

If you'd like more information about using the system, see the man If you'd like more information about using the system, see the man
page, "sbcl.1", or the user manual in the "doc/" subdirectory of the page, "sbcl.1", or the user manual in the "doc/manual" subdirectory of
distribution. (The user manual is maintained as Texinfo in the source the distribution. (The user manual is maintained as Texinfo in the
distribution; HTML version is available for download.) source distribution; HTML version is available for download, and
"INSTALL" describes how to build the Texinfo version in HTML and PDF.)


The system is a work in progress. See the "TODO" file in the source The system is a work in progress. See the "TODO" file in the source
distribution for some highlights. distribution for some highlights.
Expand Down
4 changes: 1 addition & 3 deletions doc/sbcl.1
Expand Up @@ -107,9 +107,7 @@ Gray streams (a de-facto standard system of overloadable CLOS classes
whose instances can be used wherever ordinary ANSI streams can be used) whose instances can be used wherever ordinary ANSI streams can be used)
.TP 3 .TP 3
\-- \--
weak pointers and finalization (which have unfortunately weak pointers and finalization
suffered from at least some code rot, so that \fIe.g.\fR weak hash
tables don't work)
.PP .PP


Fundamental system interface extensions are also provided: Fundamental system interface extensions are also provided:
Expand Down
2 changes: 1 addition & 1 deletion version.lisp-expr
Expand Up @@ -17,4 +17,4 @@
;;; checkins which aren't released. (And occasionally for internal ;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS ;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
"1.0.18.28" "1.0.18.29"

0 comments on commit b28d92b

Please sign in to comment.