]> gitweb.factorcode.org Git - factor.git/history - basis/alien
windows.kernel32: add the FILE_* constants for GetVolumeInformation
[factor.git] / basis / alien /
2018-02-19 Doug Colemanalien.libraries: load-library is misnamed, refactor...
2018-02-13 John Benediktssonfix more typos in docs.
2018-01-24 Björn Lindqvistalien.libraries.finder: find-library for gtk libs
2018-01-24 Björn Lindqvistalien.libraries.finder.linux.tests: correcting in
2017-09-11 Alexander IljinUpdate some copyright headers to follow the current...
2017-08-06 Doug Colemanfunctors: FUNCTOR: ;FUNCTOR -> <FUNCTOR: ;FUNCTOR>
2017-07-09 Björn Lindqvistbasis/: more docs
2017-07-04 Doug Colemanalien.endian: Add a couple more types. This vocab needs...
2017-06-05 Alexander Iljin*-docs: replace double spaces with single spaces
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2017-06-01 Doug Colemanfactor: Rename start -> subseq-start, start* -> subseq...
2017-06-01 Doug Colemanfactor: Add newlines to every line.
2017-05-30 Doug Colemancocoa: Add basic support for TouchBar.
2017-05-26 Alexander Iljinalien.data-docs: add a missing space between sentences
2017-02-07 John Benediktssonalien.libraries.finder: use find instead of map-find.
2017-01-25 John Benediktssonalien.data: minor doc fix.
2017-01-24 John Benediktssonalien.libraries.finder.linux: make more robust to i18n.
2017-01-21 John BenediktssonRevert "sequences: swap stack arguments for start/start...
2017-01-21 John Benediktssonsequences: swap stack arguments for start/start*/subseq?.
2016-11-30 Björn Lindqvistalien.libraries.tests: fix for test that broke windows
2016-11-30 Björn Lindqvistalien.libraries: word>dlsym was a stupid idea that...
2016-11-30 Björn Lindqvistio.sockets.secure,alien.libraries: new word word>dlsym...
2016-11-09 John BenediktssonRevert "alien.parser: throw error if enum values don...
2016-11-09 John Benediktssonalien.parser: throw error if enum values don't fit...
2016-08-15 Björn Lindqvistalien.debugger: this vocab isn't needed
2016-08-11 Björn Lindqvistalien.c-types: c-type-string without using prettyprint...
2016-08-10 Björn Lindqvistalien.*: moving the c-type-string word to the alien...
2016-08-10 Björn Lindqvistalien.parser/prettyprint: moving the predicates
2016-08-10 Björn Lindqvistalien.*: frontend varargs support! #1677
2016-08-10 Björn Lindqvistalien.parser: method object return-type-name is redundant
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
next