summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-10-11 10:55:23 +0200
committerAndy Wingo <wingo@pobox.com>2017-03-01 19:56:55 +0100
commit1107db3eb193f2afa0aa18d37e3688ad74c77a14 (patch)
treee04c01a8dec9a59c2219db9904ea7e9e64c88389 /NEWS
parent844b2cf7586c31c01ab8e255d8a21aa836b7ff0b (diff)
Document 'scm_to_uintptr_t' and 'scm_from_uintptr_t'.
* doc/ref/api-data.texi (Integers): Document them.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7fa279a35..5d5221ec8 100644
--- a/NEWS
+++ b/NEWS
@@ -995,6 +995,8 @@ Changes in 2.0.13 (since 2.0.12):
See "File System" in the manual, for more.
+** New 'scm_to_uintptr_t' and 'scm_from_uintptr_t' C functions
+
* Bug fixes
** 'mkdir' procedure no longer calls umask(2) (<http://bugs.gnu.org/24659>)