Age | Commit message (Expand) | Author |
2014-12-27 | PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam... | Gabriel Scherer |
2014-08-27 | PR#6517: use ISO C99 types {,u}int{32,64}_t in preference to our homegrown | Xavier Leroy |
2014-07-21 | PR#6406: Expose OCaml version in C headers | 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 |
2013-11-13 | No need for caml_init_exceptions. | Alain Frisch |
2013-08-01 | PR#5350: check return code of lseek() in read_trailer() | Xavier Leroy |
2013-06-18 | #4719: fix (when a bytecode calls ocamlrun, the name of the bytecode is in ar... | Alain Frisch |
2013-06-18 | #4719: use GetModuleFileName to get an absolute path to the current executabl... | Alain Frisch |
2013-03-09 | fix a few problems with whitespace and over-long lines | Damien Doligez |
2013-01-17 | Fix #4887 (input_char after close_in crashes ocaml, msvc runtime). Patch by C... | Alain Frisch |
2013-01-03 | PR#5712: (6) document OCAMLRUNPARAM flag R | Damien Doligez |
2012-10-15 | remove all $Id keywords | Damien Doligez |
2012-09-02 | "PR#5597: add instruction trace option 't' to OCAMLRUNPARAM | Wojciech Meyer |
2012-07-16 | #5687: Fix dynlink when used from output-obj'ed main bytecode program. | Alain Frisch |
2012-07-10 | PR#5279: executable name is not initialized properly in caml_startup_code | Damien Doligez |
2012-03-10 | PR#5532: Print full path in error message. Quote filename | Wojciech Meyer |
2011-07-27 | renaming of Objective Caml to OCaml and cleanup of copyright headers | Damien Doligez |
2011-07-20 | merge changes from 3.12.0 to 3.12.1 | Damien Doligez |
2010-05-20 | PR#4857: add -vnum option to all executables | Damien Doligez |
2010-01-22 | clean up spaces and tabs | Damien Doligez |
2010-01-20 | merge changes from release/3.11.1 to release/3.11.2 | Damien Doligez |
2008-12-03 | merge changes from 3.10.2merged to 3.11.0 | Damien Doligez |
2008-03-14 | Ability to print and capture exception backtraces (see stdlib module Printexc) | Xavier Leroy |
2008-01-03 | PR#4448: replace dense page table by sparse hash table. | Xavier Leroy |
2005-09-22 | Remplacement long/unsigned long par intnat/uintnat | Xavier Leroy |
2004-11-27 | PR#3085 ajout option "-version" | Damien Doligez |
2004-07-13 | Fusion des modifs faites sur la branche release jusqu'a la release 3.08.0 | Xavier Leroy |
2004-04-22 | when DEBUG can have several -t | Basile Starynkevitch |
2004-02-22 | Rendre ocamlc -output-obj compatible avec Dynlink et le toplevel | Xavier Leroy |
2004-02-02 | typo dans un commentaire | Damien Doligez |
2004-01-02 | depollution suite (et fin?) (PR#1914 et PR#1956) | Damien Doligez |
2004-01-01 | depollution suite (PR#1914 et PR#1956) | Damien Doligez |
2003-12-31 | depollution suite (PR#1914, PR#1956) | Damien Doligez |
2003-12-29 | depollution suite (PR#1914 et PR#1956); byterun/weak.c: PR#1929 suite | Damien Doligez |
2003-12-16 | depollution (PR#1914, PR#1956) | Damien Doligez |
2003-06-01 | Oubli de init_custom_operations() dans caml_startup_code | Xavier Leroy |
2002-09-03 | Blinder la lecture de /proc/self/exe (sur de vieux noyaux Linux, ca ne renvoi... | Xavier Leroy |
2002-06-05 | OCAMLRUNPARAM accepte l'hexadecimal | Damien Doligez |
2002-02-11 | Ajout Sys.executable_name, laisser Sys.argv.(0) inchange (PR#817) | Xavier Leroy |
2002-02-08 | ajout hexadecimal pour Gc.verbose | Damien Doligez |
2002-01-18 | configure: suppression "smart preprocessing" pour MacOS X | Damien Doligez |
2001-12-07 | MAJ en-tetes pour mentionner la 'special exception' sur la LGPL | Xavier Leroy |
2001-11-26 | Revu gestion des backtrace; suppression de RERAISE, utiliser l'adresse de l'o... | Xavier Leroy |
2001-11-05 | Ajout mecanisme de trace dans les parsers ocamlyacc | Xavier Leroy |
2001-10-09 | Ajout de flush_all + modifs pour Cash (Bruno Verlyck) | Xavier Leroy |
2001-10-02 | explicit stack size for caml_signal_thread | Jacques Garrigue |
2001-09-24 | Suppression variables inutiles | Xavier Leroy |
2001-08-28 | Chargement dynamique de primitives C | Xavier Leroy |
2001-06-15 | Revu backtrace pour que ca marche avec des threads. Ajout et utilisation de ... | Xavier Leroy |