summaryrefslogtreecommitdiffstats
path: root/otherlibs
AgeCommit message (Expand)Author
2014-01-23PR#6183: enhanced documentation for 'Unix.shutdown_connection'Xavier Clerc
2014-01-22PR#6189, items (10) and (11)Damien Doligez
2014-01-09make bigarray.mli's documentation consistent with the new GADT interfaceGabriel Scherer
2014-01-09PR#6064: GADT representation for Bigarray.kind + CAML_BA_CHAR runtime kindGabriel Scherer
2013-12-24fix commit 14384Jérémie Dimino
2013-12-23fix #6276: release the runtime in all stubs that might blockJérémie Dimino
2013-12-18fix crashing bug in win32unix/select.cDamien Doligez
2013-11-29Reverting the elimination of the ocamlcomp*.sh scripts, namely the following ...Xavier Leroy
2013-11-08Simplify special logic for array bound error (allocate the exception value fr...Alain Frisch
2013-10-14Rename raise_nostack -> raise_notrace. Expose it in Pervasives.Alain Frisch
2013-09-26Keep attributes on value declarations in .cmi files (but clear all the locati...Alain Frisch
2013-09-22build: ocamlmklib on Windows expect a Windows-style path, not a UNIX one.Wojciech Meyer
2013-09-20build: replace ocamlcomp*.sh.Wojciech Meyer
2013-09-09Remove labltk from the distribution (will be available as a third-party libra...Xavier Clerc
2013-09-07Fix PR#6164Fabrice Le Fessant
2013-09-04Merge branch 4.01 from branching point to 4.01.0+rc1Damien Doligez
2013-09-03#6146: emulate Unix.kill with signal = Sys.sigkill under Windows.Alain Frisch
2013-08-28Synchronize with trunk.Alain Frisch
2013-08-04PR#4323: have "of_string" in Num and Big_int work with binary and hexa repres...Gabriel Scherer
2013-08-01Follow-up to PR#5568 and commit 13962Xavier Leroy
2013-08-01PR#5568: add O_CLOEXEC flag to Unix.openfile, so that the returnedXavier Leroy
2013-07-24remove parasitic dependencies in .dependDamien Doligez
2013-07-24PR#4243: make the Makefiles parallelizableDamien Doligez
2013-07-22Synchronize with trunk.Alain Frisch
2013-07-18Port to the ARM 64-bits (AArch64) architecture (experimental).Xavier Leroy
2013-07-18Use 32x32->64 multiplication as provided by the C compiler when possible.Xavier Leroy
2013-07-16Synchronize with trunk.Alain Frisch
2013-07-02Add Graphics.loop_at_exit functionFabrice Le Fessant
2013-07-01win32unix: add a Makefile (not ".nt" one).Wojciech Meyer
2013-07-01configure: store $target and $host in the build configuration (fixed).Wojciech Meyer
2013-07-01Re-undo commit 11966 (which is the fix for #5325 that caused #5578) to be syn...Alain Frisch
2013-06-30build: select win32 variants of unix and graph for mingw.Wojciech Meyer
2013-06-04PR#5325: re-do commit 11966, which was undone by mistakeDamien Doligez
2013-06-03PR#3963: Graphics.wait_next_event in Win32 hangs if window closedDamien Doligez
2013-06-03Add |> and @@ operators to PervasivesFabrice Le Fessant
2013-06-03Item attributes on each let-binding.Alain Frisch
2013-05-29Wrong quoting chase.Pierre Weis
2013-05-22merge changes from version/4.00 from 4.00.1 to r13697Damien Doligez
2013-05-16#5980: explicit way to silence the new warning (open! X).Alain Frisch
2013-05-08PR#6010: Big_int.extract_big_int gives wrong results on negative argumentsXavier Leroy
2013-04-29ignore .dll and generated filesDamien Doligez
2013-04-18Allow abstract module declaration in structures to make the syntax and Parset...Alain Frisch
2013-04-18PR#5986: added flag Marshal.Compat_32 and ocamlc option -compat-32.Xavier Leroy
2013-04-17Get rid of the 'explicit arity' flag on Pexp_construct/Ppat_construct. If re...Alain Frisch
2013-04-17Getting rid of Pexp_assertfalse/Texp_assertfalse.Alain Frisch
2013-04-16Keep interval pattern sugar in the Parsetree (Camlp4 parsers still expand them).Alain Frisch
2013-04-16Get rid of the undocumented syntax #c[>`A] (#5936, #5983).Alain Frisch
2013-04-16Better representation of with-constraints.Alain Frisch
2013-04-16Rename Pcty_fun to Pcty_arrow (and idem in Types, Typedtree, Outcometree) to ...Alain Frisch
2013-04-15Explicit representation of guards, get rid of Pexp_when.Alain Frisch