factor/basis
John Benediktsson b597c6b329 specialized-arrays: cleanup using and direct-slice-unsafe. 2014-11-29 20:02:51 -08:00
..
alien alien.syntax: We have to include alien.arrays somewhere before libc loads. 2014-11-17 09:44:21 -08: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 base64: inline the { 3 2 1 0 } [ -6 * ]. 2014-04-29 15:59:48 -07: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 improve help by linking to types directly. 2014-05-23 20:20:15 -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 rename some words to x>sequence and sequence>x. 2012-07-23 21:28:38 -07:00
bootstrap bootstrap.image.download: use my-boot-image-name. 2014-11-15 16:20:02 -08:00
boxes improve help by linking to types directly. 2014-05-23 20:20:15 -07:00
byte-arrays/hex use concat instead of join. 2013-04-06 17:02:22 -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: use format-float more. 2014-11-28 21:27:30 -08:00
channels improve help by linking to types directly. 2014-05-23 20:20:15 -07:00
checksums math.vectors: changes so that some vocabs that can use math.vector words does it 2014-11-17 19:02:12 -08:00
circular circular: fix formatting on the last line. 2014-05-23 14:32:04 -07:00
classes/struct classes.struct: factoring struct-size out. 2013-04-24 21:00:37 -07:00
cocoa Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08:00
colors Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08:00
columns Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
combinators kernel: new combinator 2with = with with 2014-07-22 07:40:13 -07:00
command-line command-line: make script and -run= param behave similarly. 2014-09-25 21:08:15 -07:00
compiler classes.tuple: use slots>tuple when possible. 2014-11-29 16:54:50 -08:00
compression basis/extra: cleanup uses of add-library. 2014-11-13 13:05:14 -08:00
concurrency Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08:00
core-foundation core-foundation: define some more callbacks. 2014-08-05 16:09:04 -07:00
core-graphics core-graphics: adding some more functions. 2013-09-20 11:58:01 -07:00
core-text math.vectors: changes so that some vocabs that can use math.vector words does it 2014-11-17 19:02:12 -08:00
cpu cpu.architecture.tests: fix tests for win 64 2014-11-24 04:20:07 +01:00
csv csv: need to handle \r because windows lines ends with \r\n 2014-09-25 10:00:07 -07:00
db basis/extra: cleanup uses of add-library. 2014-11-13 13:05:14 -08:00
debugger VM: try and recover with a kernel error from the callback heap running out 2014-09-29 07:30:20 -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 Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08:00
deques deques: doc examples 2014-08-13 11:01:11 -07:00
disjoint-sets improve help by linking to types directly. 2014-05-23 20:20:15 -07:00
dlists improve help by linking to types directly. 2014-05-23 20:20:15 -07:00
documents improve help by linking to types directly. 2014-05-23 20:20:15 -07:00
editors removing small and unnecessary files. 2014-11-29 17:24:42 -08: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: specify integer instead of fixnum as bignums are supported. 2014-09-04 09:35:15 -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 ftp.server: Fix bug where serving directory is always f. Need better tests for this vocab. 2014-04-26 14:52:37 -07:00
functors functors: Learn to use git. 2013-04-14 14:32:04 -07:00
furnace Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08:00
game/input basis/extra: fix using for map-index move back to sequences. 2014-11-11 18:00:44 -08:00
gdk basis/extra: cleanup uses of add-library. 2014-11-13 13:05:14 -08:00
generalizations generalizations: fix docs for nrot and -nrot. 2014-02-10 20:40:01 -08: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 fix last globs test on windows 2010-02-16 22:19:56 -08:00
gmodule basis/extra: cleanup uses of add-library. 2014-11-13 13:05:14 -08:00
gobject basis/extra: cleanup uses of add-library. 2014-11-13 13:05:14 -08:00
gobject-introspection Missed yet more renames 2011-10-24 17:00:09 -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 Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08:00
help Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08:00
hints hints: specialize le> and be> for byte-array. 2014-06-02 17:10:16 -07:00
html improve help by linking to types directly. 2014-05-23 20:20:15 -07:00
http http.server: Make sure http.forms is loaded for http.server docs. Fixes #1216. 2014-11-23 01:05:21 -08:00
images images.loader.gdiplus: use foo <c-direct-array> instead of <direct-foo-array>. 2014-11-29 18:58:42 -08:00
inspector ui: change some places to call safe-summary. 2012-07-22 14:37:15 -07:00
interpolate basis/extra: fix using for map-index move back to sequences. 2014-11-11 18:00:44 -08: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 Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08:00
io removing small and unnecessary files. 2014-11-29 17:24:42 -08:00
iokit Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08:00
json json: rename json-allow-nans? to json-allow-fp-special?. 2014-11-28 16:36:07 -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: clean up the usage example of MACRO: syntax 2011-02-05 00:00:37 +09:00
match match: rename ?1-tail to ?rest. 2014-11-29 17:10:54 -08:00
math math.vectors: new word v>integer = [ >integer ] map 2014-11-17 19:02:12 -08:00
memoize memoize: change unpacker to embed array type. 2013-03-14 14:50:41 -07:00
mime Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08:00
mirrors mirrors: fix tests. 2013-04-23 07:56:58 -07:00
models docs: change ``{ $quotation "( x -- y )" }`` to ``{ $quotation ( x -- y ) }``. 2014-05-18 20:09:10 -07: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 Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08: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 peg.ebnf: Update docs for peg change. 2014-10-23 13:47:40 -07:00
persistent improve help by linking to types directly. 2014-05-23 20:20:15 -07:00
porter-stemmer basis: fix some doc usings. 2014-05-24 06:59:54 -07:00
present present: simplify M\ pathname present. 2012-10-22 20:11:11 -07:00
prettyprint prettyprint: @mrjbq7's funny word for . that doesn't limit the length of things. 2014-10-09 18:54: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 Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08:00
regexp improve help by linking to types directly. 2014-05-23 20:20:15 -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 pop-front* and pop-back*. 2014-05-23 13:55:46 -07:00
see see: disable string-limit? when setting margin to zero. 2014-09-03 17:14:00 -07:00
sequences 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
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: cleanup using list. 2014-05-23 13:26:29 -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
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 specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
splitting/monotonic splitting.monotonic: faster monotonic-split. 2014-11-15 16:52:31 -08:00
stack-checker removing small and unnecessary files. 2014-11-29 17:24:42 -08: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 Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08: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 docs: change ``{ $quotation "( x -- y )" }`` to ``{ $quotation ( x -- y ) }``. 2014-05-18 20:09:10 -07:00
timers Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08:00
tools Revert "tools.test: Print tests homoiconically. There is too much spacing still" 2014-11-23 23:59:57 -08: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 removing small and unnecessary files. 2014-11-29 17:24:42 -08:00
unicode Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08:00
unix basis: some more os require cleanup. 2014-11-15 15:56:37 -08:00
unrolled-lists deques: adding ?peek-front and ?peek-back. 2011-11-08 13:20:56 -08:00
urls improve help by linking to types directly. 2014-05-23 20:20:15 -07:00
uuid uui: remove trailing spaces. 2013-03-06 09:20:59 -08:00
validators improve help by linking to types directly. 2014-05-23 20:20:15 -07:00
vectors/functor
vlists
vm compiler.codegen.gc-maps: check-d>> and check-r>> now used in the code generator 2014-09-08 14:54:17 -07:00
vocabs removing small and unnecessary files. 2014-11-29 17:24:42 -08:00
webbrowser basis/extra: switch to "vocab." os name>> append require. 2014-11-13 13:00:44 -08:00
windows Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08: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 Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08:00
xml-rpc improve help by linking to types directly. 2014-05-23 20:20:15 -07:00
xmode removing small and unnecessary files. 2014-11-29 17:24:42 -08:00