Doug Coleman
|
3af52fc2a6
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-30 23:08:19 -05:00 |
Doug Coleman
|
88d6826213
|
update users/groups for new structs
|
2009-08-30 23:07:46 -05:00 |
Joe Groff
|
ab8429754c
|
change gpu VERTEX-STRUCT: to make a struct class
|
2009-08-30 23:06:15 -05:00 |
Slava Pestov
|
033938ff2c
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-30 22:56:39 -05:00 |
Slava Pestov
|
adcd269a99
|
x11 and ui.backend.x11: update to use new structs
|
2009-08-30 22:55:19 -05:00 |
Doug Coleman
|
09e05c4cb3
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-30 22:50:22 -05:00 |
Doug Coleman
|
cb338a57cf
|
make a struct for dirents on linux, not a <c-object>
|
2009-08-30 22:49:35 -05:00 |
Joe Groff
|
d5516991bf
|
oops—fix STRUCT: functor
|
2009-08-30 22:40:18 -05:00 |
Joe Groff
|
d79cc05d6b
|
update math.blas for <c-array> change
|
2009-08-30 22:37:58 -05:00 |
Joe Groff
|
69f258c521
|
refactor struct slot parsing so that there's a <struct-slot-spec> word for easily constructing struct slots outside classes.struct
|
2009-08-30 22:37:37 -05:00 |
Slava Pestov
|
fe039cbca9
|
io.sockets.unix: cleanup two usages of 'rot' and use struct setter instead of memcpy
|
2009-08-30 22:21:14 -05:00 |
Slava Pestov
|
0cf3151216
|
compiler.cfg.intrinsics: cleanup: the "intrinsic" word property is now a quotation, not a boolean, making this mechanism more extensible
|
2009-08-30 22:20:49 -05:00 |
Doug Coleman
|
c86b52bf0c
|
update dirent for structs
|
2009-08-30 22:11:42 -05:00 |
Joe Groff
|
6de5fec845
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-30 22:08:46 -05:00 |
Doug Coleman
|
89ed19bbfb
|
fix kqueue
|
2009-08-30 21:57:33 -05:00 |
Joe Groff
|
486f04607c
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-30 21:14:33 -05:00 |
Joe Groff
|
3538664a64
|
docs for new syntax and pprint config
|
2009-08-30 21:14:14 -05:00 |
Slava Pestov
|
b286a4ac72
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-30 21:12:23 -05:00 |
Joe Groff
|
0e160d3b6a
|
pprint S@, X-array@ in <block block> for better formatting
|
2009-08-30 21:12:02 -05:00 |
Joe Groff
|
8660f86172
|
struct-array@ syntax
|
2009-08-30 21:05:21 -05:00 |
Slava Pestov
|
bd27ddb298
|
io.backend.unix: tweak test
|
2009-08-30 21:01:49 -05:00 |
Slava Pestov
|
29374bb1d9
|
classes.struct: add more unit tests for clone method, and fix clone breakage when the struct class word is not a symbol
|
2009-08-30 21:01:44 -05:00 |
Slava Pestov
|
e659203907
|
cpu.ppc: fix %box-displaced-alien
|
2009-08-30 20:56:04 -05:00 |
Doug Coleman
|
71f1899514
|
fix typo in stat struct
|
2009-08-30 20:46:49 -05:00 |
Joe Groff
|
4fb204b00e
|
likewise, an S@ word for structs
|
2009-08-30 20:46:31 -05:00 |
Doug Coleman
|
cc6a40cb54
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-30 20:26:44 -05:00 |
Doug Coleman
|
bd6a89f5e4
|
update kqueue for structs
|
2009-08-30 20:26:25 -05:00 |
Doug Coleman
|
eb0e829844
|
fix stat struct on freebsd
|
2009-08-30 20:25:57 -05:00 |
Joe Groff
|
242402ebcb
|
add alternate literal syntax "X-array@ PTR LEN" for direct-arrays. pprint with this syntax when c-object-pointers? prettyprint flag is set, or the pointer under the direct-array is invalid
|
2009-08-30 20:23:55 -05:00 |
Slava Pestov
|
57add8aa9f
|
classes.struct: make <struct>, malloc-struct, and clone work in deployed images where C type info has been stripped out
|
2009-08-30 20:13:54 -05:00 |
Doug Coleman
|
48e9f3655f
|
escape the class name in io.files.info
|
2009-08-30 20:10:41 -05:00 |
Joe Groff
|
f8651c06eb
|
fix bootstrap
|
2009-08-30 20:09:43 -05:00 |
Doug Coleman
|
32816c93dc
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-30 19:06:02 -05:00 |
Doug Coleman
|
d30f3e7770
|
typo in stat
|
2009-08-30 19:05:49 -05:00 |
Joe Groff
|
4c48b1a6fd
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-30 19:05:43 -05:00 |
Joe Groff
|
0c95a35d56
|
change c-type-* to c-* everywhere
|
2009-08-30 19:05:29 -05:00 |
Slava Pestov
|
74d196d77c
|
compiler/tests/codegen.factor: don't do exact float comparison
|
2009-08-30 18:57:45 -05:00 |
Joe Groff
|
182c854140
|
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
|
0acf069246
|
Revert "added send-synchronous-timeout word and tests"
This reverts commit 488c3bcaa5.
|
2009-08-30 14:53:50 -05:00 |
Doug Coleman
|
0992961f6e
|
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
|
b866a752b6
|
Revert "move a word out of private vocab"
This reverts commit 978de4476c.
|
2009-08-30 14:53:19 -05:00 |
Doug Coleman
|
978de4476c
|
move a word out of private vocab
|
2009-08-30 14:22:09 -05:00 |
Doug Coleman
|
21791cb97a
|
remove direct uint arrays in file info
|
2009-08-30 11:58:30 -05:00 |
Doug Coleman
|
2e1550b626
|
Merge branch 'for-slava' of git://github.com/x6j8x/factor into x6
|
2009-08-30 10:34:00 -05:00 |
Sascha Matzke
|
8231d10136
|
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
|
ae1ff81670
|
fit typo
|
2009-08-30 10:02:32 -05:00 |
Sascha Matzke
|
72f33ed441
|
Merge branch 'master' of git://factorcode.org/git/factor into for-slava
|
2009-08-30 16:59:41 +02:00 |
Doug Coleman
|
6123b4ec1e
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-30 09:05:12 -05:00 |
Slava Pestov
|
24e2f087ea
|
More minor documentation tweaks
|
2009-08-30 06:32:20 -05:00 |
Slava Pestov
|
c19ec4b8ec
|
math.functions: some fixes
|
2009-08-30 06:19:14 -05:00 |