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