Slava Pestov
|
197a64eaae
|
io.streams.duplex: fix test
|
2009-08-24 20:19:55 -05:00 |
Joe Groff
|
bbb220f892
|
make memory.piles load without auto-use
|
2009-08-24 19:43:19 -05:00 |
Joe Groff
|
54ff361331
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-24 18:04:44 -05:00 |
Doug Coleman
|
16ad61021f
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-24 09:58:48 -04:00 |
Slava Pestov
|
46045c882e
|
Disposables are now registered in a global disposables set. To take advantage of this, subclass disposable instead of providing a disposed slot and call new-disposable instead of new. tools.disposables defines two words, 'disposable.' and 'leaks', to help track down resource lifetime problems
|
2009-08-24 02:26:13 -05:00 |
Slava Pestov
|
e42216a569
|
tools.deploy.shaker: more compact next-method shaking
|
2009-08-23 19:18:12 -05:00 |
Slava Pestov
|
449be040f8
|
Use utf8 instead of ascii encoding in a couple of places to avoid pulling in ascii into deployed apps
|
2009-08-23 19:07:21 -05:00 |
Slava Pestov
|
387007abfe
|
tools.deploy.shaker: fix regression; strip-compiler-classes wasn't working
|
2009-08-23 17:54:37 -05:00 |
Joe Groff
|
556adeb9b4
|
handle RGBA pngs (when inflate finally works)
|
2009-08-23 09:51:12 -05:00 |
Joe Groff
|
f93363567e
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-23 08:23:11 -05:00 |
Doug Coleman
|
bea1e3732e
|
revert replicate change again...the world is not ready
|
2009-08-23 01:00:46 -04:00 |
Joe Groff
|
4923c66cc9
|
memory.piles: <pile-c-object> and <pile-c-array> convenience words
|
2009-08-22 21:03:39 -05:00 |
Doug Coleman
|
71652d2826
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-22 21:27:26 -04:00 |
Doug Coleman
|
f18aef2afb
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-22 21:24:02 -04:00 |
sheeple
|
981e8470bf
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-22 20:24:01 -05:00 |
sheeple
|
b14dd8ab67
|
cpu.ppc: integer>fixnum scratch area overlapped with the rest of stack frame, very bad
|
2009-08-22 20:23:28 -05:00 |
Joe Groff
|
17a08cb07a
|
gpu.shaders docs corrections
|
2009-08-22 20:15:13 -05:00 |
Doug Coleman
|
3dce2eda19
|
use iota in replicate
|
2009-08-22 21:00:18 -04:00 |
Doug Coleman
|
7b7f22fae2
|
Revert "use iota in replicate"
This reverts commit 88d1f0d78a .
|
2009-08-22 20:59:56 -04:00 |
Doug Coleman
|
87a6e9cb31
|
use iota in replicate
|
2009-08-22 20:59:36 -04:00 |
Doug Coleman
|
679a7c9b01
|
temporary fix for core/effects
|
2009-08-22 20:56:28 -04:00 |
Doug Coleman
|
a6c7e9d9d4
|
use iota in a couple of places
|
2009-08-22 20:56:16 -04:00 |
Slava Pestov
|
f82627e736
|
math.intervals: comment out questionable unit tests
|
2009-08-22 19:39:32 -05:00 |
Slava Pestov
|
3979608b09
|
tools.deploy: faster default method stripping
|
2009-08-22 19:26:56 -05:00 |
Slava Pestov
|
44448c3ff6
|
iokit: don't depend on debugger, reduces terrain demo size by a bit
|
2009-08-22 19:02:40 -05:00 |
Slava Pestov
|
5e8e83c645
|
bootstrap.image: smarter object folding; 500kb boot image size reduction on 64-bit
|
2009-08-22 17:56:58 -05:00 |
Slava Pestov
|
d85b66536f
|
Add docs for break and B words
|
2009-08-22 17:45:18 -05:00 |
Slava Pestov
|
81b72cb5c5
|
Add some unit tests
|
2009-08-22 17:15:10 -05:00 |
Joe Groff
|
2d6622e5e9
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-22 13:42:52 -05:00 |
Joe Groff
|
6f6edd79ac
|
combinators.smart: "keep-inputs" combinator
|
2009-08-21 21:17:15 -05:00 |
Slava Pestov
|
1961b4da16
|
next-fastcall-param word was not being called; on x86 its equivalent to inc but on ppc there is more logic, this fixes FFI on PowerPC
|
2009-08-21 20:15:19 -05:00 |
Slava Pestov
|
2c533472f8
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-21 18:48:44 -05:00 |
Slava Pestov
|
9ab8734441
|
cpu.ppc: work in progress
|
2009-08-21 18:48:34 -05:00 |
Joe Groff
|
c6b9a45881
|
$deprecated help markup
|
2009-08-20 18:36:55 -05:00 |
Joe Groff
|
cb54ca6402
|
clarify 'deprecated' docs
|
2009-08-20 18:36:34 -05:00 |
Slava Pestov
|
5197aca215
|
compiler.cfg.dataflow-analysis: when intersecting sets, treat uninitialized sets as universal rather than empty; reduces number of stack instructions generated by 1%
|
2009-08-20 18:15:41 -05:00 |
Slava Pestov
|
49bd2228ec
|
compiler.tree.modular-arithmetic: fix regression; set-alien-*-1 was not always open-coded
|
2009-08-20 17:56:49 -05:00 |
Joe Groff
|
93c93a392b
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-20 16:21:58 -05:00 |
Joe Groff
|
90f8cdc0d1
|
link tools.deprecation docs into handbook and error-list docs
|
2009-08-20 16:18:47 -05:00 |
Joe Groff
|
6ca45f07b4
|
load tools.deprecation from bootstrap.tools
|
2009-08-20 16:18:28 -05:00 |
Joe Groff
|
94c50cfaeb
|
install deprecation definition-observer as an init-hook
|
2009-08-20 16:18:06 -05:00 |
Joe Groff
|
6089251574
|
move deprecation to tools.deprecation; load with bootstrap.tools
|
2009-08-20 16:17:36 -05:00 |
Joe Groff
|
2760079b65
|
deprecation docs
|
2009-08-20 15:35:11 -05:00 |
Joe Groff
|
400c89daf0
|
"deprecated" declaration, "deprecation" vocab to track deprecations in the error log
|
2009-08-20 15:10:42 -05:00 |
Joe Groff
|
800bcdecf5
|
convert alien.struct fields to classes.struct fields; add tests
|
2009-08-20 08:44:19 -05:00 |
Slava Pestov
|
79cdc45339
|
math: move float methods to math.floats
|
2009-08-20 03:55:19 -05:00 |
Slava Pestov
|
a3631f1878
|
bootstrap.compiler: add -debug-compiler switch which loads compiler but doesn't compile any words
|
2009-08-20 03:48:03 -05:00 |
Slava Pestov
|
9ef8f6c81d
|
compiler.tree.modular-arithmetic: eliminate >bignum calls where possible, convert fixnum-shift to fixnum-shift-fast if shift count is positive, don't run if there are no modular values
|
2009-08-20 03:47:45 -05:00 |
Slava Pestov
|
f01f7ad6eb
|
compiler.tree.propagation: bitand custom inlining was wrong if the second input was a bignum
|
2009-08-20 03:47:07 -05:00 |
Joe Groff
|
b4803b3191
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-19 22:50:21 -05:00 |