| .. |
|
alarms
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
alien
|
compiler, cpu.x86.32: clean up FFI implementation, in particular 32-bit x86-specific backend
|
2009-10-20 04:15:10 -05:00 |
|
ascii
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
base64
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
biassocs
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
binary-search
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
bit-arrays
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
bit-sets
|
…
|
|
|
bit-vectors
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
bitstreams
|
…
|
|
|
bootstrap
|
vm: code heap compaction at runtime using compact-gc primitive
|
2009-10-16 11:39:35 -05:00 |
|
boxes
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
byte-arrays/hex
|
…
|
|
|
cache
|
…
|
|
|
cairo
|
update structs in cairo.ffi
|
2009-09-18 17:42:25 -05:00 |
|
calendar
|
fix a bug when printing calendars, add a unit test
|
2009-10-12 16:55:52 -05:00 |
|
channels
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
checksums
|
Merge branch 'docs' of git://github.com/klazuka/factor into klazuka
|
2009-10-02 15:58:45 -05:00 |
|
circular
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
classes/struct
|
Another identity in value numbering for bitfields
|
2009-10-08 15:20:42 -05:00 |
|
cocoa
|
update cocoa tests
|
2009-10-21 18:19:35 -05:00 |
|
colors
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
columns
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
combinators
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
command-line
|
vm: put code block owner directly in the header, instead of as the first entry in the literal table. Reduces x86-64 image size by ~700kb, also eliminates separate 'strip' set of staging images from deploy tool
|
2009-10-06 06:25:07 -05:00 |
|
compiler
|
update a bunch of alien-callbacks and alien-indirects to use c-type words
|
2009-10-21 21:10:11 -05:00 |
|
compression
|
fix unit test
|
2009-10-08 21:37:30 -05:00 |
|
concurrency
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
cords
|
give cords a shot of red bull
|
2009-10-06 11:53:24 -05:00 |
|
core-foundation
|
update a bunch of alien-callbacks and alien-indirects to use c-type words
|
2009-10-21 21:10:11 -05:00 |
|
core-graphics
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
core-text
|
alien.syntax: add C-GLOBAL: for defining words to access global variables, and remove the gimpy one from core-text.utilities
|
2009-10-09 04:46:29 -05:00 |
|
cpu
|
oops, longlong comparison is sse4.2, not 4.1
|
2009-10-21 23:00:02 -05:00 |
|
csv
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
db
|
update a bunch of alien-callbacks and alien-indirects to use c-type words
|
2009-10-21 21:10:11 -05:00 |
|
debugger
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-22 00:18:16 -05:00 |
|
definitions/icons
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
delegate
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
deques
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
disjoint-sets
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
dlists
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
documents
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
editors
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
endian
|
…
|
|
|
environment
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
eval
|
peg.ebnf: turn $unchecked-examples into $examples
|
2009-10-19 03:44:50 -05:00 |
|
farkup
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
fonts
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
formatting
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
fry
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
ftp
|
…
|
|
|
functors
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-09-20 23:02:49 -05:00 |
|
furnace
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
game/input
|
fix using
|
2009-10-08 05:03:40 -05:00 |
|
generalizations
|
break off a "sequences.generalizations" vocab for neach, nmap, and mnmap
|
2009-10-22 13:31:03 -05:00 |
|
glib
|
update vocabs so a load-all on macosx works without parsing c-type strings
|
2009-09-27 15:11:21 -05:00 |
|
globs
|
…
|
|
|
grouping
|
docs: updated some docs to use new markup
|
2009-09-22 15:22:34 -04:00 |
|
hash2
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
heaps
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
help
|
help.handbook: remove 'type index'
|
2009-10-20 07:07:03 -05:00 |
|
hints
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
html
|
html.streams: fixed broken unit-test
|
2009-10-13 08:54:37 -04:00 |
|
http
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
images
|
specialized-arrays, specialized-vectors: fix potential problem if two vocabularies define different C types with the same name
|
2009-10-19 04:41:53 -05:00 |
|
inspector
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
interpolate
|
…
|
|
|
interval-maps
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
inverse
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
io
|
update a bunch of alien-callbacks and alien-indirects to use c-type words
|
2009-10-21 21:10:11 -05:00 |
|
iokit
|
update vocabs so a load-all on macosx works without parsing c-type strings
|
2009-09-27 15:11:21 -05:00 |
|
json
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
lcs
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
libc
|
move some allocation words that don't really have much to do with c types out of alien.c-types into a new alien.data vocab
|
2009-09-17 22:36:05 -05:00 |
|
linked-assocs
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
listener
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
lists
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
literals
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
locals
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
logging
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
macros
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
match
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
math
|
vif combinator
|
2009-10-20 22:49:20 -05:00 |
|
memoize
|
refactor so that generalizations reuses the stub versions of nsequence, firstn, and n*quot needed by memoize
|
2009-10-08 12:55:52 -05:00 |
|
mime
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
mirrors
|
make simd objects inspectable
|
2009-10-16 14:22:20 -05:00 |
|
models
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
multiline
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
nibble-arrays
|
…
|
|
|
nmake
|
…
|
|
|
none
|
…
|
|
|
opengl
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
openssl
|
replace all TYPEDEF: void* XXX* with C-TYPE: XXX
|
2009-09-27 22:21:24 -05:00 |
|
pack
|
…
|
|
|
pango
|
Fixing various test failures caused by C type parser change, and clarify C type docs some more
|
2009-09-28 08:48:39 -05:00 |
|
peg
|
peg: fix unit test failures
|
2009-10-19 06:01:20 -05:00 |
|
persistent
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
porter-stemmer
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
present
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
prettyprint
|
Merge branch 'docs' of git://github.com/klazuka/factor into klazuka
|
2009-10-02 15:58:45 -05:00 |
|
promises
|
…
|
|
|
quoted-printable
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
quoting
|
…
|
|
|
random
|
make vshuffle-bytes intrinsic for any shuffle mask type
|
2009-10-19 12:25:55 -05:00 |
|
refs
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
regexp
|
Fix conflict
|
2009-09-23 20:52:04 -05:00 |
|
roman
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
search-deques
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
see
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
sequences
|
break off a "sequences.generalizations" vocab for neach, nmap, and mnmap
|
2009-10-22 13:31:03 -05:00 |
|
serialize
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
shuffle
|
…
|
|
|
simple-flat-file
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
smtp
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
sorting
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
soundex
|
…
|
|
|
specialized-arrays
|
specialized-arrays: fix unit test
|
2009-10-20 02:18:28 -05:00 |
|
specialized-vectors
|
specialized-arrays, specialized-vectors: fix potential problem if two vocabularies define different C types with the same name
|
2009-10-19 04:41:53 -05:00 |
|
splitting/monotonic
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
stack-checker
|
peg.ebnf: turn $unchecked-examples into $examples
|
2009-10-19 03:44:50 -05:00 |
|
strings/tables
|
…
|
|
|
suffix-arrays
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
summary
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
syndication
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
system-info
|
update some naked alien-invokes to use c-type words
|
2009-10-21 18:44:00 -05:00 |
|
threads
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
tools
|
fix tools.deploy test
|
2009-10-21 22:12:28 -05:00 |
|
tr
|
…
|
|
|
tuple-arrays
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
typed
|
add a typed-disassemble convenience word to typed.debugger
|
2009-10-19 12:26:26 -05:00 |
|
ui
|
update a bunch of alien-callbacks and alien-indirects to use c-type words
|
2009-10-21 21:10:11 -05:00 |
|
unicode
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
unix
|
fix typo in unix.statfs.freebsd
|
2009-10-04 15:31:19 -05:00 |
|
unrolled-lists
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
urls
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
uuid
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
validators
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
values
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
vectors/functor
|
…
|
|
|
vlists
|
…
|
|
|
vm
|
replace all TYPEDEF: void* XXX* with C-TYPE: XXX
|
2009-09-27 22:21:24 -05:00 |
|
vocabs
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
windows
|
also print undocumented windows SSE exception codes
|
2009-10-22 00:18:01 -05:00 |
|
wrap
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
x11
|
replace all TYPEDEF: void* XXX* with C-TYPE: XXX
|
2009-09-27 22:21:24 -05:00 |
|
xml
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
xml-rpc
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
|
xmode
|
replace usages of <" with """
|
2009-09-20 22:42:40 -05:00 |