index
:
adrien/ocaml
mantis-6773-separate-build-of-ocamldoc-ocamlbuild-ocamldebug-v2
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
byterun
/
unix.c
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-04-15
PR#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-09
fix a few problems with whitespace and over-long lines
Damien Doligez
2012-10-15
remove all $Id keywords
Damien Doligez
2011-07-27
renaming of Objective Caml to OCaml and cleanup of copyright headers
Damien Doligez
2010-08-02
merge changes from branching of 3.12 to release/3.12.0
Damien Doligez
2008-12-03
merge changes from 3.10.2merged to 3.11.0
Damien Doligez
2008-12-03
Fix call to flexdll_dlopen for Cygwin.
Alain Frisch
2008-04-22
Drop support for the old bundle API for Mac OS X (<= 10.3).
Alain Frisch
2008-04-22
Cleanup natdynlink. Automatic initialization of Dynlink (bytecode and native ...
Alain Frisch
2008-01-03
PR#4448: replace dense page table by sparse hash table.
Xavier Leroy
2007-11-10
Issues with RTLD_DEFAULT not defined in Glibc, unless _GNU_SOURCE is set
Xavier Leroy
2007-11-08
Use RTLD_DEFAULT to access symbols from the main program + already loaded dll...
Alain Frisch
2007-11-06
Merge the natdynlink branch into HEAD.
Alain Frisch
2007-10-30
Can select which assembler to use at configuration time (PR#4171)
Xavier Leroy
2007-02-12
Procedure caml_dlopen takes two arguments. Some C compilers do not accept a
Pierre Weis
2006-09-29
Be more prudent with previous change: not sure RTLD_LAZY works everywhere
Xavier Leroy
2006-09-28
Revised DLL loading: distinguish between loading for execution
Xavier Leroy
2005-09-22
Remplacement long/unsigned long par intnat/uintnat
Xavier Leroy
2004-08-18
add multiple dlopen emulation for Darwin
Jacques Garrigue
2004-01-03
$id
Damien Doligez
2004-01-03
$id
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-04-02
suppression d'un warning
Damien Doligez
2003-03-03
Ajout de Sys.readdir
Xavier Leroy
2003-01-09
support vanilla MacOSX dynamic loading
Jacques Garrigue
2002-11-14
DLL sur MacOS X
Damien Doligez
2002-11-12
ajout DLL pour MacOS X
Damien Doligez
2002-09-03
Blinder la lecture de /proc/self/exe (sur de vieux noyaux Linux, ca ne renvoi...
Xavier Leroy
2002-06-03
Nettoyage alloc_for_heap, free_for_heap. Prevoir d'utiliser mmap() au lieu d...
Xavier Leroy
2002-04-26
Soyons prudent avec unistd.h
Xavier Leroy
2002-04-18
vive les methodes polymorphes!
Jacques Garrigue
2001-12-07
MAJ en-tetes pour mentionner la 'special exception' sur la LGPL
Xavier Leroy
2001-09-09
support dlopen without RTLD_GLOBAL (PR#517)
Jacques Garrigue
2001-09-07
avoid problem with dlsym/failwith and keep thread linking info
Jacques Garrigue
2001-08-28
Chargement dynamique de primitives C
Xavier Leroy