factor/basis
Slava Pestov cbb9ff61fb io.sockets.windows: win32-socket instances were not being unregistered from global disposables hash; also check return value of closesocket 2010-08-15 00:05:27 -05:00
..
alarms Rename alarms -> timers 2010-06-10 16:39:13 -05:00
alien alien.prettyprint: fix unit test snafu 2010-08-11 21:52:37 -07:00
ascii
base64
biassocs
binary-search
bit-arrays
bit-sets
bit-vectors
bitstreams
bootstrap GC maps for more compact inline GC checks 2010-06-11 20:06:00 -04:00
boxes
byte-arrays/hex
cache
cairo
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
classes/struct 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
cocoa FFI rewrite part 7: compile callback bodies with the optimizing compiler 2010-07-28 00:49:26 -04:00
colors
columns
combinators combinators.smart: remove boa-preserving 2010-06-23 21:10:46 -04:00
command-line Don't add empty vocab-roots lines 2010-06-04 14:17:07 -05:00
compiler compiler: now that FFI has been deconcatenatized, we no longer need the special ##unary-float-function and ##binary-float-function fastpaths 2010-08-13 23:59:19 -07:00
compression
concurrency Rename alarms -> timers 2010-06-10 16:39:13 -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
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 cpu.x86.64: rescue from the perils of cut and paste code (fix bug reported by x6j8x) 2010-08-14 09:14:22 -07:00
csv
db db.sqlite.lib: fixing sqlite-row word. 2010-08-13 14:23:05 -07:00
debugger
definitions/icons
delegate classes.struct: implement "group-words" method on struct-class so that struct classes can be used as a CONSULT: protocol 2010-06-08 12:52:46 -07:00
deques
disjoint-sets
dlists
documents
editors
endian
environment
eval
farkup
fonts
formatting
fry
ftp ftp.server: remove MAIN: word, since it expected a parameter from the stack and main words must have effect ( -- ) (reported by Alec Barryman) 2010-07-31 18:33:26 -04: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 More system-micros elimination 2010-06-22 02:00:19 -05: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
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
html
http http.server: reintroduce some code cleanups now that it's back in a working state 2010-07-09 14:52:42 -07: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
io io.sockets.windows: win32-socket instances were not being unregistered from global disposables hash; also check return value of closesocket 2010-08-15 00:05:27 -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
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
match
math compiler: now that FFI has been deconcatenatized, we no longer need the special ##unary-float-function and ##binary-float-function fastpaths 2010-08-13 23:59:19 -07:00
memoize
mime
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
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 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
refs
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 Move hashtables.identity to basis and update serialize vocab to use them 2010-06-21 22:26:01 -04:00
shuffle
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 compiler: now that FFI has been deconcatenatized, we no longer need the special ##unary-float-function and ##binary-float-function fastpaths 2010-08-13 23:59:19 -07:00
strings/tables
suffix-arrays
summary
syndication
system-info Fixes for out parameter changes 2010-05-23 03:27:40 -05:00
threads
timers Fix typo in timers 2010-07-09 13:32:07 -05:00
tools tools.completion: making completions a lot faster using make. 2010-08-13 19:28:44 -07: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
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
urls urls.encoding: tweak assoc>query to fix problem with OAuth 2010-07-06 00:57:41 -04:00
uuid More system-micros elimination 2010-06-22 02:00:19 -05:00
validators
values
vectors/functor
vlists
vm
vocabs vocabs.refresh.monitor: spin off new monitor threads when add-vocab-root is called. Fixes a problem where depending on the order of startup hooks, refresh-all would sometimes be broken for custom vocab roots 2010-05-31 20:14:54 -04:00
windows 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
wrap
x11 x11: general cleanup 2010-06-02 02:59:57 -04:00
xml xml.syntax: parse <-variable->s with parse-word instead of search so the no-word error gets properly raised when variable doesn't exist 2010-06-08 12:18:06 -07:00
xml-rpc
xmode xmode.modes: add cuda xmode 2010-06-08 17:08:51 -07:00