summaryrefslogtreecommitdiff
path: root/byterun/unix.c
Commit message (Expand)AuthorAgeFilesLines
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-1/+1
* merge changes from branching of 3.12 to release/3.12.0Damien Doligez2010-08-021-1/+4
* merge changes from 3.10.2merged to 3.11.0Damien Doligez2008-12-031-2/+2
* Fix call to flexdll_dlopen for Cygwin.Alain Frisch2008-12-031-1/+1
* Drop support for the old bundle API for Mac OS X (<= 10.3).Alain Frisch2008-04-221-117/+2
* Cleanup natdynlink. Automatic initialization of Dynlink (bytecode and native ...Alain Frisch2008-04-221-7/+7
* PR#4448: replace dense page table by sparse hash table.Xavier Leroy2008-01-031-46/+0
* Issues with RTLD_DEFAULT not defined in Glibc, unless _GNU_SOURCE is setXavier Leroy2007-11-101-0/+7
* Use RTLD_DEFAULT to access symbols from the main program + already loaded dll...Alain Frisch2007-11-081-2/+2
* Merge the natdynlink branch into HEAD.Alain Frisch2007-11-061-0/+47
* Can select which assembler to use at configuration time (PR#4171)Xavier Leroy2007-10-301-4/+2
* Procedure caml_dlopen takes two arguments. Some C compilers do not accept aPierre Weis2007-02-121-1/+1
* Be more prudent with previous change: not sure RTLD_LAZY works everywhereXavier Leroy2006-09-291-4/+2
* Revised DLL loading: distinguish between loading for executionXavier Leroy2006-09-281-3/+6
* Remplacement long/unsigned long par intnat/uintnatXavier Leroy2005-09-221-7/+7
* add multiple dlopen emulation for DarwinJacques Garrigue2004-08-181-6/+59
* $idDamien Doligez2004-01-031-1/+1
* $idDamien Doligez2004-01-031-1/+1
* depollution suite (PR#1914 et PR#1956)Damien Doligez2004-01-011-10/+10
* depollution suite (PR#1914, PR#1956)Damien Doligez2003-12-311-13/+13
* depollution suite (PR#1914 et PR#1956); byterun/weak.c: PR#1929 suiteDamien Doligez2003-12-291-4/+4
* suppression d'un warningDamien Doligez2003-04-021-1/+1
* Ajout de Sys.readdirXavier Leroy2003-03-031-0/+33
* support vanilla MacOSX dynamic loadingJacques Garrigue2003-01-091-0/+62
* DLL sur MacOS XDamien Doligez2002-11-141-1/+1
* ajout DLL pour MacOS XDamien Doligez2002-11-121-0/+5
* Blinder la lecture de /proc/self/exe (sur de vieux noyaux Linux, ca ne renvoi...Xavier Leroy2002-09-031-0/+21
* Nettoyage alloc_for_heap, free_for_heap. Prevoir d'utiliser mmap() au lieu d...Xavier Leroy2002-06-031-0/+47
* Soyons prudent avec unistd.hXavier Leroy2002-04-261-0/+3
* vive les methodes polymorphes!Jacques Garrigue2002-04-181-1/+4
* MAJ en-tetes pour mentionner la 'special exception' sur la LGPLXavier Leroy2001-12-071-1/+2
* support dlopen without RTLD_GLOBAL (PR#517)Jacques Garrigue2001-09-091-0/+4
* avoid problem with dlsym/failwith and keep thread linking infoJacques Garrigue2001-09-071-1/+1
* Chargement dynamique de primitives CXavier Leroy2001-08-281-0/+198