factor/basis
Doug Coleman 87ec88ff6c Fix http tests and io.server.connection docs 2010-09-19 15:47:25 -05:00
..
alarms Rename alarms -> timers 2010-06-10 16:39:13 -05:00
alien classes.struct: fields with a type that's an array of pointers (eg int*[3]) now work 2010-08-15 02:44:21 -07:00
ascii
base64
biassocs
binary-search
bit-arrays bit-arrays: re-use utility words from math.bitwise and io.binary to make implementation a bit more elegant 2010-05-03 22:38:50 -04:00
bit-sets
bit-vectors
bitstreams 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
bootstrap mason: when checking if we need to build, compare source for last finished (clean/dirty/error) build with the latest source hashes, instead of the last *downloaded* source hashes. This ensures that if a build is terminated due to machine failure, we start building again next time 2010-09-04 16:58:10 -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
cache
cairo cairo.ffi: update to 1.8.10 2010-08-31 23:53:05 +06:00
calendar calendar: unit test for gmt 2010-07-18 13:45:00 -07:00
channels
checksums Adding the "internet checksum" (RFC 1071). 2010-08-13 14:32:26 -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 classes.struct: fields with a type that's an array of pointers (eg int*[3]) now work 2010-08-15 02:44:21 -07:00
cocoa Update code for brave new world where alien.parser doesn't special-case void, and instead looks it up like any other word 2010-08-15 02:32:13 -07:00
colors
columns
combinators Squashed commit of the following: 2010-09-19 13:29:43 -05:00
command-line command-line-docs: fix -run description 2010-09-13 17:22:23 -04:00
compiler compiler.cfg.write-barrier: fix soundness issue with ##copy that never came up but probably should've been fixed anyway 2010-09-06 17:01:44 -07:00
compression 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
concurrency Squashed commit of the following: 2010-09-19 13:38:02 -05:00
core-foundation alien.data: remove second quotation parameter from with-out-parameters, now all values are copied properly and calling 'clone' on structs in this quotation is not necessary 2010-07-16 17:32:05 -04:00
core-graphics Updating code to use with-out-parameters 2010-05-23 03:07:47 -04:00
core-text alien.data: remove second quotation parameter from with-out-parameters, now all values are copied properly and calling 'clone' on structs in this quotation is not necessary 2010-07-16 17:32:05 -04:00
cpu Rename get-fpu-state entry point to fpu-state, and fix stack-checker unit tests 2010-09-04 12:58:59 -07:00
csv
db db.sqlite.lib: fixing sqlite-row word. 2010-08-13 14:23:05 -07:00
debugger Fix three problems discovered by running math.floats.env tests in a loop: 2010-09-02 22:57:14 -05:00
definitions/icons
delegate delegate: fix delegation to tuples with read only slots 2010-09-04 18:48:54 -07:00
deques
disjoint-sets compiler.cfg.representations: fix various bugs 2010-05-03 17:34:11 -04:00
dlists 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
documents
editors editors.jedit: update for jEdit 4.3.2, which places jEdit settings directory in $HOME/Library/jEdit instead of $HOME/.jedit on Mac OS X 2010-09-14 21:20:02 -07:00
endian
environment
eval
farkup
fonts
formatting
fry
ftp Squashed commit of the following: 2010-09-19 13:38:02 -05:00
functors Add a scan-token word which is like scan, except throws an error on EOF; document scan-object word; mention that scan-token/scan-object are preferred over scan/scan-word 2010-07-06 16:20:08 -04:00
furnace furnace.chloe-tags: fix t:a, t:atom, t:form tags after recent Chloe change 2010-08-22 21:55:34 -07:00
game/input alien.data: remove second quotation parameter from with-out-parameters, now all values are copied properly and calling 'clone' on structs in this quotation is not necessary 2010-07-16 17:32:05 -04:00
generalizations Fixing fallout from sequences.generalizations change 2010-05-18 22:59:07 -04:00
glib
globs
grouping Use keys/values where appropriate 2010-05-21 12:48:04 -05:00
hash2
hashtables/identity Move hashtables.identity to basis and update serialize vocab to use them 2010-06-21 22:26:01 -04:00
heaps
help help.apropos: some cleanup and performance improvement. 2010-08-13 19:32:49 -07:00
hints 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
html html.streams: fix typo in stack effect for emit-html. 2010-09-10 13:22:42 -07:00
http Fix http tests and io.server.connection docs 2010-09-19 15:47:25 -05:00
images io.streams.throwing: rename throws-on-eof -> stream-throw-on-eof and input-throws-on-eof -> throw-on-eof and change stream-throw-on-eof to leave the rigged stream on the stack, to better follow convention of other io words 2010-07-09 18:10:51 -07:00
inspector
interpolate
interval-maps
inverse Move remaining sequence operations from generalizations to sequences.generalizations where they belong 2010-05-18 18:36:47 -04:00
io Fix http tests and io.server.connection docs 2010-09-19 15:47:25 -05:00
iokit alien.data: remove second quotation parameter from with-out-parameters, now all values are copied properly and calling 'clone' on structs in this quotation is not necessary 2010-07-16 17:32:05 -04:00
json json.reader: factor read-jsons from json> 2010-06-03 13:11:47 -07:00
lcs
libc libc: make memory= inline just for fun 2010-08-06 00:16:25 -07:00
linked-assocs
listener listener: fixing typo in docs. 2010-09-10 13:22:53 -07:00
lists
literals
locals Add a scan-token word which is like scan, except throws an error on EOF; document scan-object word; mention that scan-token/scan-object are preferred over scan/scan-word 2010-07-06 16:20:08 -04:00
logging Rename alarms -> timers 2010-06-10 16:39:13 -05:00
macros macros: clarify docs 2010-08-17 19:25:24 -07:00
match Fix MATCH-VARS: and match-cond docs error 2010-09-06 18:32:05 +12:00
math math.rectangles: add infinite recursion check in case somebody does something stupid 2010-09-16 21:27:18 -07:00
memoize
mime Squashed commit of the following: 2010-09-19 13:38:02 -05:00
mirrors mirrors: rename enumerated-sequence to inspected-sequence 2010-06-11 17:14:15 -04:00
models models: add push-model and pop-model words 2010-06-23 20:07:19 -07:00
multiline
nibble-arrays nibble-arrays: replace a -rot usage with locals 2010-05-29 05:22:10 -04:00
nmake Move remaining sequence operations from generalizations to sequences.generalizations where they belong 2010-05-18 18:36:47 -04:00
none
opengl opengl.gl: typo in the FFI bindings for some obscure gl functions 2010-08-13 10:16:47 -07:00
openssl
pack
pango pango: minor cleanups 2010-08-06 00:16:18 -07:00
peg peg.ebnf: minor fix 2010-07-26 12:40:32 -04:00
persistent
porter-stemmer
present
prettyprint prettyprint.backend: leave nesting-limit unset when prettyprinting hashtables without a nesting limit, fixing the bug where it would get set to 1 and print nothing (reported by Blei) 2010-06-28 09:10:16 -07:00
promises
quoted-printable
quoting
random Squashed commit of the following: 2010-09-19 13:29:43 -05:00
refs 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
regexp regexp: fix test 2010-07-23 20:40:44 -07:00
roman
search-deques
see
sequences sequences.cords: fall back to generic sequence methods when both arguments to binary cord ops aren't cords 2010-06-16 16:23:27 -05:00
serialize serialize, io.streams.byte-array: fix unit tests for utf8 encoding strictness 2010-08-25 17:51:44 -07: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-tokenizer
smtp Remove more system-micros stuff 2010-06-22 02:04:31 -05:00
sorting
soundex
specialized-arrays classes.struct: fix some bugs in binary-zero?, add unit tests 2010-06-13 19:34:15 -05:00
specialized-vectors specialized-vectors: redefine "like" for the corresponding specialized-array of a specialized-vector to share storage when a vector is liked 2010-06-12 16:07:21 -07:00
splitting/monotonic
stack-checker stack-checker.alien: get a bit more inlining going with callbacks, to expose another bug 2010-09-05 21:27:39 -07:00
strings/tables
suffix-arrays Make suffix arrays prune repeated members before construction 2010-08-18 11:35:08 -05:00
summary
syndication
system-info Fixes for out parameter changes 2010-05-23 03:27:40 -05:00
threads cpu.x86.32: commit 05ba77262a only fixed the start-context-and-delete callframe leak on x86-64. Fix it on x86-32 and add a regression test 2010-08-22 19:30:54 -07:00
timers Remove the word 'alarm' from timers docs.. 2010-09-18 11:37:47 -05:00
tools Fix http tests and io.server.connection docs 2010-09-19 15:47:25 -05:00
tr
tuple-arrays classes.struct: make hashcode and equal? work on structs wrapping null pointers, to fix another obscure issues arising with tuple arrays 2010-08-06 00:15:22 -07:00
typed typed: include value that raised the error in type-mismatch-errors 2010-06-16 16:23:27 -05:00
ui ui.backend.windows: fix compile error in ui-wndproc 2010-07-29 17:22:34 -04:00
unicode Use keys/values where appropriate 2010-05-21 12:48:04 -05:00
unix unix.ffi: third argument of ioctl should be void*, not c-string (reported by ceninan) 2010-06-30 09:09:16 -07:00
unrolled-lists 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
urls io.sockets: factor out ipv4 and ipv6 classes for John Benediktsson's upcoming ICMP work) 2010-09-04 14:19:20 -07:00
uuid More system-micros elimination 2010-06-22 02:00:19 -05:00
validators
values 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
vectors/functor
vlists
vm vm: fix field order in zone struct 2010-05-04 17:57:53 -04:00
vocabs io.directories: move directory-tree-files words to io.directories.hierarchy, where all the other *-tree stuff is 2010-09-11 18:43:47 -07:00
windows Make sure io.backend.windows loads the implementations for the generics it defines. Make windows.handles not depend on io.timeouts. Fix typo in win32-file-attributes. Fix bug in null-output word. Clean up error checking code. 2010-09-17 14:19:10 -05:00
wrap
x11 x11: general cleanup 2010-06-02 02:59:57 -04:00
xml xml.traversal: tags-with-attr fix 2010-09-14 18:09:17 +12:00
xml-rpc
xmode xmode.modes: add cuda xmode 2010-06-08 17:08:51 -07:00