- Added
Out_channel.output_line
- Added
Out_channel.fprint_s
, used to share implementation ofprint_s
andeprint_s
- Added function
Out_channel.print_s
.
-
Enabled
-safe-string
. -
Added functions
Out_channel.output_bytes
,Out_channel.output_substring
. -
Added functions
In_channel.equal
andOut_channel.equal
, implemented asphys_equal
.
Initial release.