factor/basis
Slava Pestov fbf26ca0eb Merge branch 'json' of git://github.com/rictic/factor 2008-11-14 20:30:22 -06:00
..
alarms
alias Rename alias article 2008-11-14 04:01:43 -06:00
alien Starting work on Win64 port 2008-11-07 20:33:32 -06:00
ascii
base64
biassocs
binary-search
bit-arrays
bit-vectors
bootstrap New calling convention for VM primitives: 2008-11-13 03:20:34 -06:00
boxes
calendar timeval>seconds 2008-10-21 04:19:50 -05:00
channels
checksums
circular
cocoa Fix load error 2008-10-17 20:04:08 -05:00
colors
columns
combinators/short-circuit
command-line
compiler Rename tests/templates.factor to tests/codegen.factor since that's really what its testing 2008-11-13 04:16:58 -06:00
concurrency Don't load random number generator on bootstrap 2008-11-06 01:30:59 -06:00
core-foundation
cpu Tweak PowerPC %dispatch 2008-11-13 05:58:49 -06:00
csv
db fix the way postgresql creates functions 2008-11-01 15:24:05 -05:00
debugger remove primitives from core, update usages 2008-10-18 21:42:01 -05:00
delegate
deques
disjoint-sets
dlists Cloning a dlist did not clone its nodes, and so was useless 2008-11-11 10:56:58 -06:00
documents
editors remove -a option... 2008-11-13 16:10:43 -06:00
environment fix winnt environment variables 2008-10-18 23:03:22 -05:00
eval
farkup
float-arrays Float array type inference rules 2008-10-17 15:35:33 -05:00
float-vectors
freetype
fry Better error reporting in FROM: and RENAME: words 2008-11-08 19:33:15 -06:00
furnace Help lint fixes 2008-11-14 07:22:19 -06:00
generalizations
globs
grouping Faster M: hashtable >alist performs less dispatch and allocates less junk 2008-11-11 23:03:50 -06:00
hash2
heaps Make a word inline for the win 2008-11-11 23:04:30 -06:00
help Neither here nor there 2008-11-12 14:40:01 -06:00
hints I/O ricing: various hints added so that UTF8 and ASCII fastpaths compile with less dispatch. 25% improvement on reverse-complement 2008-11-06 00:02:44 -06:00
html Document furnace.actions and clean up a few things 2008-11-13 21:49:37 -06:00
http Unit tests no longer use hard-coded ports 2008-10-20 22:05:22 -05:00
inspector
interpolate
interval-maps
io fix load error, document directory. 2008-11-14 00:55:17 -06:00
json swap drop === nip 2008-11-08 13:45:45 -08:00
lcs
libc
linked-assocs Fixing linked-assoc docs 2008-11-11 21:25:33 -05:00
listener
locals Trying to make PEGs compile faster by reducing the number of low level IR nodes: merge functionality of #>r and #r> into #shuffle, and generate 1 node instead of 3 for calls to get-local 2008-11-11 18:46:31 -06:00
logging fix logging 2008-10-19 15:41:04 -05:00
macros Remove unnecessary stack-checker.transforms dependency from macros 2008-11-13 00:09:47 -06:00
match
math Merge branch 'master' of git://factorcode.org/git/factor 2008-11-11 13:07:26 -06:00
memoize
mime-types
mirrors Fix mirrors 2008-11-06 02:52:54 -06:00
models
multiline
nmake
none
opengl Fix help lint 2008-11-11 08:53:11 -06:00
openssl
peg swap over == tuck; dupd swap == over 2008-11-10 00:16:11 -06:00
persistent Add changed-nth combinator: like change-nth but for persistent sequences 2008-11-13 00:10:55 -06:00
present
prettyprint Fix byte vector prettyprinting 2008-11-11 23:38:19 -06:00
qualified Better error reporting in FROM: and RENAME: words 2008-11-08 19:33:15 -06:00
random redo random-bytes* with a better algorithm 2008-11-12 22:10:34 -06:00
refs
regexp better parsing for anchors 2008-11-06 16:53:00 -06:00
search-deques
sequences
serialize
shuffle
smtp
sorting Change tags a bit 2008-11-14 20:17:27 -06:00
stack-checker fix docs 2008-11-13 16:15:57 -06:00
state-parser
suffix-arrays Move suffix arrays to basis 2008-11-13 09:34:46 -06:00
summary
symbols
syndication
threads
tools fix docs for hexdump 2008-11-13 21:06:41 -06:00
tr
tuple-arrays
ui Usability tweak: focus on listener input area when input presentation is clicked 2008-11-11 11:46:35 -06:00
unicode
unix remove duplicate using 2008-11-11 15:37:32 -06:00
urls
validators validators can use new regexps now 2008-11-13 18:26:09 -06:00
values
vlists vlists: immutable sequences with mostly-O(1) push and pop, O(n) behavior when sharing: optimized for the unshared case. also contains valists, which are assocs built on vlists with O(n) search starting from the end, and mostly-O(1) insertion that shadows prior entries. Behaves similar to Lisp/Scheme alists 2008-11-13 00:12:14 -06:00
windows implement file-systems on windows 2008-11-11 15:17:35 -06:00
wrap
x11
xml
xml-rpc
xmode