factor/basis
Doug Coleman 37e7349dee windows.com: Prevent release from being called with f, which causes a
segfault.
2015-06-06 17:04:02 -07:00
..
alien alien.libraries.finder: Allow library to match just by name. Related to #1099. 2015-06-05 17:05:57 -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 bootstrap.x86: fix assembler code bug in fixnum* 2015-05-25 08:42:16 -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 use reject instead of [ ... not ] filter. 2015-05-12 18:50:34 -07:00
cocoa cocoa.dialogs: document save-panel stack effect better. 2014-12-15 19:24:57 -08: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 compiler.tree: renaming is hard. cleanup -> cleanup-tree 2015-06-05 23:18:43 -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 cpu.x86.*: %mov-vm-ptr isn't so useful, shorter and simpler to write 2015-05-22 12:22:29 -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 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 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.sublime: keep Sublime Text 2 support like we do on OS X. 2015-06-01 15:34:32 -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 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 formatting: use nappend-as in sprintf. 2015-06-06 09:28:01 -07:00
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 using crlf. 2014-11-30 08:48:28 -08:00
functors functors: Learn to use git. 2013-04-14 14:32:04 -07:00
furnace use assoc-reject instead of [ ... not ] assoc-filter. 2015-05-12 19:08:42 -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 use reject instead of [ ... not ] filter. 2015-05-12 18:50:34 -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 use reject instead of [ ... not ] filter. 2015-05-12 18:50:34 -07:00
hints use assoc-reject instead of [ ... not ] assoc-filter. 2015-05-12 19:08:42 -07:00
html use assoc-reject instead of [ ... not ] assoc-filter. 2015-05-12 19:08:42 -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 io.files.unique: Better docs for with-unique-directory. 2015-06-01 15:22:05 -07:00
iokit Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08:00
json json.writer: make sure we make hex values two digits zero padded. 2015-01-04 09:37:03 -08:00
lcs Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08: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 listener: print version-info in command-line. 2014-11-13 09:58:37 -08: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: check for valid locals names. 2013-03-20 09:48:55 -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 match: rename ?1-tail to ?rest. 2014-11-29 17:10:54 -08:00
math math.functions: some silly cleanup. 2015-06-02 11:54:05 -07:00
memoize memoize: change unpacker to embed array type. 2013-03-14 14:50:41 -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 use radix literals 2011-11-23 19:03:40 -08:00
nmake cleanup some use of with-scope. 2012-07-19 13:55:34 -07:00
none
opengl use reject instead of [ ... not ] filter. 2015-05-12 18:50:34 -07:00
openssl basis/extra: cleanup uses of add-library. 2014-11-13 13:05:14 -08: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 present: adding M\ complex present. 2015-05-11 17:57:11 -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 combinators.smart: Fix reduce-outputs, rename quot*n to call-n, rewrite more macros as combinators. 2011-11-28 12:41:50 -08: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.generalizations: use concat-as in nappend-as. 2015-06-06 09:28:01 -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 break circularity 2011-11-27 11:45:28 -08:00
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 use assoc-reject instead of [ ... not ] assoc-filter. 2015-05-12 19:08:42 -07:00
tr Revert "tr: zip had a string as input. call { } zip-as instead." 2014-11-11 17:56:15 -08: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 minor cleanup to some docs. 2015-05-13 16:09:14 -07:00
unicode use assoc-reject instead of [ ... not ] assoc-filter. 2015-05-12 19:08:42 -07:00
unix unix: some using cleanups. 2014-12-24 11:16:11 -08:00
unrolled-lists deques: adding ?peek-front and ?peek-back. 2011-11-08 13:20:56 -08:00
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 minor cleanup to some docs. 2015-05-13 16:09:14 -07:00
webbrowser basis/extra: switch to "vocab." os name>> append require. 2014-11-13 13:00:44 -08:00
windows windows.com: Prevent release from being called with f, which causes a 2015-06-06 17:04:02 -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 use reject instead of [ ... not ] filter. 2015-05-12 18:50:34 -07:00