factor/basis
Doug Coleman 2ecd513130 Factor out ``no-roots no-prefixes'' into its own word. Add load-root, load-from-root, vocabs-in-root and implement load in terms of load-from-root.
Add error checking for append-vocab-dir and (child-vocabs) in case someone tries to pass them the wrong parameters.
Rename: vocab-dir+ to append-vocab-dir
Document load-from-root and load-root
2011-10-23 19:59:01 -05:00
..
alien Remove stack effects from HELP: declarations. 2011-10-20 19:36:11 -07:00
ascii
atk Remove Windows CE from core/ basis/ and build-support/ 2011-09-18 23:19:06 -05:00
base64
biassocs
binary-search
bit-arrays Remove stack effects from HELP: declarations. 2011-10-20 19:36:11 -07:00
bit-sets
bit-vectors
bitstreams Cleanup more lint warnings. 2011-10-14 12:31:46 -07:00
bootstrap bootstrap.image: disable auto-use. Fixes #263. 2011-10-15 10:34:34 -07:00
boxes
byte-arrays/hex Throw an error if an odd number of hex digits gets parsed by H{. 2011-10-06 13:21:17 -07:00
cache
cairo Remove Windows CE from core/ basis/ and build-support/ 2011-09-18 23:19:06 -05:00
calendar calendar: removing unused (month-name) word. 2011-10-19 11:01:16 -07:00
channels
checksums specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
circular
classes/struct Eliminate duplicate syntax for stack effects "(" no longer drops and is identical to the old "((", which is now removed. 2011-10-18 13:19:39 -07:00
cocoa Eliminate duplicate syntax for stack effects "(" no longer drops and is identical to the old "((", which is now removed. 2011-10-18 13:19:39 -07:00
colors Refactor the lexer/parser to expose friendlier words for scanning tokens. The preferred top-level words now throw an exception on EOF. 2011-09-29 11:28:28 -07:00
columns
combinators
command-line namespaces: adding a "with-global" word to replace "global [ ] bind". 2011-10-13 17:21:59 -07:00
compiler More cleanup of unused stuff. 2011-10-19 11:01:16 -07:00
compression Remove Windows CE from core/ basis/ and build-support/ 2011-09-18 23:19:06 -05:00
concurrency concurrency.mailboxes: linked-thread's error reporting should still work even when debugger.threads is not loaded. This addresses part of #95 2011-10-03 00:24:37 -07:00
core-foundation core-foundation.timers: allow interval to be specified in the constructor. 2011-10-19 15:30:55 -07:00
core-graphics core-graphics: set premultiplied-alpha? in make-bitmap-image. Fixes #73 2011-09-08 23:08:16 -07:00
core-text
cpu Add RT_INLINE_CACHE_MISS relocation type to avoid frequent dlsym lookups when compiling PICs. Fixes #123 2011-10-03 00:26:21 -07:00
csv Remove unused stack effects from DEFER: declarations. 2011-10-18 14:42:17 -07:00
db Cleanup more lint warnings. 2011-10-14 12:31:46 -07:00
debugger debugger: remove double namespace using. 2011-10-14 15:45:31 -07:00
definitions/icons Refactor the lexer/parser to expose friendlier words for scanning tokens. The preferred top-level words now throw an exception on EOF. 2011-09-29 11:28:28 -07:00
delegate delegate: not sure why protocols can be defined with arrays, but... 2011-10-18 20:40:14 -07:00
deques
disjoint-sets slots: pre-create the "at", "nth", and "global" slots to make deterministic the currently nondeterministic ambiguity between accessors:change-* and assocs:change-at, sequences:change-nth, and namespaces:change-global 2011-09-19 10:03:43 -07:00
dlists find-dlist-node was returning duplicated information -- node/f tells you enough, no need for another boolean return value 2011-10-17 18:58:14 -07:00
documents slots: pre-create the "at", "nth", and "global" slots to make deterministic the currently nondeterministic ambiguity between accessors:change-* and assocs:change-at, sequences:change-nth, and namespaces:change-global 2011-09-19 10:03:43 -07:00
editors Fix help-lint for editors, peg.ebnf 2011-10-19 00:57:20 -07:00
endian
environment Remove Windows CE from core/ basis/ and build-support/ 2011-09-18 23:19:06 -05:00
eval Eliminate duplicate syntax for stack effects "(" no longer drops and is identical to the old "((", which is now removed. 2011-10-18 13:19:39 -07:00
farkup Cleanup more lint warnings. 2011-10-14 12:31:46 -07:00
fonts
formatting
fry Rename spread>quot to deep-spread>quot, and spread>quot-shallow to shallow-spread>quot. 2011-10-02 20:25:39 -07:00
ftp sequences: define ?first and ?second. 2011-10-13 12:53:46 -07:00
functors Rename complete-effect to scan-effect 2011-10-17 10:25:27 -07:00
furnace More lint cleanups. 2011-10-16 19:33:16 -07:00
game/input Cleanup some uses of global [ ] bind. 2011-10-19 11:01:16 -07:00
gdk Remove Windows CE from core/ basis/ and build-support/ 2011-09-18 23:19:06 -05:00
generalizations
gio Remove Windows CE from core/ basis/ and build-support/ 2011-09-18 23:19:06 -05:00
glib Remove Windows CE from core/ basis/ and build-support/ 2011-09-18 23:19:06 -05:00
globs
gmodule Remove Windows CE from core/ basis/ and build-support/ 2011-09-18 23:19:06 -05:00
gobject Remove Windows CE from core/ basis/ and build-support/ 2011-09-18 23:19:06 -05:00
gobject-introspection More lint cleanups. 2011-10-16 19:33:16 -07:00
grouping Fixing docs for recent stack effects additions. 2011-09-24 22:08:54 -07:00
gtk Remove Windows CE from core/ basis/ and build-support/ 2011-09-18 23:19:06 -05:00
hashtables hashtables.wrapped: re-adding prettyprint. 2011-09-27 14:08:09 -07:00
heaps
help Remove stack effects from HELP: declarations. 2011-10-20 19:36:11 -07:00
hints
html io: input-stream and output-stream mixins 2011-10-18 16:25:09 -07:00
http Cleanup more lint warnings. 2011-10-16 13:01:58 -07:00
images specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
inspector
interpolate
interval-maps
inverse
io Remove stack effects from HELP: declarations. 2011-10-20 19:36:11 -07:00
iokit
json Cleanup some lint warnings. 2011-10-15 19:19:44 -07:00
lcs
libc
linked-assocs
listener listener: don't crash if we forget the current vocab. Fixes #259. 2011-10-18 16:46:55 -07:00
lists More lint cleanups. 2011-10-16 19:33:16 -07:00
literals
locals Rename complete-effect to scan-effect 2011-10-17 10:25:27 -07:00
logging Eliminate duplicate syntax for stack effects "(" no longer drops and is identical to the old "((", which is now removed. 2011-10-18 13:19:39 -07:00
macros
match Eliminate duplicate syntax for stack effects "(" no longer drops and is identical to the old "((", which is now removed. 2011-10-18 13:19:39 -07:00
math Remove unused words. Fixes #132. 2011-10-19 11:01:16 -07:00
memoize Eliminate duplicate syntax for stack effects "(" no longer drops and is identical to the old "((", which is now removed. 2011-10-18 13:19:39 -07:00
mime
mirrors
models
multiline Eliminate duplicate syntax for stack effects "(" no longer drops and is identical to the old "((", which is now removed. 2011-10-18 13:19:39 -07:00
nibble-arrays
nmake
none
opengl Cleanup some lint warnings. 2011-10-15 19:19:44 -07:00
openssl Eliminate duplicate syntax for stack effects "(" no longer drops and is identical to the old "((", which is now removed. 2011-10-18 13:19:39 -07:00
pack
pango Remove Windows CE from core/ basis/ and build-support/ 2011-09-18 23:19:06 -05:00
peg Fix help-lint for editors, peg.ebnf 2011-10-19 00:57:20 -07:00
persistent Cleanup some lint warnings. 2011-10-15 19:19:44 -07:00
porter-stemmer
present Factor out ``no-roots no-prefixes'' into its own word. Add load-root, load-from-root, vocabs-in-root and implement load in terms of load-from-root. 2011-10-23 19:59:01 -05:00
prettyprint Fix stack effect to not print "(( -- ))", remove stray effect from smtp. 2011-10-18 13:25:47 -07:00
promises
quoted-printable
quoting
random random: random integers is 90% faster. 2011-10-14 18:52:41 -07:00
refs
regexp Eliminate duplicate syntax for stack effects "(" no longer drops and is identical to the old "((", which is now removed. 2011-10-18 13:19:39 -07:00
roman Rename complete-effect to scan-effect 2011-10-17 10:25:27 -07:00
search-deques
see Document reset-class, forget-class, forget-method. Use lookup-method in see, fix gpu.render for method->lookup-method renaming. Fixes #232. 2011-10-04 10:40:48 -07:00
sequences Remove stack effects from HELP: declarations. 2011-10-20 19:36:11 -07:00
serialize Remove unused stack effects from DEFER: declarations. 2011-10-18 14:42:17 -07:00
shuffle
simple-flat-file
simple-tokenizer
smtp smtp: removing unused test. 2011-10-19 13:39:26 -07:00
sorting hybrid -> alphanum in stack effects 2011-10-02 11:59:38 -07:00
soundex
specialized-arrays specialized-arrays: fill in missing manifest bits 2011-10-17 21:23:10 -07:00
specialized-vectors specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
splitting/monotonic Adding stack effects. 2011-09-23 17:46:40 -07:00
stack-checker Remove unused stack effects from DEFER: declarations. 2011-10-18 14:42:17 -07:00
strings/tables
suffix-arrays
summary
syndication Cleanup some lint warnings. 2011-10-15 19:19:44 -07:00
system-info specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
threads Remove unused words. Fixes #132. 2011-10-19 11:01:16 -07:00
timers
tools Factor out ``no-roots no-prefixes'' into its own word. Add load-root, load-from-root, vocabs-in-root and implement load in terms of load-from-root. 2011-10-23 19:59:01 -05:00
tr Eliminate duplicate syntax for stack effects "(" no longer drops and is identical to the old "((", which is now removed. 2011-10-18 13:19:39 -07:00
tuple-arrays
typed Eliminate duplicate syntax for stack effects "(" no longer drops and is identical to the old "((", which is now removed. 2011-10-18 13:19:39 -07:00
ui Cleanup some uses of global [ ] bind. 2011-10-19 11:01:16 -07:00
unicode More lint cleanups. 2011-10-16 19:33:16 -07:00
unix unix.stat: bind to fstat 2011-10-17 21:23:07 -07:00
unrolled-lists
urls
uuid math.parser: cleanup uses of 16/8/2 >base/base>. 2011-10-14 10:09:12 -07:00
validators Cleanup more lint warnings. 2011-10-14 12:31:46 -07:00
values Eliminate duplicate syntax for stack effects "(" no longer drops and is identical to the old "((", which is now removed. 2011-10-18 13:19:39 -07:00
vectors/functor
vlists
vm
vocabs Factor out ``no-roots no-prefixes'' into its own word. Add load-root, load-from-root, vocabs-in-root and implement load in terms of load-from-root. 2011-10-23 19:59:01 -05:00
windows Add throw-win32-error, use it in (delete-file) 2011-10-19 02:51:36 -07:00
wrap sequences: define ?first and ?second. 2011-10-13 12:53:46 -07:00
x11 specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
xml Eliminate duplicate syntax for stack effects "(" no longer drops and is identical to the old "((", which is now removed. 2011-10-18 13:19:39 -07:00
xml-rpc
xmode Cleanup some lint warnings. 2011-10-15 19:19:44 -07:00