Slava Pestov
|
13ed2476cd
|
Fix bogus dependency
|
2008-12-03 03:44:15 -06:00 |
Slava Pestov
|
0ba5304ee3
|
Fix assocs, generic.standard tests
|
2008-12-03 03:44:08 -06:00 |
Slava Pestov
|
460a43236b
|
Fix serialize tests
|
2008-12-03 03:43:59 -06:00 |
Slava Pestov
|
6200e99f58
|
Fix specialized vectors, again
|
2008-12-03 03:43:52 -06:00 |
Slava Pestov
|
46b0df1e18
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-12-03 03:34:38 -06:00 |
Doug Coleman
|
68757f0a99
|
revert id change
|
2008-12-03 00:19:52 -06:00 |
Slava Pestov
|
4eacebe3a3
|
Merge branch 'specialized-arrays'
|
2008-12-03 00:08:38 -06:00 |
Slava Pestov
|
52fbbc7287
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-12-03 00:08:10 -06:00 |
Slava Pestov
|
004d31c930
|
Move xml.syntax to unmaintained
|
2008-12-03 00:07:54 -06:00 |
Slava Pestov
|
6236850aa9
|
Comment out bunny deploy test since bunny is in temporarily in unmaintained
|
2008-12-03 00:06:46 -06:00 |
Slava Pestov
|
5cbbc3e182
|
Maze doesn't need opengl.demo-support
|
2008-12-03 00:06:16 -06:00 |
Slava Pestov
|
503aee30f7
|
cap doesn't need opengl.framebuffers
|
2008-12-03 00:06:08 -06:00 |
Slava Pestov
|
0dceb4c664
|
Update benchmarks for specialized arrays
|
2008-12-03 00:05:54 -06:00 |
Slava Pestov
|
66c53b573d
|
Update x11 for specialized-arrays
|
2008-12-03 00:05:46 -06:00 |
Slava Pestov
|
48c051f22e
|
Fix specialized vectors
|
2008-12-03 00:05:32 -06:00 |
Slava Pestov
|
e0af88bd97
|
Move a bunch of vocabularies to unmaintained, hopefully temporarily
|
2008-12-03 00:05:20 -06:00 |
Doug Coleman
|
8edcf841f1
|
back to using getmntinfo64 instead of getfsstat64 on mac
|
2008-12-02 23:10:27 -06:00 |
Slava Pestov
|
22be7e5928
|
Remove with-malloc, use destructors instead
|
2008-12-02 21:51:21 -06:00 |
Slava Pestov
|
c4ff034229
|
Document byte-array>T-array word
|
2008-12-02 21:51:07 -06:00 |
Slava Pestov
|
9c713fda6f
|
Change type declaration for performance reasons
|
2008-12-02 21:50:53 -06:00 |
Slava Pestov
|
aa3e1cdb6c
|
mapped-file no longer supports sequence protocol. Instead, io.mmap.functor generates mapped arrays for all primitive C types
|
2008-12-02 21:50:34 -06:00 |
Doug Coleman
|
7527a3d62d
|
move io.files.listing to tools.files and update usages
|
2008-12-02 21:49:59 -06:00 |
Slava Pestov
|
f683a76a5e
|
Functor application records location info in generated words
|
2008-12-02 21:49:51 -06:00 |
Doug Coleman
|
2b4e2776f1
|
break out id into id0 and id1
|
2008-12-02 21:39:09 -06:00 |
Doug Coleman
|
201c02414a
|
file-systems works on netbsd now
|
2008-12-02 21:32:00 -06:00 |
Slava Pestov
|
7a72ca52df
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-12-02 20:46:32 -06:00 |
Slava Pestov
|
9de02d01c5
|
Fix selection rendering
|
2008-12-02 20:46:21 -06:00 |
Slava Pestov
|
cb56943f81
|
Clean up each-line combinator a bit, add unit tests
|
2008-12-02 20:46:09 -06:00 |
erg
|
7eff9493b5
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-12-02 20:42:31 -06:00 |
erg
|
2d71132527
|
file-system-info on linux now shows more information
|
2008-12-02 20:41:57 -06:00 |
Slava Pestov
|
25bdb4172a
|
Functor-generated words can now have stack effect declarations; define byte-array>*-array words
|
2008-12-02 20:35:20 -06:00 |
Doug Coleman
|
0c7327a572
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-12-02 20:23:27 -06:00 |
Doug Coleman
|
89a0286c3b
|
fix file-systems on freebsd
|
2008-12-02 20:16:53 -06:00 |
Slava Pestov
|
350e697615
|
Merge branch 'master' into specialized-arrays
|
2008-12-02 20:07:14 -06:00 |
Slava Pestov
|
3385cf5992
|
Update XML library to parse <! directives better; modernize the code a bit
|
2008-12-02 19:59:16 -06:00 |
Slava Pestov
|
2b23e3c4d8
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-12-02 19:43:11 -06:00 |
Slava Pestov
|
5a57fe8953
|
with-stream was disposing streams in the wrong order
|
2008-12-02 19:43:07 -06:00 |
Doug Coleman
|
9e3bc2b1a0
|
use getfsstat instead of getmntinfo on macosx
|
2008-12-02 19:18:48 -06:00 |
Doug Coleman
|
3183c65940
|
fix bootstrap error
|
2008-12-02 19:08:22 -06:00 |
Slava Pestov
|
afbbfc1293
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-12-02 18:42:32 -06:00 |
Slava Pestov
|
d2fcb02823
|
Merge branch 'master' of git://www.tiodante.com/git/factor
|
2008-12-02 18:42:01 -06:00 |
Bruno Deferrari
|
3ffc1c34d1
|
irc.client: Reconnect when the connection drops
|
2008-12-02 22:39:49 -02:00 |
Doug Coleman
|
9ac3f13b2a
|
Call statfs on OpenBSD. Clean up unused code
|
2008-12-02 17:43:07 -06:00 |
sheeple
|
46b3311630
|
Set libblas library name on FreeBSD.
|
2008-12-02 17:17:24 -06:00 |
Slava Pestov
|
f2f1961eeb
|
Fix name clash in inverse: fry:_ -vs- inverse:_
|
2008-12-02 16:28:11 -06:00 |
Slava Pestov
|
791a61101a
|
Update qualified docs a little
|
2008-12-02 16:27:54 -06:00 |
Slava Pestov
|
1ac4b92051
|
Merge branch 'master' into specialized-arrays
|
2008-12-02 16:20:32 -06:00 |
sheeple
|
1777dde283
|
add file-systems unit test
|
2008-12-02 16:03:01 -06:00 |
sheeple
|
6d183a7410
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-12-02 15:59:23 -06:00 |
sheeple
|
f887d71965
|
file-systems on openbsd
|
2008-12-02 15:59:01 -06:00 |