]> gitweb.factorcode.org Git - factor.git/history - basis/alien
windows: Add cpu-mhz on Windows
[factor.git] / basis / alien /
2021-01-29 Doug Colemanfactor: Trimming ``USING:`` lists.
2021-01-28 Doug Colemanfactor: trim using lists
2020-10-13 John Benediktssonalien.libraries.finder.linux: make ldconfig safe from...
2020-10-13 John Benediktssonalien.libraries.finder.linux: search LD_LIBRARY_PATH...
2020-08-12 John Benediktssonalien.libraries.finder.macosx: fix test USING.
2020-08-05 John Benediktssonalien.libraries.finder.linux: return fully-qualified...
2020-08-05 John Benediktssonalien.libraries.finder: cleanup, add windows tests.
2020-04-14 Alexander Iljinalien.data-docs: fix wording and punctuation in cast...
2020-04-13 Alexander Iljinalien.data-docs: fix a typo
2020-02-13 John Benediktssonhelp: add more bold table headings.
2020-01-06 Alexander IljinReplace "win32-error-string throw" with windows-error...
2020-01-03 Doug ColemanRevert "Replace "win32-error-string throw" with windows...
2019-11-25 Alexander IljinReplace "win32-error-string throw" with windows-error...
2019-02-09 Jack LucasRe-add Freebsd Support
2018-08-21 John BenediktssonRevert "alien.data: Make with-scoped-allocation an...
2018-08-03 Doug Colemanalien.data: Make with-scoped-allocation an $unchecked...
2018-07-14 Doug Colemanfactor: Make source files/resources 644 instead of...
2018-07-07 Doug Colemandocs: Fix help-lint-all mistakes.
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
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
next