..
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
specialized-arrays.direct is no more; instead, every specialized-array.<foo> vocabulary has a <direct-T-array> constructor
2009-09-04 22:01:55 -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
A few inline declarations
2009-08-27 04:09:12 -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
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
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
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
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
Move a few more things over to new disposable protocol
2009-08-24 20:33:27 -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
compiler.tree.propagation.call-effect: stronger call( inlining; now can inline 'a [ b ] curry call(' where 'a' is literal, [ b ] doesn't infer, but [ a b ] does infer. This simplifies classes.struct:memory>struct
2009-09-07 17:45:03 -05:00
cocoa
specialized-arrays.direct is no more; instead, every specialized-array.<foo> vocabulary has a <direct-T-array> constructor
2009-09-04 22:01:55 -05:00
colors
Factor theme colors are now referenced by name.
2009-09-08 15:25:27 -04: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
Merge branch 'master' of git://factorcode.org/git/factor
2009-08-25 09:33:42 -04: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
compiler.tree.propagation: type check inputs to unsafe foldable words manually, so that stuff like [ "Hi" { } fixnum+fast ] doesn't crash in the compiler
2009-09-07 23:40:23 -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
specialized-arrays.direct is no more; instead, every specialized-array.<foo> vocabulary has a <direct-T-array> constructor
2009-09-04 22:01:55 -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
i had comisd/ucomisd backwards on x86
2009-09-04 12:30:30 -05:00
csv
Resolved merge.
2009-05-26 22:20:53 -07:00
db
move if-zero etc to math, remove 1-/1+ from math
2009-08-14 14:27:23 -05:00
debugger
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
definitions /icons
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
delegate
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
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
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
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
specialized-arrays.direct is no more; instead, every specialized-array.<foo> vocabulary has a <direct-T-array> constructor
2009-09-04 22:01:55 -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
refactor functors so that new functor syntax words can be added outside of functors vocab, and move STRUCT: functor syntax to classes.struct to break a circular dependency
2009-08-29 21:04:19 -05:00
furnace
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
game-input
fix some things that broke in the windows UI/game-input backends
2009-08-31 12:45:39 -05:00
generalizations
use iota in generalizaions
2009-08-19 09:53:13 -05:00
glib
…
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
Add inline declarations for various assorted methods
2009-08-17 22:32:21 -05: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
Factor theme colors are now referenced by name.
2009-09-08 15:25:27 -04:00
hints
hints: HINTS: now recompiles subwords too, 15% perf improvement on reverse-complement because encoder-write is compiled with hints now
2009-08-18 19:40:54 -05:00
html
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
http
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
images
Better error images for non-baseline JPEGs.
2009-08-30 17:29:40 +09:00
inspector
Resolved merge.
2009-05-26 22:20:53 -07: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
Removed text shadow support
2009-09-08 14:22:27 -04:00
iokit
iokit: don't depend on debugger, reduces terrain demo size by a bit
2009-08-22 19:02:40 -05:00
json
Fix a error parsing out nested arrays.
2009-06-06 20:49:44 -07: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
bitwise equal? for struct objects
2009-08-26 18:05:38 -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
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
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
specialized-arrays.direct is no more; instead, every specialized-array.<foo> vocabulary has a <direct-T-array> constructor
2009-09-04 22:01:55 -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
clarify docs
2009-08-19 04:41:33 -05:00
nibble-arrays
…
nmake
…
none
Deploy tool always uses optimizing compiler now
2009-05-11 00:32:22 -05:00
opengl
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
openssl
Link VM with OpenSSL on NetBSD otherwise it can't find some symbols
2009-05-12 16:23:09 -05:00
pack
…
pango
update pango for struct
2009-08-31 12:23:08 -05:00
peg
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
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
Applied ui-tweaks patchset.
2009-09-08 13:30:30 -04: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
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
quoting
Resolved merge.
2009-05-26 22:20:53 -07:00
random
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
refs
Some gold plating
2009-05-01 02:03:22 -05:00
regexp
move if-zero etc to math, remove 1-/1+ from math
2009-08-14 14:27:23 -05:00
roman
minor cleanup
2009-06-18 17:32:10 -05:00
search-deques
…
see
Applied ui-tweaks patchset.
2009-09-08 13:30:30 -04:00
sequences
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
serialize
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
shuffle
…
simple-flat-file
…
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
Fix unit tests for specialized-arrays.direct change
2009-09-05 02:26:06 -05:00
specialized-vectors
associate specialized-arrays vocabs with c-types; add words for requiring vocabs and constructing arrays by C type
2009-08-25 17:56:01 -05:00
splitting /monotonic
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
stack-checker
alien: move code for supporting CONSTANT: foo 123 { "int" foo } C types into one place instead of the old scattershot approach
2009-08-27 21:49:25 -05:00
strings /tables
Fix tools.time output in the TTY listener
2009-04-30 20:03:52 -05:00
struct-arrays
compiler.tree.propagation.call-effect: stronger call( inlining; now can inline 'a [ b ] curry call(' where 'a' is literal, [ b ] doesn't infer, but [ a b ] does infer. This simplifies classes.struct:memory>struct
2009-09-07 17:45:03 -05:00
struct-vectors
struct-vectors: update unit test to use new structs
2009-09-01 14:47:04 -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
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
syndication
Fixing unit tests for stack effect inference changes
2009-04-20 21:15:19 -05:00
threads
threads: better error messages
2009-07-07 13:00:58 -05:00
tools
tools.deploy: fix facepalm
2009-09-07 22:48:57 -05:00
tr
…
tuple-arrays
Add inline declarations for various assorted methods
2009-08-17 22:32:21 -05:00
ui
Factor theme colors are now referenced by name.
2009-09-08 15:25:27 -04: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 network structs. NO WHAMMY, NO WHAMMY, NO WHAMMY...STOP!!!
2009-09-03 16:57:36 -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
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
uuid
move sha1 and sha2 to checksums.sha, update usages
2009-05-17 17:58:36 -05:00
validators
…
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
vocabs
Factor theme colors are now referenced by name.
2009-09-08 15:25:27 -04:00
windows
Use new-style structs for overlapped struct on Windows
2009-09-05 16:20:58 -05:00
wrap
More unit tests for wrap
2009-07-02 21:12:38 -05:00
x11
x11.events, ui.backend.x11: actually make it work
2009-08-31 00:24:25 -04:00
xml
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
xml-rpc
…
xmode
move if-zero etc to math, remove 1-/1+ from math
2009-08-14 14:27:23 -05:00