summaryrefslogtreecommitdiff
path: root/otherlibs
Commit message (Expand)AuthorAgeFilesLines
* re-commit Leo's weak-dependencies pull requestJacques Garrigue2014-05-072-36/+46
* Fix win32unix (introduction of bytes + immutable strings).Alain Frisch2014-05-041-14/+26
* revert commit 14719Jacques Garrigue2014-05-022-46/+36
* safe-string: documentation fixes and add a couple of functions in Pervasives ...Damien Doligez2014-05-011-0/+1
* weak dependencies with -trans-mod (github/ocamllabs/weak-depends 45e980a,2185...Mark Shinwell2014-05-012-36/+46
* document __LOC__ in pervasives.mliFabrice Le Fessant2014-04-301-2/+0
* merge branch "safe-string"Damien Doligez2014-04-2928-727/+891
* fix some whitespaceDamien Doligez2014-04-251-1/+1
* remove $Id markersDamien Doligez2014-04-1713-26/+0
* PR#6075: avoid using unsafe C library functions (strcpy, strcat, sprintf).Xavier Leroy2014-04-1523-84/+63
* [whitespace] bring threads/pervasives.ml closer to stdlib/pervasives.mlGabriel Scherer2014-04-151-53/+55
* fix some of the whitespace problems in the sourceDamien Doligez2014-04-127-29/+50
* Add %loc_* primitives and corresponding values in PervasivesFabrice Le Fessant2014-04-101-0/+14
* make clean: remove *.cmt and *.cmti filesDamien Doligez2014-04-071-1/+1
* PR#6358: obey DESTDIR in install targetsGabriel Scherer2014-04-075-39/+53
* merge branch 4.01 from 4.01.0 (revision 14115) to branch closure (revision 14...Damien Doligez2014-04-041-2/+2
* Get rid of ocamlcomp.sh. The next step is to share all those common declarat...Alain Frisch2014-04-025-22/+23
* #PR6269 Optimized string matchingLuc Maranget2014-03-217-518/+523
* use -bin-annot when buildingMark Shinwell2014-03-074-4/+4
* add #includes to declare the functions enter/leave_blocking_sectionDamien Doligez2014-02-193-0/+3
* release the lock in ftruncate, fchown, and fchmodJérémie Dimino2014-01-293-7/+21
* PR#6183: enhanced documentation for 'Unix.shutdown_connection'Xavier Clerc2014-01-231-1/+3
* PR#6189, items (10) and (11)Damien Doligez2014-01-222-1/+1
* make bigarray.mli's documentation consistent with the new GADT interfaceGabriel Scherer2014-01-091-18/+33
* PR#6064: GADT representation for Bigarray.kind + CAML_BA_CHAR runtime kindGabriel Scherer2014-01-096-63/+126
* fix commit 14384Jérémie Dimino2013-12-242-4/+5
* fix #6276: release the runtime in all stubs that might blockJérémie Dimino2013-12-2322-53/+273
* fix crashing bug in win32unix/select.cDamien Doligez2013-12-181-1/+1
* Reverting the elimination of the ocamlcomp*.sh scripts, namely the following ...Xavier Leroy2013-11-297-31/+25
* Simplify special logic for array bound error (allocate the exception value fr...Alain Frisch2013-11-081-3/+8
* Rename raise_nostack -> raise_notrace. Expose it in Pervasives.Alain Frisch2013-10-141-0/+1
* Keep attributes on value declarations in .cmi files (but clear all the locati...Alain Frisch2013-09-261-0/+2
* build: ocamlmklib on Windows expect a Windows-style path, not a UNIX one.Wojciech Meyer2013-09-223-6/+6
* build: replace ocamlcomp*.sh.Wojciech Meyer2013-09-207-25/+31
* Remove labltk from the distribution (will be available as a third-party libra...Xavier Clerc2013-09-09280-24825/+0
* Fix PR#6164Fabrice Le Fessant2013-09-071-1/+3
* Merge branch 4.01 from branching point to 4.01.0+rc1Damien Doligez2013-09-0439-174/+318
* #6146: emulate Unix.kill with signal = Sys.sigkill under Windows.Alain Frisch2013-09-033-2/+18
* Synchronize with trunk.Alain Frisch2013-08-2814-23/+86
|\
| * PR#4323: have "of_string" in Num and Big_int work with binary and hexa repres...Gabriel Scherer2013-08-042-5/+18
| * Follow-up to PR#5568 and commit 13962Xavier Leroy2013-08-011-0/+1
| * PR#5568: add O_CLOEXEC flag to Unix.openfile, so that the returnedXavier Leroy2013-08-016-14/+52
| * remove parasitic dependencies in .dependDamien Doligez2013-07-241-100/+60
| * PR#4243: make the Makefiles parallelizableDamien Doligez2013-07-246-64/+115
* | Synchronize with trunk.Alain Frisch2013-07-223-4/+30
|\ \ | |/
| * Port to the ARM 64-bits (AArch64) architecture (experimental).Xavier Leroy2013-07-182-4/+22
| * Use 32x32->64 multiplication as provided by the C compiler when possible.Xavier Leroy2013-07-181-0/+8
* | Synchronize with trunk.Alain Frisch2013-07-1624-122/+240
|\ \ | |/
| * Add Graphics.loop_at_exit functionFabrice Le Fessant2013-07-022-0/+20
| * win32unix: add a Makefile (not ".nt" one).Wojciech Meyer2013-07-011-0/+60