~ chicken-core (chicken-5) a07dd47158af5e7baf59af07967f796287a6f49c


commit a07dd47158af5e7baf59af07967f796287a6f49c
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Thu Nov 1 17:05:26 2018 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Thu Nov 1 17:05:26 2018 +0100

    you're quite right...

diff --git a/DEPRECATED b/DEPRECATED
new file mode 100644
index 00000000..6f309090
--- /dev/null
+++ b/DEPRECATED
@@ -0,0 +1,18 @@
+Deprecated functions and variables
+==================================
+
+
+5.0.0
+
+- "bit->boolean" has been introduced temporarily to avoid users
+  having to figure out why "bit-set?" uses a different argument
+  order than the procedure with the same name that is specified in
+  SRFI-33 and SRFI-60. This procedure will be replaced by the proper
+  "bit-set?" in one of the next versions, together with a C level
+  macro or function.
+
+  See also: 45489c1b3d9fb20bacc91fa393ce7330dd61d22f
+
+  "bit->boolean" expands into "C_u_i_bit_to_bool", "C_i_bit_to_bool"
+  or "C_i_fixnum_bit_to_bool", which are all deprecated as well,
+  but might be re-used in a future version of "bit-set?".
Trap