factor/basis
Daniel Ehrenberg d3590ea210 Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:

	basis/compiler/tree/propagation/transforms/transforms.factor
2010-01-20 00:15:55 -06:00
..
alarms update docs for new alarms changes 2009-11-23 19:49:47 -06:00
alien Rename kernel.private:getenv/setenv to special-object/set-special-object to mirror recent renaming on the VM side 2010-01-13 18:08:18 +13:00
ascii docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
base64 Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
biassocs docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
binary-search Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
bit-arrays random is generic now -- iota random -> random 2010-01-14 12:48:57 -06:00
bit-sets
bit-vectors Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
bitstreams update existing code to use :> ( ) when possible 2009-10-28 16:11:33 -05:00
bootstrap vm: don't recompile lazy-jit-compile more than once 2010-01-20 02:48:31 +13:00
boxes docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
byte-arrays/hex parsed -> suffix!, add append! 2009-10-28 13:38:27 -05:00
cache
cairo Factor source files should not be executable 2009-11-21 17:50:43 -06:00
calendar random is generic now -- iota random -> random 2010-01-14 12:48:57 -06:00
channels Merge branch 'master' into startup 2009-11-15 02:52:50 -06:00
checksums Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
circular fix unit test in circular 2009-12-08 17:05:17 -06:00
classes/struct random is generic now -- iota random -> random 2010-01-14 12:48:57 -06:00
cocoa Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
colors parsed -> suffix!, add append! 2009-10-28 13:38:27 -05:00
columns Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
combinators stack-checker: add inputs and outputs words, since 'infer (in>>|out>>) length' was coming up a lot 2010-01-15 08:04:14 +13:00
command-line Rename kernel.private:getenv/setenv to special-object/set-special-object to mirror recent renaming on the VM side 2010-01-13 18:08:18 +13:00
compiler Merge branch 'master' of git://factorcode.org/git/factor 2010-01-20 00:15:55 -06:00
compression Change [0,b) usages to iota 2010-01-15 08:05:50 +13:00
concurrency random is generic now -- iota random -> random 2010-01-14 12:48:57 -06:00
core-foundation Factor source files should not be executable 2009-11-21 17:50:43 -06:00
core-graphics docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
core-text Merge branch 'master' into startup 2009-11-15 02:52:50 -06:00
cpu vm: remove primitive table, non-optimizing compiler now looks up primitives with dlsym() 2010-01-19 20:00:33 +13:00
csv Factor source files should not be executable 2009-11-21 17:50:43 -06:00
db random is generic now -- iota random -> random 2010-01-14 12:48:57 -06:00
debugger Add 0xe06d7363 to debugger.windows. Remove case 0xe06d7363 from SEH. 2009-12-23 14:04:52 -06:00
definitions/icons docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
delegate fix a bunch of typos in docs 2009-10-21 17:40:43 -05:00
deques docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
disjoint-sets docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
dlists Factor source files should not be executable 2009-11-21 17:50:43 -06:00
documents delete -> remove! 2009-10-27 23:25:35 -05:00
editors Factor source files should not be executable 2009-11-21 17:50:43 -06:00
endian Factor source files should not be executable 2009-11-21 17:50:43 -06:00
environment Factor source files should not be executable 2009-11-21 17:50:43 -06:00
eval peg.ebnf: turn $unchecked-examples into $examples 2009-10-19 03:44:50 -05:00
farkup random is generic now -- iota random -> random 2010-01-14 12:48:57 -06:00
fonts docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
formatting docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
fry Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
ftp update more 8bit encoding usages 2009-11-12 18:36:47 -06:00
functors Merge branch 'master' of http://factorcode.org/git/factor 2009-10-28 16:17:24 -05:00
furnace Factor source files should not be executable 2009-11-21 17:50:43 -06:00
game/input Move windows.dinput to windows.directx.dinput. 2010-01-19 21:08:28 -08:00
generalizations Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
glib Factor source files should not be executable 2009-11-21 17:50:43 -06:00
globs
grouping Fix a few integers-as-sequences in docs 2010-01-14 17:20:43 -06:00
half-floats Factor source files should not be executable 2009-11-21 17:50:43 -06:00
hash2 docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
heaps Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
help Factor source files should not be executable 2009-11-21 17:50:43 -06:00
hints Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
html parsed -> suffix!, add append! 2009-10-28 13:38:27 -05:00
http Updated post-data slot names in http-docs.factor 2009-12-15 18:12:48 -05:00
images Change [0,b) usages to iota 2010-01-15 08:05:50 +13:00
inspector Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
interpolate Merge branch 'master' of http://factorcode.org/git/factor 2009-10-28 16:17:24 -05:00
interval-maps docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
inverse stack-checker: add inputs and outputs words, since 'infer (in>>|out>>) length' was coming up a lot 2010-01-15 08:04:14 +13:00
io io.servers.connection: accept-loop doesn't need to be 'inline recursive' 2010-01-18 22:23:57 +13:00
iokit Factor source files should not be executable 2009-11-21 17:50:43 -06:00
json json reader: correctly handle empty objects in objects 2009-12-27 01:29:12 +13:00
lcs Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
libc
linked-assocs docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
listener tools.time: overhaul 2009-11-05 01:07:59 -06:00
lists lists: nothing was using the traverse combinator and it had a stack effect error. nuked 2009-11-09 00:54:15 -06:00
literals Factor source files should not be executable 2009-11-21 17:50:43 -06:00
locals Factor source files should not be executable 2009-11-21 17:50:43 -06:00
logging Merge branch 'master' into startup 2009-11-15 02:52:50 -06:00
macros Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
match docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
math Fix performance regression in vector ops on specialized arrays, tweak definition of <slice> and 2map-reduce to generate fewer conditionals 2010-01-19 17:48:10 +13:00
memoize refactor so that generalizations reuses the stub versions of nsequence, firstn, and n*quot needed by memoize 2009-10-08 12:55:52 -05:00
mime Factor source files should not be executable 2009-11-21 17:50:43 -06:00
mirrors Re-organize a few things to reduce '-include=' image size 2009-10-23 04:32:17 -05:00
models stack-checker: add inputs and outputs words, since 'infer (in>>|out>>) length' was coming up a lot 2010-01-15 08:04:14 +13:00
multiline parsed -> suffix!, add append! 2009-10-28 13:38:27 -05:00
nibble-arrays Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
nmake
none
opengl Factor source files should not be executable 2009-11-21 17:50:43 -06:00
openssl change add-init-hook to add-startup-hook, new add-shutdown-hook word 2009-10-19 22:17:02 -04:00
pack Factor source files should not be executable 2009-11-21 17:50:43 -06:00
pango change add-init-hook to add-startup-hook, new add-shutdown-hook word 2009-10-19 22:17:02 -04:00
peg Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
persistent random is generic now -- iota random -> random 2010-01-14 12:48:57 -06:00
porter-stemmer Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
present docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
prettyprint Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
promises Factor source files should not be executable 2009-11-21 17:50:43 -06:00
quoted-printable Unit test fixes 2009-11-13 23:00:50 -06:00
quoting
random random is generic now -- iota random -> random 2010-01-14 12:48:57 -06:00
refs Factor source files should not be executable 2009-11-21 17:50:43 -06:00
regexp Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
roman Help lint fixes for iota 2010-01-15 17:04:14 +13:00
search-deques docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
see docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
sequences add circular-while, optimize circular a bit 2009-12-06 17:20:46 -06:00
serialize random is generic now -- iota random -> random 2010-01-14 12:48:57 -06:00
shuffle Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
simple-flat-file docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
smtp use system-micros 2009-11-18 18:27:35 -06:00
sorting Don't rely on integers as sequences for unit tests 2010-01-15 07:15:36 +13:00
soundex
specialized-arrays Fix performance regression in vector ops on specialized arrays, tweak definition of <slice> and 2map-reduce to generate fewer conditionals 2010-01-19 17:48:10 +13:00
specialized-vectors specialized-arrays: don't define useless empty T-sequence mixin 2010-01-16 20:19:35 +13:00
splitting/monotonic Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
stack-checker vm: remove vm-ptr primitive 2010-01-20 17:06:49 +13:00
strings/tables Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
suffix-arrays Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
summary docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
syndication Factor source files should not be executable 2009-11-21 17:50:43 -06:00
system-info Factor source files should not be executable 2009-11-21 17:50:43 -06:00
threads Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
tools vm: remove primitive table, non-optimizing compiler now looks up primitives with dlsym() 2010-01-19 20:00:33 +13:00
tr Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
tuple-arrays stack-checker: add inputs and outputs words, since 'infer (in>>|out>>) length' was coming up a lot 2010-01-15 08:04:14 +13:00
typed typed: update for stack checker refactoring 2009-11-09 00:55:10 -06:00
ui Merge branch 'master' of git://github.com/slavapestov/factor 2010-01-19 19:31:44 -08:00
unicode Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
unix stack-checker: add inputs and outputs words, since 'infer (in>>|out>>) length' was coming up a lot 2010-01-15 08:04:14 +13:00
unrolled-lists random is generic now -- iota random -> random 2010-01-14 12:48:57 -06:00
urls parsed -> suffix!, add append! 2009-10-28 13:38:27 -05:00
uuid fix load errors 2009-11-18 18:53:03 -06:00
validators eliminate spin from basis 2009-11-05 14:05:06 -06:00
values parsed -> suffix!, add append! 2009-10-28 13:38:27 -05:00
vectors/functor make new-resizable on growable sequences return a growable of the same type 2009-10-22 18:55:00 -05:00
vlists
vm Rename kernel.private:getenv/setenv to special-object/set-special-object to mirror recent renaming on the VM side 2010-01-13 18:08:18 +13:00
vocabs change add-init-hook to add-startup-hook, new add-shutdown-hook word 2009-10-19 22:17:02 -04:00
windows Merge branch 'master' of git://github.com/erikcharlebois/factor 2010-01-20 18:10:25 +13:00
wrap docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
x11 replace all TYPEDEF: void* XXX* with C-TYPE: XXX 2009-09-27 22:21:24 -05:00
xml stack-checker: add inputs and outputs words, since 'infer (in>>|out>>) length' was coming up a lot 2010-01-15 08:04:14 +13:00
xml-rpc docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
xmode Factor source files should not be executable 2009-11-21 17:50:43 -06:00