factor/basis
Doug Coleman e5217b928e Merge branch 'master' of git://github.com/bogiebro/factor 2009-05-01 15:57:33 -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 Some gold plating 2009-05-01 02:03:22 -05:00
ascii Unfinished changes to regexp 2009-02-15 14:28:22 -06:00
base64 Fixing unit tests for stack effect inference changes 2009-04-20 21:15:19 -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 Changing : foo ; parsing to SYNTAX: foo ; 2009-03-21 01:27:50 -05:00
bit-vectors Fixing unit tests for syntax change 2009-03-23 00:34:02 -05:00
bitstreams Fix various unit tests 2009-03-07 15:58:14 -06:00
bootstrap Rename enable/disable-compiler to enable/disable-optimizer, and add with-optimizer and without-optimizer combinators 2009-05-01 05:52:05 -05:00
boxes
byte-vectors Fixing unit tests for syntax change 2009-03-23 00:34:02 -05:00
cache cache: don't require values to have an age slot anymore 2009-02-10 22:05:13 -06:00
cairo update code for usages of add-library 2009-03-25 23:00:19 -05:00
calendar move windows error handling to windows.errors and update usages. 2009-04-30 09:36:25 -05:00
channels
checksums calculate a magic number in md5 2009-04-25 19:22:46 -05:00
circular
cocoa Merge branch 'master' of git://github.com/bogiebro/factor 2009-05-01 15:57:33 -05:00
colors Minor doc updates 2009-04-06 17:52:14 -05:00
columns
combinators Add firstn-unsafe, input<sequence-unsafe 2009-04-26 21:22:06 -05:00
command-line Add -pic= command line argument 2009-04-28 16:58:19 -05:00
compiler Fix infinite loop when compiling a word containing a tuple literal with circular structure in it. This was triggered by call( inline caching in core-foundation.fsevents on Mac OS X 2009-05-01 09:36:53 -05:00
compression update code for usages of add-library 2009-03-25 23:00:19 -05:00
concurrency fix more compiler errors 2009-04-17 14:44:08 -05:00
constructors New utility word: complete-effect 2009-03-22 17:59:40 -05:00
cords
core-foundation Update usages of global ... change-at to use the new change-global combinator 2009-04-30 21:38:14 -05:00
core-graphics remove empty file 2009-04-04 14:24:44 -05:00
core-text update code for usages of add-library 2009-03-25 23:00:19 -05:00
cpu Rename enable/disable-compiler to enable/disable-optimizer, and add with-optimizer and without-optimizer combinators 2009-05-01 05:52:05 -05:00
csv Fixing minor CSV bug 2009-02-12 01:32:06 -06:00
db Fix conflict 2009-04-21 16:26:22 -05:00
debugger Fixing new method dispatch implementation 2009-04-25 19:41:27 -05:00
definitions/icons - definitions.icons now has a reference article 2009-03-24 09:11:45 -05:00
delegate Fix some test failures and add an unportable tag 2009-04-30 22:56:15 -05:00
deques Remove the tail argument from do/until/while 2009-02-18 02:41:14 +01:00
disjoint-sets
dlists renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
documents Improve UI listener completion behavior 2009-05-01 07:29:03 -05:00
editors editors.emacs.windows: Add meta-data 2009-04-22 04:23:26 -05:00
endian Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00
environment Remove useless declarations 2009-03-23 01:18:24 -05:00
eval Fixing more unit tests 2009-04-17 15:50:03 -05:00
farkup Fixing farkup's parsing of [aaa] 2009-03-29 20:29:38 -05:00
fonts Clean up some code in core-text, and core-text.fonts 2009-02-21 01:26:50 -06:00
formatting Remove the tail argument from do/until/while 2009-02-18 02:41:14 +01:00
fry (( -- )) eval -> eval( -- ) 2009-04-17 15:49:21 -05:00
ftp rename lines to stream-lines 2009-05-01 10:41:27 -05:00
functors Merge branch 'master' of git://factorcode.org/git/factor 2009-04-27 14:02:24 -05:00
furnace Fixing unit tests for stack effect inference changes 2009-04-20 21:15:19 -05:00
generalizations Add firstn-unsafe, input<sequence-unsafe 2009-04-26 21:22:06 -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 fix more compiler errors 2009-04-17 14:44:08 -05:00
help Better prettyprinting of method-body instances 2009-04-24 00:20:33 -05:00
hints Passing an invalid parameter to 'declare' doesn't break the compiler anymore 2009-04-30 20:40:47 -05:00
html Fixing unit tests for stack effect inference changes 2009-04-20 21:15:19 -05:00
http Tweak http.client docs 2009-04-30 22:10:18 -05:00
images Move images.normalization to extra since its not used for anything anymore 2009-04-10 04:03:06 -05:00
inspector Fix unit tests and help lint for 'see' move 2009-03-11 17:33:54 -05:00
interpolate Documentation updates 2009-04-06 03:00:46 -05:00
interval-maps interval-maps:interval-values word, and more docs for interval-maps 2009-03-20 18:24:57 -05:00
inverse tuple-arrays: completely rewritten to use functors, 10x faster on benchmark 2009-04-26 13:31:10 -05:00
io Merge branch 'master' of git://github.com/bogiebro/factor 2009-05-01 15:57:33 -05:00
json
lcs Fixing unit tests for stack effect inference changes 2009-04-20 21:15:19 -05: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 set error-summary? to true by default 2009-04-26 00:45:14 -05:00
lists Remove some usages of -rot and tuck 2009-04-18 21:53:22 -05:00
locals Split up types.c/h into smaller files, remove optimized slot from F_WORD struct 2009-04-28 17:26:11 -05:00
logging Changing : foo ; parsing to SYNTAX: foo ; 2009-03-21 01:27:50 -05: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 Replace ratio and complex built-in types with tuples defined in the library. This frees up two lo-tags, so move array and quotation over to these tags and update compiler for new tags 2009-04-30 00:27:35 -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 Fixing unit tests for stack effect inference changes 2009-04-20 21:15:19 -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 Stack effect declarations are mandatory on all words now 2009-02-23 20:27:05 -06:00
opengl Fix texture resizing on S3 hardware on Windows. Reported by Kobi Lurie 2009-04-19 03:06:05 -05:00
openssl update code for usages of add-library 2009-03-25 23:00:19 -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 Rename enable/disable-compiler to enable/disable-optimizer, and add with-optimizer and without-optimizer combinators 2009-05-01 05:52:05 -05:00
persistent Fixing unit tests for stack effect inference changes 2009-04-20 21:15:19 -05:00
porter-stemmer Add vocab: for vocab-relative paths 2009-02-15 19:53:21 -06:00
present
prettyprint Better prettyprinting of method-body instances 2009-04-24 00:20:33 -05:00
promises Fixing compile errors, test failures and help lint failures 2009-03-23 17:12:41 -05:00
quoted-printable produce and produce-as: don't need third quotation either 2009-02-28 15:31:34 -06:00
quoting add unit tests for quoting 2009-03-30 00:18:02 -05:00
random move windows error handling to windows.errors and update usages. 2009-04-30 09:36:25 -05:00
refs Some gold plating 2009-05-01 02:03:22 -05:00
regexp Fixing some unit test failures 2009-04-22 07:05:00 -05:00
roman less stack shuffling 2009-03-28 15:02:28 -05:00
search-deques
see Fleshed out new dispatch code 2009-04-24 20:43:01 -05:00
sequences Removing sequences.next 2009-02-05 20:28:36 -06:00
serialize Fixing unit tests for syntax change 2009-03-23 00:34:02 -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 sorting.slots: help lint 2009-04-18 19:52:12 -05:00
soundex renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
specialized-arrays Changing : foo ; parsing to SYNTAX: foo ; 2009-03-21 01:27:50 -05:00
specialized-vectors Add test to assert that new-resizable returns specialized vectors on specialized arrays 2009-03-26 21:25:52 -05:00
splitting/monotonic
stack-checker macro call sites don't need an inlined-dependency on the macro 2009-05-01 05:52:34 -05:00
strings/tables Fix tools.time output in the TTY listener 2009-04-30 20:03:52 -05:00
struct-arrays Removing now-redundant underlying>> calls 2009-02-06 04:37:28 -06: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 Improve stack checker documentation 2009-04-23 03:48:32 -05:00
tools Adding and removing vocabs now updates all-vocabs-seq 2009-05-01 07:21:56 -05:00
tr Changing : foo ; parsing to SYNTAX: foo ; 2009-03-21 01:27:50 -05:00
tuple-arrays Some gold plating 2009-05-01 02:03:22 -05:00
ui ui.gadgets.sliders: fix usability issue 2009-05-01 07:43:50 -05:00
unicode Fixing some unit test failures 2009-04-22 07:05:00 -05:00
unix add make-hard-link to io.files.links 2009-04-28 22:51:35 -05:00
unrolled-lists use CONSTANT: in basis 2009-02-22 19:13:08 -06:00
urls Merge branch 'master' into experimental 2009-04-14 10:42:41 +10:00
uuid Merge branch 'master' of git://factorcode.org/git/factor 2009-01-30 12:51:49 -08: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
vlists Changing : foo ; parsing to SYNTAX: foo ; 2009-03-21 01:27:50 -05:00
windows Update usages of global ... change-at to use the new change-global combinator 2009-04-30 21:38:14 -05:00
wrap Fixing unit tests for stack effect inference changes 2009-04-20 21:15:19 -05:00
x11 X11.windows: fix bug with radeonhd driver (reported by Chris Double) 2009-04-21 23:19:46 -05:00
xml Fixing unit tests for stack effect inference changes 2009-04-20 21:15:19 -05:00
xml-rpc Slight cleanup in xml-rpc 2009-02-09 18:36:36 -06:00
xmode rename lines to stream-lines 2009-05-01 10:41:27 -05:00