.. |
alien
|
alien.libraries.finder: How many patches does it take... I was dropping the wrong value from map-find.
|
2014-07-08 11:58:34 -07:00 |
ascii
|
improve help by linking to types directly.
|
2014-05-23 20:20:15 -07:00 |
atk
|
gtk: add library references.
|
2013-06-03 17:23:20 -07: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
|
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
|
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: 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
|
calendar.format: change to use formatting instead of math.parser.private.
|
2014-08-05 11:43:26 -07:00 |
channels
|
improve help by linking to types directly.
|
2014-05-23 20:20:15 -07:00 |
checksums
|
openssl: define a startup-hook so that openssl initializes automatically
|
2014-06-06 14:12:09 -07: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
|
cocoa.plists: use new NSFastEnumeration>hashtable word.
|
2014-07-08 16:12:41 -07:00 |
colors
|
colors: implement no-op color conversions.
|
2013-11-20 20:40:08 -08:00 |
columns
|
…
|
|
combinators
|
kernel: new combinator 2with = with with
|
2014-07-22 07:40:13 -07:00 |
command-line
|
command-line: need to check for run differently.
|
2012-08-13 21:06:57 -07:00 |
compiler
|
kernel: new combinator 2with = with with
|
2014-07-22 07:40:13 -07:00 |
compression
|
compression.zlib: faster by using byte-vectors.
|
2013-03-25 11:36:08 -07:00 |
concurrency
|
concurrency: Rename wait-timeout to timed-out-error for clarity. Add the timer that timed out to the error tuple.
|
2014-06-06 10:10:09 -07:00 |
core-foundation
|
core-foundation.fsevents: FSEventStreamEventId should be a ulonglong instead of longlong.
|
2014-07-07 15:18:57 -07:00 |
core-graphics
|
core-graphics: adding some more functions.
|
2013-09-20 11:58:01 -07:00 |
core-text
|
core-text.fonts: change to "LucidaGrande" to match Postscript name.
|
2014-04-24 12:10:13 -07:00 |
cpu
|
cpu.architecture: fix using from bad conflict merge.
|
2014-06-08 11:48:31 -07:00 |
csv
|
improve help by linking to types directly.
|
2014-05-23 20:20:15 -07:00 |
db
|
kernel: new combinator 2with = with with
|
2014-07-22 07:40:13 -07:00 |
debugger
|
kernel: new combinator 2with = with with
|
2014-07-22 07:40:13 -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
|
improve help by linking to types directly.
|
2014-05-23 20:20:15 -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
|
editors: adding some summary.txt.
|
2014-06-05 21:01:57 -07:00 |
endian
|
io.binary.fast: adding fast alien version of >le and >be.
|
2014-06-02 16:30:12 -07:00 |
environment
|
docs: change ``{ $quotation "( x -- y )" }`` to ``{ $quotation ( x -- y ) }``.
|
2014-05-18 20:09:10 -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
|
``swap drop`` is ``nip``.
|
2014-08-05 10:31:42 -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
|
improve help by linking to types directly.
|
2014-05-23 20:20:15 -07:00 |
game/input
|
``swap drop`` is ``nip``.
|
2014-08-05 10:31:42 -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
|
docs: change ``{ $quotation "( x -- y )" }`` to ``{ $quotation ( x -- y ) }``.
|
2014-05-18 20:09:10 -07:00 |
grouping
|
improve help by linking to types directly.
|
2014-05-23 20:20:15 -07:00 |
gtk
|
gtk.ffi: fixed.
|
2014-06-07 13:45: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: use before? and after?.
|
2014-07-10 07:53:13 -07:00 |
help
|
help.tutorial: make it more clear how the tests work, thanks @ambimorph!
|
2014-06-10 15:06:28 -07: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.client: adding version of download-to that checks file exists.
|
2014-06-09 08:57:45 -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
|
improve help by linking to types directly.
|
2014-05-23 20:20:15 -07:00 |
interval-sets
|
interval-sets: can just check one side or the other.
|
2014-05-19 09:40:51 -07:00 |
inverse
|
improve help by linking to types directly.
|
2014-05-23 20:20:15 -07:00 |
io
|
io.backend.unix.multiplexers.run-loop: don't enable-all-callbacks twice.
|
2014-08-05 10:31:42 -07:00 |
iokit
|
iokit: Rename
|
2013-03-24 10:11:17 -07:00 |
json
|
basis: fix some doc usings.
|
2014-05-24 06:59:54 -07:00 |
lcs
|
improve help by linking to types directly.
|
2014-05-23 20:20:15 -07:00 |
libc
|
libc.windows: We have to use utf8 since this is a libc call and the native
|
2014-07-07 00:50:47 -05:00 |
linked-assocs
|
Revert "Temporary patch for assoc-map on linked-assoc"
|
2014-04-27 15:24:26 -07:00 |
listener
|
listener: extract a loaded-vocab? word.
|
2014-06-04 09:52:51 -07:00 |
lists
|
improve help by linking to types directly.
|
2014-05-23 20:20:15 -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
|
kernel: new combinator 2with = with with
|
2014-07-22 07:40:13 -07: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
|
docs: change ``{ $quotation "( x -- y )" }`` to ``{ $quotation ( x -- y ) }``.
|
2014-05-18 20:09:10 -07:00 |
multiline
|
multiline: lexer-eof? is just still-parsing?.
|
2014-05-19 21:38:54 -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.capabilities: fix docs.
|
2014-06-08 18:14:20 -07:00 |
openssl
|
openssl: less usings.
|
2014-06-06 14:18:24 -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
|
improve help by linking to types directly.
|
2014-05-23 20:20:15 -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
|
Revert "prettyprint.config: string-limit? shouldn't be a global."
|
2014-08-05 10:48:31 -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
|
cleanup some use of with-scope.
|
2012-07-19 13:55:34 -07: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
|
improve help by linking to types directly.
|
2014-05-23 20:20:15 -07:00 |
sequences
|
improve help by linking to types directly.
|
2014-05-23 20:20:15 -07:00 |
serialize
|
use ``tuple-slots`` instead of ``tuple>array rest``.
|
2014-05-23 13:27:59 -07: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
|
simple-tokenizer: cleanup using list.
|
2014-05-23 13:26:29 -07:00 |
smtp
|
smtp: Use a config object. Fix docs. Fix unit tests.
|
2014-04-15 21:59:14 -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: 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
|
compiler, stack-checker docs: Fix for 32-bit builds.
|
2014-07-03 12:21:17 -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
|
system-info.macosx: use int-arrays.
|
2014-06-02 15:57:15 -07:00 |
threads
|
docs: change ``{ $quotation "( x -- y )" }`` to ``{ $quotation ( x -- y ) }``.
|
2014-05-18 20:09:10 -07:00 |
timers
|
timers: use typed to speedup 10%.
|
2013-02-19 15:40:45 -08:00 |
tools
|
tools.deploy.macosx: deployed apps should be retina-capable.
|
2014-08-05 11:43:26 -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
|
kernel: new combinator 2with = with with
|
2014-07-22 07:40:13 -07:00 |
ui
|
ui.tools.browser: Remove dialog-window attribute from help browser. The window has enough content to merit a panel in a tiling window manager, and this attribute forces the window to always be in front on GTK, which is annoying.
|
2014-08-05 11:35:49 -07:00 |
unicode
|
kernel: new combinator 2with = with with
|
2014-07-22 07:40:13 -07:00 |
unix
|
unix: Ignore failures if errno is EINTR on close(2). Fixes #908.
|
2014-07-07 14:55:13 -07: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
|
Docs: for compiler, vm and combinators
|
2014-06-08 11:48:30 -07:00 |
vocabs
|
kernel: new combinator 2with = with with
|
2014-07-22 07:40:13 -07:00 |
webbrowser
|
webbrowser: adding open-file support for pathnames.
|
2013-11-17 12:57:11 -08:00 |
windows
|
windows.directx: Upgrade xinput library.
|
2014-07-09 22:36:44 -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
|
improve help by linking to types directly.
|
2014-05-23 20:20:15 -07:00 |
xml-rpc
|
improve help by linking to types directly.
|
2014-05-23 20:20:15 -07:00 |
xmode
|
http.server.responses: adding <html-content>, use it.
|
2014-04-22 13:47:25 -07:00 |