mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
*** empty log message ***
This commit is contained in:
parent
9351e1b5e3
commit
f2a75d811b
4 changed files with 38 additions and 20 deletions
|
@ -1,3 +1,12 @@
|
|||
2001-04-27 Rob Browning <rlb@cs.utexas.edu>
|
||||
|
||||
* GUILE-VERSION (GUILE_MINOR_VERSION): change to 5.0, switching to
|
||||
the new odd/even ustable/stable version numbering scheme.
|
||||
(LIBGUILEQTHREADS_MAJOR_VERSION): change to 10 to match Debian and
|
||||
libguile. In the future, libguile and libguileqthreads may not
|
||||
stay in sync. This still doesn't appear to affect
|
||||
libguileqthreads, but we'll fix that next.
|
||||
|
||||
2001-04-25 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
|
||||
|
||||
* configure.in: Don't treat srfi directory specially, just create
|
||||
|
|
20
NEWS
20
NEWS
|
@ -8,7 +8,20 @@ Changes since Guile 1.4:
|
|||
|
||||
* Changes to the distribution
|
||||
|
||||
** New SRFI modules:
|
||||
** As per RELEASE directions, deprecated items have been removed
|
||||
|
||||
*** Macros removed
|
||||
|
||||
SCM_INPORTP, SCM_OUTPORTP SCM_ICHRP, SCM_ICHR, SCM_MAKICHR
|
||||
SCM_SETJMPBUF SCM_NSTRINGP SCM_NRWSTRINGP SCM_NVECTORP
|
||||
|
||||
*** Functions removed
|
||||
|
||||
scm_sysmissing
|
||||
|
||||
gc-thunk - replaced by after-gc-hook.
|
||||
|
||||
** New SRFI modules have been added:
|
||||
|
||||
(srfi srfi-2) exports and-let*.
|
||||
|
||||
|
@ -985,11 +998,6 @@ an exception with a key of 'unbound-variable instead of 'misc-error.
|
|||
** The initial default output port is now unbuffered if it's using a
|
||||
tty device. Previously in this situation it was line-buffered.
|
||||
|
||||
** gc-thunk is deprecated
|
||||
|
||||
gc-thunk will be removed in next release of Guile. It has been
|
||||
replaced by after-gc-hook.
|
||||
|
||||
** New hook: after-gc-hook
|
||||
|
||||
after-gc-hook takes over the role of gc-thunk. This hook is run at
|
||||
|
|
18
README
18
README
|
@ -2,11 +2,18 @@ This is not a Guile release; it is a source tree retrieved via
|
|||
anonymous CVS or as a nightly snapshot at some random time after the
|
||||
Guile 1.4 release.
|
||||
|
||||
This is version 1.4.1 of Guile, Project GNU's extension language
|
||||
library. Guile is an interpreter for Scheme, packaged as a library
|
||||
that you can link into your applications to give them their own
|
||||
scripting language. Guile will eventually support other languages as
|
||||
well, giving users of Guile-based applications a choice of languages.
|
||||
This is a 1.5 development version of Guile, Project GNU's extension
|
||||
language library. Guile is an interpreter for Scheme, packaged as a
|
||||
library that you can link into your applications to give them their
|
||||
own scripting language. Guile will eventually support other languages
|
||||
as well, giving users of Guile-based applications a choice of
|
||||
languages.
|
||||
|
||||
Guile versions with an odd middle number, i.e. 1.5.* are unstable
|
||||
development versions. Even middle numbers indicate stable versions.
|
||||
This has been the case since the 1.3.* series.
|
||||
|
||||
The next stable release will be version 1.6.0.
|
||||
|
||||
Please send bug reports to bug-guile@gnu.org.
|
||||
|
||||
|
@ -174,4 +181,3 @@ The mailing list `guile-user@gnu.org' carries discussions, questions,
|
|||
and often answers, about Guile. To subscribe, use the Mailman mailing
|
||||
list interface at <http://mail.gnu.org/mailman/listinfo/guile-user>
|
||||
Of course, please send bug reports (and fixes!) to bug-guile@gnu.org.
|
||||
|
||||
|
|
11
RELEASE
11
RELEASE
|
@ -9,7 +9,7 @@ for."
|
|||
|
||||
* Remove compatability module (ice-9 and-let*) eventually (when a
|
||||
major release with the real module (ice-9 and-let-star) has been out
|
||||
long enough, probably release 1.6).
|
||||
long enough, probably release 1.8).
|
||||
|
||||
* Deprecate `read-only-string?'.
|
||||
|
||||
|
@ -17,12 +17,7 @@ After signal handling and threading have been fixed:
|
|||
- remove the code corresponding to GUILE_OLD_ASYNC_CLICK and the corresponding
|
||||
GUILE_OLD_ASYNC_CLICK macro.
|
||||
|
||||
In release 1.5:
|
||||
- remove deprecated macros: SCM_INPORTP, SCM_OUTPORTP, SCM_CRDY, SCM_ICHRP,
|
||||
SCM_ICHR, SCM_MAKICHR, SCM_SETJMPBUF, SCM_NSTRINGP, SCM_NRWSTRINGP,
|
||||
SCM_NVECTORP
|
||||
- remove gc-thunk (It has been replaced by after-gc-hook.)
|
||||
- remove scm_sysmissing
|
||||
In release 1.6.0:
|
||||
- remove gh_int2scmb (replaced by gh_bool2scm)
|
||||
- remove scm_fseek (replaced by scm_seek)
|
||||
- remove scm_tag
|
||||
|
@ -39,7 +34,7 @@ In release 1.5:
|
|||
SCM_REALPART, scm_makdbl, SCM_SINGP, SCM_NUM2DBL, SCM_NO_BIGDIG
|
||||
- remove deprecated macro from tags.h: SCM_DOUBLE_CELLP
|
||||
|
||||
In release 1.6:
|
||||
In release 1.8.0:
|
||||
- remove support for autoloading compiled-code modules:
|
||||
try-module-linked
|
||||
try-module-dynamic-link
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue