summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* scanf support for %h and %H (hex floats).hex-floatXavier Leroy2015-07-291-3/+63
* Preliminary support for hexadecimal notation for FP numbers.Xavier Leroy2015-07-2610-66/+231
* Experiment: hexadecimal notation for floating-point numbers.Xavier Leroy2015-07-260-0/+0
* bootstrap (hoping to un-stuck the CI instances on format typing)Gabriel Scherer2015-07-263-0/+0
* PR#6924: Tiny optim to avoid some spilling of floats in x87Gabriel Scherer2015-07-252-1/+8
* GPR#213: Simplif.emit_tail_infos: recurse on function body in an applicationGabriel Scherer2015-07-251-0/+1
* GPR#208: add "asm" ocamlbuild tag to enable -SGabriel Scherer2015-07-252-1/+4
* fix "compatibility macros for runtime constants that recently changed names" ...Gabriel Scherer2015-07-251-2/+2
* PR#6938: fix regression on "%047.27{l,L,n}{d,i,x,X,o,u}"Gabriel Scherer2015-07-254-28/+104
* big_int.ml: clarify comments.Xavier Leroy2015-07-252-4/+5
* Follow-up to r16247: garbled comment.Xavier Leroy2015-07-241-2/+2
* PR#6896: serious reimplementation of Big_int.float_of_big_int andXavier Leroy2015-07-248-8/+170
* Text.Alain Frisch2015-07-241-2/+2
* PR#6902, GPR#210: runtime emits a warning when finalizing an I/O channel whic...Alain Frisch2015-07-2411-4/+90
* For read-and-clear, use GCC/Clang atomic builtins if available.Xavier Leroy2015-07-242-1/+9
* PR#6722: compatibility with x32 architecture (x86-64 in ILP32 mode)Xavier Leroy2015-07-243-7/+8
* Typo.Alain Frisch2015-07-241-1/+0
* PR#6316: Scanf.scanf failure on %u formats when reading big integers.Xavier Leroy2015-07-243-11/+17
* PR#6915: Mingw-w64 has moved to mingw-w64.orgDamien Doligez2015-07-221-4/+5
* PR#6931: Incorrect error messageDamien Doligez2015-07-223-2/+3
* remove redundant -O option from C compiler argumentsDamien Doligez2015-07-222-7/+1
* tell GCC to use only ASCII in its warnings and errorsDamien Doligez2015-07-221-0/+3
* fix merge regression on nonrecDamien Doligez2015-07-221-13/+0
* tests/float-unboxing: fix test for WindowsDamien Doligez2015-07-201-2/+2
* fix small problem introduced by merging 4.02Damien Doligez2015-07-201-1/+1
* update .depend and bootstrap compilers after 4.02 mergeDamien Doligez2015-07-1719-2398/+2484
* ignore generated filesDamien Doligez2015-07-170-0/+0
* Fix merge issue.Alain Frisch2015-07-171-1/+1
* GPR#109: new unboxing strategy (patch by vbrankov).Alain Frisch2015-07-173-30/+44
* merge branch 4.02 from 4.02.1 (rev 15540) to a few fixes after 4.02.2 (rev 16...Damien Doligez2015-07-17148-929/+1934
* GPR214: remove duplicate productions in the parser (patch by Jeremy Yallop).Alain Frisch2015-07-171-26/+9
* PR#6747: ocamlobjinfo: missing symbol caml_plugin_header due to underscoreDamien Doligez2015-07-152-3/+11
* add libbfd configuration for MacOSDamien Doligez2015-07-151-1/+13
* fix problems with FORTRAN testsDamien Doligez2015-07-151-0/+2
* typo in FORTRAN testDamien Doligez2015-07-151-1/+1
* remove spurious verbosity in test makefileDamien Doligez2015-07-151-2/+2
* remove spurious verbosity in test makefileDamien Doligez2015-07-151-1/+1
* fix problems with FORTRAN testsDamien Doligez2015-07-151-4/+6
* add test for PR#6865Jérémie Dimino2015-07-134-0/+93
* PR6865: Fix parsing of toplevel [let%foo _ = expr]Jérémie Dimino2015-07-131-21/+23
* Fix bootstrap (broken by ambiguous ocamldoc comments).Alain Frisch2015-06-291-0/+2
* add tests related to PR#6899Jacques Garrigue2015-06-294-11/+14
* Attach documentation comments to ParsetreeLeo White2015-06-2844-395/+1180
* add 'nonrec' as a possible attribute idJérémie Dimino2015-06-241-0/+1
* Fix GPR#205: Clear caml_backtrace_last_exn before registering as root.Alain Frisch2015-06-233-0/+4
* Fix PR#6899Jacques Garrigue2015-06-235-17/+27
* For PR#6897Jacques Garrigue2015-06-231-3/+14
* Fix PR#6897 as suggested by AlainJacques Garrigue2015-06-173-6/+24
* GPR#197: Do not emit [add zsh, %rsp] and [sub zsh, %rsp] (patch from cgaebel).Alain Frisch2015-06-171-7/+16
* #6902: revert commit 15817 (it causes memory leaks on input channels).Alain Frisch2015-06-151-11/+3