| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove dependencies on curses/terminfo/termcap C library (#1431) | Xavier Leroy | 2017-11-26 | 1 | -0/+5 |
* | MPR#7609: use-after-free with ocamldebug and Pervasives.flush_all (#1361) | Xavier Leroy | 2017-09-22 | 1 | -2/+7 |
* | runtime: deprecation of caml_strdup, caml_strconcat | Max Mouratov | 2017-03-17 | 1 | -1/+1 |
* | Assertions cleanup | Sébastien Hinderer | 2017-03-13 | 1 | -1/+1 |
* | clean up code duplication and whitespace | Damien Doligez | 2016-08-08 | 1 | -20/+3 |
* | Prepare primitives required for safe string | Hongbo Zhang | 2016-08-07 | 1 | -0/+23 |
* | fix whitespace, long lines, headers | Damien Doligez | 2016-08-01 | 1 | -1/+1 |
* | Add cplugins and option -fPIC to ./configure | Fabrice Le Fessant | 2016-07-13 | 1 | -2/+2 |
* | Install all include files, and access internals with CAML_INTERNALS | Fabrice Le Fessant | 2016-07-12 | 1 | -0/+2 |
* | Merge pull request #639 from mlasson/fixbug_7142 | Damien Doligez | 2016-07-06 | 1 | -5/+7 |
|\ |
|
| * | Fix PR#7142 | Marc Lasson | 2016-06-28 | 1 | -5/+7 |
* | | Rename getch and putch to caml_getch and caml_putch | Fabrice Le Fessant | 2016-06-30 | 1 | -7/+7 |
|/ |
|
* | minor clarification comment in byterun/io.c | Gabriel Scherer | 2016-04-27 | 1 | -0/+2 |
* | Update headers for the new license. | Damien Doligez | 2016-02-18 | 1 | -12/+14 |
* | clean up whitespace and cut long lines | Damien Doligez | 2016-02-17 | 1 | -7/+7 |
* | Branch win32-sockets: move do_read and do_write to OS-specific file. | Xavier Leroy | 2015-12-04 | 1 | -44/+14 |
* | Typo in do_read (byterun/io.c)win32-sockets | Xavier Leroy | 2015-12-01 | 1 | -0/+1 |
* | Experiment: Win32 sockets in non-synchronous mode. | Xavier Leroy | 2015-11-30 | 1 | -34/+30 |
* | Someone didn't compile their code | Mark Shinwell | 2015-11-30 | 1 | -2/+1 |
* | GPR#210: keep unflushed out channels around to be able to flush them during a... | alainfrisch | 2015-11-30 | 1 | -3/+23 |
* | move the new record field of channel to avoid breaking some stubs in JS Core | Damien Doligez | 2015-10-23 | 1 | -0/+1 |
* | GPR#243: Faster test suite | Damien Doligez | 2015-10-09 | 1 | -0/+1 |
* | Fix call to undeclared function "caml_ml_enable_runtime_warnings" in startup_... | Xavier Leroy | 2015-08-04 | 1 | -25/+1 |
* | PR#6902, GPR#210: runtime emits a warning when finalizing an I/O channel whic... | Alain Frisch | 2015-07-24 | 1 | -0/+46 |
* | #6902: revert commit 15817 (it causes memory leaks on input channels). | Alain Frisch | 2015-06-15 | 1 | -11/+3 |
* | PR#6838: Invalid memory in C thread bindings (caused by commit 15817) | Damien Doligez | 2015-04-21 | 1 | -1/+1 |
* | fix bug where some unclosed channels could be discarded without flushing | Damien Doligez | 2015-02-06 | 1 | -2/+11 |
* | PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam... | Gabriel Scherer | 2014-12-27 | 1 | -10/+10 |
* | PR#6517: use ISO C99 types {,u}int{32,64}_t in preference to our homegrown | Xavier Leroy | 2014-08-27 | 1 | -3/+3 |
* | PR#6075: avoid using unsafe C library functions (strcpy, strcat, sprintf). | Xavier Leroy | 2014-04-15 | 1 | -18/+0 |
* | port to cygwin-64 | Damien Doligez | 2013-12-03 | 1 | -0/+3 |
* | remove all $Id keywords | Damien Doligez | 2012-10-15 | 1 | -2/+0 |
* | merge changes from 4.00 branching to 4.00.0 (part 1) | Damien Doligez | 2012-07-26 | 1 | -1/+1 |
* | Fix ENOMEM error on Windows when reading from terminal | Fabrice Le Fessant | 2012-06-25 | 1 | -1/+6 |
* | More renaming to OCaml | Damien Doligez | 2012-02-10 | 1 | -2/+2 |
* | renaming of Objective Caml to OCaml and cleanup of copyright headers | Damien Doligez | 2011-07-27 | 1 | -1/+1 |
* | PR#5290: added hash functions for channels, nats, mutexes, conditions. | Xavier Leroy | 2011-07-23 | 1 | -2/+8 |
* | fix mantis 5032 | Mark Shinwell | 2010-04-23 | 1 | -1/+12 |
* | release runtime lock for lseek (mantis 4801) | Mark Shinwell | 2010-04-01 | 1 | -6/+26 |
* | Raise Sys_blocked_io only in I/O operations that return EAGAIN/EWOULDBLOCK. ... | Xavier Leroy | 2007-02-25 | 1 | -2/+2 |
* | Tentative fix for PR#4098. Need testing. | Xavier Leroy | 2006-09-20 | 1 | -0/+1 |
* | Put parenthesis around arguments to please the compilation | Nicolas Pouillard | 2006-07-17 | 1 | -2/+2 |
* | PR#4039, PR#4062 | Damien Doligez | 2006-07-17 | 1 | -2/+2 |
* | fusion des changements 3.09.1 -> 3.09.2 | Damien Doligez | 2006-04-16 | 1 | -13/+30 |
* | Fixed bug #3818 (set_binary_mode_out for Cygwin) | Michel Mauny | 2005-10-25 | 1 | -2/+2 |
* | close_in, close_out en temps constant (PR#3727,3278) | Xavier Leroy | 2005-09-24 | 1 | -6/+12 |
* | Remplacement long/unsigned long par intnat/uintnat | Xavier Leroy | 2005-09-22 | 1 | -10/+11 |
* | Nettoyage du code qui teste les signaux en attente. | Xavier Leroy | 2005-07-31 | 1 | -9/+5 |
* | suppression du support Mac OS 9 | Damien Doligez | 2004-01-08 | 1 | -13/+0 |
* | depollution suite (PR#1914 et PR#1956) | Damien Doligez | 2004-01-01 | 1 | -9/+10 |