Codebase list ocaml-stdio / d717e4c6-d8bb-4773-a3c2-33c4581b12d8/upstream CHANGES.md
d717e4c6-d8bb-4773-a3c2-33c4581b12d8/upstream

Tree @d717e4c6-d8bb-4773-a3c2-33c4581b12d8/upstream (Download .tar.gz)

CHANGES.md @d717e4c6-d8bb-4773-a3c2-33c4581b12d8/upstreamraw · history · blame

## git version

- Added function `Out_channel.print_s`.

## v0.10

- Enabled `-safe-string`.

- Added functions `Out_channel.output_bytes`, `Out_channel.output_substring`.

- Added functions `In_channel.equal` and `Out_channel.equal`, implemented as `phys_equal`.

## v0.9

Initial release.