Joe Groff
|
0f1270720d
|
fix bootstrap
|
2009-08-30 20:09:43 -05:00 |
Joe Groff
|
c9e83ba3c3
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-30 19:05:43 -05:00 |
Joe Groff
|
0df9884ee5
|
change c-type-* to c-* everywhere
|
2009-08-30 19:05:29 -05:00 |
Slava Pestov
|
bd629c1262
|
compiler/tests/codegen.factor: don't do exact float comparison
|
2009-08-30 18:57:45 -05:00 |
Joe Groff
|
361cc04b02
|
rather than deprecate <c-array>, replace it with <c-type-array> . to stay consistent, rename <c-type-direct-array> to <c-direct-array> and require-c-type-arrays to require-c-arrays
|
2009-08-30 18:41:38 -05:00 |
Doug Coleman
|
2e40f83393
|
Revert "added send-synchronous-timeout word and tests"
This reverts commit 488c3bcaa5 .
|
2009-08-30 14:53:50 -05:00 |
Doug Coleman
|
97b6509cfe
|
Revert "reworked messaging, now always use an envelope around the message to handle expiration correctly in all use-cases"
This reverts commit 8231d10136 .
|
2009-08-30 14:53:33 -05:00 |
Doug Coleman
|
0f4dce4e4b
|
Revert "move a word out of private vocab"
This reverts commit 978de4476c .
|
2009-08-30 14:53:19 -05:00 |
Doug Coleman
|
4c69f5641c
|
move a word out of private vocab
|
2009-08-30 14:22:09 -05:00 |
Doug Coleman
|
447be26efd
|
remove direct uint arrays in file info
|
2009-08-30 11:58:30 -05:00 |
Doug Coleman
|
b938123d94
|
Merge branch 'for-slava' of git://github.com/x6j8x/factor into x6
|
2009-08-30 10:34:00 -05:00 |
Sascha Matzke
|
7f0f3c3c1a
|
reworked messaging, now always use an envelope around the message to handle expiration correctly in all use-cases
|
2009-08-30 17:26:23 +02:00 |
Doug Coleman
|
be9035753a
|
fit typo
|
2009-08-30 10:02:32 -05:00 |
Sascha Matzke
|
0337413a51
|
Merge branch 'master' of git://factorcode.org/git/factor into for-slava
|
2009-08-30 16:59:41 +02:00 |
Doug Coleman
|
d33fb83e26
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-30 09:05:12 -05:00 |
Slava Pestov
|
ec70e1d714
|
More minor documentation tweaks
|
2009-08-30 06:32:20 -05:00 |
Slava Pestov
|
7983b5515f
|
math.functions: some fixes
|
2009-08-30 06:19:14 -05:00 |
Slava Pestov
|
d23688ea1a
|
tools.deploy.shaker: strip out functor-words global, fixing size regression from Joe's FUNCTOR-SYNTAX: patch
|
2009-08-30 05:36:16 -05:00 |
Sascha Matzke
|
3351391e50
|
added send-synchronous-timeout word and tests
|
2009-08-30 12:24:56 +02:00 |
Slava Pestov
|
447c5fbf7a
|
compiler.cfg.linear-scan.live-intervals: dead-value-error is never thrown anymore
|
2009-08-30 05:15:18 -05:00 |
Sascha Matzke
|
d9377625c5
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-30 12:11:25 +02:00 |
Slava Pestov
|
9595be4bf9
|
%box-displaced-alien: fix clobberage found by Doug
|
2009-08-30 05:11:08 -05:00 |
Slava Pestov
|
0db01f6d5f
|
compiler.cfg.linear-scan now supports partial sync-points where all registers are spilled; taking advantage of this, there are new trigonometric intrinsics which yield a 2x performance boost on benchmark.struct-arrays and a 25% boost on benchmark.partial-sums
|
2009-08-30 04:52:01 -05:00 |
Doug Coleman
|
5c53b2c3e6
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-30 04:07:00 -05:00 |
Doug Coleman
|
783eb0bb53
|
change all stat, statfs, statvfs and calendar structs
|
2009-08-30 04:06:41 -05:00 |
Marc Fauconneau
|
2d4ba8de4d
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-30 17:31:30 +09:00 |
Marc Fauconneau
|
5a20dee2aa
|
Better error images for non-baseline JPEGs.
bugfix: Handles more than one table per DHT chunk.
|
2009-08-30 17:29:40 +09:00 |
Marc Fauconneau
|
bf15648b4d
|
Merge branch 'master' of git@github.com:prunedtree/factor
Conflicts:
basis/math/matrices/matrices.factor
|
2009-08-30 17:24:25 +09:00 |
Joe Groff
|
be406fa964
|
fix alien.complex unboxer
|
2009-08-29 23:18:31 -05:00 |
Joe Groff
|
762a8c32cb
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-29 22:59:24 -05:00 |
Joe Groff
|
32f014a030
|
privatize classes.struct's shameful bits
|
2009-08-29 22:59:13 -05:00 |
Joe Groff
|
20aa00f8df
|
implement clone on struct classes to copy the struct contents
|
2009-08-29 22:54:56 -05:00 |
Joe Groff
|
4d8ed23db5
|
add non-initializing (malloc-array) and (malloc-object) for kicks
|
2009-08-29 22:42:48 -05:00 |
Joe Groff
|
3e51bde484
|
change malloc-struct to initialize struct from initial values; add (malloc-struct) and (struct) words that leave their memory uninitialized
|
2009-08-29 22:40:13 -05:00 |
Slava Pestov
|
11b2a409c3
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-29 22:11:20 -05:00 |
Slava Pestov
|
f732cce9f2
|
Merge branch 'for-slava' of git://git.rfc1149.net/factor
|
2009-08-29 22:10:48 -05:00 |
Slava Pestov
|
dca528eaef
|
benchmark.terrain-generation: fix type error
|
2009-08-29 22:09:51 -05:00 |
Slava Pestov
|
9d61c162e2
|
benchmark.struct-arrays: doesn't actually need HINTS:
|
2009-08-29 21:23:35 -05:00 |
Joe Groff
|
7276fe44d7
|
refactor functors so that new functor syntax words can be added outside of functors vocab, and move STRUCT: functor syntax to classes.struct to break a circular dependency
|
2009-08-29 21:04:19 -05:00 |
Joe Groff
|
db7eb4e27a
|
change alien.complex to use struct classes
|
2009-08-29 20:20:25 -05:00 |
Joe Groff
|
2e3f75fd87
|
fix STRUCT: functor when a slot name is the same as a non-lexical word name
|
2009-08-29 20:19:47 -05:00 |
Joe Groff
|
309b11213c
|
correct some classes.struct docs
|
2009-08-29 19:58:07 -05:00 |
Joe Groff
|
4cc2330a2a
|
add STRUCT: support to functors
|
2009-08-29 19:56:42 -05:00 |
Joe Groff
|
51405868d1
|
ignore deprecations in words that are themselves deprecated
|
2009-08-29 17:41:21 -05:00 |
Joe Groff
|
77bf009b6e
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-29 17:17:44 -05:00 |
Joe Groff
|
4e7bada863
|
use calloc in malloc-struct for consistency with malloc-object and malloc-array
|
2009-08-29 17:17:25 -05:00 |
Joe Groff
|
a71f242578
|
change malloc-object back to using calloc
|
2009-08-29 15:28:31 -05:00 |
Samuel Tardieu
|
e5897d52b2
|
Ensure that random-prime result has the right size
As noted by Slava, choosing the next prime following a random number
with a specified number of bits may give a number one more bit long.
|
2009-08-29 21:42:15 +02:00 |
Joe Groff
|
0e8fe01d11
|
change malloc-object and <c-object> not to be in terms of malloc-array and <c-array>
|
2009-08-29 12:45:59 -05:00 |
Joe Groff
|
64baa58a3d
|
typo in alien.c-types docs
|
2009-08-29 12:23:09 -05:00 |