Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | fix printing of prefix operator applications | Jeremie Dimino | 2016-02-25 | 1 | -4/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix printing of prefix operator applications with multiple arguments and/or labelled arguments. Old output (invalid syntax): ! 1 2 3 ! ~a:42 New output: (!) 1 2 3 (!) ~a:42 | |||||
| | * | | | | fix printing of operator applications with labeled arguments | Spiros Eliopoulos | 2016-02-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When infix operators are defined to have labeled arguments, such as: let (++) ~n1 ~n2 = n1 + n2 ... applications of the infix operator using labeled arguments like this: (++) ~n1:10 ~n2:20 would be printed out like this, which is a syntax error: ~n1:10 ++ ~n2:20 | |||||
| | * | | | | try to resolve printf format warnings | Damien Doligez | 2016-02-24 | 1 | -2/+2 | |
| | | | | | | ||||||
| | * | | | | ignore manifest files | Damien Doligez | 2016-02-24 | 1 | -0/+1 | |
| | | | | | | ||||||
| | * | | | | fix testsuite for Windows with flexlink submodule | Damien Doligez | 2016-02-24 | 1 | -1/+2 | |
| | | | | | | ||||||
| | * | | | | make clean: remove manifest files | Damien Doligez | 2016-02-24 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | Fix printing of type delcs that use 'private' keyword | Spiros Eliopoulos | 2016-02-24 | 1 | -5/+9 | |
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | type t = private A | B type u = t = private A | B Was previously printed out as: type t = private A | B type u = private t = A | B | |||||
| | * | | | fix several problems with tests/lib-dynlink-csharp on MSVC | Damien Doligez | 2016-02-24 | 5 | -15/+15 | |
| | | | | | ||||||
| | * | | | doc: cygwin64 is also supported | Damien Doligez | 2016-02-24 | 1 | -4/+2 | |
| | |/ / | ||||||
| | * | | testsuite: fixing the linker-version test | Gabriel Scherer | 2016-02-23 | 1 | -5/+5 | |
| | | | | ||||||
| | * | | testsuite: attempt to make unwind's linker-version test portable | Gabriel Scherer | 2016-02-23 | 1 | -3/+16 | |
| | | | | ||||||
| | * | | Fix printing for constrained infix operator bindings: | Jeremy Yallop | 2016-02-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | let (++) : _ = (+) was previously printed as let ++ : _ = (+) | |||||
| | * | | Guard unwind test against old OS X versions | Bart Jacobs | 2016-02-23 | 1 | -1/+3 | |
| | | | | ||||||
| | * | | add a description of the `-color` flag in the manual and manpage | Simon Cruanes | 2016-02-23 | 2 | -0/+33 | |
| | | | | ||||||
| | * | | fix wrong comment syntax for header in asmrun/i386nt.asm | Damien Doligez | 2016-02-19 | 1 | -14/+14 | |
| | | | | ||||||
| | * | | fix wrong comment syntax for header in asmrun/amd64nt.asm | Damien Doligez | 2016-02-19 | 1 | -14/+14 | |
| | | | | ||||||
| | * | | fix Windows makefile | Damien Doligez | 2016-02-19 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | tweak tools/ci-build | Damien Doligez | 2016-02-19 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | tweak tools/check-typo and break more overlong lines | Damien Doligez | 2016-02-19 | 17 | -77/+125 | |
| | | | | ||||||
| | * | | add a file in compilerlibs to make git happy | Damien Doligez | 2016-02-19 | 2 | -2/+7 | |
| | | | | ||||||
| | * | | fix syntax error in debug code in odoc_sig.ml | Damien Doligez | 2016-02-19 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Merge branch 'remove-ocamlbuild-doc' into 4.03 | Gabriel Scherer | 2016-02-18 | 6 | -1079/+7 | |
| | |\ \ | ||||||
| | * | | | fix syntax error in Makefile.nt | Damien Doligez | 2016-02-18 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | first commit on branch 4.03 | Damien Doligez | 2016-02-18 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge pull request #301 from alainfrisch/let_exception | Alain Frisch | 2016-03-15 | 28 | -53/+209 | |
|\ \ \ \ \ | | | | | | | | | | | | | Local exceptions (without the optimization) | |||||
| * | | | | | Local let exceptions. | alainfrisch | 2016-03-15 | 28 | -53/+209 | |
|/ / / / / | ||||||
* | | | | | Update dependencies in tools/.depend (deps were missing for e.g. stripdebug). | Alain Frisch | 2016-03-15 | 1 | -12/+20 | |
| | | | | | ||||||
* | | | | | Really refresh dependencies. | Alain Frisch | 2016-03-15 | 1 | -391/+391 | |
| | | | | | ||||||
* | | | | | Update .depend (should be more stable now). | Alain Frisch | 2016-03-15 | 1 | -162/+160 | |
| | | | | | ||||||
* | | | | | Correct copyright header | Mark Shinwell | 2016-03-15 | 1 | -2/+2 | |
|/ / / / | ||||||
* | | | | Typo. | alainfrisch | 2016-03-11 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #328 from alainfrisch/optim_hashtbl | Alain Frisch | 2016-03-11 | 2 | -107/+204 | |
|\ \ \ \ | | | | | | | | | | | Optim hashtbl | |||||
| * | | | | Document that Hashtbl.copy can be much slower than before. | alainfrisch | 2016-03-11 | 1 | -1/+4 | |
| | | | | | ||||||
| * | | | | Adapt filter_map_inplace. | alainfrisch | 2016-03-11 | 1 | -11/+29 | |
| | | | | | ||||||
| * | | | | Keep track of whether a traversal is ongoing and in this case, disables the ↵ | alainfrisch | 2016-03-11 | 1 | -19/+52 | |
| | | | | | | | | | | | | | | | | | | | | inplace implementation of resizing. | |||||
| * | | | | Optimize Hashtbl by using in-place updates of bucket list cells. | alainfrisch | 2016-03-11 | 2 | -83/+126 | |
| | | | | | ||||||
| * | | | | Switch to inline records to represent bucket lists in Hashtbl. | alainfrisch | 2016-03-11 | 1 | -32/+32 | |
|/ / / / | ||||||
* | | | | Changelog. | alainfrisch | 2016-03-10 | 1 | -0/+3 | |
| | | | | ||||||
* | | | | Cleanup. | alainfrisch | 2016-03-10 | 1 | -4/+2 | |
| | | | | ||||||
* | | | | Sort the list of input files alphabetically. | alainfrisch | 2016-03-10 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Print dependencies at the end. | alainfrisch | 2016-03-10 | 1 | -6/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces a tiny change of behavior since command line options which affect the printing of dependencies (-modules, -all, -ml-synonym, -mlfi-synonym) are taken into account even for files mentioned before on the command-line. This is probably not going to break anything. Note: this commit also reverse the ordering of the output, but we will normalize it in the next commit anyway. | |||||
* | | | | Single entry point to print deps. | alainfrisch | 2016-03-10 | 1 | -40/+39 | |
| | | | | ||||||
* | | | | Move dependency printing code to their own function. | alainfrisch | 2016-03-10 | 1 | -34/+40 | |
| | | | | ||||||
* | | | | Cleanup. | alainfrisch | 2016-03-10 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Add non-regression test for previous commit. | Alain Frisch | 2016-03-10 | 2 | -0/+23 | |
| | | | | ||||||
* | | | | Bug fix: Hashtbl.filter_map_inplace did not correctly update the size field. | Alain Frisch | 2016-03-10 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Changes. | alainfrisch | 2016-03-10 | 1 | -1/+4 | |
| | | | | ||||||
* | | | | For discussion! Enable compilation using Visual C++ 2002 & 2003 | David Allsopp | 2016-03-10 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This bizarre patch results in a full test-suite pass for Visual Studio .NET 2002 & 2003. Without it, the following code segfaults (resulting in 6 failing tests): ```ocaml #load "unix.cma";; let (ifd, _) = Unix.pipe ();; Unix.in_channel_of_descr ifd;; ``` | |||||
* | | | | Fix compiler limitations in old MSVC | David Allsopp | 2016-03-10 | 3 | -0/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Older Microsoft C compilers can't generate code for casting unsigned __int64 to double and the __pragma directive is not available for suppressing warnings. | |||||
* | | | | Correct missing header #define's in old MSVC | David Allsopp | 2016-03-10 | 2 | -0/+11 | |
| | | | |