..
alarms
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
alien
Some fixes and cleanups in math.vectors
2009-09-24 06:58:33 -05:00
ascii
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
base64
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
biassocs
Biassocs have special clone method
2009-08-18 12:48:09 -05:00
binary-search
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
bit-arrays
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
bit-sets
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
bit-vectors
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
bitstreams
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
bootstrap
Specialized array overhaul
2009-09-09 22:33:34 -05:00
boxes
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
byte-arrays /hex
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
cache
Disposables are now registered in a global disposables set. To take advantage of this, subclass disposable instead of providing a disposed slot and call new-disposable instead of new. tools.disposables defines two words, 'disposable.' and 'leaks', to help track down resource lifetime problems
2009-08-24 02:26:13 -05:00
cairo
update structs in cairo.ffi
2009-09-18 17:42:25 -05:00
calendar
change all stat, statfs, statvfs and calendar structs
2009-08-30 04:06:41 -05:00
channels
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
checksums
checksums.openssl: use correct API for creating EVP_MD_CTX, fixes crash on NetBSD
2009-09-22 23:54:42 -05:00
circular
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
classes /struct
don't construct a prototype for struct classes that don't need it
2009-09-23 19:41:46 -05:00
cocoa
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
colors
colors.constants: clean up naming
2009-09-14 21:03:33 -05:00
columns
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
combinators
replace usages of <" with """
2009-09-20 22:42:40 -05:00
command-line
Implement stricter vocab search path semantics, with a new API for vocabs.parser. Add map-find-last to sequences vocab
2009-05-14 22:31:29 -05:00
compiler
Some fixes and cleanups in math.vectors
2009-09-24 06:58:33 -05:00
compression
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
concurrency
Revert "added send-synchronous-timeout word and tests"
2009-08-30 14:53:50 -05:00
cords
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
core-foundation
get things to a point where they bootstrap again
2009-09-15 21:43:18 -05:00
core-graphics
update cocoa and core-foundation stuff to use classes.struct and boxed malloc-arrays
2009-08-29 12:22:55 -05:00
core-text
update cocoa and core-foundation stuff to use classes.struct and boxed malloc-arrays
2009-08-29 12:22:55 -05:00
cpu
Merge branch 'vm_cleanup' of git://github.com/phildawes/factor
2009-09-24 04:31:55 -05:00
csv
Resolved merge.
2009-05-26 22:20:53 -07:00
db
fixing docs
2009-09-23 12:52:42 -05:00
debugger
Put bad escape code in the bad-escape error
2009-09-23 17:55:54 -05:00
definitions /icons
help.markup: added $subsections markup and consolidated $link implementations
2009-09-21 15:35:16 -04:00
delegate
replace usages of <" with """
2009-09-20 22:42:40 -05:00
deques
…
disjoint-sets
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
dlists
docs for dlist-filter
2009-05-09 20:15:03 -05:00
documents
replace usages of <" with """
2009-09-20 22:42:40 -05:00
editors
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
endian
…
environment
fix loading problems on windows
2009-09-18 10:01:38 -05:00
eval
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
farkup
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
fonts
Removed text shadow support
2009-09-08 14:22:27 -04:00
formatting
move if-zero etc to math, remove 1-/1+ from math
2009-08-14 14:27:23 -05:00
fry
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
ftp
change threaded-server and managed-server to take an encoding
2009-05-30 19:15:53 -05:00
functors
Merge branch 'master' of git://factorcode.org/git/factor
2009-09-20 23:02:49 -05:00
furnace
replace usages of <" with """
2009-09-20 22:42:40 -05:00
game-input
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
generalizations
use iota in generalizaions
2009-08-19 09:53:13 -05:00
glib
update code for usages of add-library
2009-03-25 23:00:19 -05:00
globs
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
grouping
docs: updated some docs to use new markup
2009-09-22 15:22:34 -04:00
hash2
Remove some usages of -rot and tuck
2009-04-18 21:53:22 -05:00
heaps
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
help
Fix conflict
2009-09-23 20:52:04 -05:00
hints
separate stack effect typing from hints. put it in a "typed" vocab, and have a TYPED: word that adds the type checking directly to the word
2009-09-02 11:45:30 -05:00
html
html.streams: change how images work; webapps.help: support definition icons
2009-09-23 20:56:47 -05:00
http
replace usages of <" with """
2009-09-20 22:42:40 -05:00
images
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
inspector
summary: change default summary
2009-09-23 20:22:25 -05:00
interpolate
Rename use+ to add-use, move search to vocabs.parser, EXCLUDE: bombs out if word doesn't exist
2009-05-13 22:15:48 -05:00
interval-maps
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
inverse
decouple struct parsing/printing from tuple parsing/printing a bit
2009-08-19 18:53:44 -05:00
io
fix windows test failures
2009-09-19 10:01:12 -05:00
iokit
add CALLBACK: syntax that defines a typedef and an alien-callback constructor word for function pointer types. update some code in iokit.hid and windows.dinput to use CALLBACK: instead of TYPEDEF:/word pairs
2009-09-21 11:59:41 -05:00
json
replace usages of <" with """
2009-09-20 22:42:40 -05:00
lcs
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05: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
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
listener
Improve destructors docs, fix bug where debug-leaks? wasn't being switched off
2009-08-24 21:44:48 -05:00
lists
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
literals
replace usages of <" with """
2009-09-20 22:42:40 -05:00
locals
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
logging
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
macros
Some gold plating
2009-05-01 02:03:22 -05:00
match
match: cleanup
2009-09-04 06:11:28 -05:00
math
Some fixes and cleanups in math.vectors
2009-09-24 06:58:33 -05:00
memoize
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
mime
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
mirrors
clean up the bootstrap mess by moving the struct summary and make-mirror methods to classes.struct.prettyprint
2009-08-31 20:32:00 -05:00
models
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
multiline
remove <" from multiline tests
2009-09-23 16:24:32 -05:00
nibble-arrays
Changing : foo ; parsing to SYNTAX: foo ;
2009-03-21 01:27:50 -05:00
nmake
…
none
Deploy tool always uses optimizing compiler now
2009-05-11 00:32:22 -05:00
opengl
Merge branch 'master' of git://factorcode.org/git/factor
2009-09-20 23:02:49 -05:00
openssl
update openssl.libcrypto structs
2009-09-18 17:50:20 -05:00
pack
Remove unused entry from using list
2009-04-03 09:45:02 -05:00
pango
update pango for struct
2009-08-31 12:23:08 -05:00
peg
replace usages of <" with """
2009-09-20 22:42:40 -05:00
persistent
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
porter-stemmer
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
present
vocabs.hierarchy: more refactoring, update existing code for new API
2009-07-06 04:55:23 -05:00
prettyprint
Fix conflict
2009-09-23 20:52:04 -05:00
promises
llines was broken. it still probably is -- what if the stream throws an exception? cleanup some old code
2009-05-18 12:27:04 -05:00
quoted-printable
replace usages of <" with """
2009-09-20 22:42:40 -05:00
quoting
Resolved merge.
2009-05-26 22:20:53 -07:00
random
link to sample
2009-09-23 12:24:50 -05:00
refs
Some gold plating
2009-05-01 02:03:22 -05:00
regexp
Fix conflict
2009-09-23 20:52:04 -05:00
roman
minor cleanup
2009-06-18 17:32:10 -05:00
search-deques
…
see
see: don't show accessor methods in see-methods
2009-09-08 14:46:36 -05:00
sequences
replace usages of <" with """
2009-09-20 22:42:40 -05:00
serialize
Specialized array overhaul
2009-09-09 22:33:34 -05:00
shuffle
Changing : foo ; parsing to SYNTAX: foo ;
2009-03-21 01:27:50 -05:00
simple-flat-file
More docs for Unicode and simple-flat-file; moving more parsing code there
2009-03-20 19:53:54 -05:00
smtp
Fixing unit tests for stack effect inference changes
2009-04-20 21:15:19 -05:00
sorting
trivial factoring
2009-08-17 18:59:03 -05:00
soundex
Updating code in basis and extra for stricter vocab search path semantics
2009-05-14 23:23:06 -05:00
specialized-arrays
Merge branch 'master' of git://factorcode.org/git/factor
2009-09-23 10:11:49 -05:00
specialized-vectors
specialized-vectors: improved documentation
2009-09-23 03:08:54 -05:00
splitting /monotonic
replace usages of <" with """
2009-09-20 22:42:40 -05:00
stack-checker
Merge branch 'master' of git://factorcode.org/git/factor
2009-09-17 15:31:43 -05:00
strings /tables
Fix tools.time output in the TTY listener
2009-04-30 20:03:52 -05:00
suffix-arrays
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
summary
summary: change default summary
2009-09-23 20:22:25 -05:00
syndication
Fixing unit tests for stack effect inference changes
2009-04-20 21:15:19 -05:00
system-info
move system-info to basis
2009-09-20 23:24:24 -05:00
threads
threads: better error messages
2009-07-07 13:00:58 -05:00
tools
Tweaks to reduce deployed image size
2009-09-24 06:24:43 -05:00
tr
Changing : foo ; parsing to SYNTAX: foo ;
2009-03-21 01:27:50 -05:00
tuple-arrays
Add inline declarations for various assorted methods
2009-08-17 22:32:21 -05:00
ui
ui.tools.listener.completion: fix tests
2009-09-24 03:00:40 -05:00
unicode
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
unix
update structs in unix.utmpx
2009-09-18 18:30:48 -05:00
unrolled-lists
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
urls
urls.encoding: fix for error found by help-lint
2009-09-21 15:42:58 -04:00
uuid
move sha1 and sha2 to checksums.sha, update usages
2009-05-17 17:58:36 -05:00
validators
Moving regexp.matchers back to regexp
2009-03-10 18:27:33 -05:00
values
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
vectors /functor
Add inline declarations for various assorted methods
2009-08-17 22:32:21 -05:00
vlists
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
vm
update vm structs
2009-09-23 19:42:00 -05:00
vocabs
vocabs.generated: if quotation throws an exception, forget the new vocabulary
2009-09-23 20:22:47 -05:00
windows
Merge branch 'master' of git://factorcode.org/git/factor
2009-09-24 00:11:06 -05:00
wrap
fix using and tests
2009-09-23 12:54:34 -05:00
x11
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
xml
xml.syntax: fix help lint
2009-09-23 17:56:19 -05:00
xml-rpc
xml-rpc: fix post-rpc
2009-09-13 21:40:58 +02:00
xmode
replace usages of <" with """
2009-09-20 22:42:40 -05:00