]> gitweb.factorcode.org Git - factor.git/history - basis/alien
Reformat
[factor.git] / basis / alien /
2016-07-30 Alexander IljinAdd EOL at EOF for all authors.txt files for consistency
2016-07-12 John Benediktssonusing [ ] [ ... ] ?if instead of [ nip ] [ ... ] if*.
2016-06-22 Alexander Iljinalien.data: fix a typo
2016-05-31 Björn Lindqviststyle thing: indenting tuple slots
2016-05-28 Björn Lindqvistalien.parser,gobject-introspection.ffi: fixing the...
2016-05-28 Björn Lindqvistalien.parser: better fix for #1535
2016-05-28 Björn Lindqvistalien.parser: make make-callback-type have the same...
2016-05-27 Björn Lindqvistalien.parser: fix for #1535
2016-04-07 John Benediktssonalien.prettyprint: forgot to commit the tests fixes.
2016-04-07 John Benediktssonalien.prettyprint: don't print ; or declarations for...
2016-04-07 John BenediktssonRevert "alien.c-types: Implement present on pointers...
2016-04-06 Doug Colemanalien.c-types: Implement present on pointers for help...
2016-04-04 John Benediktssonstrings.parser: remove parse-short-string, everyone...
2016-03-31 John Benediktssonunicode: make this the API for all unicode things.
2016-03-31 Doug Colemanbasis: Cleaning up tests using lists and IN: forms.
2016-03-29 John Benediktssoncleanup some QUALIFIED: that are no longer needed.
2016-03-29 John Benediktssonalien.libraries.finder: rename ?add-library to ?update...
2016-03-29 John Benediktssonalien.libraries: split update-library and add-library...
2016-03-29 John Benediktssonalien.libraries.finder: adding (poorly named) ?add...
2016-03-29 John BenediktssonRevert "alien.libraries.finder: Allow library to match...
2016-03-29 John Benediktssonalien.libraries: merge update-library and find-library.
2016-03-05 Doug Colemanalien.syntax: Add ENUM: example with c basetype.
2016-03-04 Doug Colemanalien.libraries: Add a way to see if a dll has a function.
2016-03-01 Doug Colemanalien.syntax: Fix CALLBACK: syntax again in another...
2016-03-01 Doug Colemanalien.syntax: Fix docs for CALLBACK: (no semi)
2016-02-17 Benjamin PollackFix incorrect alien.syntax documentation for FUNCTION:
2016-01-09 Jon Harperdocs, ffi: more explicit c-string conversions docs
2016-01-09 Jon Harperffi docs, C unions are UNION-STRUCT: in factor
2015-12-12 John Benediktssondocs: using $maybe.
2015-09-29 Björn LindqvistVM: looks like ERROR_C_STRING is never thrown, so it...
2015-08-18 John Benediktssonstrings.parser: finish removing triple-strings.
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 John Benediktssonalien.libraries: try out throw-foo.
2015-08-13 Doug Colemanbasis: ERROR: changes.
2015-08-12 Doug Colemancompiler, alien: fix some duplication in ERROR: definit...
2015-08-06 Doug Colemanfactor: Rename I[ ]I to [I I]. Fix places where we...
2015-07-29 John Benediktssonalien.libraries: don't need << >>.
2015-07-26 Doug Colemanfactor: remove """ string syntax for now. there are...
2015-07-20 Doug Colemanfactor: fix breakage with word renamings.
2015-07-19 Doug Colemanfactor: actual patch to remove ; from all c/fortran...
2015-07-19 Doug Colemanfactor: change FUNCTION: and similar to not have trailing ;
2015-07-19 John Benediktssonalien.parser: change scan-c-args to always use ";"...
2015-07-19 Doug Colemanfactor: Rename MACRO: and MACRO: to have quot as the...
2015-07-19 Doug Colemanfactor: Trim whitespace after ! comments and a few...
2015-07-15 John Benediktssonvm: rename some primitives, and some cleanup.
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-03 Doug Colemanalien.parser: add a couple of commas
2015-07-03 Doug Colemanfactor: Retrying on the unit tests. Also normalize...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-07-02 Doug Colemanfactor: clean up spaces in -tests files
2015-07-02 Doug Colemanfactor: clean up whitespace in -docs files
2015-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2015-06-26 Doug Colemanprimitives: Change PRIMITIVE: to check that the word... 1371/head
2015-06-17 Doug Colemanalien.libraries: Add update-library. See #1185
2015-06-09 John Benediktssonwords: rename reset-props to remove-word-props.
2015-06-08 Doug Colemancore: Rename create to create-word, create-in to create...
2015-06-06 Doug Colemanalien.libraries.finder: Allow library to match just...
2015-05-13 John Benediktssonuse reject instead of [ ... not ] filter.
2015-02-13 Doug Colemanalien.libraries: Cannot include alien.libraries.finder...
2015-02-12 Benjamin PollackExplicitly reference find-library in alien docs
2014-12-24 John Benediktssonalien.c-types: move definitions of stdint.h from unix...
2014-11-30 John Benediktssonbasis: cleanup more usings.
2014-11-17 Doug Colemanalien.syntax: We have to include alien.arrays somewhere...
2014-11-17 John Benediktssonalien: cleanup using.
2014-11-13 John Benediktssonbasis/extra: switch to "vocab." os name>> append require.
2014-10-27 Doug Colemancore/basis: Trim or reorganize a few using lists. Playi...
2014-07-08 Doug Colemanalien.libraries.finder: How many patches does it take...
2014-07-08 Doug Colemanalien.libraries.finder: map-find was what I wanted...
2014-07-08 Doug ColemanMerge branch 'master' of factorcode.org:/git/factor
2014-07-08 Doug Colemanalien.libraries.finder: More robust finder code that...
2014-07-08 Doug Colemanalien.libraries.finder: Add find-library-from-list...
2014-07-08 Doug ColemanMerge branch 'master' of factorcode.org:/git/factor
2014-07-08 Doug Colemanalien.libraries.finder.windows: Better fix for finding...
2014-07-08 Doug ColemanRevert "alien.libraries: Normalize the path before...
2014-07-08 Doug Colemanalien.libraries: Normalize the path before opening...
2014-07-08 Doug Colemanalien.c-types: Looks like ffi_test_59 found a bug after...
2014-07-08 Doug Colemanalien.c-types: Ugh. There are self-similar lines of...
2014-07-08 Doug Colemanalien.c-types: Revert previous changes to 64 bit boxing...
2014-07-07 Doug Colemanalien.c-types: longlong was calling to_fixnum instead...
2014-07-03 Doug Colemanalien.libraries.finder.linux: Trim blanks off the arch...
2014-06-30 John Benediktssonalien.enums: cleanup using.
2014-06-17 Doug Colemanalien.libraries.finder.linux: Remove tags like "OS...
2014-06-17 Doug Colemanalien.libraries.finder.linux: On mint 32 bit, the gtk...
2014-06-09 John Benediktssonalien.libraries.finder: fix docs.
2014-06-08 John Benediktssonalien.libraries.finder: fix tests for @erg's recent...
2014-06-08 John Benediktssonalien.libraries.finder.macosx: adding some tests.
2014-06-08 John Benediktssonalien.libraries.finder.linux: add some tests.
2014-06-08 John Benediktssonalien.libraries.finder.linux: make "m" find-library...
2014-06-08 John Benediktssonalien.libraries.finder.linux: sigh.
2014-06-08 John Benediktssonalien.libraries.finder: whoops.
2014-06-08 John Benediktssonalien.libraries.finder.linux: some fixes to allow ...
2014-06-08 Doug Colemanalien.libraries.finder: Make find-library return the...
2014-06-05 Doug Colemanalien.libraries: Change <library> to be just a construc...
2014-06-03 John Benediktssonalien.endian: use "c:" convention.
2014-04-28 Doug Colemanaline.libraries.finder.linux: Fix spacing. oops
2014-04-28 Doug Colemanalien.libraries.finder: Linux32 ldconfig has (libc6...
2014-04-28 Doug ColemanRevert "alien.libraries.finder: Add utiltity word find...
2014-04-28 Doug Colemanalien.libraries.finder: Add utiltity word find-first...
2014-03-07 John BenediktssonRevert "Revert "alien.data: <ref> doesn't need to zero...
next