Doug Coleman
|
c68c7b1e44
|
add accumulate! for joe
|
2009-10-28 16:10:05 -05:00 |
Doug Coleman
|
b5fd809209
|
memq? -> member-eq?, sorted-memq? -> sorted-member-eq?
|
2009-10-28 15:02:00 -05:00 |
Doug Coleman
|
82992f6dd4
|
reverse-here -> reverse!
|
2009-10-28 14:40:15 -05:00 |
Doug Coleman
|
34165fe78f
|
add docs for append! and suffix!
|
2009-10-28 13:48:16 -05:00 |
Slava Pestov
|
ba37429563
|
filter-here -> filter!
|
2009-10-28 00:44:05 -05:00 |
Slava Pestov
|
03e70d1aa9
|
remq -> remove-eq, delq -> remove-eq!
|
2009-10-28 00:23:08 -05:00 |
Slava Pestov
|
b8a51c7eb0
|
delete-nth -> remove-nth!
|
2009-10-27 23:41:57 -05:00 |
Slava Pestov
|
45bc6e3c3e
|
delete -> remove!
|
2009-10-27 23:25:35 -05:00 |
Slava Pestov
|
34d3d4962a
|
change-each -> map!, deep-change-each -> deep-map!
|
2009-10-27 22:32:56 -05:00 |
Joe Groff
|
73f77006c5
|
add filter-as to sequences
|
2009-10-22 17:37:20 -05:00 |
Doug Coleman
|
aabaccff5e
|
fix a bunch of typos in docs
|
2009-10-21 17:40:43 -05:00 |
Doug Coleman
|
c10b6d4ba7
|
Merge branch 'docs' of git://github.com/klazuka/factor into klazuka
Conflicts:
basis/math/vectors/vectors-docs.factor
|
2009-10-02 15:58:45 -05:00 |
Keith Lazuka
|
8f79ea91ba
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
Slava Pestov
|
4db7e75a9c
|
sequences: add accumulate-as and document insert-nth
|
2009-10-01 23:13:33 -05:00 |
Keith Lazuka
|
293b9704d2
|
docs: updated some docs to use new markup
|
2009-09-22 15:22:34 -04:00 |
Jon Harper
|
e845964039
|
Fix documentation errors
|
2009-09-06 19:00:03 +09:00 |
Doug Coleman
|
b29da2ae48
|
fix docs
|
2009-08-15 14:02:18 -05:00 |
Doug Coleman
|
7c3824639e
|
move if-zero etc to math, remove 1-/1+ from math
|
2009-08-14 14:27:23 -05:00 |
Doug Coleman
|
aa71f27094
|
add docs for if-zero etc, add docs for 10^
|
2009-08-11 18:45:01 -05:00 |
Doug Coleman
|
1797f389f8
|
add if-zero/when-zero/unless-zero to core/ and update usages
|
2009-08-11 17:59:40 -05:00 |
Doug Coleman
|
7b7e02ed6e
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-07-24 18:12:24 -05:00 |
Doug Coleman
|
ea9a6634a9
|
document a word in sequences
|
2009-07-24 18:10:53 -05:00 |
Slava Pestov
|
53c16b3c76
|
sequences: update docs a bit
|
2009-07-24 18:05:23 -05:00 |
Slava Pestov
|
25debf1fcd
|
sequences: fix replicate example
|
2009-07-07 15:12:21 -05:00 |
Doug Coleman
|
d76a880b79
|
unassociate last with pop/pop* in docs
|
2009-05-25 17:03:32 -05:00 |
Doug Coleman
|
8da9d0f203
|
rename peek -> last and update all usages
|
2009-05-25 16:38:33 -05:00 |
Slava Pestov
|
cd64833360
|
clean up contents and lines words; contents never outputs f now
|
2009-05-10 16:39:51 -05:00 |
Slava Pestov
|
7aa65b5b5f
|
Fixing new method dispatch implementation
|
2009-04-25 19:41:27 -05:00 |
Slava Pestov
|
fb246e2c85
|
Documentation fixes
|
2009-04-06 04:15:58 -05:00 |
Slava Pestov
|
99b8400e56
|
Documentation updates
|
2009-04-06 03:00:46 -05:00 |
Slava Pestov
|
d707292d84
|
Fix documentation for map-index
|
2009-04-04 20:22:49 -05:00 |
Slava Pestov
|
7b9491066c
|
Fix conflict in images vocab
|
2009-03-04 21:43:56 -06:00 |
Daniel Ehrenberg
|
5dc614c9c9
|
Adding map-find to core
|
2009-03-03 12:22:47 -06:00 |
Slava Pestov
|
25a877e50b
|
Merge OneEyed's patch
|
2009-02-28 17:06:55 -06:00 |
Slava Pestov
|
cd53c2bd37
|
produce and produce-as: don't need third quotation either
|
2009-02-28 15:31:34 -06:00 |
Slava Pestov
|
421ee726b8
|
Merge branch 'master' into new_ui
|
2009-02-16 21:22:12 -06:00 |
Slava Pestov
|
6a89e4ee3b
|
Updating sequence and hashtable documentation to point more clearly at the relevant generic operations defined on these types
|
2009-02-16 21:06:28 -06:00 |
Slava Pestov
|
dfa0931db1
|
Merge branch 'master' into new_ui
|
2009-02-04 05:26:32 -06:00 |
Slava Pestov
|
f8d80faed3
|
Add 1sequence word. Add unit tests for existing 1vector and 1byte-array words, and make them use 1sequence
|
2009-02-04 05:13:12 -06:00 |
Slava Pestov
|
0a0431e6ab
|
Fix conflict
|
2009-01-30 02:24:34 -06:00 |
Doug Coleman
|
3c408342ef
|
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 |
Slava Pestov
|
478ef76801
|
Documents no longer mutatte their model's value
|
2009-01-29 03:04:23 -06:00 |
Slava Pestov
|
1c6df27d3c
|
Minor documentation fixes
|
2009-01-21 00:45:23 -06:00 |
Doug Coleman
|
66f5694462
|
document more core/ words
|
2009-01-17 22:15:57 -06:00 |
Slava Pestov
|
1f0c01183e
|
Re-implement monotonic? without using rot
|
2009-01-15 15:24:46 -06:00 |
Doug Coleman
|
f4cffe8a1b
|
move iota to sequences, fix example, add unit tests, make iota's slot integers only
|
2009-01-10 13:05:25 -06:00 |
Slava Pestov
|
6959f445c4
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-01-09 22:26:49 -06:00 |
Slava Pestov
|
a977691d82
|
Add iota virtual sequence which will eventually replace integers-as-sequences
|
2009-01-09 21:35:49 -06:00 |
Doug Coleman
|
5ae9c7fe2f
|
document 3each, 3map, 3map-as
|
2009-01-09 20:35:01 -06:00 |
Slava Pestov
|
af49278d3f
|
Add 2tri* and 2tri@ combinators, clean up (3each), and fix failing unit test for 3map
|
2009-01-05 18:12:34 -06:00 |