summaryrefslogtreecommitdiff
path: root/bytecomp/dll.ml
Commit message (Expand)AuthorAgeFilesLines
* Fix regression: return empty list of directories when PATH-like env var is emptyNicolás Ojeda Bär2018-10-101-1/+1
* Add Misc.split_path_contentsNicolás Ojeda Bär2018-10-101-6/+1
* Use String.split_on_charNicolás Ojeda Bär2018-10-101-18/+6
* Update headers for the new license.Damien Doligez2016-02-181-11/+14
* Add reset functions to make modules reentrant when used through compiler-libsFabrice Le Fessant2014-05-091-0/+6
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* PR#5628: Add Topdirs.remove_directory (and directive #remove_directory) to re...Gabriel Scherer2012-07-071-0/+3
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-1/+1
* clean up spaces and tabsDamien Doligez2010-01-221-1/+0
* merge changes from ocaml3110 to ocaml3111rc0Damien Doligez2009-05-201-3/+6
* Revised DLL loading: distinguish between loading for executionXavier Leroy2006-09-281-7/+11
* suppression support MacOS9Damien Doligez2004-01-161-1/+0
* depollution suite (PR#1914 et PR#1956)Damien Doligez2004-01-011-5/+6
* Revu l'initialisation du chemin de recherche pour les DLLs dans ocamlcPierre Weis2002-07-021-0/+7
* detabisationDamien Doligez2002-01-201-3/+3
* MacOS 9Damien Doligez2001-12-131-1/+4
* Revu gestion des DLLs: ne pas les utiliser en mode -custom; dans les .cma et ...Xavier Leroy2001-10-301-15/+56
* prefixe le nom si trouve' dans le repertoire courantJacques Garrigue2001-09-091-6/+6
* avoid problem with dlsym/failwith and keep thread linking infoJacques Garrigue2001-09-071-10/+10
* passage aux labels strictsJacques Garrigue2001-09-061-1/+8
* Decoupage de Dll en Dllpath + Dll, facilite la construction de ocamlc.opt et ...Xavier Leroy2001-08-301-42/+3
* Chargement dynamique de primitives CXavier Leroy2001-08-281-0/+149