summaryrefslogtreecommitdiffstats
path: root/otherlibs/threads
AgeCommit message (Expand)Author
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-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-08-22merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...Damien Doligez
2014-06-09Fix PR#6417: sprintf broken when local module named Pervasives is in scopeGabriel Scherer
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-01safe-string: documentation fixes and add a couple of functions in Pervasives ...Damien Doligez
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-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-07PR#6358: obey DESTDIR in install targetsGabriel Scherer
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
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-20build: replace ocamlcomp*.sh.Wojciech Meyer
2013-09-04Merge branch 4.01 from branching point to 4.01.0+rc1Damien Doligez
2013-08-01Follow-up to PR#5568 and commit 13962Xavier Leroy
2013-06-03Add |> and @@ operators to PervasivesFabrice Le Fessant
2013-04-18PR#5986: added flag Marshal.Compat_32 and ocamlc option -compat-32.Xavier Leroy
2013-02-25misc: replace stat_(alloc|free|resize) occurences with caml_stat_(...).Wojciech Meyer
2012-10-15remove all $Id keywordsDamien Doligez
2012-08-21fix module orderJacques Garrigue
2012-07-26merge changes from 4.00 branching to 4.00.0 (part 1)Damien Doligez
2012-05-29Enabled 'unused rec flag' warning.Alain Frisch
2012-05-29Enable and fix more warnings.Alain Frisch
2012-05-29Compile with warning 33, and remove unused opens.Alain Frisch
2012-04-19- Hashtbl:Xavier Leroy
2011-12-13#5420: adding a O_SHARE_DELETE flag to Unix.openfile, for enabling FILE_SHARE...Alain Frisch
2011-07-27renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez
2011-07-20uniform .ignore systemDamien Doligez
2011-06-04PR#3806, 4752, 5246: added "hypot" and "copysign" to Pervasives.Xavier Leroy
2011-03-17Ignoring compiled files.Pierre Weis
2010-08-02merge changes from branching of 3.12 to release/3.12.0Damien Doligez
2010-06-04Report corrections for ^^ from stdlib/pervasives.ml + PR#5062Pierre Weis