summaryrefslogtreecommitdiffstats
path: root/otherlibs
AgeCommit message (Expand)Author
2015-01-20PR#6573: extern "C" for systhreads/threads.hDamien Doligez
2015-01-20PR#5418 (comments) : generate dependencies with $(CC) instead of gccDamien Doligez
2014-12-27PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam...Gabriel Scherer
2014-12-21PR#6494 backtrack: revert the new 'equal' functions from Num and Big_intGabriel Scherer
2014-12-21PR6694: Un-warn-error deprecation warnings in Str to preserve legacy behavior.Gabriel Scherer
2014-12-21PR6695: Make sure the compiler only uses ASCII string functions.Gabriel Scherer
2014-12-21PR#6494: Add equal function in modules Big_int, Bytes, Char, Digest, Int32, I...Gabriel Scherer
2014-12-13Allow Android builds with systhreads support.Gabriel Scherer
2014-12-13Simplify the definition of custom .{} operatorsGabriel Scherer
2014-12-13Simplify the use of custom .() and .[]Gabriel Scherer
2014-11-25Use specialized marshal module in threads.cma.Alain Frisch
2014-10-15merge branch 4.02 from release 4.02.0 to release 4.02.1Damien Doligez
2014-10-02#6585: fix memory leak in win32unix/createprocess.c.Alain Frisch
2014-08-29merge changes of version/4.02 from r15121 to r15155Damien Doligez
2014-08-28(in|out)_channel_of_descr: improve documentation (Christophe Troestler)Gabriel Scherer
2014-08-27PR#6517: use ISO C99 types {,u}int{32,64}_t in preference to our homegrownXavier Leroy
2014-08-22merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...Damien Doligez
2014-08-06Add missing Noreturn qualifiersGabriel Scherer
2014-06-09Fix PR#6417: sprintf broken when local module named Pervasives is in scopeGabriel Scherer
2014-05-30PR 6439 part 2: use sysconf instead of the deprecated getpagesize functionMark Shinwell
2014-05-21format+gadts: make format types "relational" to fix %(...%) typingGabriel Scherer
2014-05-14Use a nominal datatype for CamlinternalFormat.format6Gabriel Scherer
2014-05-12move code from pervasives.ml to camlinternalFormat.mlGabriel Scherer
2014-05-12minor strengthening of the typing of %{...%} formatsGabriel Scherer
2014-05-12introduce type aliases for simple padding and precision typesGabriel Scherer
2014-05-12Add support for ignored scan_get_counter formats (%_[nlNL])Gabriel Scherer
2014-05-12sync threads/pervasives.mlGabriel Scherer
2014-05-12second part of Benoît Vaugon's format+gadts patchGabriel Scherer
2014-05-12first part of Benoît Vaugon's format-gadts patchGabriel Scherer
2014-05-07re-commit Leo's weak-dependencies pull requestJacques Garrigue
2014-05-04Fix win32unix (introduction of bytes + immutable strings).Alain Frisch
2014-05-02revert commit 14719Jacques Garrigue
2014-05-01safe-string: documentation fixes and add a couple of functions in Pervasives ...Damien Doligez
2014-05-01weak dependencies with -trans-mod (github/ocamllabs/weak-depends 45e980a,2185...Mark Shinwell
2014-04-30document __LOC__ in pervasives.mliFabrice Le Fessant
2014-04-29merge branch "safe-string"Damien Doligez
2014-04-25fix some whitespaceDamien Doligez
2014-04-17remove $Id markersDamien Doligez
2014-04-15PR#6075: avoid using unsafe C library functions (strcpy, strcat, sprintf).Xavier Leroy
2014-04-15[whitespace] bring threads/pervasives.ml closer to stdlib/pervasives.mlGabriel Scherer
2014-04-12fix some of the whitespace problems in the sourceDamien Doligez
2014-04-10Add %loc_* primitives and corresponding values in PervasivesFabrice Le Fessant
2014-04-07make clean: remove *.cmt and *.cmti filesDamien Doligez
2014-04-07PR#6358: obey DESTDIR in install targetsGabriel Scherer
2014-04-04merge branch 4.01 from 4.01.0 (revision 14115) to branch closure (revision 14...Damien Doligez
2014-04-02Get rid of ocamlcomp.sh. The next step is to share all those common declarat...Alain Frisch
2014-03-21#PR6269 Optimized string matchingLuc Maranget
2014-03-07use -bin-annot when buildingMark Shinwell
2014-02-19add #includes to declare the functions enter/leave_blocking_sectionDamien Doligez
2014-01-29release the lock in ftruncate, fchown, and fchmodJérémie Dimino