Sam Anklesaria
|
1145f49a47
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-03 20:09:05 -05:00 |
Slava Pestov
|
07ea78df57
|
sequences: map, 2map, 3map use new map-integers combinator; last two no longer depend on integers-as-sequences
|
2009-08-03 13:30:55 -05:00 |
Sam Anklesaria
|
07b34c6d0a
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-03 10:13:27 -05:00 |
Doug Coleman
|
a67a424644
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-02 23:18:09 -05:00 |
Joe Groff
|
7c5ef08aab
|
[ [ ... ] compare ] sort => [ ... ] sort-with
|
2009-08-02 20:09:23 -05:00 |
Joe Groff
|
cdf964579d
|
sorting: sort-with and inv-sort-with combinators to simplify common [ [ ... ] compare ] sort idiom
|
2009-08-02 20:01:54 -05:00 |
Doug Coleman
|
eb61ffc56d
|
use itoa in more places
|
2009-08-02 18:18:31 -05:00 |
Slava Pestov
|
67fd6b34dc
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-02 10:27:10 -05:00 |
Joe Groff
|
7392013d46
|
to-fixed-point combinator + docs
|
2009-08-02 09:51:15 -05:00 |
Slava Pestov
|
c1c8424605
|
Compiler speedups
|
2009-08-02 09:16:21 -05:00 |
Joe Groff
|
06eeedcb4c
|
change-tracking-tuple class. subclasses will have a "changed?" slot that gets set to true when any slot is modified
|
2009-07-31 21:48:17 -05:00 |
Joe Groff
|
dd3c90bf11
|
add file-stem word to io.pathnames as the counterpart to file-extension. write docs for both
|
2009-07-30 20:58:32 -05:00 |
Sam Anklesaria
|
c54189ce19
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-07-29 15:51:33 -05:00 |
Slava Pestov
|
4359a10259
|
sequences: add declaration so that array-flip compiles better
|
2009-07-28 21:33:12 -05:00 |
Sam Anklesaria
|
fe86d9f56e
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-07-28 16:42:38 -05:00 |
Slava Pestov
|
f1683f9fcf
|
Move set-last from circular.private to sequences
|
2009-07-28 11:51:47 -05:00 |
Slava Pestov
|
fb33ee3002
|
classes.algebra: stack effect fix
|
2009-07-28 06:49:09 -05:00 |
Sam Anklesaria
|
16e44372e3
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-07-27 21:46:10 -05:00 |
Joe Groff
|
f034be3c9e
|
nitpick
|
2009-07-24 21:04:49 -05:00 |
Doug Coleman
|
990b1e1249
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-07-24 18:12:24 -05:00 |
Doug Coleman
|
01a0bf7c36
|
add more links to floating point words in docs
|
2009-07-24 18:11:51 -05:00 |
Doug Coleman
|
6451ed542d
|
document a word in sequences
|
2009-07-24 18:10:53 -05:00 |
Slava Pestov
|
5336d71750
|
sequences: update docs a bit
|
2009-07-24 18:05:23 -05:00 |
Doug Coleman
|
78bbf96a6d
|
move signed-le> to io.binary, clean up using list for math.bitwise
|
2009-07-23 15:54:57 -05:00 |
Sam Anklesaria
|
cc38d1ada6
|
Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:
basis/functors/functors.factor
basis/io/launcher/launcher.factor
basis/ui/gadgets/tables/tables.factor
|
2009-07-22 10:02:09 -05:00 |
Slava Pestov
|
42230b21a3
|
Add assoc-refine, which takes the intersection of a sequence of assocs
|
2009-07-22 02:06:14 -05:00 |
Slava Pestov
|
fd9a353fd6
|
Move conjoin-at from compiler.cfg.liveness to sets
|
2009-07-21 03:02:06 -05:00 |
Slava Pestov
|
a213db05db
|
parser: remove outdated unit tests that were superseded by tests in vocabs.parser
|
2009-07-18 11:35:09 -05:00 |
Slava Pestov
|
e630102252
|
vocabs.parser: add tests to assert that the correct errors get thrown
|
2009-07-18 07:02:13 -05:00 |
Slava Pestov
|
db3991125f
|
FROM: and RENAME: give a more meaningful error if the vocabulary does not exist
|
2009-07-18 06:51:29 -05:00 |
Slava Pestov
|
4ee1f68e30
|
Documentation fixes
|
2009-07-18 06:32:57 -05:00 |
Slava Pestov
|
cf826d80b0
|
classes.tuple: eliminate generic arithmetic from M: tuple = and M: tuple hashcode*
|
2009-07-18 02:09:56 -05:00 |
Slava Pestov
|
50a86a8d93
|
More efficient singleton predicates
|
2009-07-17 17:41:33 -05:00 |
Slava Pestov
|
bf54aebcc1
|
Fix QUALIFIED: docs. Reported by ex_rzr in #concatenative
|
2009-07-14 12:07:08 -05:00 |
Slava Pestov
|
3b244d5d41
|
compiler.cfg.value-numbering: fix ##compare and ##compare-branch rewrites
|
2009-07-13 12:33:58 -05:00 |
Slava Pestov
|
baff251d1e
|
alien.libraries: add remove-library word, fix dlclose and dll-valid? VM primitives
|
2009-07-09 06:51:31 -05:00 |
Slava Pestov
|
c20e6c290f
|
compiler.cfg.linear-scan: split off parallel mapping code from resolve pass, use it in assignment pass to resolve parallel copies
|
2009-07-08 23:07:06 -05:00 |
Slava Pestov
|
37241c5eee
|
sequences: fix replicate example
|
2009-07-07 15:12:21 -05:00 |
Slava Pestov
|
dafdbe13c9
|
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 |
Joe Groff
|
7a88c5ae8a
|
variants vocab for ADTs
|
2009-06-26 16:31:20 -05:00 |
Sam Anklesaria
|
a6f65a483b
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-06-26 15:52:48 -05:00 |
Slava Pestov
|
b42c6c4425
|
Move histogram words from core/sets to extra/histogram
|
2009-06-18 21:55:33 -05:00 |
Doug Coleman
|
03b8e1b756
|
don't write docs with auto-use enabled
|
2009-06-18 19:29:10 -05:00 |
Doug Coleman
|
97f0a24e45
|
add histogram and sequence>assoc to sets
|
2009-06-18 17:29:41 -05:00 |
Sam Anklesaria
|
6132608cc2
|
extra sequences functions moved out of core
|
2009-06-17 12:35:09 -05:00 |
Slava Pestov
|
37b01357ec
|
Remove unused words discovered by Samuel Tardieu
|
2009-06-16 16:38:39 -05:00 |
Slava Pestov
|
ef6634337d
|
Oops: interleave-step is bi*
|
2009-06-16 14:05:39 -05:00 |
Slava Pestov
|
c5dfcf5755
|
Merge branch 'for-slava' of git://git.rfc1149.net/factor
|
2009-06-16 14:05:23 -05:00 |
Samuel Tardieu
|
cb03fe43db
|
Forbid tabs in source code
|
2009-06-16 20:49:28 +02:00 |
Slava Pestov
|
92b436d7fb
|
interleave: allow the 'between' quot to access the stack
|
2009-06-15 16:07:39 -05:00 |