summaryrefslogtreecommitdiff
path: root/otherlibs/threads
Commit message (Expand)AuthorAgeFilesLines
* Reverting the elimination of the ocamlcomp*.sh scripts, namely the following ...Xavier Leroy2013-11-291-5/+3
* 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
* build: replace ocamlcomp*.sh.Wojciech Meyer2013-09-201-3/+5
* Merge branch 4.01 from branching point to 4.01.0+rc1Damien Doligez2013-09-044-18/+20
* Follow-up to PR#5568 and commit 13962Xavier Leroy2013-08-011-0/+1
* Add |> and @@ operators to PervasivesFabrice Le Fessant2013-06-031-0/+5
* PR#5986: added flag Marshal.Compat_32 and ocamlc option -compat-32.Xavier Leroy2013-04-181-0/+1
* misc: replace stat_(alloc|free|resize) occurences with caml_stat_(...).Wojciech Meyer2013-02-251-1/+1
* remove all $Id keywordsDamien Doligez2012-10-1515-30/+0
* fix module orderJacques Garrigue2012-08-211-2/+3
* merge changes from 4.00 branching to 4.00.0 (part 1)Damien Doligez2012-07-262-23/+26
* Enabled 'unused rec flag' warning.Alain Frisch2012-05-291-1/+1
* Enable and fix more warnings.Alain Frisch2012-05-293-1/+11
* Compile with warning 33, and remove unused opens.Alain Frisch2012-05-291-1/+1
* - Hashtbl:Xavier Leroy2012-04-191-16/+13
* #5420: adding a O_SHARE_DELETE flag to Unix.openfile, for enabling FILE_SHARE...Alain Frisch2011-12-131-0/+1
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-2715-15/+15
* uniform .ignore systemDamien Doligez2011-07-201-4/+0
* PR#3806, 4752, 5246: added "hypot" and "copysign" to Pervasives.Xavier Leroy2011-06-041-0/+2
* Ignoring compiled files.Pierre Weis2011-03-171-0/+2
* merge changes from branching of 3.12 to release/3.12.0Damien Doligez2010-08-021-23/+20
* Report corrections for ^^ from stdlib/pervasives.ml + PR#5062Pierre Weis2010-06-041-2/+4
* New -help-warnings command-line option.Alain Frisch2010-05-041-10/+10
* fixed several build problemsDamien Doligez2010-04-221-21/+9
* Tests moved to 'lib-threads'Xavier Clerc2010-01-2823-685/+0
* Tests moved to 'lib-threads'Xavier Clerc2010-01-281-228/+0
* fix mysteriously broken dependenciesDamien Doligez2010-01-251-10/+13
* clean up spaces and tabsDamien Doligez2010-01-2221-49/+31
* merge changes from release/3.11.1 to release/3.11.2Damien Doligez2010-01-202-21/+23
* merge changes from ocaml3110 to ocaml3111rc0Damien Doligez2009-05-201-1/+1
* PR#3047: added Unix.setgroups, Unix.initgroups.Xavier Leroy2009-04-011-1/+2
* PR#4638: added expm1 and log1p.Xavier Leroy2009-04-011-0/+2
* merge changes from 3.10.2merged to 3.11.0Damien Doligez2008-12-031-0/+4
* merge changes between 3.10.2 and the end of branch 3.10Damien Doligez2008-10-081-2/+2
* Implement Lazy.force as a primitive, and optimize its calls.Michel Mauny2008-08-011-1/+2
* Add IPV6_ONLY to match unix.mliMichel Mauny2008-08-011-0/+2
* Improvements in socket options: added option TCP_NODELAY (PR#4484),Xavier Leroy2008-07-141-40/+62
* merge changes from 3.10.1 to 3.10.2Damien Doligez2008-02-291-10/+8
* It works: compilers and camlp4 are fully bootstrapped. The ast magic number i...Pierre Weis2007-10-091-1/+1
* probleme avec les .dependDamien Doligez2007-10-081-24/+40
* Suppressed useless calls to inchan_ready and outchan_readyXavier Leroy2007-02-251-6/+2
* TypoXavier Leroy2007-02-251-1/+1
* Fix the otherlibs/threads/Makefile to avoid useless re-compilationsNicolas Pouillard2007-02-161-2/+5
* Add another target to preform the necessary links for unix.mli and unix.cmi.Pierre Weis2007-02-121-7/+4
* Getting rid of spurious ./ additions.Pierre Weis2007-02-121-21/+7
* fusion des changements 3.09.3 -> release309_merge310Damien Doligez2007-02-091-10/+8
* Add many .mllib .mlpack .clib .dlib filesNicolas Pouillard2007-02-073-0/+3
* Stack backtraces on uncaught exceptions in native code (merge of the opt_back...Xavier Leroy2007-01-292-2/+3
* Typo in the definition of format4.Pierre Weis2006-11-171-1/+1