factor/basis
Slava Pestov 3a668a9457 Fix bootstrap by adding protocol slot 2009-01-18 20:51:07 -06:00
..
alarms Untangling more dependencies 2008-12-08 16:02:31 -06:00
alien Fix bootstrap by adding protocol slot 2009-01-18 20:51:07 -06:00
ascii Privatizing unicode.case:ch>{lower,upper,title} 2009-01-08 19:07:46 -06:00
assoc-heaps Move assoc-heaps, formatting, pack, roman, porter-stemmer, soundex, cords to basis 2008-12-17 20:18:24 -06:00
base64 Fixing base64 documentation 2009-01-14 10:42:58 -06:00
biassocs
binary-search
bit-arrays Fix bit-array>integer byte ordering 2009-01-07 23:16:27 +01:00
bit-vectors Untangling some dependencies 2008-12-08 14:58:00 -06:00
bootstrap Fix mnestic's bug and remove math.complex.prettyprint hack 2009-01-14 01:02:27 -06:00
boxes remove >r r> 2008-11-29 13:21:40 -06:00
byte-vectors Fix conflict 2008-12-09 17:52:45 -06:00
cairo Move Cairo binding to basis 2008-12-17 20:03:58 -06:00
calendar Fix more compile errors 2008-12-15 22:21:56 -06:00
channels Fixing assorted compile errors and help lint warnings 2008-12-16 01:12:36 -06:00
checksums Clean up checksums.md5 a little 2009-01-16 12:51:44 -06:00
circular
cocoa define-inline now takes an effect parameter 2008-12-15 19:44:56 -06:00
colors Clean up colors 2009-01-12 22:17:57 -06:00
columns Cleaning up more -rot usages 2008-12-22 05:41:01 -06:00
combinators Rename reduce-output -> reduce-outputs 2009-01-09 15:39:47 -06:00
command-line io.files split up and general refactoring work in progress 2008-12-14 20:03:00 -06:00
compiler Updating non-core libraries for monotonic? change 2009-01-16 17:02:54 -06:00
concurrency Fixing various test failures and updating some more vocabs for >r/r> removal 2008-12-17 22:29:32 -06:00
cords Move assoc-heaps, formatting, pack, roman, porter-stemmer, soundex, cords to basis 2008-12-17 20:18:24 -06:00
core-foundation Debugging <CFDictionary> 2009-01-16 22:48:07 -06:00
core-graphics Fix core graphics unit test 2009-01-16 22:39:19 -06:00
core-text Debugging <CFDictionary> 2009-01-16 22:48:07 -06:00
cpu Remove >r/r> 2008-12-17 19:17:37 -06:00
csv Fix more compile errors 2008-12-15 22:49:35 -06:00
db test pooled db connections, change bogus test 2009-01-11 21:07:39 -06:00
debugger Merge qualified, alias, symbols, constants into core 2008-12-17 18:10:01 -06:00
delegate Add new SLOT-PROTOCOL: word; shorthand for PROTOCOL: comprised for slot readers and writers 2009-01-16 16:39:24 -06:00
deques
disjoint-sets Cleaning up more -rot usages 2008-12-22 05:41:01 -06:00
dlists Code cleanup: refactoring usages of rot and -rot to use newer idioms instead 2008-11-30 17:47:29 -06:00
documents Add set-elt-string 2009-01-11 23:51:41 -06:00
editors try the binary name alone if the editor can't be found in the default location 2009-01-16 14:13:17 -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 Fix Farkup link escaping 2009-01-05 23:39:29 -06:00
formatting Merge branch 'master' of git://factorcode.org/git/factor 2008-12-18 06:50:42 -08:00
freetype
fry Fixing various test failures and updating some more vocabs for >r/r> removal 2008-12-17 22:29:32 -06:00
ftp fix compile error 2009-01-11 21:10:08 -06:00
functors Merge qualified, alias, symbols, constants into core 2008-12-17 18:10:01 -06:00
furnace furnace.db: update for Doug's db fixes 2008-12-17 23:35:46 -06:00
generalizations Fix napply for n=1, and fix napply's docs 2009-01-13 19:41:12 -06:00
globs
grouping Updating non-core libraries for monotonic? change 2009-01-16 17:02:54 -06:00
hash2 Cleanups 2008-11-29 15:21:23 -06:00
heaps Remove >r/r> 2008-12-17 19:17:37 -06:00
help Help lint fixes 2009-01-16 14:54:31 -06:00
hints Faster dynamic variable lookup: 6% speedup in benchmark.fib5 2008-12-17 14:57:24 -06:00
html Update html.elements for refactoring 2009-01-13 17:35:45 -06:00
http Add new intersects? word and use it in a few places instead of intersect empty? 2009-01-12 01:51:38 -06:00
inspector Use with-variable instead of on 2009-01-18 19:33:28 -06:00
interpolate Rewrite interpolate without using PEGs for mad lulz 2008-12-04 02:26:34 -06:00
interval-maps Removing more >r/r> usages 2008-12-03 08:46:16 -06:00
io Merge branch 'master' into new_ui 2009-01-16 17:03:29 -06:00
json Looks like someone beat me to the punch on json.writer fix 2008-12-03 11:36:02 -08:00
lcs Remove >r/r> 2008-12-17 19:17:37 -06:00
libc Clean up stack shuffling in libc 2009-01-17 20:10:56 -06:00
linked-assocs dlist>seq was defined in dlists and linked-assocs 2008-11-29 20:17:16 -06:00
listener Fixing various test failures and updating some more vocabs for >r/r> removal 2008-12-17 22:29:32 -06:00
locals Fixing various test failures and updating some more vocabs for >r/r> removal 2008-12-17 22:29:32 -06:00
logging Cleaning up more -rot usages 2008-12-22 05:41:01 -06:00
macros Remove some unused words 2008-11-25 16:47:56 -06:00
match Remove >r/r> 2008-12-17 19:17:37 -06:00
math Fix mnestic's bug and remove math.complex.prettyprint hack 2009-01-14 01:02:27 -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 Cleaning up more -rot usages 2008-12-22 05:41:01 -06:00
models Working on new profiler tool 2008-12-22 00:54:08 -06:00
multiline define-inline now takes an effect parameter 2008-12-15 19:44:56 -06:00
nibble-arrays Fix some vocabularies for new requirement that inline words have a stack effect declaration 2008-12-15 20:31:55 -06:00
nmake remove >r r> 2008-12-08 00:10:24 -06:00
none
opengl Clean up OpenGL code a bit 2009-01-18 20:10:08 -06:00
openssl Merge qualified, alias, symbols, constants into core 2008-12-17 18:10:01 -06:00
pack more cleanups. (pack) -> pack, use PRIVATE 2009-01-15 19:10:40 -06:00
peg Cleaning up more -rot usages 2008-12-22 05:41:01 -06:00
persistent Remove >r/r> 2008-12-17 19:17:37 -06:00
porter-stemmer Fixing various test failures and updating some more vocabs for >r/r> removal 2008-12-17 22:29:32 -06:00
present present now supports vocab-specs not just vocabs 2009-01-16 12:47:33 -06:00
prettyprint Fix conflict 2009-01-13 17:54:27 -06:00
random Load fix for random 2008-12-18 02:04:05 -06:00
refs define-inline now takes an effect parameter 2008-12-15 19:44:56 -06:00
regexp Add new intersects? word and use it in a few places instead of intersect empty? 2009-01-12 01:51:38 -06:00
roman Updating non-core libraries for monotonic? change 2009-01-16 17:02:54 -06:00
search-deques define-inline now takes an effect parameter 2008-12-15 19:44:56 -06:00
sequences Cleaning up more -rot usages 2008-12-22 05:41:01 -06:00
serialize Remove >r/r> 2008-12-17 19:17:37 -06:00
shuffle Removing more >r/r> usages 2008-12-03 08:46:16 -06:00
smtp SMTP supports Unicode subjects and contents 2009-01-13 19:13:01 -06:00
sorting extend sort-by-slots to work with nested objects, add split-by-slots for already-sorted sequences of tuples 2009-01-13 00:20:34 -06:00
soundex Privatizing unicode.case:ch>{lower,upper,title} 2009-01-08 19:07:46 -06:00
specialized-arrays Fix conflict 2008-12-09 17:52:45 -06:00
specialized-vectors Fix some vocabularies for new requirement that inline words have a stack effect declaration 2008-12-15 20:31:55 -06:00
splitting/monotonic make monotonic-slice compile 2009-01-09 19:04:10 -06:00
stack-checker Update usages of all-equal? now that its in the grouping vocab 2009-01-16 15:14:30 -06:00
state-parser remove >r r> 2008-12-08 00:05:52 -06:00
struct-arrays Fix <direct-struct-array> 2008-12-18 21:17:24 -06:00
suffix-arrays
summary Untangling some dependencies 2008-12-08 14:58:00 -06:00
syndication XML parses entities now 2009-01-15 22:20:24 -06:00
threads fix help-lint errors 2008-12-05 12:57:36 -06:00
tools Help lint fixes 2009-01-16 14:54:31 -06:00
tr Privatizing unicode.case:ch>{lower,upper,title} 2009-01-08 19:07:46 -06:00
tuple-arrays Remove >r/r> 2008-12-17 19:17:37 -06:00
ui Clean up OpenGL code a bit 2009-01-18 20:10:08 -06:00
unicode Placating Slava (2) 2009-01-15 16:46:57 -06:00
unix remove debug line 2009-01-09 17:44:21 -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
uuid Clean up UUID a bit and fix help lint 2008-12-22 01:22:05 -06:00
validators Fixes to v-checkbox 2009-01-13 23:00:49 -05:00
values help-lint doesn't check on value-words, this allows values to be documented. Also, make 'see' work with value words 2009-01-16 14:12:10 -06:00
vlists Fix some vocabularies for new requirement that inline words have a stack effect declaration 2008-12-15 20:31:55 -06:00
windows Use destructors in windows.com 2009-01-17 18:52:42 -06:00
wrap
x11 Fix bogus indentation 2008-12-18 18:09:22 -06:00
xml XML parses entities now 2009-01-15 22:20:24 -06:00
xml-rpc Remove >r/r> 2008-12-17 19:17:37 -06:00
xmode Privatizing unicode.case:ch>{lower,upper,title} 2009-01-08 19:07:46 -06:00