summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2008-09-04 21:33:44 +0200
committerLudovic Courtès <ludo@gnu.org>2008-09-04 21:33:44 +0200
commit32e29e24b6b6d9946866ba656e36d01b54b4849e (patch)
tree6a6bfebb5785d7b40acdcf964ef7b3d8f7627651 /NEWS
parent39d275916b83bc515b7caef34a5d7a895d7a6718 (diff)
downloadguile-32e29e24b6b6d9946866ba656e36d01b54b4849e.tar.gz
Update `NEWS' wrt. the removal of `scm_i_' symbols.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index c2bed1740..16f794641 100644
--- a/NEWS
+++ b/NEWS
@@ -32,6 +32,11 @@ See `cancel-thread', `set-thread-cleanup!', and `thread-cleanup'.
* Changes to the C interface
+** Internal `scm_i_' functions now have "hidden" linkage with GCC/ELF
+
+This makes these internal functions technically not callable from
+application code.
+
** Functions for handling `scm_option' now no longer require an argument
indicating length of the `scm_t_option' array.
@@ -51,11 +56,6 @@ When you use GDS to evaluate Scheme code from Emacs, you can now use
* Bugs fixed
-** Internal `scm_i_' functions now have "hidden" linkage with GCC/ELF
-
-This makes these internal functions technically not callable from
-application code.
-
** `guile-config link' now prints `-L$libdir' before `-lguile'
** Fix memory corruption involving GOOPS' `class-redefinition'
** Fix build issue on Tru64 and ia64-hp-hpux11.23 (`SCM_UNPACK' macro)