Commit Graph

1841 Commits (bec5b76eeaed54365c36ea97c6761da0af5885bb)

Author SHA1 Message Date
Slava Pestov 9354207a5f Fix io.mmap.ushort 2008-12-03 12:51:26 -06:00
Slava Pestov 8956ee0cc5 Fix struct-arrays help lint 2008-12-03 12:06:16 -06:00
Slava Pestov 4c6af1cc9f Use fry instead of curry 2008-12-03 10:45:06 -06:00
Slava Pestov 378bedd1e0 Faster mersenne-twister with specialized-arrays 2008-12-03 10:44:41 -06:00
Slava Pestov e6cb449b19 optimized. now accepts method-specs 2008-12-03 10:44:21 -06:00
Slava Pestov bea4d80a33 Add specialization hints from old float-arrays. These will be replaced with a better facility soon 2008-12-03 10:11:02 -06:00
U-SLAVA-DFB8FF805\Slava 852e00c57a Update windows.dinput for specialized-arrays 2008-12-03 09:55:11 -06:00
U-SLAVA-DFB8FF805\Slava 35df2fd480 Add test for malloc-struct-array 2008-12-03 09:54:59 -06:00
U-SLAVA-DFB8FF805\Slava 85c79bb41e Fix malloc-struct-array 2008-12-03 09:54:02 -06:00
Slava Pestov fdbf623bd4 Document struct arrays 2008-12-03 09:45:42 -06:00
Slava Pestov c6f214f60d Add struct-arrays 2008-12-03 09:41:48 -06:00
Slava Pestov 1cf1b5fb3c Merge branch 'master' of git://factorcode.org/git/factor 2008-12-03 09:33:54 -06:00
Slava Pestov 8e69362512 Better error message for INSTANCE: if second arg is not a mixin 2008-12-03 09:33:32 -06:00
U-SLAVA-DFB8FF805\Slava cc34ead754 Update windows.com.wrapper for specialized-arrays changes 2008-12-03 09:12:57 -06:00
U-SLAVA-DFB8FF805\Slava 0a2ef55dc6 Merge branch 'master' of git://factorcode.org/git/factor 2008-12-03 08:58:41 -06:00
U-SLAVA-DFB8FF805\Slava cb5dd5c235 Get io.mmap to load on Windows again 2008-12-03 08:58:20 -06:00
Slava Pestov e5ed7447ed Removing more >r/r> usages 2008-12-03 08:46:16 -06:00
Slava Pestov 4102857694 Tree shaker now strips out some more PEG stuff 2008-12-03 08:12:28 -06:00
Slava Pestov d60c79c9bf Expand instance? with literal class 2008-12-03 08:11:51 -06:00
U-SLAVA-DFB8FF805\Slava 8834f8e041 Loosen type on direct arrays since we want to use them on displaced aliens too 2008-12-03 06:52:31 -06:00
U-SLAVA-DFB8FF805\Slava da9b38caae Fix Windows bootstrap 2008-12-03 06:52:16 -06:00
U-SLAVA-DFB8FF805\Slava 7b380c526e Clean up windows.ole3 and fix it for specialized-arrays change 2008-12-03 06:38:44 -06:00
Slava Pestov e9abdef5c5 Fix io.mmap help lint failures 2008-12-03 06:18:18 -06:00
Slava Pestov 54e1dd3338 Fix help-lint failures in alien.c-types 2008-12-03 06:17:38 -06:00
Slava Pestov 1944fe54c0 Fix compile error in nibble-arrays and add some unit tests 2008-12-03 06:16:17 -06:00
Slava Pestov 90409502e3 Fix [wlet after recent locals refactoring broke it 2008-12-03 06:13:05 -06:00
Slava Pestov 13ed2476cd Fix bogus dependency 2008-12-03 03:44:15 -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 6236850aa9 Comment out bunny deploy test since bunny is in temporarily in unmaintained 2008-12-03 00:06:46 -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
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 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
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