Slava Pestov
|
55f6636bc0
|
FFI string encoding conversion
|
2008-04-20 05:15:46 -05:00 |
Slava Pestov
|
10ee5cf8ed
|
Fix bootstrap
|
2008-04-20 00:18:27 -05:00 |
Slava Pestov
|
9589c5359a
|
Remove commented-out code
|
2008-04-17 03:03:00 -05:00 |
Slava Pestov
|
7f89cb73a1
|
Fix bootstrap
|
2008-04-14 05:27:04 -05:00 |
Doug Coleman
|
4597cab824
|
move some words to sets
write docs for sets
started on usings..
|
2008-04-14 02:20:37 -05:00 |
Doug Coleman
|
f80085ff0a
|
seq-diff -> diff
seq-intersect -> intersect
|
2008-04-13 23:09:42 -05:00 |
Doug Coleman
|
2edd0fefc9
|
new -> new-sequence
construct-empty -> new
construct-boa -> boa
diff -> assoc-diff
union -> assoc-union
intersect -> assoc-intersect
|
2008-04-13 22:58:07 -05:00 |
Doug Coleman
|
fafd00bae7
|
rename new -> new-sequence
|
2008-04-13 12:54:58 -05:00 |
Doug Coleman
|
6c5935a3b0
|
add set-os-env, unset-os-env
|
2008-04-08 23:08:11 -05:00 |
Slava Pestov
|
225a0fb781
|
Fix Windows crash with set-os-envs
|
2008-04-06 23:31:53 -05:00 |
Slava Pestov
|
1cc72a386e
|
Faster bootstrap
|
2008-04-05 07:35:36 -05:00 |
Slava Pestov
|
f7f43fa689
|
ABOUT: updates vocabulary
|
2008-04-05 07:00:09 -05:00 |
Slava Pestov
|
b2cb88f497
|
GC: allocate large objects directly into tenured space
|
2008-04-05 04:01:46 -05:00 |
Slava Pestov
|
ef4046cda9
|
Converting code to use inheritance
|
2008-04-04 00:33:06 -05:00 |
Slava Pestov
|
cc2f512287
|
New classes.builtin vocab
|
2008-04-03 21:19:20 -05:00 |
Slava Pestov
|
a27fa29098
|
Remove type, class-hash primitives
|
2008-04-02 21:37:26 -05:00 |
Slava Pestov
|
192471badb
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-04-02 21:31:50 -05:00 |
Slava Pestov
|
5346e1899f
|
Working on call-next-method, and identity-tuple
|
2008-04-02 21:27:49 -05:00 |
Slava Pestov
|
8fde3fb914
|
More inheritance debugging
|
2008-04-02 18:50:21 -05:00 |
Doug Coleman
|
393f77715c
|
update everything to use os singletons
|
2008-04-02 18:25:33 -05:00 |
Doug Coleman
|
d736a8660d
|
cpu is now a singleton
|
2008-04-02 16:32:58 -05:00 |
Doug Coleman
|
47b54b1307
|
add singletons to core
|
2008-04-02 15:41:29 -05:00 |
Doug Coleman
|
11feb563eb
|
move singletons to core
|
2008-04-02 13:11:55 -05:00 |
Slava Pestov
|
fa8b578370
|
Rewriting method dispatch to support inheritance
|
2008-04-02 00:28:07 -05:00 |
Eduardo Cavazos
|
cc5ddd8d78
|
Resolve more add/add* items
|
2008-03-31 20:05:06 -06:00 |
Slava Pestov
|
2ebb7d2271
|
Clean up bootstrap code a bit
|
2008-03-31 01:19:21 -05:00 |
Slava Pestov
|
c22af5c7a6
|
Rename 2apply to bi@
|
2008-03-29 20:36:58 -05:00 |
Slava Pestov
|
adb1dd14d0
|
Rename tuples vocab to classes.tuple for consistency
|
2008-03-29 03:34:48 -05:00 |
Slava Pestov
|
d8abb49a9b
|
Working on classes
|
2008-03-28 22:59:48 -05:00 |
erg
|
3dde03bb4d
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-03-27 07:36:18 -05:00 |
Slava Pestov
|
5aae4516dd
|
Working on slot inheritance
|
2008-03-27 01:42:13 -05:00 |
erg
|
15c68a23f8
|
remove ?resource-path and resource-exists?
|
2008-03-26 23:47:51 -05:00 |
Slava Pestov
|
89a531d4a2
|
Fixing unit tests
|
2008-03-26 17:07:50 -05:00 |
Slava Pestov
|
e1ad21a439
|
Working on shapes
|
2008-03-26 03:57:48 -05:00 |
Slava Pestov
|
8d7367674c
|
Class algebra refactoring
|
2008-03-24 19:52:21 -05:00 |
Slava Pestov
|
e621a92cae
|
-output-image now relative to current directory
|
2008-03-20 20:52:43 -05:00 |
Doug Coleman
|
a6e1d83740
|
add calloc to core/bootstrap/compiler
|
2008-03-20 17:20:03 -05:00 |
Slava Pestov
|
02727576c2
|
New slots are now in the core
|
2008-03-20 15:30:59 -05:00 |
Slava Pestov
|
70641c9293
|
Fix failing classes unit tests
|
2008-03-19 23:29:59 -05:00 |
Slava Pestov
|
aec6d6f5c8
|
Replace (stat) with (exists?)
|
2008-03-19 23:29:19 -05:00 |
Slava Pestov
|
e9d7e2523c
|
Clean up random and fix circular
|
2008-03-19 21:48:29 -05:00 |
Doug Coleman
|
6f2369b16e
|
add code to bootstrap.syntax
|
2008-03-19 21:15:38 -05:00 |
Doug Coleman
|
d0b348591a
|
path+, prepend
|
2008-03-19 19:15:43 -05:00 |
Slava Pestov
|
3591ed402d
|
Simplify vocab.loader even further
|
2008-03-19 14:39:08 -05:00 |
Slava Pestov
|
d04eb777ff
|
Update bootstrap code for loader changes
|
2008-03-18 21:45:04 -05:00 |
Slava Pestov
|
d06db3f628
|
Fix bootstrap error exit code
|
2008-03-16 02:44:39 -05:00 |
Slava Pestov
|
90f8aa3136
|
Fix regressions
|
2008-03-14 02:27:43 -05:00 |
Slava Pestov
|
033085a683
|
Fix inference.class regression
|
2008-03-13 22:11:10 -05:00 |
Slava Pestov
|
31e15e3204
|
Fix bootstrap problems
|
2008-03-13 18:56:24 -05:00 |
Slava Pestov
|
120c9cacb7
|
Fixing 64-bit image generation
|
2008-03-12 01:54:29 -05:00 |