mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-11 08:10:21 +02:00
Mention (ice-9 and-let*) renaming.
This commit is contained in:
parent
68ab7f7499
commit
aa51f571b7
1 changed files with 9 additions and 0 deletions
9
NEWS
9
NEWS
|
@ -8,6 +8,15 @@ Please send Guile bug reports to bug-guile@gnu.org.
|
|||
Guile 1.4.1 NOT YET RELEASED
|
||||
Changes since Guile 1.4:
|
||||
|
||||
* installation fix: (ice-9 and-let*) has been renamed to (ice-9 and-let-star)
|
||||
|
||||
This has been done to prevent problems on lesser operating systems
|
||||
that can't tolerate `*'s in file names. The exported macro continues
|
||||
to be named `and-let*', of course.
|
||||
|
||||
On systems that support it, there is also a compatibility module named
|
||||
(ice-9 and-let*). It will go away in a future release.
|
||||
|
||||
* bugfix: net_db.c `inet_aton' declaration now properly conditionalized
|
||||
|
||||
This buglet typically caused compilation to fail at
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue