.. |
alien
|
alien.data: Add malloc-like for copying c-arrays into malloc'd c-arrays.
|
2012-09-26 17:11:48 -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
|
…
|
|
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
|
bit-sets: inline <bit-set>.
|
2012-09-28 20:29:39 -07:00 |
bit-vectors
|
…
|
|
bitstreams
|
rename some words to x>sequence and sequence>x.
|
2012-07-23 21:28:38 -07:00 |
bootstrap
|
bootstrap.image: adding make-my-image for @erg.
|
2012-09-21 11:35:46 -07:00 |
boxes
|
…
|
|
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
|
…
|
|
cairo
|
cairo: Store the error number in the error tuple.
|
2012-07-10 17:24:54 -07:00 |
calendar
|
calendar: Add yesterday, tomorrow, o'clock, am, pm.
|
2012-10-25 09:46:11 -07:00 |
channels
|
…
|
|
checksums
|
rename some words to x>sequence and sequence>x.
|
2012-07-23 21:28:38 -07:00 |
circular
|
circular: fix minor typo in copyright url.
|
2012-09-11 10:35:21 -07:00 |
classes/struct
|
classes.struct: inline M\ struct byte-length.
|
2012-09-21 11:50:45 -07:00 |
cocoa
|
Using "same?" in more places.
|
2012-07-21 10:22:44 -07:00 |
colors
|
colors: can't bootstrap when using locals in colors...
|
2012-10-21 14:53:24 -07:00 |
columns
|
…
|
|
combinators
|
combinators.smart: adding smart-2reduce and smart-2map-reduce, for @erg.
|
2012-09-26 17:43:26 -07:00 |
command-line
|
command-line: need to check for run differently.
|
2012-08-13 21:06:57 -07:00 |
compiler
|
change some "2drop 2drop" to "4drop".
|
2012-10-23 12:21:30 -07:00 |
compression
|
Change "3dup drop" to "2over".
|
2012-10-22 20:45:15 -07: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: delay rendered line calculation until needed.
|
2012-09-20 19:31:36 -07:00 |
cpu
|
kernel: Add 4dup, 4drop, and 4cleave.
|
2012-10-22 09:47:34 -07:00 |
csv
|
csv: bit faster writing csv.
|
2012-07-27 13:47:15 -07:00 |
db
|
Revert "db: don't nest transactions.
|
2012-09-26 13:29:40 -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
|
…
|
|
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: use $snippet to make format strings stand out in docs.
|
2012-09-24 09:48:58 -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
|
heaps: inline heap-size also.
|
2012-09-14 12:07:56 -07:00 |
help
|
help.markup: require $quotation to specify stack effect.
|
2012-09-27 11:08:52 -07:00 |
hints
|
hints: cleanup some hint setting.
|
2012-09-11 10:35:21 -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: bit more speed using unsafe words.
|
2012-09-19 10:33:52 -07:00 |
interval-sets
|
interval-maps: bit more speed using unsafe words.
|
2012-09-19 10:33:52 -07:00 |
inverse
|
make some predicates return t/f instead of something/f.
|
2012-07-29 10:52:46 -07:00 |
io
|
io.directories: defining "?delete-file".
|
2012-10-25 10:07:15 -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
|
…
|
|
match
|
Using "same?" in more places.
|
2012-07-21 10:22:44 -07:00 |
math
|
math.statistics: add some padding in the docs (looks better).
|
2012-10-25 21:01:17 -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
|
multline: fix docs for /*.
|
2012-09-22 16:45: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: cleanup formatting.
|
2012-10-23 17:13:29 -07: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
|
Change "3dup drop" to "2over".
|
2012-10-22 20:45:15 -07:00 |
porter-stemmer
|
…
|
|
present
|
present: simplify M\ pathname present.
|
2012-10-22 20:11:11 -07:00 |
prettyprint
|
prettyprint.backend: fix docs.
|
2012-07-29 11:52:36 -07:00 |
promises
|
…
|
|
quoted-printable
|
…
|
|
quoting
|
…
|
|
random
|
random: support random on sets.
|
2012-10-05 15:35:22 -07:00 |
refs
|
cleanup some use of with-scope.
|
2012-07-19 13:55:34 -07:00 |
regexp
|
Change "3dup drop" to "2over".
|
2012-10-22 20:45: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
|
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
|
sequences.generalizations: add "nfind" and "nany?".
|
2012-10-04 14:48:46 -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
|
simple-flat-file: using map! in some places.
|
2012-07-17 15:29:56 -07:00 |
simple-tokenizer
|
…
|
|
smtp
|
smtp: plain-auth-string should return a ... string.
|
2012-09-28 19:04:38 -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-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
|
change some "2drop 2drop" to "4drop".
|
2012-10-23 12:21:30 -07:00 |
strings/tables
|
strings.tables: adding empty format-table test case.
|
2012-07-13 22:14:25 -07:00 |
suffix-arrays
|
…
|
|
summary
|
summary: inline object-summary.
|
2012-09-21 11:36:04 -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
|
…
|
|
tools
|
tools.completion: don't use file-directory.
|
2012-10-23 09:49:44 -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
|
windows: Attempt to fix circularity.
|
2012-10-24 19:03:25 -07:00 |
unicode
|
unicode.breaks: inline word-break-classes.
|
2012-09-19 10:33:52 -07:00 |
unix
|
unix: adding mkfifo.
|
2012-10-24 20:08:32 -07:00 |
unrolled-lists
|
deques: adding ?peek-front and ?peek-back.
|
2011-11-08 13:20:56 -08:00 |
urls
|
urls: allow pathnames to convert >url.
|
2012-10-22 20:16:19 -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
|
io.directories: defining "?delete-file".
|
2012-10-25 10:07:15 -07:00 |
webbrowser
|
webbrowser: rename url-like to url-string.
|
2012-09-22 16:52:01 -07:00 |
windows
|
windows: Fix bootstrap.
|
2012-10-25 09:06:02 -07:00 |
wrap
|
wrap: more speedups.
|
2012-09-19 17:09:07 -07:00 |
x11
|
ui.backend.gtk.io.unix: switch to "mx get-global".
|
2012-08-01 16:22:23 -07:00 |
xml
|
xml.syntax: Nested xml literals were not handled correctly.
|
2012-10-24 10:48:22 -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 |