summaryrefslogtreecommitdiff
path: root/byterun/startup.c
Commit message (Expand)AuthorAgeFilesLines
* No need for caml_init_exceptions.raise_variantsAlain Frisch2013-11-131-2/+0
* PR#5350: check return code of lseek() in read_trailer()Xavier Leroy2013-08-011-1/+2
* #4719: fix (when a bytecode calls ocamlrun, the name of the bytecode is in ar...Alain Frisch2013-06-181-2/+10
* #4719: use GetModuleFileName to get an absolute path to the current executabl...Alain Frisch2013-06-181-8/+0
* fix a few problems with whitespace and over-long linesDamien Doligez2013-03-091-2/+2
* Fix #4887 (input_char after close_in crashes ocaml, msvc runtime). Patch by C...Alain Frisch2013-01-171-0/+13
* PR#5712: (6) document OCAMLRUNPARAM flag RDamien Doligez2013-01-031-5/+6
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* "PR#5597: add instruction trace option 't' to OCAMLRUNPARAMWojciech Meyer2012-09-021-0/+3
* #5687: Fix dynlink when used from output-obj'ed main bytecode program.Alain Frisch2012-07-161-0/+1
* PR#5279: executable name is not initialized properly in caml_startup_codeDamien Doligez2012-07-101-1/+10
* PR#5532: Print full path in error message. Quote filenameWojciech Meyer2012-03-101-3/+3
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-3/+3
* merge changes from 3.12.0 to 3.12.1Damien Doligez2011-07-201-1/+1
* PR#4857: add -vnum option to all executablesDamien Doligez2010-05-201-0/+3
* clean up spaces and tabsDamien Doligez2010-01-221-1/+1
* merge changes from release/3.11.1 to release/3.11.2Damien Doligez2010-01-201-4/+28
* merge changes from 3.10.2merged to 3.11.0Damien Doligez2008-12-031-1/+3
* Ability to print and capture exception backtraces (see stdlib module Printexc)Xavier Leroy2008-03-141-2/+2
* PR#4448: replace dense page table by sparse hash table.Xavier Leroy2008-01-031-0/+4
* Remplacement long/unsigned long par intnat/uintnatXavier Leroy2005-09-221-13/+17
* PR#3085 ajout option "-version"Damien Doligez2004-11-271-1/+7
* Fusion des modifs faites sur la branche release jusqu'a la release 3.08.0Xavier Leroy2004-07-131-1/+1
* when DEBUG can have several -tBasile Starynkevitch2004-04-221-1/+1
* Rendre ocamlc -output-obj compatible avec Dynlink et le toplevelXavier Leroy2004-02-221-5/+10
* typo dans un commentaireDamien Doligez2004-02-021-1/+1
* depollution suite (et fin?) (PR#1914 et PR#1956)Damien Doligez2004-01-021-14/+14
* depollution suite (PR#1914 et PR#1956)Damien Doligez2004-01-011-31/+32
* depollution suite (PR#1914, PR#1956)Damien Doligez2003-12-311-31/+31
* depollution suite (PR#1914 et PR#1956); byterun/weak.c: PR#1929 suiteDamien Doligez2003-12-291-21/+21
* depollution (PR#1914, PR#1956)Damien Doligez2003-12-161-2/+2
* Oubli de init_custom_operations() dans caml_startup_codeXavier Leroy2003-06-011-0/+1
* Blinder la lecture de /proc/self/exe (sur de vieux noyaux Linux, ca ne renvoi...Xavier Leroy2002-09-031-6/+1
* OCAMLRUNPARAM accepte l'hexadecimalDamien Doligez2002-06-051-0/+2
* Ajout Sys.executable_name, laisser Sys.argv.(0) inchange (PR#817)Xavier Leroy2002-02-111-4/+19
* ajout hexadecimal pour Gc.verboseDamien Doligez2002-02-081-3/+4
* configure: suppression "smart preprocessing" pour MacOS XDamien Doligez2002-01-181-2/+4
* MAJ en-tetes pour mentionner la 'special exception' sur la LGPLXavier Leroy2001-12-071-1/+2
* Revu gestion des backtrace; suppression de RERAISE, utiliser l'adresse de l'o...Xavier Leroy2001-11-261-2/+2
* Ajout mecanisme de trace dans les parsers ocamlyaccXavier Leroy2001-11-051-4/+3
* Ajout de flush_all + modifs pour Cash (Bruno Verlyck)Xavier Leroy2001-10-091-1/+1
* explicit stack size for caml_signal_threadJacques Garrigue2001-10-021-1/+1
* Suppression variables inutilesXavier Leroy2001-09-241-1/+0
* Chargement dynamique de primitives CXavier Leroy2001-08-281-29/+43
* Revu backtrace pour que ca marche avec des threads. Ajout et utilisation de ...Xavier Leroy2001-06-151-0/+1
* Changements cosmetiques dans le signal_threadXavier Leroy2001-04-101-6/+4
* Ajout du backtraceXavier Leroy2001-02-191-13/+29
* Revu l'initialisation de verb_gc. Ajout de messages de trace pour attempt_openXavier Leroy2001-02-191-18/+27
* Mettre a part les fonctions specifiques Win32. Reecriture de searchpath a l'...Xavier Leroy2000-04-041-1/+3
* Blanc dans message d'erreurXavier Leroy2000-03-301-1/+1