factor/basis
Doug Coleman f31cf8e9a9 fix empty description 2009-01-30 15:21:46 -06:00
..
alarms
alien Rename compiled slot of words to optimized, to reflect what it really means (all words are compiled) 2009-01-23 00:37:02 -06:00
ascii Clean up basis/ascii/ and update docs 2009-01-25 23:03:36 -06:00
assoc-heaps
base64 renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
biassocs
binary-search
bit-arrays
bit-vectors
bootstrap renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
boxes
byte-vectors
cairo
calendar renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
channels
checksums renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
circular
cocoa
colors
columns
combinators Add append-outputs and append-outputs-as, docs, tests 2009-01-18 21:18:52 -06:00
command-line
compiler renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
concurrency renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
cords
core-foundation
cpu Rename ##load-indirect to ##load-reference since this is more descriptive; value numbering doesn't assign expressions to ##load-reference nodes since this would end up folding literals which were eq? but not = 2009-01-29 01:44:58 -06:00
csv renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
db renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
debugger
delegate Move formatted stream output words to io.styles; they didn't belong in core, and this reduces deployed image size 2009-01-13 17:12:43 -06:00
deques Replace some usages of prepose with fry 2009-01-25 23:04:35 -06:00
disjoint-sets
dlists renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
documents
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
eval Random minor fixes; html.components doesn't duplicate parsing anymore 2009-01-27 16:54:41 -06:00
farkup Merge branch 'master' of git://factorcode.org/git/factor 2009-01-30 11:30:07 -06:00
formatting renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
freetype
fry Smart quotes 2009-01-26 23:20:27 -06:00
ftp renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
functors Fixing wrappers with locals 2009-01-28 17:07:31 -06:00
furnace renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
generalizations Take your stinking paws off me, you damned dirty datastack vocabulary! 2009-01-18 21:23:33 -06:00
globs
grouping Replace some usages of prepose with fry 2009-01-25 23:04:35 -06:00
hash2
heaps Cleanups 2009-01-21 19:55:47 -06:00
help Help lint: check for empty description elements 2009-01-30 03:45:51 -06:00
hints
html Merge branch 'master' of git://factorcode.org/git/factor 2009-01-30 11:30:07 -06:00
http renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
inspector
interpolate Make interpolate-locals public again 2009-01-26 02:39:15 -06:00
interval-maps Fixing eval unit test, and help lint failures from stricter help lint 2009-01-27 15:38:01 -06:00
io renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
json
lcs Moving xml.interpolate to xml.literals 2009-01-30 11:29:30 -06:00
libc
linked-assocs
listener
locals renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
logging
macros
match Remove some usages of tuck 2009-01-23 18:20:47 -06:00
math fix empty description 2009-01-30 15:21:46 -06:00
memoize
mime return the real key name 2009-01-26 17:31:36 -06:00
mirrors
models
multiline New delimiter choices for multiline 2009-01-21 18:17:06 -06:00
nibble-arrays
nmake
none
opengl Add support for GL_BGRA_ext 2009-01-29 22:08:28 -06:00
openssl
pack redo pack/unpack, refactor most of pack to be more efficient. 2009-01-18 20:40:19 -06:00
peg renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
persistent Fixing eval unit test, and help lint failures from stricter help lint 2009-01-27 15:38:01 -06:00
porter-stemmer
present
prettyprint Smart quotes 2009-01-26 23:20:27 -06:00
quoted-printable renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
random Smart quotes 2009-01-26 23:20:27 -06:00
refs Minor documentation fixes 2009-01-21 00:45:23 -06:00
regexp Fix bug in re-split reported by kib2 2009-01-25 23:20:17 -06:00
roman Updating non-core libraries for monotonic? change 2009-01-16 17:02:54 -06:00
search-deques
sequences renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
serialize Remove some usages of tuck 2009-01-23 18:20:47 -06:00
shuffle
smtp Factored out io.crlf 2009-01-27 18:42:17 -06:00
sorting Fixing eval unit test, and help lint failures from stricter help lint 2009-01-27 15:38:01 -06:00
soundex renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
specialized-arrays Fixing wrappers with locals 2009-01-28 17:07:31 -06:00
specialized-vectors Slava is a hack, and specialized-vectors might work now 2009-01-28 18:48:07 -06:00
splitting/monotonic
stack-checker renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
struct-arrays
suffix-arrays
summary
syndication Merge branch 'master' of git://factorcode.org/git/factor 2009-01-30 11:30:07 -06:00
threads
tools renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
tr
tuple-arrays
ui renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
unicode renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
unix renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
unrolled-lists
urls renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
uuid renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
validators fix validators 2009-01-20 18:44:38 -06: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
windows renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
wrap
x11 Remove some usages of tuck 2009-01-23 18:20:47 -06:00
xml Merge branch 'master' of git://factorcode.org/git/factor 2009-01-30 11:30:07 -06:00
xml-rpc Moving xml.interpolate to xml.literals 2009-01-30 11:29:30 -06:00
xmode Merge branch 'master' of git://factorcode.org/git/factor 2009-01-30 11:30:07 -06:00