Joe Groff
|
d72fa710bc
|
move 4DNav to unmaintained since it depends on adsoda
|
2009-10-30 20:46:29 -05:00 |
Joe Groff
|
3f15e028f7
|
exile roll and -roll to basis/shuffle and mark them deprecated
|
2009-10-30 17:11:45 -05:00 |
Joe Groff
|
96716145e3
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-30 14:53:56 -05:00 |
Joe Groff
|
cac1778bd0
|
remove most uses of roll/-roll from extra
|
2009-10-30 14:14:24 -05:00 |
Joe Groff
|
2bc75e390a
|
move adsoda to unmaintained
|
2009-10-30 13:46:43 -05:00 |
Doug Coleman
|
44acd45f2a
|
move docs for nth-root, fix docs for minmax
|
2009-10-30 06:37:02 -05:00 |
Doug Coleman
|
320128c7eb
|
move histogram to math.statistics, write a main article for math.statistics
|
2009-10-30 02:55:54 -05:00 |
Doug Coleman
|
003787113f
|
move nth-root to math.functions, use exchange-unsafe in math.statistics
|
2009-10-30 02:35:51 -05:00 |
Doug Coleman
|
1d12a6707d
|
sigma -> map-sum
|
2009-10-29 14:34:04 -05:00 |
Doug Coleman
|
53d760c4dd
|
use dup surround instead of 3append
|
2009-10-29 14:06:59 -05:00 |
Doug Coleman
|
939e2a3e6d
|
remove two tucks
|
2009-10-29 13:38:16 -05:00 |
Doug Coleman
|
7730272f2f
|
fix using for normalize-path
|
2009-10-28 20:17:46 -05:00 |
Doug Coleman
|
fa0fc7381c
|
try absolute-path on space-invaders to appease openal
|
2009-10-28 17:33:02 -05:00 |
Doug Coleman
|
17f0a5d41a
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-28 17:26:23 -05:00 |
Doug Coleman
|
e376a0ece2
|
(normalize-path) -> absolute-path, canonicalize-path -> resolve-symlinks
|
2009-10-28 17:25:50 -05:00 |
Joe Groff
|
3fbe722561
|
Merge branch 'master' of http://factorcode.org/git/factor
Conflicts:
basis/locals/locals.factor
basis/peg/peg.factor
extra/infix/infix.factor
|
2009-10-28 16:17:24 -05:00 |
Joe Groff
|
6e1bffb1c5
|
update existing code to use :> ( ) when possible
|
2009-10-28 16:11:33 -05:00 |
Doug Coleman
|
93de179c2f
|
over push -> suffix!, over push-all -> append!
|
2009-10-28 15:29:01 -05:00 |
Doug Coleman
|
bd13e018dd
|
memq? -> member-eq?, sorted-memq? -> sorted-member-eq?
|
2009-10-28 15:02:00 -05:00 |
Doug Coleman
|
1476cdb974
|
reverse-here -> reverse!
|
2009-10-28 14:40:15 -05:00 |
Joe Groff
|
b0362f8011
|
fix help-lint failures
|
2009-10-28 14:05:23 -05:00 |
Joe Groff
|
ef25935366
|
fix load errors from load-all
|
2009-10-28 13:56:15 -05:00 |
Doug Coleman
|
7ce4b746e5
|
parsed -> suffix!, add append!
|
2009-10-28 13:38:27 -05:00 |
Doug Coleman
|
37a87e85ab
|
annotations tests were broken if you have any TODOs yourself
|
2009-10-28 12:51:27 -05:00 |
Slava Pestov
|
951e3e9c83
|
delete-nth -> remove-nth!
|
2009-10-27 23:41:57 -05:00 |
Slava Pestov
|
f5a0a8b6e1
|
delete -> remove!
|
2009-10-27 23:25:35 -05:00 |
Slava Pestov
|
08e7d25dc5
|
change-each -> map!, deep-change-each -> deep-map!
|
2009-10-27 22:32:56 -05:00 |
Joe Groff
|
935c0797c3
|
update existing code for [let change
|
2009-10-27 22:05:37 -05:00 |
Joe Groff
|
8a7acdf54f
|
move dns.* to unmaintained
|
2009-10-27 20:58:52 -05:00 |
Joe Groff
|
8f0321a0b1
|
remove [wlet ]
|
2009-10-26 23:17:40 -05:00 |
Joe Groff
|
5caa118e40
|
make first2, first3, first4 inline
|
2009-10-26 17:30:37 -05:00 |
Joe Groff
|
ab04d4479e
|
clean up some stuff in gpu.util.wasd
|
2009-10-26 14:25:51 -05:00 |
Joe Groff
|
eb5a4383e1
|
gpu.buffers: fix stack effect of with-mapped-buffer
|
2009-10-26 13:53:33 -05:00 |
Slava Pestov
|
b23ab401c8
|
mongodb.driver: fix for stricter stack effect checking
|
2009-10-23 07:42:29 -05:00 |
Slava Pestov
|
00cef34d74
|
gpu.shaders: '[ empty? not ] filter' is 'harvest'
|
2009-10-23 07:02:11 -05:00 |
Elie Chaftari
|
4e5537ebf2
|
POP3 client library
|
2009-10-23 12:50:12 +03:00 |
Joe Groff
|
15f4196d43
|
gpu.demos.bunny: tokenize model file as it's read to avoid an extra splitting-and-filtering pass
|
2009-10-23 00:08:14 -05:00 |
Joe Groff
|
34027e46b6
|
remove a redundant head from parse-bunny-model
|
2009-10-22 20:26:43 -05:00 |
Joe Groff
|
27100ae094
|
improve gpu.demos.bunny mesh generation performance
|
2009-10-22 16:54:54 -05:00 |
Joe Groff
|
6e22945d41
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-22 14:18:09 -05:00 |
Joe Groff
|
3f1b664b74
|
break off a "sequences.generalizations" vocab for neach, nmap, and mnmap
|
2009-10-22 13:31:03 -05:00 |
Doug Coleman
|
649323ebe0
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-22 13:20:17 -05:00 |
Joe Groff
|
c3b8847936
|
update a bunch of alien-callbacks and alien-indirects to use c-type words
|
2009-10-21 21:10:11 -05:00 |
Doug Coleman
|
1b4e3cb7a6
|
fix more docs typos
|
2009-10-21 18:11:24 -05:00 |
Doug Coleman
|
c681039c77
|
fix a normalization bug in decimals
|
2009-10-20 22:37:44 -05:00 |
Slava Pestov
|
dafa068f34
|
ui.gadgets.controls: fix load error
|
2009-10-20 02:18:21 -05:00 |
Slava Pestov
|
304496e037
|
Build fixes
|
2009-10-19 19:18:08 -05:00 |
Slava Pestov
|
b6a0324be6
|
peg: fix unit test failures
|
2009-10-19 06:01:20 -05:00 |
Slava Pestov
|
d5ea962bcb
|
Move modules and peg-lexer to unmaintained
|
2009-10-19 05:56:35 -05:00 |
Slava Pestov
|
d62e43ebe0
|
Merge branch 'master' of git://github.com/killy971/factor
|
2009-10-19 05:36:03 -05:00 |