~ chicken-core (master) /DEPRECATED
Trap1Deprecated functions and variables2==================================346.0.15- The procedure "read-buffered" can return a string with incomplete6 codepoints when a non-binary encoding is used in the port. It7 will be replaced by a method that returns bytevectors in the8 future.9106.0.011- The foreign type "blob" is obsolete and equivalent to the12 foreign type "bytevector".13145.3.115- "set-signal-handler!" and "signal-handler" have been deprecated16 in favor of "make-signal-handler" and "ignore-signal" which are17 better suited in a multithreaded environment.18195.0.020- "bit->boolean" has been introduced temporarily to avoid users21 having to figure out why "bit-set?" uses a different argument22 order than the procedure with the same name that is specified in23 SRFI-33 and SRFI-60. This procedure will be replaced by the proper24 "bit-set?" in one of the next versions, together with a C level25 macro or function.2627 See also: 45489c1b3d9fb20bacc91fa393ce7330dd61d22f2829 "bit->boolean" expands into "C_u_i_bit_to_bool", "C_i_bit_to_bool"30 or "C_i_fixnum_bit_to_bool", which are all deprecated as well,31 but might be re-used in a future version of "bit-set?".