summaryrefslogtreecommitdiffstats
path: root/byterun/unix.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-04-15PR#6075: avoid using unsafe C library functions (strcpy, strcat, sprintf).Xavier Leroy
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
2012-10-15remove all $Id keywordsDamien Doligez
2011-07-27renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez
2010-08-02merge changes from branching of 3.12 to release/3.12.0Damien Doligez
2008-12-03merge changes from 3.10.2merged to 3.11.0Damien Doligez
2008-12-03Fix call to flexdll_dlopen for Cygwin.Alain Frisch
2008-04-22Drop support for the old bundle API for Mac OS X (<= 10.3).Alain Frisch
2008-04-22Cleanup natdynlink. Automatic initialization of Dynlink (bytecode and native ...Alain Frisch
2008-01-03PR#4448: replace dense page table by sparse hash table.Xavier Leroy
2007-11-10Issues with RTLD_DEFAULT not defined in Glibc, unless _GNU_SOURCE is setXavier Leroy
2007-11-08Use RTLD_DEFAULT to access symbols from the main program + already loaded dll...Alain Frisch
2007-11-06Merge the natdynlink branch into HEAD.Alain Frisch
2007-10-30Can select which assembler to use at configuration time (PR#4171)Xavier Leroy
2007-02-12Procedure caml_dlopen takes two arguments. Some C compilers do not accept aPierre Weis
2006-09-29Be more prudent with previous change: not sure RTLD_LAZY works everywhereXavier Leroy
2006-09-28Revised DLL loading: distinguish between loading for executionXavier Leroy
2005-09-22Remplacement long/unsigned long par intnat/uintnatXavier Leroy
2004-08-18add multiple dlopen emulation for DarwinJacques Garrigue
2004-01-03$idDamien Doligez
2004-01-03$idDamien 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-04-02suppression d'un warningDamien Doligez
2003-03-03Ajout de Sys.readdirXavier Leroy
2003-01-09support vanilla MacOSX dynamic loadingJacques Garrigue
2002-11-14DLL sur MacOS XDamien Doligez
2002-11-12ajout DLL pour MacOS XDamien Doligez
2002-09-03Blinder la lecture de /proc/self/exe (sur de vieux noyaux Linux, ca ne renvoi...Xavier Leroy
2002-06-03Nettoyage alloc_for_heap, free_for_heap. Prevoir d'utiliser mmap() au lieu d...Xavier Leroy
2002-04-26Soyons prudent avec unistd.hXavier Leroy
2002-04-18vive les methodes polymorphes!Jacques Garrigue
2001-12-07MAJ en-tetes pour mentionner la 'special exception' sur la LGPLXavier Leroy
2001-09-09support dlopen without RTLD_GLOBAL (PR#517)Jacques Garrigue
2001-09-07avoid problem with dlsym/failwith and keep thread linking infoJacques Garrigue
2001-08-28Chargement dynamique de primitives CXavier Leroy