factor/basis
Joe Groff a2fe9f1952 [ [ ... ] bi@ <=> ] sort => [ ... ] sort-with 2009-08-02 20:13:59 -05:00
..
alarms Update usages of global ... change-at to use the new change-global combinator 2009-04-30 21:38:14 -05:00
alien [ [ ... ] bi@ <=> ] sort => [ ... ] sort-with 2009-08-02 20:13:59 -05:00
ascii Unfinished changes to regexp 2009-02-15 14:28:22 -06:00
base64 Fix unit test failures caused by change to 'contents' word 2009-05-10 18:54:56 -05:00
biassocs Trying to fix a bad merge... 2009-02-03 00:27:34 -06:00
binary-search Fixing unit tests for stack effect inference changes 2009-04-20 21:15:19 -05:00
bit-arrays bit-arrays: fix resize method regression after recent equal? method optimization 2009-07-29 06:47:50 -05:00
bit-sets Faster bit-array equality, add bit-set-subset? word 2009-07-28 11:14:57 -05:00
bit-vectors growable vocabulary: make 'contract' generic so that only real vectors clear popped elements; add resize method for struct-arrays, add new struct-vectors vocabulary 2009-07-07 15:01:30 -05:00
bitstreams Move constructors vocabulary to extra and refactor basis code not to use it 2009-06-13 18:47:19 -05:00
bootstrap Compiler speedups 2009-08-02 09:16:21 -05:00
boxes
byte-arrays/hex i just cut and pasted 2009-07-28 14:38:10 -05:00
cache cache: don't require values to have an age slot anymore 2009-02-10 22:05:13 -06:00
cairo fix another typo in ffi 2009-07-23 17:49:04 -05:00
calendar unix.types: define <time_t> alias; use it in calendar.unix to avoid clobbering data 2009-07-22 21:12:04 -05:00
channels Updating code in basis and extra for stricter vocab search path semantics 2009-05-14 23:23:06 -05:00
checksums 50% speedup using unsafe nth/set-nth/exchange in checksums.sha 2009-06-21 00:58:36 -05:00
circular Move set-last from circular.private to sequences 2009-07-28 11:51:47 -05:00
cocoa cocoa.windows: Fix help lint 2009-06-20 15:14:45 -05:00
colors Minor doc updates 2009-04-06 17:52:14 -05:00
columns
combinators combinators.short-circuit: fix unoptimized behavior to match optimized behavior, improved unit tests 2009-07-18 06:38:34 -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 [ [ ... ] compare ] sort => [ ... ] sort-with 2009-08-02 20:09:23 -05:00
compression Move constructors vocabulary to extra and refactor basis code not to use it 2009-06-13 18:47:19 -05:00
concurrency change threaded-server and managed-server to take an encoding 2009-05-30 19:15:53 -05:00
cords
core-foundation Fix even more usings 2009-05-16 10:45:17 -05:00
core-graphics separate component format from component order in image objects 2009-06-22 11:20:54 -05:00
core-text Resolved merge. 2009-05-26 22:20:53 -07:00
cpu cpu.ppc: put spill slots and GC roots in stack frame where subroutine calls can't clobber them 2009-07-31 23:47:07 -05:00
csv Resolved merge. 2009-05-26 22:20:53 -07:00
db Update documentation for stricter vocabulary search path semantics 2009-05-16 00:29:21 -05:00
debugger FROM: and RENAME: give a more meaningful error if the vocabulary does not exist 2009-07-18 06:51:29 -05:00
definitions/icons - definitions.icons now has a reference article 2009-03-24 09:11:45 -05:00
delegate Merge branch 'master' of http://factorcode.org/git/factor 2009-05-01 13:38:32 -05:00
deques Remove the tail argument from do/until/while 2009-02-18 02:41:14 +01:00
disjoint-sets compiler.cfg.coalescing: more or less complete, now needs debugging 2009-07-27 02:20:45 -05:00
dlists docs for dlist-filter 2009-05-09 20:15:03 -05:00
documents Resolved merge. 2009-05-26 22:20:53 -07:00
editors vocabs.hierarchy: more refactoring, update existing code for new API 2009-07-06 04:55:23 -05:00
endian Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00
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 Fixing some test failures after url.encoding change 2009-07-09 19:02:15 -05:00
fonts Clean up some code in core-text, and core-text.fonts 2009-02-21 01:26:50 -06:00
formatting Merge branch 'master' of git://factorcode.org/git/factor 2009-05-16 15:56:06 -07: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 functors: add MIXIN:, SINGLETON: 2009-07-22 02:06:24 -05:00
furnace fix some duplicate using lines 2009-05-18 23:45:52 -05:00
game-input win32 support for window-controls 2009-06-18 11:41:34 -05:00
generalizations fix nover, add unit test 2009-06-19 12:58:17 -05:00
glib update code for usages of add-library 2009-03-25 23:00:19 -05:00
globs Update meta-data 2009-03-13 20:46:08 -05:00
grouping Fixing compile errors, test failures and help lint failures 2009-03-23 17:12:41 -05:00
hash2 Remove some usages of -rot and tuck 2009-04-18 21:53:22 -05:00
heaps [ [ ... ] compare ] sort => [ ... ] sort-with 2009-08-02 20:09:23 -05:00
help [ [ ... ] compare ] sort => [ ... ] sort-with 2009-08-02 20:09:23 -05:00
hints Move set-last from circular.private to sequences 2009-07-28 11:51:47 -05:00
html make sure you can define words in fhtml templates 2009-05-19 18:53:12 -05:00
http Fixing some test failures after url.encoding change 2009-07-09 19:02:15 -05:00
images some misc categorizations and factorings for image component formats 2009-07-01 13:52:26 -05: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 [ [ ... ] compare ] sort => [ ... ] sort-with 2009-08-02 20:09:23 -05:00
inverse Resolved merge. 2009-05-26 22:20:53 -07:00
io io.launcher: unnecessary word 2009-07-09 06:31:38 -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 Resolved merge. 2009-05-26 22:20:53 -07:00
libc New initialize-alien word 2009-02-20 20:51:13 -06:00
linked-assocs Add unit test for >alist on linked-assocs 2009-02-16 21:42:09 -06:00
listener Recent vocabs.parser change had a regression: vocabs with no roots (scratchpad) were excluded from default use list. Also move with-interactive-vocabs to listener vocab 2009-06-07 21:59:13 -05:00
lists fix lazy lists 2009-05-18 16:17:11 -05:00
literals oops, forgot a USING 2009-06-18 09:57:49 -05:00
locals Updating code in basis and extra for stricter vocab search path semantics 2009-05-14 23:23:06 -05:00
logging Resolved merge. 2009-05-26 22:20:53 -07:00
macros Some gold plating 2009-05-01 02:03:22 -05:00
match Remove some usages of -rot and tuck 2009-04-18 21:53:22 -05:00
math move signed-le> to io.binary, clean up using list for math.bitwise 2009-07-23 15:54:57 -05:00
memoize Improve stack checker documentation 2009-04-23 03:48:32 -05:00
mime Move assert-sequence= from mime.multipart to sequences 2009-04-09 04:49:54 -05:00
mirrors (( -- )) eval -> eval( -- ) 2009-04-17 15:49:21 -05:00
models Fix help-lint for models.range and histogram 2009-06-19 14:33:43 -05:00
multiline Changing : foo ; parsing to SYNTAX: foo ; 2009-03-21 01:27:50 -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 set transform feedback format at program link 2009-07-25 21:19:56 -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 Remove unused entry from using list 2009-04-03 09:45:02 -05:00
pango Fix pango.layouts issue on 64-bit systems 2009-04-13 15:11:32 -05:00
peg Resolved merge. 2009-05-26 22:20:53 -07:00
persistent Documentation fix for PV{ 2009-06-15 22:24:21 +02:00
porter-stemmer minor indentation changes 2009-06-11 11:02:40 -05:00
present vocabs.hierarchy: more refactoring, update existing code for new API 2009-07-06 04:55:23 -05:00
prettyprint 'see' on tuple classes didn't show initial values if slot type was not declared 2009-06-14 17:46:29 -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 Resolved merge. 2009-05-26 22:20:53 -07:00
quoting Resolved merge. 2009-05-26 22:20:53 -07:00
random fix typo 2009-05-22 17:18:24 -05:00
refs Some gold plating 2009-05-01 02:03:22 -05:00
regexp Update documentation for stricter vocabulary search path semantics 2009-05-16 00:29:21 -05:00
roman minor cleanup 2009-06-18 17:32:10 -05:00
search-deques
see 'see' on tuple classes didn't show initial values if slot type was not declared 2009-06-14 17:46:29 -05:00
sequences Removing sequences.next 2009-02-05 20:28:36 -06:00
serialize Automatically load needed vocabularies when deserializing words 2009-06-19 13:03:01 +02: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 Resolved merge. 2009-05-26 22:20:53 -07:00
soundex Updating code in basis and extra for stricter vocab search path semantics 2009-05-14 23:23:06 -05:00
specialized-arrays Move ptrdiff_t arrays to specialized-arrays.ptrdiff_t 2009-07-17 03:51:23 -05:00
specialized-vectors byte-length for specialized-vectors 2009-07-07 16:27:14 -05:00
splitting/monotonic [ [ ... ] compare ] sort => [ ... ] sort-with 2009-08-02 20:09:23 -05:00
stack-checker combinators.short-circuit: speed up in non-optimized code 2009-07-18 03:33:45 -05:00
strings/tables Fix tools.time output in the TTY listener 2009-04-30 20:03:52 -05:00
struct-arrays struct-arrays and struct-vectors: fix unit tests 2009-07-07 19:15:50 -05:00
struct-vectors struct-arrays and struct-vectors: fix unit tests 2009-07-07 19:15:50 -05:00
suffix-arrays Changing : foo ; parsing to SYNTAX: foo ; 2009-03-21 01:27:50 -05:00
summary
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 Merge branch 'master' into dcn 2009-07-28 11:20:43 -05:00
tr Changing : foo ; parsing to SYNTAX: foo ; 2009-03-21 01:27:50 -05:00
tuple-arrays tuple-arrays: clean up a bit and add docs 2009-05-21 21:23:01 -05:00
ui [ [ ... ] compare ] sort => [ ... ] sort-with 2009-08-02 20:09:23 -05:00
unicode More features in the unicode.breaks API, with documentation 2009-07-03 21:22:46 -05:00
unix unix.types: define <time_t> alias; use it in calendar.unix to avoid clobbering data 2009-07-22 21:12:04 -05:00
unrolled-lists use CONSTANT: in basis 2009-02-22 19:13:08 -06:00
urls Help lint fixes for urls.encoding and mongodb.driver 2009-07-10 07:52:20 -05: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 Documentation updates 2009-04-06 03:00:46 -05:00
vectors/functor Add vectors.functor for generating vector types from arrays; re-implement bit-vectors and specialized-vectors using this. Add DEFERS directive to functors 2009-07-07 14:34:08 -05:00
vlists Resolved merge. 2009-05-26 22:20:53 -07:00
vocabs [ [ ... ] compare ] sort => [ ... ] sort-with 2009-08-02 20:09:23 -05:00
windows windows.offscreen:make-bitmap-image wasn't filling in the component-type of the image object it makes 2009-06-25 09:15:04 -05:00
wrap More unit tests for wrap 2009-07-02 21:12:38 -05:00
x11 fix typo in x11 binding 2009-07-23 17:39:12 -05:00
xml basis.xml: A fix for <pull-xml> (calls init-parser so that the spot variable is binded) 2009-07-22 20:49:57 -03:00
xml-rpc Slight cleanup in xml-rpc 2009-02-09 18:36:36 -06:00
xmode Updating code in basis and extra for stricter vocab search path semantics 2009-05-14 23:23:06 -05:00
stuff.factor compiler.cfg.linear-scan: fix spilling 2009-07-01 22:37:27 -05:00