diff options
author | Gabriel Scherer <gabriel.scherer@gmail.com> | 2013-08-04 19:58:09 +0000 |
---|---|---|
committer | Gabriel Scherer <gabriel.scherer@gmail.com> | 2013-08-04 19:58:09 +0000 |
commit | b1c5fa3e5260e8b1d5acb21a93fdcb826627391c (patch) | |
tree | 28e7e0ff0bd206f70ccb5666ff6655fd7b76dc1a /Changes | |
parent | da3011fec235bb5bbecbefc11b247bc28a840195 (diff) |
PR#6071: Add a -noinit option to the toplevel [patch by David Sheets]
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13972 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ Standard library: Features wishes: - PR#4243: make the Makefiles parallelizable - PR#4323: have "of_string" in Num and Big_int work with binary and hexa representations (patch by zoep) +- PR#6071: Add a -noinit option to the toplevel (patch by David Sheets) OCaml 4.01.0: |