Slava Pestov
|
79c87e86e7
|
Fix VM compile error
|
2009-05-05 16:19:13 -05:00 |
Slava Pestov
|
4a209a43c7
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-05 16:02:23 -05:00 |
Slava Pestov
|
13d52f371c
|
alien.libraries: Fix dlsym on Windows
|
2009-05-05 16:00:31 -05:00 |
Slava Pestov
|
56d30c9536
|
bootstrap.compiler: clean up
|
2009-05-05 15:57:08 -05:00 |
Slava Pestov
|
7a714bfd66
|
tools.disassembler.udis: fix types for Windows
|
2009-05-05 15:56:53 -05:00 |
Slava Pestov
|
33d93e48ef
|
Fix VM code to export the right symbols on Windows
|
2009-05-05 15:55:41 -05:00 |
Slava Pestov
|
8b4a48361e
|
literals: Improve ${ word
|
2009-05-05 15:54:49 -05:00 |
Slava Pestov
|
259586e89e
|
compiler.constants: update compiled-header-size
|
2009-05-05 15:06:05 -05:00 |
Slava Pestov
|
5eb74d1d8d
|
alien.strings: fix symbol>string for Windows
|
2009-05-05 14:41:38 -05:00 |
Slava Pestov
|
5aeac7d4e4
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-05 14:37:23 -05:00 |
Slava Pestov
|
b207d44989
|
Update README.txt for new compilation dependencies
|
2009-05-05 14:36:15 -05:00 |
Slava Pestov
|
3acadbd23f
|
Remove debug messages from VM
|
2009-05-05 14:27:22 -05:00 |
Slava Pestov
|
7dfa61c098
|
VM now compiles with GCC 3.4 on Windows
|
2009-05-05 14:17:02 -05:00 |
unknown
|
fce5f6eb41
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-05 13:03:43 -05:00 |
unknown
|
2e55b1af73
|
Fixing compile errors on Windows
|
2009-05-05 13:03:24 -05:00 |
Slava Pestov
|
f6f7ded95a
|
continuations: update tests for word renaming
|
2009-05-05 12:47:33 -05:00 |
Slava Pestov
|
ca1b1b7e29
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-05 12:37:56 -05:00 |
Slava Pestov
|
e63caa50ec
|
udis: use a real structure instead of a char[] to fix buffer overflow on 64-bit
|
2009-05-05 12:36:17 -05:00 |
Slava Pestov
|
8085d9dddc
|
Update README.txt
|
2009-05-05 12:35:27 -05:00 |
Slava Pestov
|
280b50891d
|
alien.strings: fix native-string>alien on Windows
|
2009-05-05 11:40:28 -05:00 |
Slava Pestov
|
ec943c2299
|
Change (void) to ()
|
2009-05-05 11:33:35 -05:00 |
Slava Pestov
|
bec40fd54b
|
Store forwarding table off to the side instead of in the code block; saves one cell per code block
|
2009-05-05 11:07:20 -05:00 |
Slava Pestov
|
8b48ee797a
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-05 10:35:13 -05:00 |
Slava Pestov
|
4764f1c676
|
Fix botched replace all in VM source, clean up image saving code, and fix save-image-and-exit to actually call (save-image-and-exit) instead of (save-image)
|
2009-05-05 10:29:22 -05:00 |
Slava Pestov
|
90cb9ab0d3
|
cocoa: don't need to explicitly compile words anymore, as if more than a year ago...
|
2009-05-05 09:40:58 -05:00 |
Slava Pestov
|
e906885c16
|
generic.standard: remove bogus error check
|
2009-05-05 09:12:49 -05:00 |
Slava Pestov
|
08d4a60203
|
alien.strings cleanup
|
2009-05-05 09:12:39 -05:00 |
Slava Pestov
|
1e2561f863
|
Make walker work better with call( and breakpoints which are nested inside combinators
|
2009-05-05 09:12:32 -05:00 |
Doug Coleman
|
ef5226b31f
|
remove >bignum in crc32 -- 2x faster on both 32 and 64bit
|
2009-05-04 21:27:14 -05:00 |
Joe Groff
|
77f403d8ee
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-04 15:15:44 -05:00 |
Joe Groff
|
28ec51911b
|
work around macosx-x86-64 bug where it tries to write glGetAttachedShaders param as a GLuint64 array instead of a GLuint. this should fix bunny/spheres crash
|
2009-05-04 15:15:36 -05:00 |
Slava Pestov
|
6729e70895
|
Some VM fixes
|
2009-05-04 15:11:31 -05:00 |
Slava Pestov
|
8aedc6994b
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-04 13:11:11 -05:00 |
Slava Pestov
|
dbd4b8ddb8
|
Fix test failures
|
2009-05-04 13:10:56 -05:00 |
Slava Pestov
|
f65c8df430
|
help.lint: fix :lint-failures word
|
2009-05-04 13:10:27 -05:00 |
sheeple
|
60e8c40fcf
|
use eg++ on openbsd
|
2009-05-04 11:48:46 -05:00 |
Slava Pestov
|
c68e05d3d8
|
Fix some test failures
|
2009-05-04 09:44:26 -05:00 |
Slava Pestov
|
2b15f7477d
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-04 08:31:56 -05:00 |
Slava Pestov
|
9121f713c6
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-04 09:08:46 -04:00 |
Slava Pestov
|
576fe95eb8
|
Fix problem caused by different behavior of GCC 4.0 -vs- 4.3
|
2009-05-04 09:08:33 -04:00 |
Samuel Tardieu
|
c830bd7ee2
|
Make the primitives array const
|
2009-05-04 14:45:15 +02:00 |
Samuel Tardieu
|
af2c433d6b
|
Do not lower primitives to "void*" to get better compiler checking
|
2009-05-04 14:32:09 +02:00 |
Slava Pestov
|
d8e595992b
|
Merge branch 'mongo-factor-driver' of git://github.com/x6j8x/factor
|
2009-05-04 07:20:18 -05:00 |
Slava Pestov
|
4682c0b3b1
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-04 07:19:40 -05:00 |
Slava Pestov
|
c22a22bae1
|
Config.freebsd fix
|
2009-05-04 07:19:32 -05:00 |
Sascha Matzke
|
6d78f5611c
|
removed mongodb.tuple.index usage from mongodb.tuple
fixed mongodb article to show new define-persistent syntax
|
2009-05-04 14:16:42 +02:00 |
Slava Pestov
|
0d62ce7802
|
Attempt to fix gcc 4.5.0 compile error
|
2009-05-04 07:11:00 -05:00 |
Slava Pestov
|
47ed43c68d
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-04 07:06:09 -05:00 |
Slava Pestov
|
7e75312b60
|
Fixing some build issues on Linux with GCC 4.3
|
2009-05-04 08:00:06 -04:00 |
Slava Pestov
|
25f7ce92fa
|
Remove bogus alien.dlls directory
|
2009-05-04 06:44:55 -05:00 |