factor/core
Björn Lindqvist ddc5ece757 alien.*: frontend varargs support! #1677
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
..
alien alien.*: frontend varargs support! #1677 2016-08-10 21:34:37 +02:00
arrays docs: replace $description with $class-description for class words 2016-07-30 09:25:30 -07:00
assocs
bootstrap
byte-arrays docs: replace $description with $class-description for class words 2016-07-30 09:25:30 -07:00
byte-vectors docs: replace $description with $class-description for class words 2016-07-30 09:25:30 -07:00
checksums checksums.crc32: verify checksum-state is working. 2016-08-02 13:16:30 -07:00
classes classes: unset defining-class in define-class. 2016-04-13 16:41:42 -07:00
combinators combinators-docs: fix wording 2016-07-30 09:25:30 -07:00
compiler/units
continuations
definitions
destructors
effects effects: make :type print as :type instead of ``_: type`` 2016-05-14 17:03:09 -07:00
generic Add EOL at EOF for all authors.txt files for consistency 2016-07-30 09:25:30 -07:00
graphs
growable
hash-sets style thing: indenting tuple slots 2016-05-31 03:37:23 +02:00
hashtables docs: replace $description with $class-description for class words 2016-07-30 09:25:30 -07:00
init
io using [ ... ] [ drop ] if* instead of dup [ ... ] [ 2drop ] if. 2016-07-11 21:01:03 -07:00
kernel VM: rename of JIT_PUSH_IMMEDIATE to JIT_PUSH_LITERAL 2016-06-07 14:54:23 +02:00
layouts
lexer
make
math math: fix stack effect declaration for the neg? generic 2016-07-30 09:25:30 -07:00
memory memory: no need to use memory.private. 2016-04-14 20:06:27 -07:00
namespaces
parser Add EOL at EOF for all authors.txt files for consistency 2016-07-30 09:25:30 -07:00
quotations docs: replace $description with $class-description for class words 2016-07-30 09:25:30 -07:00
sbufs docs: replace $description with $class-description for class words 2016-07-30 09:25:30 -07:00
sequences core: selector-for and collector-for are the wrong naming convention--they should be selector-as and collector-as because they take exemplars. 2016-05-26 14:36:11 -07:00
sets
slots slots: silly formatting change. 2016-04-14 16:59:33 -07:00
sorting
source-files Add EOL at EOF for all authors.txt files for consistency 2016-07-30 09:25:30 -07:00
splitting
strings docs: replace $description with $class-description for class words 2016-07-30 09:25:30 -07:00
syntax syntax-docs: fix the code snippet in the ERROR: article 2016-05-25 15:56:05 +03:00
system system: can use value-at, don't need to split. 2016-04-14 16:59:08 -07:00
vectors docs: replace $description with $class-description for class words 2016-07-30 09:25:30 -07:00
vocabs vocabs.loader: one vocab-exists? word. 2016-07-16 16:21:45 -07:00
words docs: replace $description with $class-description for class words 2016-07-30 09:25:30 -07:00