| Commit message (Expand) | Author | Age | Files | Lines |
| * | scanf support for %h and %H (hex floats).hex-float | Xavier Leroy | 2015-07-29 | 1 | -3/+63 |
| * | Preliminary support for hexadecimal notation for FP numbers. | Xavier Leroy | 2015-07-26 | 10 | -66/+231 |
| * | Experiment: hexadecimal notation for floating-point numbers. | Xavier Leroy | 2015-07-26 | 0 | -0/+0 |
| * | bootstrap (hoping to un-stuck the CI instances on format typing) | Gabriel Scherer | 2015-07-26 | 3 | -0/+0 |
| * | PR#6924: Tiny optim to avoid some spilling of floats in x87 | Gabriel Scherer | 2015-07-25 | 2 | -1/+8 |
| * | GPR#213: Simplif.emit_tail_infos: recurse on function body in an application | Gabriel Scherer | 2015-07-25 | 1 | -0/+1 |
| * | GPR#208: add "asm" ocamlbuild tag to enable -S | Gabriel Scherer | 2015-07-25 | 2 | -1/+4 |
| * | fix "compatibility macros for runtime constants that recently changed names" ... | Gabriel Scherer | 2015-07-25 | 1 | -2/+2 |
| * | PR#6938: fix regression on "%047.27{l,L,n}{d,i,x,X,o,u}" | Gabriel Scherer | 2015-07-25 | 4 | -28/+104 |
| * | big_int.ml: clarify comments. | Xavier Leroy | 2015-07-25 | 2 | -4/+5 |
| * | Follow-up to r16247: garbled comment. | Xavier Leroy | 2015-07-24 | 1 | -2/+2 |
| * | PR#6896: serious reimplementation of Big_int.float_of_big_int and | Xavier Leroy | 2015-07-24 | 8 | -8/+170 |
| * | Text. | Alain Frisch | 2015-07-24 | 1 | -2/+2 |
| * | PR#6902, GPR#210: runtime emits a warning when finalizing an I/O channel whic... | Alain Frisch | 2015-07-24 | 11 | -4/+90 |
| * | For read-and-clear, use GCC/Clang atomic builtins if available. | Xavier Leroy | 2015-07-24 | 2 | -1/+9 |
| * | PR#6722: compatibility with x32 architecture (x86-64 in ILP32 mode) | Xavier Leroy | 2015-07-24 | 3 | -7/+8 |
| * | Typo. | Alain Frisch | 2015-07-24 | 1 | -1/+0 |
| * | PR#6316: Scanf.scanf failure on %u formats when reading big integers. | Xavier Leroy | 2015-07-24 | 3 | -11/+17 |
| * | PR#6915: Mingw-w64 has moved to mingw-w64.org | Damien Doligez | 2015-07-22 | 1 | -4/+5 |
| * | PR#6931: Incorrect error message | Damien Doligez | 2015-07-22 | 3 | -2/+3 |
| * | remove redundant -O option from C compiler arguments | Damien Doligez | 2015-07-22 | 2 | -7/+1 |
| * | tell GCC to use only ASCII in its warnings and errors | Damien Doligez | 2015-07-22 | 1 | -0/+3 |
| * | fix merge regression on nonrec | Damien Doligez | 2015-07-22 | 1 | -13/+0 |
| * | tests/float-unboxing: fix test for Windows | Damien Doligez | 2015-07-20 | 1 | -2/+2 |
| * | fix small problem introduced by merging 4.02 | Damien Doligez | 2015-07-20 | 1 | -1/+1 |
| * | update .depend and bootstrap compilers after 4.02 merge | Damien Doligez | 2015-07-17 | 19 | -2398/+2484 |
| * | ignore generated files | Damien Doligez | 2015-07-17 | 0 | -0/+0 |
| * | Fix merge issue. | Alain Frisch | 2015-07-17 | 1 | -1/+1 |
| * | GPR#109: new unboxing strategy (patch by vbrankov). | Alain Frisch | 2015-07-17 | 3 | -30/+44 |
| * | merge branch 4.02 from 4.02.1 (rev 15540) to a few fixes after 4.02.2 (rev 16... | Damien Doligez | 2015-07-17 | 148 | -929/+1934 |
| * | GPR214: remove duplicate productions in the parser (patch by Jeremy Yallop). | Alain Frisch | 2015-07-17 | 1 | -26/+9 |
| * | PR#6747: ocamlobjinfo: missing symbol caml_plugin_header due to underscore | Damien Doligez | 2015-07-15 | 2 | -3/+11 |
| * | add libbfd configuration for MacOS | Damien Doligez | 2015-07-15 | 1 | -1/+13 |
| * | fix problems with FORTRAN tests | Damien Doligez | 2015-07-15 | 1 | -0/+2 |
| * | typo in FORTRAN test | Damien Doligez | 2015-07-15 | 1 | -1/+1 |
| * | remove spurious verbosity in test makefile | Damien Doligez | 2015-07-15 | 1 | -2/+2 |
| * | remove spurious verbosity in test makefile | Damien Doligez | 2015-07-15 | 1 | -1/+1 |
| * | fix problems with FORTRAN tests | Damien Doligez | 2015-07-15 | 1 | -4/+6 |
| * | add test for PR#6865 | Jérémie Dimino | 2015-07-13 | 4 | -0/+93 |
| * | PR6865: Fix parsing of toplevel [let%foo _ = expr] | Jérémie Dimino | 2015-07-13 | 1 | -21/+23 |
| * | Fix bootstrap (broken by ambiguous ocamldoc comments). | Alain Frisch | 2015-06-29 | 1 | -0/+2 |
| * | add tests related to PR#6899 | Jacques Garrigue | 2015-06-29 | 4 | -11/+14 |
| * | Attach documentation comments to Parsetree | Leo White | 2015-06-28 | 44 | -395/+1180 |
| * | add 'nonrec' as a possible attribute id | Jérémie Dimino | 2015-06-24 | 1 | -0/+1 |
| * | Fix GPR#205: Clear caml_backtrace_last_exn before registering as root. | Alain Frisch | 2015-06-23 | 3 | -0/+4 |
| * | Fix PR#6899 | Jacques Garrigue | 2015-06-23 | 5 | -17/+27 |
| * | For PR#6897 | Jacques Garrigue | 2015-06-23 | 1 | -3/+14 |
| * | Fix PR#6897 as suggested by Alain | Jacques Garrigue | 2015-06-17 | 3 | -6/+24 |
| * | GPR#197: Do not emit [add zsh, %rsp] and [sub zsh, %rsp] (patch from cgaebel). | Alain Frisch | 2015-06-17 | 1 | -7/+16 |
| * | #6902: revert commit 15817 (it causes memory leaks on input channels). | Alain Frisch | 2015-06-15 | 1 | -11/+3 |