factor/basis
Doug Coleman 8b51ddcbe2 sqlite: Fix using. 2012-08-26 11:57:24 -07:00
..
alien Revert "alien.libraries: allow "foo f address-of" to be folded." 2012-07-31 22:11:25 -07:00
ascii Revert "ascii: adding title case." 2012-04-05 14:37:56 -07:00
atk Make "foo.private" require load foo instead. 2011-11-02 11:50:03 -07:00
base64 use radix literals 2011-11-23 19:03:40 -08:00
biassocs biassocs: fix typo to '>biassoc' description and 'biassocs' article in docs 2011-01-04 22:34:46 +09:00
binary-search binary-search: check +eq+ last. 2012-07-13 16:21:18 -07:00
bit-arrays bit-arrays: move toggle-bit to bit-arrays.private. 2012-08-21 18:05:59 -07:00
bit-sets Using "same?" in more places. 2012-07-21 10:22:44 -07:00
bit-vectors
bitstreams rename some words to x>sequence and sequence>x. 2012-07-23 21:28:38 -07:00
bootstrap rename some words to x>sequence and sequence>x. 2012-07-23 21:28:38 -07:00
boxes Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO) 2010-05-06 17:21:02 -04:00
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 cache: add unit tests, make clear-assoc method dispose of all values 2010-10-25 23:52:45 -05:00
cairo cairo: Store the error number in the error tuple. 2012-07-10 17:24:54 -07:00
calendar calendar.unix: inline some things. 2012-08-15 08:29:46 -07:00
channels Squashed commit of the following: 2010-09-27 19:12:33 -05:00
checksums rename some words to x>sequence and sequence>x. 2012-07-23 21:28:38 -07:00
circular Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO) 2010-05-06 17:21:02 -04:00
classes/struct Using "same?" in more places. 2012-07-21 10:22:44 -07:00
cocoa Using "same?" in more places. 2012-07-21 10:22:44 -07:00
colors "H{ } substitute" is faster than "{ } substitute". 2012-07-13 19:06:38 -07:00
columns
combinators combinators.smart: adding smart-with. 2012-08-13 19:32:12 -07:00
command-line command-line: need to check for run differently. 2012-08-13 21:06:57 -07:00
compiler assocs: Add sift-keys and sift-values. Remove three other implementations 2012-08-23 22:36:10 -07:00
compression use radix literals 2011-11-23 19:03:40 -08:00
concurrency fix some docs to have string article names. 2012-07-31 14:41:32 -07:00
core-foundation core-foundation.run-loop: remove reset on every iteration. 2012-08-01 16:59:33 -07:00
core-graphics use radix literals 2011-11-23 19:03:40 -08:00
core-text core-text: use cached-lines get-global. 2012-08-02 21:35:28 -07:00
cpu using if-zero in even more places. 2012-07-16 19:38:49 -07:00
csv csv: bit faster writing csv. 2012-07-27 13:47:15 -07:00
db sqlite: Fix using. 2012-08-26 11:57:24 -07:00
debugger debugger: summary on check-mixin-class-error 2012-06-21 09:12:15 -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 io: Make stream-contents call stream-contents* and do the disposal in the top-level. Fixes #645. 2012-08-25 17:03:51 -07:00
deques deques: fix stack effect to have "deque" not "dlist". 2012-07-13 15:14:51 -07:00
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 Using "same?" in more places. 2012-07-21 10:22:44 -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 editors.vim: use string as article name. 2012-08-13 18:22:14 -07:00
endian Move <ref>, deref and little-endian? from alien.c-types to alien.data, remove <c-object> 2010-12-25 16:55:36 -08:00
environment environment: Don't depend on unix for docs. 2012-08-25 21:36:43 -07: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: some cleanup, minor performance improvements. 2012-07-20 09:41:05 -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 Missed yet more renames 2011-10-24 17:00:09 -07:00
functors using the new H{ } make. 2012-07-19 09:50:09 -07:00
furnace Using "same?" in more places. 2012-07-21 10:22:44 -07:00
game/input renaming fixes: Forgot some words. 2012-06-21 11:54:43 -07:00
gdk Make "foo.private" require load foo instead. 2011-11-02 11:50:03 -07:00
generalizations help-lint fixes for recent changes 2011-12-07 12:26:35 -08:00
gio Make "foo.private" require load foo instead. 2011-11-02 11:50:03 -07:00
glib macosx: Remove /opt/local prefix on some mac ffi libs. 2012-06-18 17:01:29 -07:00
globs
gmodule Make "foo.private" require load foo instead. 2011-11-02 11:50:03 -07:00
gobject Make "foo.private" require load foo instead. 2011-11-02 11:50:03 -07:00
gobject-introspection Missed yet more renames 2011-10-24 17:00:09 -07:00
grouping slice boa -> <slice-unsafe> 2011-11-09 19:22:09 -08:00
gtk Make "foo.private" require load foo instead. 2011-11-02 11:50:03 -07:00
hashtables Using "same?" in more places. 2012-07-21 10:22:44 -07:00
heaps Clean up heaps implementation, test max-heaps. 2011-04-10 12:57:39 -05:00
help help.tutorial: Explain the workflow before telling the user to edit the code. 2012-08-15 08:58:14 -07:00
hints hints: prepend should have same hints as append. 2012-07-16 11:07:13 -07:00
html Rename lookup to lookup-word. 2011-11-06 16:00:00 -08:00
http http: only parse expires if non-empty. 2012-07-27 13:46:45 -07:00
images images: gdiplus had a resource leak (file descriptor). change stream>image to dispose of the 2012-08-25 11:44:40 -07:00
inspector ui: change some places to call safe-summary. 2012-07-22 14:37:15 -07:00
interpolate
interval-maps interval-maps: allow interval-at and interval-key? to optimize better... 2012-08-24 14:37:46 -07:00
interval-sets interval-sets: inline unicode constant. 2012-05-07 17:31:32 -07:00
inverse make some predicates return t/f instead of something/f. 2012-07-29 10:52:46 -07:00
io io.sockets: Minor cleanup. 2012-08-26 00:04:53 -07:00
iokit use radix literals 2011-11-23 19:03:40 -08:00
json json.writer: slightly faster using first2. 2012-07-11 20:47:38 -07:00
lcs
libc Using "same?" in more places. 2012-07-21 10:22:44 -07:00
linked-assocs dlists: rename "dlist>seq" to "dlist>sequence". 2012-07-13 15:53:38 -07:00
listener listener: move pprint error catching to stack. 2012-06-01 17:54:58 -07:00
lists fix some docs to have string article names. 2012-07-31 14:41:32 -07:00
literals use radix literals 2011-11-23 19:03:40 -08:00
locals core: in-definition -> with-definition. 2012-08-24 16:07:31 -07:00
logging logging.server: Modernize a bit. 2012-08-25 18:42:37 -07:00
macros macros: clean up the usage example of MACRO: syntax 2011-02-05 00:00:37 +09:00
match Using "same?" in more places. 2012-07-21 10:22:44 -07:00
math assocs: Add sift-keys and sift-values. Remove three other implementations 2012-08-23 22:36:10 -07:00
memoize Revert "memoize: faster memoize for single argument words." 2012-08-23 17:47:23 -07:00
mime more use of H{ } make. 2012-07-19 11:24:45 -07:00
mirrors namespaces: Rename ``bind`` to ``with-variables``. Update a few places that called ``global [ ] with-variables`` to use ``with-global``. 2012-07-19 00:02:47 -07:00
models more use of H{ } make. 2012-07-19 11:24:45 -07:00
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 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 radix literals 2011-11-23 19:03:40 -08:00
openssl use radix literals 2011-11-23 19:03:40 -08:00
pack cleanup some use of with-scope. 2012-07-19 13:55:34 -07:00
pango Make "foo.private" require load foo instead. 2011-11-02 11:50:03 -07:00
peg Using "same?" in more places. 2012-07-21 10:22:44 -07:00
persistent Using "same?" in more places. 2012-07-21 10:22:44 -07:00
porter-stemmer
present Fix all failures in the linux64 build email 2011-10-24 19:33:09 -07:00
prettyprint prettyprint.backend: fix docs. 2012-07-29 11:52:36 -07:00
promises
quoted-printable
quoting
random random: Bump up the random unit tests from 50k to 500k. At 50k, pareto doesn't have enough samples to get the right std. At 500k, it should never fail again.. 2012-08-16 14:14:08 -07:00
refs cleanup some use of with-scope. 2012-07-19 13:55:34 -07:00
regexp assocs: Add sift-keys and sift-values. Remove three other implementations 2012-08-23 22:36:10 -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 deques: adding ?peek-front and ?peek-back. 2011-11-08 13:20:56 -08:00
see see: more information on built-in classes. 2012-07-27 14:59:49 -07:00
sequences Using "same?" in more places. 2012-07-21 10:22:44 -07:00
serialize use radix literals 2011-11-23 19:03:40 -08:00
shuffle Move remaining sequence operations from generalizations to sequences.generalizations where they belong 2010-05-18 18:36:47 -04:00
simple-flat-file simple-flat-file: using map! in some places. 2012-07-17 15:29:56 -07:00
simple-tokenizer
smtp io.sockets.secure.unix.debug: move to io.sockets.secure.debug (not unix specific). 2012-07-19 19:17:52 -07:00
sorting hybrid -> alphanum in stack effects 2011-10-02 11:59:38 -07:00
soundex
source-files/errors/debugger break circularity 2011-11-27 11:45:28 -08:00
specialized-arrays specialized-array: The day of doing everything twice. 2012-08-25 22:53:22 -07:00
specialized-vectors specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
splitting/monotonic Using "same?" in more places. 2012-07-21 10:22:44 -07:00
stack-checker Using "same?" in more places. 2012-07-21 10:22:44 -07:00
strings/tables strings.tables: adding empty format-table test case. 2012-07-13 22:14:25 -07:00
suffix-arrays Make suffix arrays prune repeated members before construction 2010-08-18 11:35:08 -05:00
summary summary: adding a safe-summary that catches any errors calling summary. 2012-07-22 14:36:51 -07:00
syndication fix link when extracting the feed address 2011-12-16 16:07:01 -08:00
system-info system-info.macosx: adding "Mountain Lion". 2012-02-16 08:30:56 -08:00
threads cleanup some use of with-scope. 2012-07-19 13:55:34 -07:00
timers db.tuples, timers: few $unchecked-examples turn into $codes 2011-01-08 22:31:07 +09:00
tools assocs: Add sift-keys and sift-values. Remove three other implementations 2012-08-23 22:36:10 -07: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 slice boa -> <slice-unsafe> 2011-11-09 19:22:09 -08:00
typed make some predicates return t/f instead of something/f. 2012-07-29 10:52:46 -07:00
ui assocs: Add sift-keys and sift-values. Remove three other implementations 2012-08-23 22:36:10 -07:00
unicode unicode.case: slightly faster >title. 2012-08-24 15:16:27 -07:00
unix unix.time: faster "0 make-timeval". 2012-08-01 14:31:18 -07:00
unrolled-lists deques: adding ?peek-front and ?peek-back. 2011-11-08 13:20:56 -08:00
urls Spelling fixes to documentation. 2011-08-26 16:20:31 -07:00
uuid use radix literals 2011-11-23 19:03:40 -08:00
validators Cleanup more lint warnings. 2011-10-14 12:31:46 -07:00
vectors/functor
vlists
vm cpu.*.bootstrap: clear faulting flag directly 2011-11-12 13:02:57 -08:00
vocabs vocabs.cache: bringing back the fry change. 2012-08-13 12:44:33 -07:00
webbrowser webbrowser: move to basis for tools.deploy.unix 2012-03-26 10:18:10 -07:00
windows Using "same?" in more places. 2012-07-21 10:22:44 -07:00
wrap wrap.words: missed this commit. 2012-08-03 08:44:22 -07:00
x11 ui.backend.gtk.io.unix: switch to "mx get-global". 2012-08-01 16:22:23 -07:00
xml xml.tokenize: minor speedups. 2012-08-24 15:16:27 -07:00
xml-rpc more cleanup for H{ } make. 2012-07-19 11:39:56 -07:00
xmode let's pretend BIN: HEX: OCT: never happened 2011-11-23 19:22:37 -08:00