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 |
Joe Groff
|
27b7129149
|
docs for mouse words
|
2009-05-05 09:45:54 -05:00 |
Joe Groff
|
fbe5f83306
|
mouse support for game-input
|
2009-05-05 09:45:43 -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 |
Slava Pestov
|
a776dffeb6
|
Split up tools.vocabs. Note that load-everything is now named load-all
|
2009-05-04 06:44:17 -05:00 |
Slava Pestov
|
609121ff18
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-04 06:43:36 -05:00 |
Slava Pestov
|
087483eea2
|
NetBSD build fix
|
2009-05-04 06:43:20 -05:00 |
Slava Pestov
|
1c77b18097
|
Merge branch 'master' of git://github.com/seckar/factor
|
2009-05-04 05:19:55 -05:00 |
Slava Pestov
|
f5e4f9465b
|
Merge branch 'mongo-factor-driver' of git://github.com/x6j8x/factor
|
2009-05-04 05:18:17 -05:00 |
Slava Pestov
|
d991690a47
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-04 05:16:47 -05:00 |
Slava Pestov
|
925c78e8a6
|
Don't make a curry
|
2009-05-04 05:15:48 -05:00 |
Slava Pestov
|
72691cae07
|
Cleanups
|
2009-05-04 05:07:14 -05:00 |
Slava Pestov
|
7c0a59f7a9
|
The great type renaming
|
2009-05-04 04:50:24 -05:00 |
Slava Pestov
|
7f48eb2b2c
|
Use C++ namespaces
|
2009-05-04 01:46:13 -05:00 |
Slava Pestov
|
1857f90eb6
|
VM: use better abstractions for tagged pointers, eliminate get()/set() stuff, clean up array, string, and byte-array element access
|
2009-05-04 01:00:30 -05:00 |
Sascha Matzke
|
5cfed899a9
|
Merge branch 'master' of git://factorcode.org/git/factor into mongo-factor-driver
|
2009-05-04 07:07:00 +02:00 |
Nicholas Seckar
|
55ec6c0225
|
Add docs for load-all-under and all-vocabs-under
|
2009-05-03 21:14:44 -07:00 |
Joe Groff
|
69fa47b250
|
docs for new world words
|
2009-05-03 23:01:26 -05:00 |
Nicholas Seckar
|
6f54a2544a
|
Don't treat . directories as vocab dirs.
Rename subdirs to (less general) vocab-subdirs.
Add all-vocabs-under and load-all-under.
|
2009-05-03 21:00:29 -07:00 |