mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-30 00:40:20 +02:00
*** empty log message ***
This commit is contained in:
parent
15dd774f23
commit
33ba774980
4 changed files with 36 additions and 8 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,7 +1,14 @@
|
||||||
|
2003-01-30 Rob Browning <rlb@defaultvalue.org>
|
||||||
|
|
||||||
|
* Guile 1.6.2 released.
|
||||||
|
|
||||||
|
* GUILE-VERSION (GUILE_MICRO_VERSION): bump for release.
|
||||||
|
|
||||||
2002-12-18 Rob Browning <rlb@defaultvalue.org>
|
2002-12-18 Rob Browning <rlb@defaultvalue.org>
|
||||||
|
|
||||||
* debian/: initial set of Debian packaging files (rewritten from
|
* debian/: initial set of Debian packaging files added (rewritten
|
||||||
scratch). Not yet ready for prime time, but close.
|
from scratch). Not yet ready for prime time, but close, and not
|
||||||
|
in the distribution (yet?).
|
||||||
|
|
||||||
2002-12-16 Rob Browning <rlb@defaultvalue.org>
|
2002-12-16 Rob Browning <rlb@defaultvalue.org>
|
||||||
|
|
||||||
|
|
20
NEWS
20
NEWS
|
@ -4,7 +4,7 @@ See the end for copying conditions.
|
||||||
|
|
||||||
Please send Guile bug reports to bug-guile@gnu.org.
|
Please send Guile bug reports to bug-guile@gnu.org.
|
||||||
|
|
||||||
Each release reports NEWS in the following sections:
|
Each release reports the NEWS in the following sections:
|
||||||
|
|
||||||
* Changes to the distribution
|
* Changes to the distribution
|
||||||
* Changes to the stand-alone interpreter
|
* Changes to the stand-alone interpreter
|
||||||
|
@ -16,7 +16,23 @@ Changes since Guile 1.6.1:
|
||||||
|
|
||||||
* Changes to the distribution
|
* Changes to the distribution
|
||||||
|
|
||||||
** Debian/ files have been added in preparation for new Debian packages.
|
** GOOPS longer creates layout entries for non-instance slots.
|
||||||
|
|
||||||
|
** syntax-case bugs have been fixed
|
||||||
|
|
||||||
|
a) Macro expansion is no longer disturbed if the value of
|
||||||
|
(current-module) changes. This was the cause of a number of
|
||||||
|
different bugs people have reported.
|
||||||
|
|
||||||
|
b) Syntax-case now expands Guile's own macros as a part of the
|
||||||
|
macro expansion process. Previously, Guile macro calls were
|
||||||
|
treated as applications.
|
||||||
|
|
||||||
|
c) Objects which are constant data and which Guile considers
|
||||||
|
self-evaluating are no longer quoted.
|
||||||
|
|
||||||
|
One good consequence of these fixes is that it's now possible to
|
||||||
|
use syntax-case macro expansion together with GOOPS code.
|
||||||
|
|
||||||
* Changes to the stand-alone interpreter
|
* Changes to the stand-alone interpreter
|
||||||
|
|
||||||
|
|
7
README
7
README
|
@ -4,10 +4,9 @@ your applications to give them their own scripting language. Guile
|
||||||
will eventually support other languages as well, giving users of
|
will eventually support other languages as well, giving users of
|
||||||
Guile-based applications a choice of languages.
|
Guile-based applications a choice of languages.
|
||||||
|
|
||||||
This release is version 1.6.1. Any bugs found will be addressed by
|
This release is version 1.6.2. Any bugs found will be addressed by
|
||||||
further bugfix releases numbered 1.6.2, 1.6.3, and so on. The next
|
further bugfix releases numbered 1.6.*. The next stable Guile release
|
||||||
stable Guile release with significant functional improvements will be
|
with significant functional improvements will be version 1.8.0.
|
||||||
version 1.8.0.
|
|
||||||
|
|
||||||
In between 1.6.x and 1.8.x, you can follow Guile development in CVS
|
In between 1.6.x and 1.8.x, you can follow Guile development in CVS
|
||||||
and in the Guile mailing lists (see ANON-CVS and HACKING). Guile
|
and in the Guile mailing lists (see ANON-CVS and HACKING). Guile
|
||||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
guile-1.6 (1.6.2-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* new upstream release (still not ready for Debian proper yet).
|
||||||
|
|
||||||
|
-- Rob Browning <rlb@defaultvalue.org> Thu, 30 Jan 2003 14:17:23 -0600
|
||||||
|
|
||||||
guile-1.6 (1.6.1-3) unstable; urgency=low
|
guile-1.6 (1.6.1-3) unstable; urgency=low
|
||||||
|
|
||||||
* handle non-qthreads architectures properly.
|
* handle non-qthreads architectures properly.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue