Joe Groff
|
6ff37d2951
|
Merge branch 'master' of git://factorcode.org/git/factor into fortran
|
2009-02-06 19:05:25 -06:00 |
Doug Coleman
|
0fcdaf0e5f
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-02-06 18:46:38 -06:00 |
Doug Coleman
|
201296c040
|
dllexport err_no and clear_err_no
|
2009-02-06 18:46:23 -06:00 |
Doug Coleman
|
a1fe951e4f
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-02-06 18:41:11 -06:00 |
Doug Coleman
|
d5dc7f5db5
|
remove bad comment
|
2009-02-06 18:40:41 -06:00 |
Doug Coleman
|
c8c427ec15
|
initial, non-stream-based zlib binding
|
2009-02-06 18:38:41 -06:00 |
Doug Coleman
|
4ebc3203d6
|
unbreak bootstrap
|
2009-02-06 18:36:00 -06:00 |
Doug Coleman
|
938d459b5c
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-02-06 18:22:57 -06:00 |
Doug Coleman
|
43a91efde9
|
rename err_no to errno, clear_err_no to clear-errno, move them to libc, update usages
|
2009-02-06 18:22:28 -06:00 |
Doug Coleman
|
4cd8bba92e
|
better warnings on unsupported bmp formats
|
2009-02-06 17:31:03 -06:00 |
Doug Coleman
|
89c0dd21dd
|
fix furnace.utilities lint
|
2009-02-06 17:14:03 -06:00 |
Doug Coleman
|
e0e333b449
|
fix link
|
2009-02-06 17:13:47 -06:00 |
Doug Coleman
|
3df4cfb651
|
fix words help-lint
|
2009-02-06 16:58:17 -06:00 |
Doug Coleman
|
71d176716b
|
fix 24-game compile error
|
2009-02-06 16:53:41 -06:00 |
Doug Coleman
|
01f6c5a7f6
|
add a test for saving bitmaps, refactor load-bitmap a bit
|
2009-02-06 16:40:14 -06:00 |
Daniel Ehrenberg
|
9890ee27f4
|
Merge branch 'for-slava' of git://git.rfc1149.net/factor
|
2009-02-06 14:36:37 -06:00 |
Slava Pestov
|
01c2e26dfe
|
Fix alien tests, oops
|
2009-02-06 12:30:11 -06:00 |
sheeple
|
e0706040cb
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-02-06 12:22:04 -06:00 |
sheeple
|
173b0ee78d
|
Add some more tests for complex numbers in FFI
|
2009-02-06 12:21:53 -06:00 |
Daniel Ehrenberg
|
adab00fa06
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-02-06 11:56:03 -06:00 |
Daniel Ehrenberg
|
47a751ad6c
|
Slight cleanup and fixing unit test
|
2009-02-06 11:44:58 -06:00 |
Slava Pestov
|
05632b8525
|
Don't use complex.h since *BSDs don't have it in latest release versions (gah!); add DLLEXPORT for ffi_test_45 to make it work on Windows
|
2009-02-06 11:03:52 -06:00 |
Daniel Ehrenberg
|
b206c5a2d1
|
Finishing getting rid of html.elements from basis
|
2009-02-06 10:54:13 -06:00 |
Slava Pestov
|
31f976e0e9
|
pack: cleanup, write macros in more intuitive style that works now
|
2009-02-06 10:22:22 -06:00 |
Slava Pestov
|
d1486589ef
|
Improving macro docs
|
2009-02-06 10:22:09 -06:00 |
Slava Pestov
|
53758074a2
|
stack-checker: do constant folding for curry and compose with constant inputs at compile time. Allows macros to expand in more cases, fixing the fry caveat found by Doug
|
2009-02-06 10:21:55 -06:00 |
Slava Pestov
|
79bb003e6d
|
io.sockets.secure.openssl: Don't allocate empty password string. Fixes test failures introduced by >c-ptr change
|
2009-02-06 10:17:20 -06:00 |
Slava Pestov
|
33b513fb05
|
byte-length on f outputs 0
|
2009-02-06 10:16:51 -06:00 |
Joe Groff
|
da05150686
|
Merge branch 'master' into fortran
|
2009-02-06 10:07:35 -06:00 |
Joe Groff
|
7e2ac604e7
|
some initial work on invoking fortran functions
|
2009-02-06 10:06:22 -06:00 |
Slava Pestov
|
5579de1722
|
Fix load error in graphics.bitmap tests
|
2009-02-06 05:09:10 -06:00 |
Slava Pestov
|
f9bc9a3198
|
Fix VM compile error
|
2009-02-06 04:53:08 -06:00 |
Slava Pestov
|
4e422afb92
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-02-06 04:40:35 -06:00 |
Slava Pestov
|
3166828f75
|
Fix bug reported by Doug: smart combinators and inline words didn't mix very well in some cases
|
2009-02-06 04:38:54 -06:00 |
Slava Pestov
|
242638fc5c
|
alien.complex vocabulary implementing support for C99 complex numbers
|
2009-02-06 04:38:31 -06:00 |
Slava Pestov
|
d6aa376ed0
|
Removing now-redundant underlying>> calls
|
2009-02-06 04:37:28 -06:00 |
Slava Pestov
|
7ffbbb13e0
|
Specialized arrays can now be passed to alien functions directly, without calling underlying>> first
|
2009-02-06 04:36:17 -06:00 |
Slava Pestov
|
7bb0e78314
|
Add support for C99 complex float and complex double types to FFI
They are named complex-float and complex-double in the Factor world
|
2009-02-06 04:02:00 -06:00 |
Slava Pestov
|
4adef7db09
|
Fix functors bug where changing a hand-written method into one generated by a functor would forget the method; also associate functor-generated methods with the source file they're in.
Add DEFINES-CLASS, to parallel DEFINES.
Update math.blas and specialized-arrays/vectors to use DEFINES-CLASS where appropriate
|
2009-02-06 02:45:21 -06:00 |
Daniel Ehrenberg
|
3ec78f3766
|
Merge branch 'master' into no-elements
Conflicts:
basis/html/templates/templates.factor
|
2009-02-06 00:49:20 -06:00 |
Daniel Ehrenberg
|
28e644209c
|
Unicode.case supports lithuanian properly (hopefully)
|
2009-02-06 00:42:46 -06:00 |
Doug Coleman
|
f31e19a666
|
refactoring graphics.bitmap
|
2009-02-06 00:01:28 -06:00 |
Doug Coleman
|
d88d2a1170
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-02-05 23:59:49 -06:00 |
Doug Coleman
|
a1f4f7772f
|
make multipart work with sessions
|
2009-02-05 23:59:36 -06:00 |
Daniel Ehrenberg
|
e0a60ac429
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-02-05 23:50:28 -06:00 |
Slava Pestov
|
67ffc89402
|
colors.constants: defines a COLOR: word which looks up colors in X11 rgb.txt
|
2009-02-05 22:19:52 -06:00 |
Daniel Ehrenberg
|
51b5973b0e
|
Documenting XML interpolation inverse
|
2009-02-05 21:26:40 -06:00 |
Daniel Ehrenberg
|
86c3481f12
|
Moving XML vocabularies around
|
2009-02-05 21:17:03 -06:00 |
Daniel Ehrenberg
|
0dd811557b
|
Removing sequences.next
|
2009-02-05 20:28:36 -06:00 |
Daniel Ehrenberg
|
2466cafbd1
|
Fixing stack effects of things that use TAGS:
|
2009-02-05 19:04:21 -06:00 |