Age | Commit message (Expand) | Author |
2015-01-20 | PR#5418 (comments) : generate dependencies with $(CC) instead of gcc | Damien Doligez |
2014-12-27 | PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam... | Gabriel Scherer |
2014-10-15 | merge branch 4.02 from release 4.02.0 to release 4.02.1 | Damien Doligez |
2014-08-28 | (in|out)_channel_of_descr: improve documentation (Christophe Troestler) | Gabriel Scherer |
2014-08-27 | PR#6517: use ISO C99 types {,u}int{32,64}_t in preference to our homegrown | Xavier Leroy |
2014-08-22 | merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ... | Damien Doligez |
2014-04-29 | merge branch "safe-string" | Damien Doligez |
2014-04-15 | PR#6075: avoid using unsafe C library functions (strcpy, strcat, sprintf). | Xavier Leroy |
2014-04-12 | fix some of the whitespace problems in the source | Damien Doligez |
2014-04-04 | merge branch 4.01 from 4.01.0 (revision 14115) to branch closure (revision 14... | Damien Doligez |
2014-03-21 | #PR6269 Optimized string matching | Luc Maranget |
2014-02-19 | add #includes to declare the functions enter/leave_blocking_section | Damien Doligez |
2014-01-29 | release the lock in ftruncate, fchown, and fchmod | Jérémie Dimino |
2014-01-23 | PR#6183: enhanced documentation for 'Unix.shutdown_connection' | Xavier Clerc |
2014-01-22 | PR#6189, items (10) and (11) | Damien Doligez |
2013-12-24 | fix commit 14384 | Jérémie Dimino |
2013-12-23 | fix #6276: release the runtime in all stubs that might block | Jérémie Dimino |
2013-09-04 | Merge branch 4.01 from branching point to 4.01.0+rc1 | Damien Doligez |
2013-09-03 | #6146: emulate Unix.kill with signal = Sys.sigkill under Windows. | Alain Frisch |
2013-08-01 | PR#5568: add O_CLOEXEC flag to Unix.openfile, so that the returned | Xavier Leroy |
2013-07-24 | PR#4243: make the Makefiles parallelizable | Damien Doligez |
2013-03-22 | Fix PR#5953 | Jérémie Dimino |
2013-02-25 | misc: replace stat_(alloc|free|resize) occurences with caml_stat_(...). | Wojciech Meyer |
2013-01-16 | PR#5840: improved documentation for 'Unix.lseek' | Xavier Clerc |
2013-01-13 | PR#5886: Small changes to compile for Android. | Benedikt Meurer |
2012-10-15 | remove TABs | Damien Doligez |
2012-10-15 | remove all $Id keywords | Damien Doligez |
2012-10-10 | PR#5240: register exception printers for Unix.Unix_error and Dynlink.Error | Xavier Clerc |
2012-09-24 | PR#5563: harden Unix.select against file descriptors above FD_SETSIZE | Xavier Leroy |
2012-09-10 | clarify documentation | Damien Doligez |
2012-07-13 | PR#5676: add ipv6 support on Windows. | Jonathan Protzenko |
2012-05-28 | #5586: Increase UNIX_BUFFER_SIZE. | Alain Frisch |
2012-03-22 | Make sure we include misc.h using double-quotes so that when the files are pu... | Jonathan Protzenko |
2012-03-08 | merge version 3.12 from 3.12.1 to r12205 | Damien Doligez |
2012-02-07 | add missing link in doc | Damien Doligez |
2012-01-23 | cut long lines | Damien Doligez |
2012-01-18 | Fix #5421: do not leak fds in various open_proc* functions. | Jonathan Protzenko |
2011-12-21 | Fix #5382: EOPNOTSUPP and ENOTSUPP different on exotic platforms (Solaris, GN... | Jonathan Protzenko |
2011-12-13 | Doc. | Alain Frisch |
2011-12-13 | #5420: adding a O_SHARE_DELETE flag to Unix.openfile, for enabling FILE_SHARE... | Alain Frisch |
2011-09-05 | PR#5335: Unix.environment segfaults after a call to clearenv | Xavier Clerc |
2011-07-27 | renaming of Objective Caml to OCaml and cleanup of copyright headers | Damien Doligez |
2011-07-20 | uniform .ignore system | Damien Doligez |
2011-07-20 | merge changes from 3.12.0 to 3.12.1 | Damien Doligez |
2011-03-17 | Ignoring compiled files. | Pierre Weis |
2011-03-06 | Including corrections from 3.12.1. | Pierre Weis |
2011-03-06 | Including corrections from 3.12.1. | Pierre Weis |
2010-08-02 | merge changes from branching of 3.12 to release/3.12.0 | Damien Doligez |
2010-05-21 | PR#4975: spelling mistakes "overriden" and "informations" | Damien Doligez |
2010-05-20 | PR#4632: install socketaddr.h header in lib/caml | Xavier Leroy |