Slava Pestov
|
f31c521c47
|
Assorted bug fixes
|
2008-03-18 17:46:25 -05:00 |
Slava Pestov
|
20ed8ab9a2
|
Fix code heap compaction bug
|
2008-03-16 00:17:05 -05:00 |
Slava Pestov
|
05b02f3c38
|
Changing launcher to use new_slots
|
2008-03-06 20:44:52 -06:00 |
Slava Pestov
|
549a7538c7
|
Clean up some of Dan's code after merge
|
2008-03-06 15:58:05 -06:00 |
Slava Pestov
|
9d05d81491
|
Fix deploy size regression
|
2008-02-28 01:22:53 -06:00 |
Slava Pestov
|
fef5ebec01
|
io.files overhaul
|
2008-02-27 14:59:15 -06:00 |
Slava Pestov
|
4ee8a0cfa6
|
Better code heap
|
2008-02-25 20:09:52 -06:00 |
Eduardo Cavazos
|
4b92faed90
|
Change 'os-windows-nt.h' to reflect rename to 'factor.dll'
|
2008-02-25 13:10:35 -06:00 |
Eduardo Cavazos
|
b68c60488a
|
Dll on winnt is now 'factor.dll' instead of 'factor-nt.dll' to be
consistent with the binary name.
|
2008-02-25 13:05:11 -06:00 |
Eduardo Cavazos
|
308a5db996
|
Binary on winnt is now 'factor.exe' instead of 'factor-nt.exe'
|
2008-02-25 12:42:52 -06:00 |
Slava Pestov
|
2535436f19
|
Friedlier fep sequence printing
|
2008-02-21 17:07:05 -06:00 |
Slava Pestov
|
d657821f3e
|
Tested and documented all new concurrency features
|
2008-02-18 16:20:18 -06:00 |
Slava Pestov
|
2c6afdfee6
|
Working on new threads
|
2008-02-18 05:07:40 -06:00 |
Slava Pestov
|
de8b804abe
|
Fix method redefinition bug
|
2008-02-17 18:38:29 -06:00 |
Slava Pestov
|
0b19589630
|
linkage errors don't thwart compilation anymore
|
2008-02-16 00:54:54 -06:00 |
Slava Pestov
|
f944f2b20c
|
Add experimental disassembler
|
2008-02-14 17:56:47 -06:00 |
Slava Pestov
|
98d8621ac1
|
First class compose, curry is now a tuple class
|
2008-02-11 13:50:29 -06:00 |
Slava Pestov
|
8672ede540
|
Fix compilation of VM on Mac OS X
|
2008-02-11 00:41:58 -06:00 |
Slava Pestov
|
125e949200
|
Add new "refs" command to FEP, finds references to an object
|
2008-02-10 01:40:51 -06:00 |
Slava Pestov
|
7fbbe94d80
|
FEP work in progress
|
2008-02-09 02:19:26 -06:00 |
Doug Coleman
|
8d3ac25553
|
Merge git://factorcode.org/git/factor
Conflicts:
Makefile
|
2008-02-05 22:48:44 -06:00 |
Slava Pestov
|
20e4fcecda
|
Make OS name more consistent for extra/builder
|
2008-02-05 18:48:38 -06:00 |
Slava Pestov
|
ba1a958a32
|
Move cd and cwd primitives to native I/O, fix Windows normalize-pathname
|
2008-02-05 13:11:36 -06:00 |
Doug Coleman
|
480e21bc3c
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-02-04 16:41:17 -06:00 |
Slava Pestov
|
bc2ce8a77b
|
Space one byte per string
|
2008-02-04 14:05:31 -06:00 |
Doug Coleman
|
fcbf7b4c4c
|
Merge git://factorcode.org/git/erg
|
2008-02-04 13:34:38 -06:00 |
Slava Pestov
|
0311c0a842
|
Remove broken optimization
|
2008-02-04 13:07:34 -06:00 |
Slava Pestov
|
81098989ec
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-02-04 12:59:21 -06:00 |
Slava Pestov
|
a75afb18d7
|
Fix GCC error
|
2008-02-04 12:58:38 -06:00 |
Doug Coleman
|
bc3bf6b2b4
|
make factor compile on win64
|
2008-02-04 11:45:53 -06:00 |
Slava Pestov
|
e7722c02b7
|
Add unit test for float alignment
|
2008-02-03 17:28:57 -06:00 |
Slava Pestov
|
62bbb0597e
|
Fix dodgy memory management
|
2008-02-03 14:51:35 -06:00 |
sheeple
|
ff46bfaa96
|
Linux inotify support work in progress
|
2008-02-02 11:51:16 -06:00 |
sheeple
|
b22a40f906
|
inotify bindings
|
2008-02-02 07:02:32 -06:00 |
Slava Pestov
|
9f1bcc5d22
|
Fix resize-string
|
2008-02-01 18:36:13 -06:00 |
Slava Pestov
|
6c3d2775a9
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-02-01 17:18:49 -06:00 |
Slava Pestov
|
3917a9472a
|
Implement default_vm_path() on netbsd
|
2008-02-01 17:14:10 -06:00 |
Slava Pestov
|
cef80543ad
|
Fix set-string-nth GC issue
|
2008-02-01 16:26:11 -06:00 |
Slava Pestov
|
d9f7acae0f
|
VM changes for record1 strings
|
2008-01-31 23:03:10 -06:00 |
Slava Pestov
|
6530057512
|
Starting work on record1 strings
|
2008-01-31 20:11:46 -06:00 |
Daniel Neri
|
118583024e
|
Tweak LIBS and LIBPATH for NetBSD
|
2008-01-30 12:10:42 +01:00 |
Daniel Neri
|
ac2fb043cf
|
Add NetBSD support
|
2008-01-30 10:57:38 +00:00 |
Slava Pestov
|
fcf5801899
|
Data type cleanups
|
2008-01-29 23:13:47 -06:00 |
Slava Pestov
|
0cd2f857fe
|
bit-vectors byte-vectors float-vectors
|
2008-01-29 15:04:26 -06:00 |
Slava Pestov
|
03db080df7
|
Working on new resizables
|
2008-01-28 18:15:21 -06:00 |
Slava Pestov
|
578ee72509
|
Fix conflict
|
2008-01-27 23:17:48 -06:00 |
Slava Pestov
|
a09e216582
|
Replace memory>string and string>memory with four primitives and update io.windows.nt.monitor
|
2008-01-26 23:38:30 -04:00 |
Joe Groff
|
e396023d51
|
Use [NSString UTF8String] instead of [NSString cString] in os-macosx.m to suppress deprecation warnings
|
2008-01-26 17:32:12 -08:00 |
Slava Pestov
|
309a1c179c
|
Add stderr stream; more Unix I/O work
|
2008-01-18 19:43:14 -05:00 |
Slava Pestov
|
c6bc074472
|
Simplify code heap layout
|
2008-01-16 15:45:04 -05:00 |