factor/basis
Slava Pestov e335059a87 Add meta-data to new I/O vocabularies 2008-12-15 08:15:32 -06:00
..
alarms Untangling more dependencies 2008-12-08 16:02:31 -06:00
alias
alien Split up io.directories further, move file types to io.files.types. Bunny demo no longer pulls in file-info and file-system-info code, reducing image size by 35kb 2008-12-15 00:01:06 -06:00
ascii
base64
biassocs
binary-search
bit-arrays Add new until combinator, and a new do word which acts like a modifier: do while, do until for loops which iterate at least once 2008-12-08 23:37:18 -06:00
bit-vectors Untangling some dependencies 2008-12-08 14:58:00 -06:00
bootstrap Split up io.directories further, move file types to io.files.types. Bunny demo no longer pulls in file-info and file-system-info code, reducing image size by 35kb 2008-12-15 00:01:06 -06:00
boxes
byte-vectors Fix conflict 2008-12-09 17:52:45 -06:00
calendar calendar.format now depends on present instead of the other way around 2008-12-08 16:02:10 -06:00
channels
checksums Untangling some dependencies 2008-12-08 14:58:00 -06:00
circular
cocoa Fix cocoa.views help lint 2008-12-13 19:41:23 -06:00
colors
columns
combinators/short-circuit
command-line io.files split up and general refactoring work in progress 2008-12-14 20:03:00 -06:00
compiler Rename tools.disassembler.udis:& to alien.syntax:&: and fix it to survive image save/load 2008-12-11 00:03:58 -06:00
concurrency Fixing test-all and help-lint-all failures 2008-12-15 03:33:04 -06:00
core-foundation Updating unit tests for I/O re-organization 2008-12-14 21:21:44 -06:00
cpu Fix win64 bootstrap 2008-12-10 01:19:22 -06:00
csv
db Fixing test-all and help-lint-all failures 2008-12-15 03:33:04 -06:00
debugger io.files split up and general refactoring work in progress 2008-12-14 20:03:00 -06:00
delegate Remove listener dependency from delegate 2008-12-08 19:45:58 -06:00
deques
disjoint-sets
dlists
documents
editors Split up io.directories further, move file types to io.files.types. Bunny demo no longer pulls in file-info and file-system-info code, reducing image size by 35kb 2008-12-15 00:01:06 -06:00
environment Rename tools.disassembler.udis:& to alien.syntax:&: and fix it to survive image save/load 2008-12-11 00:03:58 -06:00
eval
farkup
freetype
fry
ftp Fixing load-everything for io.files split 2008-12-15 01:13:35 -06:00
functors Fix functors for locals changes 2008-12-09 01:42:02 -06:00
furnace Fixing test-all and help-lint-all failures 2008-12-15 03:33:04 -06:00
generalizations Add ncleave combinator to generalizations 2008-12-09 04:20:20 -06:00
globs
grouping Fix grouping unit test 2008-12-07 08:50:59 -06:00
hash2
heaps
help Fixing load-everything for io.files split 2008-12-15 01:13:35 -06:00
hints
html Fixing load-everything for io.files split 2008-12-15 01:13:35 -06:00
http Fixing test-all and help-lint-all failures 2008-12-15 03:33:04 -06:00
inspector
interpolate Rewrite interpolate without using PEGs for mad lulz 2008-12-04 02:26:34 -06:00
interval-maps
io Add meta-data to new I/O vocabularies 2008-12-15 08:15:32 -06:00
json Looks like someone beat me to the punch on json.writer fix 2008-12-03 11:36:02 -08:00
lcs
libc
linked-assocs
listener Listener no longer shows retain stack 2008-12-09 18:22:48 -06:00
locals Add inc-at word to core, and update some usages of at+ to use it instead 2008-12-09 16:54:48 -06:00
logging More unit test fixes 2008-12-14 22:38:14 -06:00
macros
match
math Untangling some dependencies 2008-12-08 14:58:00 -06:00
memoize remove >r r> 2008-12-08 00:10:24 -06:00
mime Fixing test-all and help-lint-all failures 2008-12-15 03:33:04 -06:00
mirrors
models
multiline
nibble-arrays Untangling some dependencies 2008-12-08 14:58:00 -06:00
nmake remove >r r> 2008-12-08 00:10:24 -06:00
none
opengl Remove .lib dependencies from opengl.{shaders,framebuffers,capabilities} and move them to basis 2008-12-13 07:14:11 -06:00
openssl
peg Split off error. methods into sub-vocabs in a few places 2008-12-08 20:04:13 -06:00
persistent Untangling some dependencies 2008-12-08 14:58:00 -06:00
present calendar.format now depends on present instead of the other way around 2008-12-08 16:02:10 -06:00
prettyprint io.files split up and general refactoring work in progress 2008-12-14 20:03:00 -06:00
qualified Untangling some dependencies 2008-12-08 14:58:00 -06:00
random remove >r r> 2008-12-08 00:10:24 -06:00
refs
regexp Untangling some dependencies 2008-12-08 14:58:00 -06:00
search-deques
sequences Add deep-member? and deep-subseq? to sequences.deep. 2008-12-11 23:11:04 -06:00
serialize
shuffle
smtp Merge branch 'master' of git://factorcode.org/git/factor 2008-12-15 01:37:20 -06:00
sorting
specialized-arrays Fix conflict 2008-12-09 17:52:45 -06:00
specialized-vectors Untangling some dependencies 2008-12-08 14:58:00 -06:00
stack-checker Fix for native I/O backends that create callbacks in deployed apps; this affected tools.deploy.test[35] ever since run-loop multiplexer landed on OS X 2008-12-12 19:48:17 -06:00
state-parser remove >r r> 2008-12-08 00:05:52 -06:00
struct-arrays
suffix-arrays
summary Untangling some dependencies 2008-12-08 14:58:00 -06:00
symbols
syndication
threads fix help-lint errors 2008-12-05 12:57:36 -06:00
tools Fix tools.deploy test 2008-12-15 03:46:57 -06:00
tr Eliminate conditional branch from -fast variant of TR: map; 5% improvement on reverse-complement 2008-12-05 23:52:47 -06:00
tuple-arrays
ui Updating unit tests for io.files split 2008-12-15 01:40:50 -06:00
unicode Remove eval dependency from unicode.syntax 2008-12-08 19:46:40 -06:00
unix io.files split up and general refactoring work in progress 2008-12-14 20:03:00 -06:00
unrolled-lists
urls Split up io.directories further, move file types to io.files.types. Bunny demo no longer pulls in file-info and file-system-info code, reducing image size by 35kb 2008-12-15 00:01:06 -06:00
validators
values
vlists Untangling some dependencies 2008-12-08 14:58:00 -06:00
windows Fix windows-time>FILETIME (why was this broken for so long?) 2008-12-15 03:47:13 -06:00
wrap
x11 Merge branch 'master' of git://factorcode.org/git/factor 2008-12-13 00:09:42 -06:00
xml
xml-rpc
xmode Fixing load-everything for io.files split 2008-12-15 01:13:35 -06:00