diff options
author | Gabriel Scherer <gabriel.scherer@gmail.com> | 2013-06-17 13:12:40 +0000 |
---|---|---|
committer | Gabriel Scherer <gabriel.scherer@gmail.com> | 2013-06-17 13:12:40 +0000 |
commit | e7a503dc2a836e5d1ec6495d56e48255c9cbb71f (patch) | |
tree | 9724f213c0241b452ea789549e1de65472ee38db /Changes | |
parent | 9d3592791cde79cee4a77e3a0b8aca0e828f7ff1 (diff) |
PR#4502: ocamlbuild now reliably excludes the build-dir from hygiene check
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13794 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ Bug fixes: - PR#3679: Warning display problems - PR#3963: Graphics.wait_next_event in Win32 hangs if window closed - PR#4079: Queue.copy is now tail-recursive +- PR#4502: ocamlbuild now reliably excludes the build-dir from hygiene check - PR#4762: ?? is not used at all, but registered as a lexer token - PR#4887: input_char after close_in crashes ocaml (msvc runtime) - PR#4994: ocaml-mode doesn't work with xemacs21 |