factor/basis
Philipp Winkler 3604535687 Fix a error parsing out nested arrays. 2009-06-06 20:49:44 -07:00
..
alarms
alien Fix even more usings 2009-05-16 10:45:17 -05:00
ascii
base64 Fix unit test failures caused by change to 'contents' word 2009-05-10 18:54:56 -05:00
biassocs
binary-search
bit-arrays
bit-vectors
bitstreams add a word to make a sequence from a byte-array by taking n bits at a time 2009-06-03 21:21:51 -05:00
bootstrap rename peek -> last and update all usages 2009-05-25 16:38:33 -05:00
boxes
cache
cairo
calendar Cleaning up USING: lists for new strict semantics 2009-05-14 16:54:16 -05:00
channels Updating code in basis and extra for stricter vocab search path semantics 2009-05-14 23:23:06 -05:00
checksums unbackwardsify hmac keys 2009-05-26 17:46:41 -05:00
circular rename peek -> last and update all usages 2009-05-25 16:38:33 -05:00
cocoa Fix even more usings 2009-05-16 10:45:17 -05:00
colors
columns
combinators make output>array a macro to avoid subtle bugs 2009-05-12 10:32:19 -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 Linear scan: implement live range intersection 2009-06-06 01:04:12 -05:00
compression rename run-length's uncompress word 2009-06-03 21:22:19 -05:00
concurrency change threaded-server and managed-server to take an encoding 2009-05-30 19:15:53 -05:00
constructors create initializers vocab when constructors is used. this should really go in bootstrap instead 2009-06-04 15:30:17 -05:00
cords
core-foundation Fix even more usings 2009-05-16 10:45:17 -05:00
core-graphics spin on GetCurrentButtonState before warping cursor when grabbing cocoa input. this keeps the window from jumping if you click on its titlebar to focus 2009-05-14 15:36:18 -05:00
core-text remove at-default. it was hardly used and it's just '?at drop' 2009-05-24 21:46:59 -05:00
cpu Fix 32-bit bootstrap 2009-06-03 03:23:55 -05:00
csv rename peek -> last and update all usages 2009-05-25 16:38:33 -05:00
db Update documentation for stricter vocabulary search path semantics 2009-05-16 00:29:21 -05:00
debugger Better presentation for ambiguous-use-error, fix ui.tools.listener now that 'search' can throw, make USE: and UNUSE: ignore dupes 2009-05-16 09:34:42 -05:00
definitions/icons
delegate
deques
disjoint-sets
dlists docs for dlist-filter 2009-05-09 20:15:03 -05:00
documents rename peek -> last and update all usages 2009-05-25 16:38:33 -05:00
editors Fix conflict 2009-05-16 09:48:42 -05:00
endian
environment Cleaning up USING: lists for new strict semantics 2009-05-14 16:54:16 -05:00
eval Fix more usings 2009-05-16 09:48:58 -05:00
farkup rename peek -> last and update all usages 2009-05-25 16:38:33 -05:00
fonts
formatting Updating code in basis and extra for stricter vocab search path semantics 2009-05-14 23:23:06 -05:00
fry Removing slip 2slip 3slip nslip 2009-05-10 16:39:17 -05:00
ftp change threaded-server and managed-server to take an encoding 2009-05-30 19:15:53 -05:00
functors 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
furnace fix some duplicate using lines 2009-05-18 23:45:52 -05:00
game-input Fix conflict 2009-05-16 09:48:42 -05:00
generalizations rename peek -> last and update all usages 2009-05-25 16:38:33 -05:00
glib
globs
grouping
hash2
heaps GC checks now save and restore registers 2009-06-02 18:23:47 -05:00
help rename peek -> last and update all usages 2009-05-25 16:38:33 -05:00
hints rename peek -> last and update all usages 2009-05-25 16:38:33 -05:00
html make sure you can define words in fhtml templates 2009-05-19 18:53:12 -05:00
http change threaded-server and managed-server to take an encoding 2009-05-30 19:15:53 -05:00
images renamd parsed-tiff to loading-tiff 2009-06-04 16:17:26 -05:00
inspector rename peek -> last and update all usages 2009-05-25 16:38:33 -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
inverse rename peek -> last and update all usages 2009-05-25 16:38:33 -05:00
io add a <limited-file-reader> word to open a limited stream from a file correctly 2009-06-03 21:21:21 -05:00
iokit Graduation! Move game-input and iokit into basis 2009-05-13 14:18:10 -05:00
json Fix a error parsing out nested arrays. 2009-06-06 20:49:44 -07:00
lcs rename peek -> last and update all usages 2009-05-25 16:38:33 -05:00
libc
linked-assocs
listener Update documentation for stricter vocabulary search path semantics 2009-05-16 00:29:21 -05:00
lists fix lazy lists 2009-05-18 16:17:11 -05:00
literals Update documentation for stricter vocabulary search path semantics 2009-05-16 00:29:21 -05:00
locals Updating code in basis and extra for stricter vocab search path semantics 2009-05-14 23:23:06 -05:00
logging rename peek -> last and update all usages 2009-05-25 16:38:33 -05:00
macros
match
math unbits word in math.bits vocab 2009-06-01 22:39:02 -05:00
memoize
mime
mirrors
models add a clamp word to math.order, use clamp word throughout libraries 2009-05-24 21:35:50 -05:00
multiline
nibble-arrays
nmake
none Deploy tool always uses optimizing compiler now 2009-05-11 00:32:22 -05:00
opengl typo in opengl.gl 2009-06-03 11:02:41 -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
peg rename peek -> last and update all usages 2009-05-25 16:38:33 -05:00
persistent rename peek -> last and update all usages 2009-05-25 16:38:33 -05:00
porter-stemmer rename peek -> last and update all usages 2009-05-25 16:38:33 -05:00
present
prettyprint rename peek -> last and update all usages 2009-05-25 16:38:33 -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 rename peek -> last and update all usages 2009-05-25 16:38:33 -05:00
quoting rename peek -> last and update all usages 2009-05-25 16:38:33 -05:00
random fix typo 2009-05-22 17:18:24 -05:00
refs
regexp Update documentation for stricter vocabulary search path semantics 2009-05-16 00:29:21 -05:00
roman
search-deques
see Fix regression with see'ing gensyms 2009-05-16 16:57:58 -05:00
sequences
serialize Update documentation for stricter vocabulary search path semantics 2009-05-16 00:29:21 -05:00
shuffle
simple-flat-file
smtp
sorting fix using, make sure article-only title sort works 2009-05-26 12:01:28 -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 specialized-arrays: fix tests on PowerPC 2009-05-08 21:34:28 -05:00
specialized-vectors
splitting/monotonic rename peek -> last and update all usages 2009-05-25 16:38:33 -05:00
stack-checker rename peek -> last and update all usages 2009-05-25 16:38:33 -05:00
strings/tables
struct-arrays Update documentation for stricter vocabulary search path semantics 2009-05-16 00:29:21 -05:00
suffix-arrays
summary
syndication
threads
tools tools.annotations: work better on generic words 2009-05-27 19:36:52 -05:00
tr
tuple-arrays tuple-arrays: clean up a bit and add docs 2009-05-21 21:23:01 -05:00
ui Merge branch 'master' of git://factorcode.org/git/factor 2009-06-03 11:03:45 -05:00
unicode rename peek -> last and update all usages 2009-05-25 16:38:33 -05:00
unix unix.stat.netbsd: fix code duplication with unix.statvfs.netbsd 2009-05-16 16:28:24 -05:00
unrolled-lists
urls Fix unit test failures caused by change to 'contents' word 2009-05-10 18:54:56 -05:00
uuid move sha1 and sha2 to checksums.sha, update usages 2009-05-17 17:58:36 -05:00
validators
values
vlists rename peek -> last and update all usages 2009-05-25 16:38:33 -05:00
vocabs Clean up pprint-use and related code to use manifests 2009-05-16 08:54:14 -05:00
windows remove at-default. it was hardly used and it's just '?at drop' 2009-05-24 21:46:59 -05:00
wrap lists: slight cleanup 2009-05-16 13:34:39 -05:00
x11 Fix usings on X11 2009-05-16 11:50:16 -04:00
xml rename peek -> last and update all usages 2009-05-25 16:38:33 -05:00
xml-rpc
xmode Updating code in basis and extra for stricter vocab search path semantics 2009-05-14 23:23:06 -05:00