Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
changelog ( -- authors )
Vocabulary
contributors
Definition
USING:
io
io.directories
io.encodings.ascii
io.launcher
io.pathnames
system
;
IN:
contributors
:
changelog
( -- authors )
image
parent-directory
[
"git log --no-merges --pretty=format:%an"
ascii
<process-reader>
stream-lines
]
with-directory
;