factor/basis/alien/libraries
Doug Coleman 310a4a247c alien.libraries: load-library is misnamed, refactor library-dll.
load-library implies that dlopen() is called, which is totally not the
case. add-library calls dlopen() and load-library just looks the opened
library up in the ``libraries`` global. What load-library did is now
library-dll.

If we want to do it right, add-library should be a declarative top-level
form that tries to call a real load-library on demand instead of
memoizing the first try which would fix the case where the library is
not found, is moved into position by the user and Factor declines to
look it up again.
2018-02-19 10:38:21 -06:00
..
finder alien.libraries.finder: find-library for gtk libs 2018-01-24 13:17:54 +01:00
unix alien.*: frontend varargs support! #1677 2016-08-10 21:34:37 +02:00
windows alien.libraries: add platforms.txt 2011-09-13 20:18:02 -07:00
authors.txt alien: some code cleanups and fixes 2010-02-23 01:28:56 +13:00
libraries-docs.factor alien.libraries: load-library is misnamed, refactor library-dll. 2018-02-19 10:38:21 -06:00
libraries-tests.factor alien.libraries.tests: fix for test that broke windows 2016-11-30 19:11:14 +01:00
libraries.factor alien.libraries: load-library is misnamed, refactor library-dll. 2018-02-19 10:38:21 -06:00