summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2001-06-14 20:19:02 +0000
committerMarius Vollmer <mvo@zagadka.de>2001-06-14 20:19:02 +0000
commitc81c130ebe69f88a3a4ba4f25a4e78d7321d9ad6 (patch)
tree678c8d0f6e831b112a69b36cc5430306351cf9df
parent1385d8aee3436a7166baeb7b5cc7ce27762561fd (diff)
downloadguile-c81c130ebe69f88a3a4ba4f25a4e78d7321d9ad6.tar.gz
scm_t_bits is unsigned, types have been renamed.
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e7d1cf468..5513a267f 100644
--- a/NEWS
+++ b/NEWS
@@ -652,6 +652,15 @@ return.
* Changes to the C interface
+** Types have been renamed from scm_*_t to scm_t_*.
+
+This has been done for POSIX sake. It reserves identifiers ending
+with "_t". What a concept.
+
+The old names are still available with status `deprecated'.
+
+** scm_t_bits (former scm_bits_t) is now a unsigned type.
+
** Deprecated feature have been removed.
*** Macros removed