Doug Coleman
|
041d2f3286
|
fix load error
|
2008-12-04 06:31:08 -06:00 |
Doug Coleman
|
ed248ebad4
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-12-04 06:29:14 -06:00 |
Doug Coleman
|
0e060c5cfd
|
fix db load error
|
2008-12-04 06:28:49 -06:00 |
Slava Pestov
|
e304d3c9f8
|
Local DCE
|
2008-12-04 06:02:49 -06:00 |
U-SLAVA-DFB8FF805\Slava
|
3b06cee83c
|
Obsolete tests
|
2008-12-03 23:32:51 -06:00 |
Doug Coleman
|
ded6b1963f
|
fix docs for db
|
2008-12-03 22:05:52 -06:00 |
Doug Coleman
|
9f19062892
|
remove redundant nan? word
|
2008-12-03 22:03:10 -06:00 |
Doug Coleman
|
b27941dd01
|
clean up windows hardware-info for file-systems code
|
2008-12-03 20:35:03 -06:00 |
Doug Coleman
|
8e4c14f50b
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-12-03 19:54:48 -06:00 |
Slava Pestov
|
247c9542bd
|
Merge branch 'master' of git://repo.or.cz/factor/jcg
|
2008-12-03 19:49:20 -06:00 |
Doug Coleman
|
b11caac25f
|
add infinity? and nan? to math.floating-point
|
2008-12-03 19:15:58 -06:00 |
Doug Coleman
|
7d2ca36fad
|
swap 3append -> glue
|
2008-12-03 19:13:18 -06:00 |
Doug Coleman
|
0e14f767ee
|
core: swap 3append -> glue
|
2008-12-03 19:12:48 -06:00 |
Doug Coleman
|
3ab0d03a19
|
extra: swap 3append -> glue, remove some >r r>
|
2008-12-03 19:11:55 -06:00 |
Doug Coleman
|
db30415dcb
|
basis: swap 3append -> glue
|
2008-12-03 19:10:41 -06:00 |
John Benediktsson
|
c8d8bfcd2c
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-12-03 16:40:48 -08:00 |
Doug Coleman
|
f6a205cc3a
|
move ftp to basis
|
2008-12-03 18:19:06 -06:00 |
Doug Coleman
|
1b0b74bfe1
|
call utf8 alien>string instead of alien>native-string
|
2008-12-03 18:16:17 -06:00 |
Doug Coleman
|
3a2b0cc1fb
|
rice mersenne-twister - replace mod with a subtraction
|
2008-12-03 18:15:14 -06:00 |
Doug Coleman
|
f75fdc5744
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-12-03 14:13:24 -06:00 |
Joe Groff
|
d4071b08e4
|
fix GUID struct field types to be LP64-proof
|
2008-12-03 11:38:38 -08:00 |
Joe Groff
|
350a6cb6b0
|
Looks like someone beat me to the punch on json.writer fix
|
2008-12-03 11:36:02 -08:00 |
Slava Pestov
|
9354207a5f
|
Fix io.mmap.ushort
|
2008-12-03 12:51:26 -06:00 |
Aaron Schaefer
|
e6b585c376
|
Fix example in spread combinator article
|
2008-12-03 13:26:31 -05:00 |
Slava Pestov
|
8956ee0cc5
|
Fix struct-arrays help lint
|
2008-12-03 12:06:16 -06:00 |
Joe Groff
|
d2599b3633
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-12-03 09:51:47 -08:00 |
Joe Groff
|
5214923a35
|
fix serialization of t in json.writer
|
2008-12-03 09:51:42 -08: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 |
Doug Coleman
|
06388da30d
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-12-03 10:03:37 -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 |
Eduardo Cavazos
|
3254b1c103
|
Move pong back to extra
|
2008-12-03 08:56:25 -06:00 |
Eduardo Cavazos
|
5618025403
|
Merge branch 'master' of factorcode.org:/git/factor
|
2008-12-03 08:54:24 -06:00 |
Eduardo Cavazos
|
83965c8564
|
cfdg: Use 'specialized-arrays.double'
|
2008-12-03 08:53:43 -06:00 |
Eduardo Cavazos
|
2521f05910
|
Move cfdg.* back to extra
|
2008-12-03 08:53:28 -06:00 |
Slava Pestov
|
e92a30e906
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-12-03 08:46:28 -06:00 |
Slava Pestov
|
e5ed7447ed
|
Removing more >r/r> usages
|
2008-12-03 08:46:16 -06:00 |
Doug Coleman
|
c4a06d4a60
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-12-03 08:34:59 -06:00 |
Doug Coleman
|
98246ac53a
|
make ftp not depend on lib
|
2008-12-03 08:34:14 -06:00 |