factor/basis
Doug Coleman 71952f702a trying to make sense of png filter modes 2009-09-26 18:46:27 -05:00
..
alarms
alien alien.complex: fix tests 2009-09-24 12:59:56 -05:00
ascii
base64
biassocs
binary-search
bit-arrays move some allocation words that don't really have much to do with c types out of alien.c-types into a new alien.data vocab 2009-09-17 22:36:05 -05:00
bit-sets
bit-vectors
bitstreams
bootstrap vm: ignore 'declare' calls in non-optimizing compiler 2009-09-25 18:08:21 -05:00
boxes
byte-arrays/hex
cache
cairo update structs in cairo.ffi 2009-09-18 17:42:25 -05:00
calendar change all stat, statfs, statvfs and calendar structs 2009-08-30 04:06:41 -05:00
channels
checksums checksums.openssl: use correct API for creating EVP_MD_CTX, fixes crash on NetBSD 2009-09-22 23:54:42 -05:00
circular
classes/struct classes.struct: store aligned size in struct-size word-prop 2009-09-24 19:54:32 -05:00
cocoa support textured windows on os x and windows 6.x 2009-09-24 13:05:27 -05:00
colors colors.constants: clean up naming 2009-09-14 21:03:33 -05:00
columns
combinators replace usages of <" with """ 2009-09-20 22:42:40 -05:00
command-line
compiler Merge branch 'slots' of git://factorcode.org/git/factor into slots 2009-09-26 03:12:42 -05:00
compression
concurrency Revert "added send-synchronous-timeout word and tests" 2009-08-30 14:53:50 -05:00
cords
core-foundation get things to a point where they bootstrap again 2009-09-15 21:43:18 -05:00
core-graphics
core-text
cpu Fixing PPC backend for ##slot change 2009-09-26 13:21:42 -05:00
csv
db temp-file is in io.files.temp nowadays 2009-09-26 10:49:57 +03:00
debugger Put bad escape code in the bad-escape error 2009-09-23 17:55:54 -05:00
definitions/icons help.markup: added $subsections markup and consolidated $link implementations 2009-09-21 15:35:16 -04:00
delegate replace usages of <" with """ 2009-09-20 22:42:40 -05:00
deques
disjoint-sets
dlists
documents replace usages of <" with """ 2009-09-20 22:42:40 -05:00
editors
endian
environment fix loading problems on windows 2009-09-18 10:01:38 -05:00
eval
farkup
fonts Removed text shadow support 2009-09-08 14:22:27 -04:00
formatting
fry
ftp
functors Merge branch 'master' of git://factorcode.org/git/factor 2009-09-20 23:02:49 -05:00
furnace replace usages of <" with """ 2009-09-20 22:42:40 -05:00
game-input move some allocation words that don't really have much to do with c types out of alien.c-types into a new alien.data vocab 2009-09-17 22:36:05 -05:00
generalizations
glib
globs
grouping docs: updated some docs to use new markup 2009-09-22 15:22:34 -04:00
hash2
heaps
help Fix conflict 2009-09-23 20:52:04 -05:00
hints hints: fix regression with declarations 2009-09-25 18:50:08 -05:00
html html.streams: change how images work; webapps.help: support definition icons 2009-09-23 20:56:47 -05:00
http replace usages of <" with """ 2009-09-20 22:42:40 -05:00
images trying to make sense of png filter modes 2009-09-26 18:46:27 -05:00
inspector summary: change default summary 2009-09-23 20:22:25 -05:00
interpolate
interval-maps
inverse
io fix windows test failures 2009-09-19 10:01:12 -05:00
iokit add CALLBACK: syntax that defines a typedef and an alien-callback constructor word for function pointer types. update some code in iokit.hid and windows.dinput to use CALLBACK: instead of TYPEDEF:/word pairs 2009-09-21 11:59:41 -05:00
json replace usages of <" with """ 2009-09-20 22:42:40 -05:00
lcs
libc move some allocation words that don't really have much to do with c types out of alien.c-types into a new alien.data vocab 2009-09-17 22:36:05 -05:00
linked-assocs
listener
lists
literals replace usages of <" with """ 2009-09-20 22:42:40 -05:00
locals
logging
macros
match match: cleanup 2009-09-04 06:11:28 -05:00
math math.vectors: remove special handling for negative shifts, now we just say the behavior of vlshift and vrshift with negative shifts is undefined 2009-09-26 02:26:31 -05:00
memoize
mime
mirrors clean up the bootstrap mess by moving the struct summary and make-mirror methods to classes.struct.prettyprint 2009-08-31 20:32:00 -05:00
models
multiline remove <" from multiline tests 2009-09-23 16:24:32 -05:00
nibble-arrays
nmake
none
opengl Merge branch 'master' of git://factorcode.org/git/factor 2009-09-20 23:02:49 -05:00
openssl update openssl.libcrypto structs 2009-09-18 17:50:20 -05:00
pack
pango update pango for struct 2009-08-31 12:23:08 -05:00
peg replace usages of <" with """ 2009-09-20 22:42:40 -05:00
persistent
porter-stemmer
present
prettyprint Fix conflict 2009-09-23 20:52:04 -05:00
promises
quoted-printable replace usages of <" with """ 2009-09-20 22:42:40 -05:00
quoting
random link to sample 2009-09-23 12:24:50 -05:00
refs Some gold plating 2009-05-01 02:03:22 -05:00
regexp Fix conflict 2009-09-23 20:52:04 -05:00
roman
search-deques
see see: don't show accessor methods in see-methods 2009-09-08 14:46:36 -05:00
sequences replace usages of <" with """ 2009-09-20 22:42:40 -05:00
serialize Specialized array overhaul 2009-09-09 22:33:34 -05:00
shuffle
simple-flat-file
smtp
sorting
soundex
specialized-arrays Merge branch 'master' of git://factorcode.org/git/factor 2009-09-23 10:11:49 -05:00
specialized-vectors specialized-vectors: improved documentation 2009-09-23 03:08:54 -05:00
splitting/monotonic replace usages of <" with """ 2009-09-20 22:42:40 -05:00
stack-checker Merge branch 'master' of git://factorcode.org/git/factor 2009-09-17 15:31:43 -05:00
strings/tables
suffix-arrays
summary summary: change default summary 2009-09-23 20:22:25 -05:00
syndication
system-info move system-info to basis 2009-09-20 23:24:24 -05:00
threads
tools tools.deploy: fix test 11 2009-09-24 13:00:26 -05:00
tr
tuple-arrays
ui fix windows 2009-09-25 10:00:23 -05:00
unicode
unix unix.statfs.freebsd: add alien.c-types to using to future-proof 2009-09-25 16:06:55 -05:00
unrolled-lists
urls urls.encoding: fix for error found by help-lint 2009-09-21 15:42:58 -04:00
uuid
validators
values
vectors/functor
vlists
vm update vm structs 2009-09-23 19:42:00 -05:00
vocabs vocabs.generated: if quotation throws an exception, forget the new vocabulary 2009-09-23 20:22:47 -05:00
windows reset frame inset when windows dwm is toggled off and on, and use the system dialog background for textured windows when dwm is disabled 2009-09-24 16:08:58 -05:00
wrap fix using and tests 2009-09-23 12:54:34 -05:00
x11 move some allocation words that don't really have much to do with c types out of alien.c-types into a new alien.data vocab 2009-09-17 22:36:05 -05:00
xml xml.syntax: fix help lint 2009-09-23 17:56:19 -05:00
xml-rpc xml-rpc: fix post-rpc 2009-09-13 21:40:58 +02:00
xmode replace usages of <" with """ 2009-09-20 22:42:40 -05:00