factor/basis
Slava Pestov 9fb0dcd9bd alien: need to differentiate between the type of the result before and after boxing; the former is used by propagation for #alien-invoke nodes and the latter is used by specialized arrays. This fixes FFI unit test failures 2009-08-10 16:17:33 -05:00
..
alarms
alien alien: need to differentiate between the type of the result before and after boxing; the former is used by propagation for #alien-invoke nodes and the latter is used by specialized arrays. This fixes FFI unit test failures 2009-08-10 16:17:33 -05:00
ascii
base64
biassocs Trying to fix a bad merge... 2009-02-03 00:27:34 -06:00
binary-search
bit-arrays bit-arrays: fix resize method regression after recent equal? method optimization 2009-07-29 06:47:50 -05:00
bit-sets Faster bit-array equality, add bit-set-subset? word 2009-07-28 11:14:57 -05:00
bit-vectors growable vocabulary: make 'contract' generic so that only real vectors clear popped elements; add resize method for struct-arrays, add new struct-vectors vocabulary 2009-07-07 15:01:30 -05:00
bitstreams
bootstrap bootstrap.compiler.timing: fix load error 2009-08-03 13:34:28 -05:00
boxes
byte-arrays/hex i just cut and pasted 2009-07-28 14:38:10 -05:00
cache
cairo fix another typo in ffi 2009-07-23 17:49:04 -05:00
calendar unix.types: define <time_t> alias; use it in calendar.unix to avoid clobbering data 2009-07-22 21:12:04 -05:00
channels
checksums FNV1 and FNV1a hashes implemented for 32, 64, 128, 256, 512, and 1024 bit widths. 2009-08-02 18:16:55 +01:00
circular Move set-last from circular.private to sequences 2009-07-28 11:51:47 -05:00
cocoa
colors
columns
combinators combinators.short-circuit: fix unoptimized behavior to match optimized behavior, improved unit tests 2009-07-18 06:38:34 -05:00
command-line
compiler compiler.tree.propagation: be more careful with intervals, ensuring that the inferred interval of a value is a subset of the value class's interval. This improves accuracy, for example [ >fixnum 1 + >fixnum most-positive-fixnum <= ] constant-folds to true 2009-08-10 01:16:49 -05:00
compression
concurrency
cords
core-foundation
core-graphics
core-text
cpu compiler.cfg: virtual registers are integers now, and representations are stored off to the side. Fix bug in representation selection that would manifest if a value was used as a float and a fixnum in different branches; cannot globally unbox float in this case 2009-08-08 04:02:18 -05:00
csv
db moved patterns to persistency for new db prep 2009-08-05 16:45:22 -05:00
debugger FROM: and RENAME: give a more meaningful error if the vocabulary does not exist 2009-07-18 06:51:29 -05:00
definitions/icons
delegate
deques
disjoint-sets compiler.cfg.coalescing: more or less complete, now needs debugging 2009-07-27 02:20:45 -05:00
dlists
documents
editors Merge branch 'master' of git://github.com/bogiebro/factor into bogie 2009-08-05 22:20:40 -05:00
endian
environment
eval
farkup Fixing some test failures after url.encoding change 2009-07-09 19:02:15 -05:00
fonts Clean up some code in core-text, and core-text.fonts 2009-02-21 01:26:50 -06:00
formatting
fry
ftp
functors Merge branch 'master' of git://factorcode.org/git/factor 2009-07-22 10:02:09 -05:00
furnace furnace.sessions: fix tests, requests must have a method set now 2009-08-03 21:26:06 -05:00
game-input
generalizations fix nover, add unit test 2009-06-19 12:58:17 -05:00
glib
globs Update meta-data 2009-03-13 20:46:08 -05:00
grouping
hash2
heaps [ [ ... ] compare ] sort => [ ... ] sort-with 2009-08-02 20:09:23 -05:00
help help.tutorial: minor tweaks 2009-08-07 14:54:51 -05:00
hints math.vectors.specialization: first attempt at some call site splitting for vector ops. Specialized array types generate customized variants of all vector words, if input types are known at compile time, a call to the specialized version is inserted 2009-08-09 03:07:33 -05:00
html
http http.server.rewrite: fix typo in docs 2009-08-05 03:35:31 -05:00
images some misc categorizations and factorings for image component formats 2009-07-01 13:52:26 -05:00
inspector
interpolate
interval-maps [ [ ... ] compare ] sort => [ ... ] sort-with 2009-08-02 20:09:23 -05:00
inverse frp-editors use field-models 2009-05-30 12:51:35 -05:00
io io.launcher: unnecessary word 2009-07-09 06:31:38 -05:00
iokit
json
lcs
libc
linked-assocs
listener
lists
literals
locals
logging
macros
match
math compiler.tree.propagation: be more careful with intervals, ensuring that the inferred interval of a value is a subset of the value class's interval. This improves accuracy, for example [ >fixnum 1 + >fixnum most-positive-fixnum <= ] constant-folds to true 2009-08-10 01:16:49 -05:00
memoize
mime
mirrors
models Revert basis UI gadget changes 2009-08-06 16:46:48 -05:00
multiline
nibble-arrays
nmake
none
opengl set transform feedback format at program link 2009-07-25 21:19:56 -05:00
openssl
pack
pango
peg
persistent
porter-stemmer
present vocabs.hierarchy: more refactoring, update existing code for new API 2009-07-06 04:55:23 -05:00
prettyprint
promises
quoted-printable rename peek -> last and update all usages 2009-05-25 16:38:33 -05:00
quoting
random
refs
regexp
roman
search-deques
see
sequences
serialize
shuffle
simple-flat-file
smtp
sorting
soundex
specialized-arrays alien: need to differentiate between the type of the result before and after boxing; the former is used by propagation for #alien-invoke nodes and the latter is used by specialized arrays. This fixes FFI unit test failures 2009-08-10 16:17:33 -05:00
specialized-vectors byte-length for specialized-vectors 2009-07-07 16:27:14 -05:00
splitting/monotonic [ [ ... ] compare ] sort => [ ... ] sort-with 2009-08-02 20:09:23 -05:00
stack-checker combinators.short-circuit: speed up in non-optimized code 2009-07-18 03:33:45 -05:00
strings/tables
struct-arrays struct-arrays and struct-vectors: fix unit tests 2009-07-07 19:15:50 -05:00
struct-vectors struct-arrays and struct-vectors: fix unit tests 2009-07-07 19:15:50 -05:00
suffix-arrays
summary
syndication
threads threads: better error messages 2009-07-07 13:00:58 -05:00
tools tools.deploy.shaker: strip out specialized vector words 2009-08-09 04:48:44 -05:00
tr
tuple-arrays
ui Revert basis UI gadget changes 2009-08-06 16:46:48 -05:00
unicode More features in the unicode.breaks API, with documentation 2009-07-03 21:22:46 -05:00
unix unix.types: define <time_t> alias; use it in calendar.unix to avoid clobbering data 2009-07-22 21:12:04 -05:00
unrolled-lists
urls Help lint fixes for urls.encoding and mongodb.driver 2009-07-10 07:52:20 -05:00
uuid
validators
values
vectors/functor Add vectors.functor for generating vector types from arrays; re-implement bit-vectors and specialized-vectors using this. Add DEFERS directive to functors 2009-07-07 14:34:08 -05:00
vlists
vocabs vocabs.hierarchy: fix load-all 2009-08-05 23:08:14 -05:00
windows
wrap More unit tests for wrap 2009-07-02 21:12:38 -05:00
x11 fix typo in x11 binding 2009-07-23 17:39:12 -05:00
xml basis.xml: A fix for <pull-xml> (calls init-parser so that the spot variable is binded) 2009-07-22 20:49:57 -03:00
xml-rpc
xmode