.. |
alien
|
Revert "Revert "alien.data: <ref> doesn't need to zero memory.""
|
2014-03-07 11:19:36 -08:00 |
ascii
|
ascii: change >words not to use split*.
|
2013-04-01 09:13:33 -07:00 |
atk
|
gtk: add library references.
|
2013-06-03 17:23:20 -07:00 |
base64
|
base64: faster encode and decode.
|
2013-03-21 17:46:07 -07:00 |
biassocs
|
biassocs: implement keys/values.
|
2013-04-07 12:55:29 -07:00 |
binary-search
|
binary-search: faster by specializing on array and vectors.
|
2013-04-19 11:35:14 -07:00 |
bit-arrays
|
bit-arrays: use integer>fixnum, cleanup resize.
|
2013-04-04 18:12:20 -07:00 |
bit-sets
|
bit-sets: use adjoin-all.
|
2013-03-23 22:07:22 -07:00 |
bit-vectors
|
…
|
|
bitstreams
|
rename some words to x>sequence and sequence>x.
|
2012-07-23 21:28:38 -07:00 |
bootstrap
|
http.client: remove http-get* and its friends, change http-request* and with-http-request* to not check response codes.
|
2014-03-12 19:39:15 -07:00 |
boxes
|
boxes: don't check occupied twice.
|
2013-03-21 17:57:03 -07:00 |
byte-arrays/hex
|
use concat instead of join.
|
2013-04-06 17:02:22 -07:00 |
cache
|
destructors: more efficient dispose-each (not using make).
|
2013-05-20 16:43:00 -07:00 |
cairo
|
gtk: add library references.
|
2013-06-03 17:23:20 -07:00 |
calendar
|
libc: several vocabs now need to depend on libc
|
2014-04-02 12:13:00 -05:00 |
channels
|
…
|
|
checksums
|
checksums.sha: minor speedup.
|
2014-03-04 10:05:03 -08:00 |
circular
|
circular: rename circular-while* to circular-loop, add some docs.
|
2013-09-06 10:16:20 -07:00 |
classes/struct
|
classes.struct: factoring struct-size out.
|
2013-04-24 21:00:37 -07:00 |
cocoa
|
cocoa.apple-script: adding some docs.
|
2013-10-11 08:25:11 -07:00 |
colors
|
colors: implement no-op color conversions.
|
2013-11-20 20:40:08 -08:00 |
columns
|
…
|
|
combinators
|
combinators.smart: Clarify stack effect for cleave>array.
|
2013-05-14 14:33:04 -07:00 |
command-line
|
command-line: need to check for run differently.
|
2012-08-13 21:06:57 -07:00 |
compiler
|
compiler.tree.propagation.transforms: previous H{ } and HS{ } optimization no longer necessary.
|
2014-01-08 09:56:08 -08:00 |
compression
|
compression.zlib: faster by using byte-vectors.
|
2013-03-25 11:36:08 -07:00 |
concurrency
|
http.client: remove http-get* and its friends, change http-request* and with-http-request* to not check response codes.
|
2014-03-12 19:39:15 -07:00 |
core-foundation
|
core-foundation.launch-services: adding UTCoreTypes.h.
|
2013-09-20 11:53:58 -07:00 |
core-graphics
|
core-graphics: adding some more functions.
|
2013-09-20 11:58:01 -07:00 |
core-text
|
core-text: better check.
|
2012-11-01 16:43:26 -07:00 |
cpu
|
basis: Re-enable some things I commented out. Fixes #22. Thanks @ajvondrak!
|
2012-12-31 11:48:30 -08:00 |
csv
|
csv: empty strings and files are valid csv:s
|
2014-02-19 03:37:37 -08:00 |
db
|
db.tester: put cpu in sqlite-test-db name.
|
2013-04-17 16:14:09 -07:00 |
debugger
|
debugger: Fix error message.
|
2013-03-29 17:37: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: Rename consult-method.
|
2013-03-23 16:51:34 -07:00 |
deques
|
deques: fix stack effect to have "deque" not "dlist".
|
2012-07-13 15:14:51 -07:00 |
disjoint-sets
|
disjoint-sets: ahem.
|
2013-03-21 18:13:24 -07:00 |
dlists
|
dlists: make push-sorted inline
|
2013-09-18 18:22:58 -07:00 |
documents
|
update docs for help.lint checks.
|
2013-08-24 11:39:31 -07:00 |
editors
|
editors.textwrangler: Fall back to launching with open -a if you installed from the Mac Store and thus do not have ``edit``, which is the real TextWrangler launch program.
|
2013-04-10 17:40:59 -07:00 |
endian
|
basis/extra: Update last usages of <sliced-groups> to <groups>.
|
2013-03-23 12:08:18 -07:00 |
environment
|
libc: several vocabs now need to depend on libc
|
2014-04-02 12:13:00 -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
|
formatting: make printf faster.
|
2014-02-10 20:39:08 -08: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
|
functors: Learn to use git.
|
2013-04-14 14:32:04 -07:00 |
furnace
|
http.client: remove http-get* and its friends, change http-request* and with-http-request* to not check response codes.
|
2014-03-12 19:39:15 -07:00 |
game/input
|
update docs for help.lint checks.
|
2013-08-24 11:39:31 -07:00 |
gdk
|
images.loader: support for saving images on the gtk-image backend
|
2014-03-14 07:32:26 -07:00 |
generalizations
|
generalizations: fix docs for nrot and -nrot.
|
2014-02-10 20:40:01 -08:00 |
gio
|
gtk: add library references.
|
2013-06-03 17:23:20 -07:00 |
glib
|
gtk: add library references.
|
2013-06-03 17:23:20 -07:00 |
globs
|
…
|
|
gmodule
|
Make "foo.private" require load foo instead.
|
2011-11-02 11:50:03 -07:00 |
gobject
|
gtk: add library references.
|
2013-06-03 17:23:20 -07:00 |
gobject-introspection
|
Missed yet more renames
|
2011-10-24 17:00:09 -07:00 |
graphs
|
graphs: fix stack effect to be more clear on closure.
|
2013-03-24 09:34:05 -07:00 |
grouping
|
grouping: fix circular-slice equal.
|
2013-03-28 20:05:42 -07:00 |
gtk
|
gtk: add library references.
|
2013-06-03 17:23:20 -07: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: Add >min-heap, >max-heap.
|
2013-04-06 13:50:16 -07:00 |
help
|
help.lint.checks: check for disposable leaks and print more details when $values are wrong
|
2014-04-14 08:37:52 -07:00 |
hints
|
hints: add string specializer to member-eq?.
|
2013-11-20 16:38:57 -08:00 |
html
|
html.streams: allow non-equal padding values.
|
2013-04-11 14:47:57 -07:00 |
http
|
http.client: add starred versions that do not check response code for success.
|
2014-03-13 12:26:35 -07:00 |
images
|
images.loader: simplify registrations.
|
2014-03-14 09:17:13 -07:00 |
inspector
|
ui: change some places to call safe-summary.
|
2012-07-22 14:37:15 -07:00 |
interpolate
|
interpolate: adding generalized numbered string interpolate.
|
2013-07-24 08:44:31 -07:00 |
interval-maps
|
interval-maps: bit of unsafe.
|
2013-03-07 10:46:41 -08:00 |
interval-sets
|
basis/extra: Update last usages of <sliced-groups> to <groups>.
|
2013-03-23 12:08:18 -07:00 |
inverse
|
make some predicates return t/f instead of something/f.
|
2012-07-29 10:52:46 -07:00 |
io
|
io.sockets: example for the with-socket function
|
2014-04-14 08:42:09 -07:00 |
iokit
|
iokit: Rename
|
2013-03-24 10:11:17 -07:00 |
json
|
json: some performance improvements.
|
2013-03-14 18:53:13 -07:00 |
lcs
|
lcs: more performance improvements.
|
2013-03-21 21:16:34 -07:00 |
libc
|
libc: fix tests using.
|
2014-04-04 09:29:42 -07:00 |
linked-assocs
|
assocs: Add of and ?of. Change all the things at once! Fixes #701.
|
2013-03-23 14:59:07 -07:00 |
listener
|
listener: choose dark foreground on light background.
|
2013-04-25 16:18:11 -07:00 |
lists
|
lists: Fix lists
|
2013-03-24 21:48:40 -07: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.server: add support for changing the logging root temporarily.
|
2014-03-12 12:41:57 -07:00 |
macros
|
macros: clean up the usage example of MACRO: syntax
|
2011-02-05 00:00:37 +09:00 |
match
|
match: fix test syntax.
|
2013-07-25 07:02:47 -07:00 |
math
|
math.bitwise: fix docs for mask and unmask (they don't return a boolean).
|
2014-02-09 15:36:49 -08:00 |
memoize
|
memoize: change unpacker to embed array type.
|
2013-03-14 14:50:41 -07:00 |
mime
|
assocs: Add of and ?of. Change all the things at once! Fixes #701.
|
2013-03-23 14:59:07 -07:00 |
mirrors
|
mirrors: fix tests.
|
2013-04-23 07:56:58 -07:00 |
models
|
more use of H{ } make.
|
2012-07-19 11:24:45 -07:00 |
multiline
|
strings, multiline: Fix unexpected-eof.
|
2013-03-23 21:42:26 -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
|
opengl.gl: Fix opengl loading for Windows.
|
2013-06-04 09:10:37 -07:00 |
openssl
|
openssl.libssl: better way to change library dll for windows
|
2013-10-11 10:23:40 -07:00 |
pack
|
pack: add some tests for expand-pack-format.
|
2014-02-24 13:48:11 -08:00 |
pango
|
gtk: add library references.
|
2013-06-03 17:23:20 -07:00 |
peg
|
switch some vocabs to 4 spaces.
|
2013-07-24 14:52:09 -07:00 |
persistent
|
fix some uses of "1 head*" to be "but-last".
|
2013-11-24 20:42:30 -08:00 |
porter-stemmer
|
…
|
|
present
|
present: simplify M\ pathname present.
|
2012-10-22 20:11:11 -07:00 |
prettyprint
|
prettyprint: fix off-by-one, thanks @adjvondrak!
|
2013-04-25 20:19:12 -07:00 |
promises
|
promises: rename.
|
2013-03-24 15:33:19 -07:00 |
quoted-printable
|
…
|
|
quoting
|
…
|
|
random
|
random: simplify using bitwise operations.
|
2014-02-25 15:59:51 -08:00 |
refs
|
cleanup some use of with-scope.
|
2012-07-19 13:55:34 -07:00 |
regexp
|
regexp.minimize: use sort-pair instead of natural-sort.
|
2013-04-02 16:54:25 -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: fixing summary for ALIAS.
|
2013-03-31 17:12:35 -07:00 |
sequences
|
sequences.windowed: fixup stack effect for rolling-map.
|
2013-10-12 11:46:05 -07:00 |
serialize
|
use radix literals
|
2011-11-23 19:03:40 -08:00 |
shuffle
|
kernel: Add 4dup, 4drop, and 4cleave.
|
2012-10-22 09:47:34 -07:00 |
simple-flat-file
|
adding some summary.txt files.
|
2013-04-26 17:43:24 -07:00 |
simple-tokenizer
|
adding some summary.txt files.
|
2013-04-26 17:43:24 -07:00 |
smtp
|
smtp: plain-auth-string should return a ... string.
|
2012-09-28 19:04:38 -07:00 |
sorting
|
sorting.insertion: faster with unsafe words.
|
2013-10-14 15:28:05 -07:00 |
soundex
|
…
|
|
source-files/errors/debugger
|
break circularity
|
2011-11-27 11:45:28 -08:00 |
specialized-arrays
|
specialized-arrays: Don't generate malloc-foo-array words. Use 4 \ double malloc-array instead.
|
2012-09-26 16:25:20 -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
|
stack-checker.dependencies: use short-circuit better.
|
2013-04-06 16:44:50 -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
|
…
|
|
summary
|
summary: adding summary of sets.
|
2013-11-25 16:25:02 -08:00 |
syndication
|
http.client: remove http-get* and its friends, change http-request* and with-http-request* to not check response codes.
|
2014-03-12 19:39:15 -07:00 |
system-info
|
more libc fixes.
|
2014-04-04 08:03:46 -07:00 |
threads
|
cleanup some use of with-scope.
|
2012-07-19 13:55:34 -07:00 |
timers
|
timers: use typed to speedup 10%.
|
2013-02-19 15:40:45 -08:00 |
tools
|
help.lint.checks: check for disposable leaks and print more details when $values are wrong
|
2014-04-14 08:37:52 -07:00 |
tr
|
hints: prevent specialization on inline-recursive words.
|
2013-03-04 17:34:20 -08:00 |
tuple-arrays
|
slice boa -> <slice-unsafe>
|
2011-11-09 19:22:09 -08:00 |
typed
|
words: Change word -> last-word, set-word -> set-last-word.
|
2013-03-23 16:12:03 -07:00 |
ui
|
ui.backend.gtk: connect ui signals before realizing the widget
|
2014-03-02 19:11:55 -08:00 |
unicode
|
assocs: Add of and ?of. Change all the things at once! Fixes #701.
|
2013-03-23 14:59:07 -07:00 |
unix
|
more libc fixes.
|
2014-04-04 08:03:46 -07:00 |
unrolled-lists
|
deques: adding ?peek-front and ?peek-back.
|
2011-11-08 13:20:56 -08:00 |
urls
|
urls.tests: unit tests for url-addr
|
2014-04-14 08:42:08 -07:00 |
uuid
|
uui: remove trailing spaces.
|
2013-03-06 09:20:59 -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
|
libc: several vocabs now need to depend on libc
|
2014-04-02 12:13:00 -05:00 |
webbrowser
|
webbrowser: adding open-file support for pathnames.
|
2013-11-17 12:57:11 -08:00 |
windows
|
io.sockets.windows: wrap ioctlsocket and related constants to enable
|
2014-04-02 16:50:20 -05: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
|
xml.tokenize: fix cdata parsing problem.
|
2014-02-06 21:12:57 -08:00 |
xml-rpc
|
http.client: few more fixes.
|
2014-03-12 19:49:58 -07:00 |
xmode
|
xmode.highlight: highlight vocabs and pathnames too.
|
2013-03-28 21:03:17 -07:00 |