factor/basis/alien/libraries
Björn Lindqvist ddc5ece757 alien.*: frontend varargs support!
alien-invoke gets an extra parameter indicating if the call uses varargs
or not. In 99.9% of the cases, the parameter should be f, but is t if
varargs are indicated. E.g

: do-printf ( fmt d -- st ) int f "printf" { c-string double } t alien-invoke ;
2016-08-10 21:34:37 +02:00
..
finder using [ ] [ ... ] ?if instead of [ nip ] [ ... ] if*. 2016-07-11 19:50:37 -07:00
unix alien.*: frontend varargs support! 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: Cannot include alien.libraries.finder here for docs. 2015-02-13 11:31:56 -08:00
libraries-tests.factor basis: Cleaning up tests using lists and IN: forms. 2016-03-30 20:04:14 -07:00
libraries.factor alien.libraries: split update-library and add-library again. 2016-03-29 06:07:14 -07:00