Skip to content
Success

Changes

Summary

  1. document why sprintf still exists despite asprintf (commit: 8111f3e) (details)
  2. rewrite doc comment (commit: 4b2555c) (details)
  3. update comment according to @octatron's suggestion (commit: 86a5432) (details)
  4. Update stdlib/format.mli (commit: 382d57b) (details)
  5. Avoid an undefined variable warning from Make (commit: 49755db) (details)
Commit 8111f3ecc16664ed399681b1ef4b8f5d6c8b2ed2 by emile.trotignon
document why sprintf still exists despite asprintf
(commit: 8111f3e)
The file was modifiedstdlib/format.mli (diff)
The file was modifiedstdlib/format.mli (diff)
Commit 86a5432a8f3664b2b7fa921bc2c8d7affd2802e9 by emile.trotignon
update comment according to @octatron's suggestion
(commit: 86a5432)
The file was modifiedstdlib/format.mli (diff)
Commit 382d57bc0f9855e3615646184222976898fa3675 by noreply
Update stdlib/format.mli

Co-authored-by: Antonin Décimo <antonin.decimo@gmail.com>
(commit: 382d57b)
The file was modifiedstdlib/format.mli (diff)
Commit 49755dbc183b5f5b5a0c3466fe8cfd4eb728ae03 by antonin
Avoid an undefined variable warning from Make

Co-authored-by: David Allsopp <david.allsopp@metastack.com>
(commit: 49755db)
The file was modifiedMakefile.common (diff)