factor/basis
Doug Coleman 958d5e61b2 ui: rename windows to ui-windows 2015-06-10 15:36:35 -07:00
..
alien words: rename reset-props to remove-word-props. 2015-06-09 11:53:46 -07:00
ascii Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08:00
atk basis/extra: cleanup uses of add-library. 2014-11-13 13:05:14 -08:00
base64 cleanup "over push" is "suffix!". 2014-11-30 08:38:59 -08:00
biassocs biassocs: implement keys/values. 2013-04-07 12:55:29 -07:00
binary-search improve help by linking to types directly. 2014-05-23 20:20:15 -07:00
bit-arrays bit-arrays: rename clean-up to zero-end-bits 2015-06-05 21:09:57 -07:00
bit-sets bit-sets: some cleanup, small performance improvement to members. 2014-04-29 22:13:37 -07:00
bit-vectors improve help by linking to types directly. 2014-05-23 20:20:15 -07:00
bitstreams bitstreams: cleanup and fix bug in bit-writer-bytes. 2014-12-15 19:28:24 -08:00
bootstrap core/basis: Rename words dealing with vocabs to loaded-vocabs or disk-vocabs because it's too confusing otherwise. 2015-06-08 12:47:35 -07:00
boxes improve help by linking to types directly. 2014-05-23 20:20:15 -07:00
byte-arrays/hex use reject instead of [ ... not ] filter. 2015-05-12 18:50:34 -07:00
cache destructors: change check-disposed not to drop the disposable. 2014-11-21 08:19:05 -08:00
cairo basis/extra: cleanup uses of add-library. 2014-11-13 13:05:14 -08:00
calendar calendar.format: Add a word to output times in the format that git uses. Rename a paren word. 2015-05-31 15:08:51 -07:00
channels improve help by linking to types directly. 2014-05-23 20:20:15 -07:00
checksums checksums.sha: remove trailing whitespace. 2015-06-06 09:28:01 -07:00
circular circular: fix formatting on the last line. 2014-05-23 14:32:04 -07:00
classes/struct words: rename reset-props to remove-word-props. 2015-06-09 11:53:46 -07:00
cocoa core: Rename create to create-word, create-in to create-word-in. 2015-06-08 12:47:35 -07:00
colors use reject instead of [ ... not ] filter. 2015-05-12 18:50:34 -07:00
columns
combinators kernel: new combinator 2with = with with 2014-07-22 07:40:13 -07:00
command-line command-line: save the executable in a variable so that people don't use (command-line) directly if possible. 2014-12-23 08:12:31 -08:00
compiler Fix tests broken by word hashcode change. 2015-06-09 20:37:55 -07:00
compression compression.zlib: Add some helper functions for streaming unzipping. 2015-05-19 10:57:13 -07:00
concurrency Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08:00
core-foundation use assoc-reject instead of [ ... not ] assoc-filter. 2015-05-12 19:08:42 -07:00
core-graphics core-graphics: cleanup usings. 2014-12-13 16:26:15 -08:00
core-text core-text: cleanup usings. 2014-12-13 16:26:09 -08:00
cpu core: Rename create to create-word, create-in to create-word-in. 2015-06-08 12:47:35 -07:00
csv csv: need to handle \r because windows lines ends with \r\n 2014-09-25 10:00:07 -07:00
db use reject instead of [ ... not ] filter. 2015-05-12 18:50:34 -07:00
debugger debugger: simplify test case. 2014-12-04 11:52:52 -08:00
definitions/icons
delegate Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08:00
deques deques: use fry to simplify. 2015-06-04 23:15:51 -07:00
disjoint-sets improve help by linking to types directly. 2014-05-23 20:20:15 -07:00
dlists minor cleanup to some docs. 2015-05-13 16:09:14 -07:00
documents improve help by linking to types directly. 2014-05-23 20:20:15 -07:00
editors editors: fix bug i introduced. need a rename tool asap... 2015-06-08 18:07:42 -07:00
endian Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08:00
environment basis: some more os require cleanup. 2014-11-15 15:56:37 -08:00
eval
farkup
fonts
formatting formatting: use nappend-as in sprintf. 2015-06-06 09:28:01 -07:00
fry
ftp using crlf. 2014-11-30 08:48:28 -08:00
functors core: Rename create to create-word, create-in to create-word-in. 2015-06-08 12:47:35 -07:00
furnace furnace.auth: rename profile to current-profile 2015-06-08 17:29:48 -07:00
game/input use reject instead of [ ... not ] filter. 2015-05-12 18:50:34 -07:00
gdk basis/extra: cleanup uses of add-library. 2014-11-13 13:05:14 -08:00
generalizations generalizations: dos2unix 2015-05-20 15:02:04 -07:00
gio basis/extra: cleanup uses of add-library. 2014-11-13 13:05:14 -08:00
glib basis/extra: cleanup uses of add-library. 2014-11-13 13:05:14 -08:00
globs
gmodule basis/extra: cleanup uses of add-library. 2014-11-13 13:05:14 -08:00
gobject gobject.ffi: fix windows dll name. 2015-03-08 08:51:53 -07:00
gobject-introspection core: Rename create to create-word, create-in to create-word-in. 2015-06-08 12:47:35 -07:00
graphs graphs: using conjoin. 2014-10-30 11:30:21 -07:00
grouping improve help by linking to types directly. 2014-05-23 20:20:15 -07:00
gtk Revert "alien.libraries.finder: using find-library for some often missing libs" 2014-11-13 09:33:30 -08:00
hash-sets hash-sets: use map-into in members. 2013-04-07 13:09:20 -07:00
hashtables hashtables.wrapped: faster >alist, keys, values. 2013-04-07 12:45:38 -07:00
heaps heaps: correctly size the data vector for >min-heap and >max-heap. 2014-12-15 13:29:01 -08:00
help core/basis: Rename words dealing with vocabs to loaded-vocabs or disk-vocabs because it's too confusing otherwise. 2015-06-08 12:47:35 -07:00
hints use assoc-reject instead of [ ... not ] assoc-filter. 2015-05-12 19:08:42 -07:00
html html.components: use lcs-diff 2015-06-08 17:29:36 -07:00
http minor cleanup to some docs. 2015-05-13 16:09:14 -07:00
images images.loader.gdiplus: use foo <c-direct-array> instead of <direct-foo-array>. 2014-11-29 18:58:42 -08:00
inspector use reject instead of [ ... not ] filter. 2015-05-12 18:50:34 -07:00
interpolate interpolate: allow anonymous by-order stack arguments. 2015-04-20 14:44:49 -07:00
interval-maps Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08:00
interval-sets interval-sets: can just check one side or the other. 2014-05-19 09:40:51 -07:00
inverse more minor cleanup. 2014-11-30 19:26:23 -08:00
io core: Rename create to create-word, create-in to create-word-in. 2015-06-08 12:47:35 -07:00
iokit Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08:00
json Fix tests broken by word hashcode change. 2015-06-09 20:37:55 -07:00
lcs lcs.diff2html: fix refactor bug. 2015-06-09 08:04:03 -07:00
libc libc: reduce code duplication. 2014-11-21 10:19:12 -08:00
linked-assocs Revert "Temporary patch for assoc-map on linked-assoc" 2014-04-27 15:24:26 -07:00
listener Some more general fixes for recent refactors. 2015-06-08 19:15:29 -07:00
lists Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08:00
literals literals: change ${ } to be the executable code arrays. 2013-04-12 11:18:58 -07:00
locals locals.parser: use qualified-vocabs. 2015-06-09 09:59:19 -07:00
logging logging: make log-root docs more explicit. 2014-11-29 15:02:20 -08:00
macros macros: some cleanup. 2014-12-16 11:09:47 -08:00
match core: Rename create to create-word, create-in to create-word-in. 2015-06-08 12:47:35 -07:00
math Fix tests broken by word hashcode change. 2015-06-09 20:37:55 -07:00
memoize words: rename reset-props to remove-word-props. 2015-06-09 11:53:46 -07:00
mime use reject instead of [ ... not ] filter. 2015-05-12 18:50:34 -07:00
mirrors mirrors: fix tests. 2013-04-23 07:56:58 -07:00
models models: some more cleanup. 2014-11-29 23:00:24 -08:00
multiline Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08:00
nibble-arrays
nmake
none
opengl core/basis: Rename words dealing with vocabs to loaded-vocabs or disk-vocabs because it's too confusing otherwise. 2015-06-08 12:47:35 -07:00
openssl core: Rename create to create-word, create-in to create-word-in. 2015-06-08 12:47:35 -07:00
pack pack: add some tests for expand-pack-format. 2014-02-24 13:48:11 -08:00
pango basis/extra: cleanup uses of add-library. 2014-11-13 13:05:14 -08:00
peg use reject instead of [ ... not ] filter. 2015-05-12 18:50:34 -07:00
persistent improve help by linking to types directly. 2014-05-23 20:20:15 -07:00
porter-stemmer use reject instead of [ ... not ] filter. 2015-05-12 18:50:34 -07:00
present Fix two places that should be "all-disk-vocabs-recursive". 2015-06-08 14:37:36 -07:00
prettyprint minor cleanup to some docs. 2015-05-13 16:09:14 -07:00
promises docs: change ``{ $quotation "( x -- y )" }`` to ``{ $quotation ( x -- y ) }``. 2014-05-18 20:09:10 -07:00
quoted-printable
quoting
random improve help by linking to types directly. 2014-05-23 20:20:15 -07:00
refs refs: some cleanup. 2014-11-30 10:24:07 -08:00
regexp use assoc-reject instead of [ ... not ] assoc-filter. 2015-05-12 19:08:42 -07:00
roman core: Rename create to create-word, create-in to create-word-in. 2015-06-08 12:47:35 -07:00
search-deques search-deques: simplify. 2014-12-11 14:52:51 -08:00
see use reject instead of [ ... not ] filter. 2015-05-12 18:50:34 -07:00
sequences sequences.deep: adding a test for deep-reduce. 2015-06-09 09:16:40 -07:00
serialize use ``tuple-slots`` instead of ``tuple>array rest``. 2014-05-23 13:27:59 -07:00
shuffle assocs: Make map-index-as support seq or assoc exemplars and move map-index, map-index-as to assocs because they need to use new-assoc. Make zip-index-as support assoc exemplars. Fix up docs and tests. 2014-11-08 18:18:00 -08:00
simple-flat-file adding some summary.txt files. 2013-04-26 17:43:24 -07:00
simple-tokenizer simple-tokenizer: whoops, need to escape \ 2015-04-19 21:12:40 -07:00
smtp smtp: Make the test pass on Windows. 2014-10-08 11:37:19 -07:00
sorting kernel: new combinator 2with = with with 2014-07-22 07:40:13 -07:00
soundex use assoc-reject instead of [ ... not ] assoc-filter. 2015-05-12 19:08:42 -07:00
source-files/errors/debugger
specialized-arrays specialized-arrays: cleanup using and direct-slice-unsafe. 2014-11-29 20:02:51 -08:00
specialized-vectors cleanup "over push" is "suffix!". 2014-11-30 08:38:59 -08:00
splitting/monotonic cleanup "over push" is "suffix!". 2014-11-30 08:38:59 -08:00
stack-checker use reject instead of [ ... not ] filter. 2015-05-12 18:50:34 -07:00
strings/tables sequences: Add some short useful factors. Clean up the use of longest. 2013-03-11 17:47:52 -07:00
suffix-arrays suffix-arrays: update using. 2015-04-29 14:22:01 -07:00
summary summary: adding summary of sets. 2013-11-25 16:25:02 -08:00
syndication Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08:00
system-info basis/extra: switch to "vocab." os name>> append require. 2014-11-13 13:00:44 -08:00
threads threads.test: a test that is mostly able to reproduce #1319 2015-05-22 12:22:26 -07:00
timers basis: cleanup using. 2014-12-01 22:18:32 -08:00
tools tools.coverage: cleanup and use deep-reduce in count-callables. 2015-06-09 08:43:51 -07:00
tr core: Rename create to create-word, create-in to create-word-in. 2015-06-08 12:47:35 -07:00
tuple-arrays Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08:00
typed use swapd instead of [ swap ] dip. 2014-11-21 11:56:17 -08:00
ui ui: rename windows to ui-windows 2015-06-10 15:36:35 -07:00
unicode core: Rename create to create-word, create-in to create-word-in. 2015-06-08 12:47:35 -07:00
unix unix: some using cleanups. 2014-12-24 11:16:11 -08:00
unrolled-lists
urls urls.encoding: more cleanup. 2014-11-30 21:33:48 -08:00
uuid use reject instead of [ ... not ] filter. 2015-05-12 18:50:34 -07:00
validators improve help by linking to types directly. 2014-05-23 20:20:15 -07:00
vectors/functor basis: cleanup more usings. 2014-11-29 20:10:37 -08:00
vlists cleanup "over push" is "suffix!". 2014-11-30 08:38:59 -08:00
vm compiler.*: removing the check-d and check-r slots from gc-map and adjusting code that depended on those 2015-04-29 09:31:53 -07:00
vocabs core/basis: Rename words dealing with vocabs to loaded-vocabs or disk-vocabs because it's too confusing otherwise. 2015-06-08 12:47:35 -07:00
webbrowser basis/extra: switch to "vocab." os name>> append require. 2014-11-13 13:00:44 -08:00
windows com.wrapper: create -> create-word 2015-06-08 13:21:24 -07:00
wrap wrap.strings: empty strings should wrap as the indent. 2013-08-05 11:25:01 -07:00
x11 more libc fixes. 2014-04-04 08:03:46 -07:00
xml use reject instead of [ ... not ] filter. 2015-05-12 18:50:34 -07:00
xml-rpc improve help by linking to types directly. 2014-05-23 20:20:15 -07:00
xmode core: Rename create to create-word, create-in to create-word-in. 2015-06-08 12:47:35 -07:00