factor/core
John Benediktsson 6077f2d6c6 Revert "vocabs.loader: teach append-vocab-dir about private vocabs."
This reverts commit 9b98c098c1.
2012-07-30 11:50:22 -07:00
..
alien docs: vm says to read "command-line" but it was called "cli". change the article title in the docs. 2012-07-25 23:49:19 -07:00
arrays core: Use integer>fixnum instead of >fixnum for ``nth`` and other sequence operations. Fixes . 2012-07-25 18:24:43 -07:00
assocs assocs: inline assoc-empty? and make M\ enum at* not check bounds twice. 2012-07-20 09:04:51 -07:00
bootstrap Revert "bootstrap: words have read-only string names." 2012-07-27 19:35:48 -07:00
byte-arrays
byte-vectors byte-vectors: simplify >byte-vector. 2012-07-27 21:29:52 -07:00
checksums
classes classes.tuple: Save slot name and tuple in no-slot error. 2012-07-24 14:05:58 -07:00
combinators
compiler/units
continuations Revert "continuations: add typing." 2012-07-27 19:21:47 -07:00
definitions
destructors continuations: change continuation word to current-continuation. continuation is now just the tuple name. issue 2012-07-20 12:30:14 -07:00
effects Using "same?" in more places. 2012-07-21 10:22:44 -07:00
generic Using "same?" in more places. 2012-07-21 10:22:44 -07:00
graphs graphs: simplify by removing temporary namespace variables. 2012-07-17 11:00:38 -07:00
growable sequences: Fix tests that broke when nth could only be integers. Undo integer>fixnum in iota nth. See bug . 2012-07-25 22:17:24 -07:00
hash-sets hash-sets: using ?adjoin to implement duplicates, some tests. 2012-05-14 15:47:56 -07:00
hashtables hashtables: Revert size of associate, but keep inlined. ~10s speedup on bootstrap 2012-07-20 09:30:37 -07:00
init fixing some docs. 2012-07-19 09:47:14 -07:00
io io.streams.sequence: minor refactor, minor speedup. 2012-07-27 21:12:26 -07:00
kernel kernel: adding docs for "same?" 2012-07-21 19:43:16 -07:00
layouts
lexer lexer: typed slots. 2012-07-27 16:05:28 -07:00
make make: switch to with-variable instead of with-scope. 2012-07-21 10:44:54 -07:00
math math.integers: Bignum hashcode* -- call bignum>fixnum to avoid a dispatch. 2012-07-23 09:38:12 -07:00
memory
namespaces namespaces: do not create globals via "foo get". 2012-07-20 15:09:06 -07:00
parser parser: make sure lines is an array. 2012-07-27 19:06:22 -07:00
quotations Using "same?" in more places. 2012-07-21 10:22:44 -07:00
sbufs
sequences sequences: improve change-nth, if nth was successful, set-nth can be unsafe. 2012-07-30 11:26:32 -07:00
sets sets: adding ?adjoin. 2012-05-14 15:47:44 -07:00
slots
sorting
source-files
splitting splitting: crlf? was unnecessary. 2012-07-30 11:26:38 -07:00
strings strings.parser: support "\x" ascii hex escapes. 2012-07-26 19:24:25 -07:00
syntax syntax: Clarify that inlined words can also be compiled stand-alone. 2012-07-23 12:18:43 -07:00
system
vectors core: Use integer>fixnum instead of >fixnum for ``nth`` and other sequence operations. Fixes . 2012-07-25 18:24:43 -07:00
vocabs Revert "vocabs.loader: teach append-vocab-dir about private vocabs." 2012-07-30 11:50:22 -07:00
words