summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Minor fixes following the discussion on pull request 224:big-marshalXavier Leroy2015-10-192-10/+6
* Typo: >> should have been <<.Xavier Leroy2015-09-151-1/+1
* Add alternate marshaling format, used when marshaled data is >= 4 Gb.Xavier Leroy2015-08-033-206/+370
* Experiment: output_value/input_value beyond the 4 Gb barrier.Xavier Leroy2015-08-030-0/+0
* GPR#221: add forgotten CAMLnoreturn_endGabriel Scherer2015-08-031-1/+1
* make alldependGabriel Scherer2015-08-0211-2327/+2242
* update Changes to record the potentially-breaking change of GPR#155Gabriel Scherer2015-08-021-0/+3
* update ChangesGabriel Scherer2015-08-021-2/+2
* GPR#221: use CAMLnoreturn_{start,end} in the same way as CAMLunused_{start,end}Gabriel Scherer2015-08-025-28/+107
* GPR#165: refactor and document CAMLunused{,_start,_end}Gabriel Scherer2015-08-021-13/+12
* GPR#221: keep Noreturn and add CAMLnoreturn_{start,end}Gabriel Scherer2015-08-028-30/+38
* GPR#165: reintroduce 'CAMLunused' for backward compatibility reasons.Gabriel Scherer2015-08-021-0/+5
* GPR#212 Emitaux: also emit column locationGabriel Scherer2015-08-026-21/+24
* Order type variables in format parametersGabriel Scherer2015-08-021-8/+8
* GPR#201: Keep general types of Printf.{ifprintf,ikfprintf}Gabriel Scherer2015-08-022-3/+4
* PR#6649, GPR#222: accept (int_of_string "+3")Gabriel Scherer2015-08-024-2/+11
* fix -dsource error on recursive modulesGabriel Scherer2015-08-022-1/+3
* update ChangesGabriel Scherer2015-08-021-0/+2
* ocamlbuild: + Log.is_logging to skip allocation in hot pathGabriel Scherer2015-08-025-6/+14
* ocamlbuild: Log: do not wrap format unless it will be usedGabriel Scherer2015-08-023-5/+5
* ocamlbuild: specialize Hashtbl for Resource.CacheGabriel Scherer2015-08-021-0/+2
* Added the missing POSIX signals in Sys (Guillaume Bury)Gabriel Scherer2015-08-024-1/+60
* merge branch 4.02 from rev 16205 to rev 16238Damien Doligez2015-07-299-24/+43
* Changed OCamlbuild's license to LGPL with static linking exception.Xavier Leroy2015-07-28165-165/+329
* Of--by-one-bit error in two_power_m1_big_int, causing out-of-bound write if n...Xavier Leroy2015-07-281-3/+4
* #6940: fix regression on 32-bit machine related to new unboxing strategy.Alain Frisch2015-07-281-1/+1
* float_of_big_int: for negative arguments, the top 55 bits must round towards ...Xavier Leroy2015-07-282-1/+7
* fix regression test for PR#6938 for 32-bit machinesDamien Doligez2015-07-272-48/+48
* Still following up on commit 16278.Xavier Leroy2015-07-278-28/+28
* Hopefully finish 16278 (again).Alain Frisch2015-07-271-5/+5
* Hopefully finish 16278.Alain Frisch2015-07-271-1/+1
* Update "register_class" followign the introduction of the Val machine type.Xavier Leroy2015-07-275-12/+9
* Rvert 16273. gasche pointed to a counterexample: 'let rec x = (x;1)'.Alain Frisch2015-07-271-2/+2
* Cosmetic.Alain Frisch2015-07-271-15/+7
* Inline transl_unbox_let to clarify code.Alain Frisch2015-07-271-15/+12
* Allow unbox in let-rec bindings, for uniformity.Alain Frisch2015-07-271-22/+23
* Fix suspicious (harmless) case in cmm-compilation of letrec.Alain Frisch2015-07-271-2/+2
* Mention commit r16269 (merge of GPR#115).Xavier Leroy2015-07-271-0/+2
* GPR#107: Prevent more unnecessary float boxing, especially in if and match. P...Alain Frisch2015-07-272-6/+37
* More precise typing at the C-- and Mach level.Xavier Leroy2015-07-2728-190/+282
|\
| * Update to trunk r16267.cmm-mach-typesXavier Leroy2015-07-27771-18154/+22243
| |\ | |/ |/|
* | update ChangelogGabriel Scherer2015-07-261-0/+2
* | GPR#165: Added pragmas for MSVC do disable the unused variable warning for CA...Gabriel Scherer2015-07-261-14/+31
* | GPR#165: Missing Noreturn moved before the functions and added a missing unde...Gabriel Scherer2015-07-262-1/+2
* | GPR#165: Fixed small typo it should be _MSC_VER not __MSC_VERGabriel Scherer2015-07-261-1/+1
* | GPR#165: Undef the erno values and redefine them using the winsocket values.Gabriel Scherer2015-07-261-74/+37
* | GPR#165: Changed the definition of the Noreturn macro to also work with Visua...Gabriel Scherer2015-07-267-30/+31
* | GPR#165: Added define guards around the macros in unixsupport and for the isn...Gabriel Scherer2015-07-262-1/+78
* | GPR#156: Optimize reallocation of caml_frame_descriptorsGabriel Scherer2015-07-265-50/+138
* | GPR#196: Make [Thread.id] and [Thread.self] [noalloc].Gabriel Scherer2015-07-264-6/+8