Doug Coleman
|
166afc5784
|
add scaffold words for default vocab roots
|
2009-06-21 00:59:06 -05:00 |
Doug Coleman
|
3cabf3aeca
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-06-11 11:10:20 -05:00 |
Slava Pestov
|
aaeeaa1e6f
|
Fix load errors
|
2009-06-08 04:18:57 -05:00 |
Doug Coleman
|
ce37c8e082
|
add a hexdump-file word
|
2009-06-05 22:49:07 -05:00 |
Slava Pestov
|
d442167354
|
tools.annotations: work better on generic words
|
2009-05-27 19:36:52 -05:00 |
Doug Coleman
|
407377fc98
|
rename peek -> last and update all usages
|
2009-05-25 16:38:33 -05:00 |
Doug Coleman
|
95837d53bc
|
use iota
|
2009-05-25 15:18:20 -05:00 |
Slava Pestov
|
909082e212
|
tools.disassembler.gdb: remove redundant using
|
2009-05-17 23:39:05 -05:00 |
Slava Pestov
|
7b76d64510
|
tools.deploy.shaker: update for parser.notes
|
2009-05-16 16:40:40 -05:00 |
Slava Pestov
|
a0eb60906d
|
Fix even more usings
|
2009-05-16 10:45:17 -05:00 |
Slava Pestov
|
132249660d
|
Fix conflict
|
2009-05-16 09:48:42 -05:00 |
Doug Coleman
|
241e6a64bf
|
call link-info instead of file-info, fix wonky spacing, name a constant
|
2009-05-15 22:31:50 -05:00 |
Slava Pestov
|
b62630b5ac
|
Updating code in basis and extra for stricter vocab search path semantics
|
2009-05-14 23:23:06 -05:00 |
Slava Pestov
|
0c1e519dcb
|
Rename use+ to add-use, move search to vocabs.parser, EXCLUDE: bombs out if word doesn't exist
|
2009-05-13 22:15:48 -05:00 |
Slava Pestov
|
ca6cbbb2f9
|
tools.annotations: now prints a table of values
|
2009-05-13 17:03:41 -05:00 |
Slava Pestov
|
f9d711c307
|
tools.deploy.shaker: Only strip out compiler classes if user doesn't request full environment
|
2009-05-12 16:56:36 -05:00 |
Slava Pestov
|
2fdc666589
|
tools.deploy.test: use try-output-process, and run VM from .app bundle when testing deployed app. This makes the game-input deploy test work
|
2009-05-12 05:16:46 -05:00 |
Slava Pestov
|
2508ba2e6d
|
tools.deploy.shaker: better I/O stripping, and more effective compiler class stripping by clearing megamorphic caches
|
2009-05-12 04:20:02 -05:00 |
Slava Pestov
|
75cfe40c6c
|
Add deploy test to ensure game-input works
|
2009-05-11 17:04:14 -05:00 |
Slava Pestov
|
4711768e6c
|
tools.deploy.shaker: load ui.debugger into UI apps deployed with debugging support
|
2009-05-11 16:20:16 -05:00 |
Slava Pestov
|
3fe5bb872b
|
Deploy tool always uses optimizing compiler now
|
2009-05-11 00:32:22 -05:00 |
Slava Pestov
|
9de34ab3cd
|
Fix deployment of UI apps and implement various tricks to make deployed images smaller
|
2009-05-10 21:33:13 -05:00 |
Slava Pestov
|
7a0760a0f9
|
tools.deploy.shaker: strip out a few more things
|
2009-05-08 02:35:46 -05:00 |
Slava Pestov
|
741e97e57e
|
tools.trace: fix for call(
|
2009-05-06 23:47:17 -05:00 |
Slava Pestov
|
05b49e15e0
|
tools.time: remove unneeded math.vectors dependency
|
2009-05-06 14:56:50 -05:00 |
Slava Pestov
|
a4d80eb27b
|
tools.disassembler.udis: fix unix tests
|
2009-05-05 17:35:06 -05:00 |
Slava Pestov
|
e4289f5ae4
|
tools.disassembler.udis: fix types for Windows
|
2009-05-05 15:56:53 -05:00 |
Slava Pestov
|
ea2090f9de
|
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
|
12de56c41e
|
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
|
029d93a838
|
Make walker work better with call( and breakpoints which are nested inside combinators
|
2009-05-05 09:12:32 -05:00 |
Slava Pestov
|
b2c3183b21
|
Split up tools.vocabs. Note that load-everything is now named load-all
|
2009-05-04 06:44:17 -05:00 |
Nicholas Seckar
|
94e64b6e9c
|
Add docs for load-all-under and all-vocabs-under
|
2009-05-03 21:14:44 -07:00 |
Nicholas Seckar
|
8beea2ab0c
|
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 |
Slava Pestov
|
b79245dc6c
|
Adding and removing vocabs now updates all-vocabs-seq
|
2009-05-01 07:21:56 -05:00 |
Slava Pestov
|
38cc644eca
|
tools.deploy.test: close stdin
|
2009-05-01 07:05:41 -05:00 |
Slava Pestov
|
85bd9209f9
|
tools.disassembler.udis: fix careless <c-object> usage
|
2009-05-01 02:44:29 -05:00 |
Slava Pestov
|
d93514d47d
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-04-30 21:13:36 -05:00 |
Slava Pestov
|
10e21bf8d3
|
tools.deploy.shaker: update for method dispatch changes
|
2009-04-30 20:35:55 -05:00 |
Slava Pestov
|
f51b7b2677
|
Fix tools.time output in the TTY listener
|
2009-04-30 20:03:52 -05:00 |
Slava Pestov
|
d72bf515f8
|
tools.walker: fix tests
|
2009-04-30 19:06:54 -05:00 |
Doug Coleman
|
64ac2bae6d
|
make tools.scaffold.windows unportable
|
2009-04-30 10:27:18 -05:00 |
Doug Coleman
|
afa787989a
|
fix bug in tools.scaffold
|
2009-04-29 19:41:22 -05:00 |
Doug Coleman
|
7fe22b14f8
|
don't scaffold an authors file if the developer-name is not set
|
2009-04-29 19:06:06 -05:00 |
Doug Coleman
|
939c2fa64e
|
scaffold-emacs should use application-data directory on windows
|
2009-04-29 18:22:54 -05:00 |
Slava Pestov
|
8c25569e9e
|
tools.time: print method dispatch statistics
|
2009-04-28 22:45:19 -05:00 |
Slava Pestov
|
5f6c074edd
|
Split up types.c/h into smaller files, remove optimized slot from F_WORD struct
|
2009-04-28 17:26:11 -05:00 |
Slava Pestov
|
7e84daf0f1
|
Move (execute) to kernel.private
|
2009-04-26 02:42:37 -05:00 |
Slava Pestov
|
7aa65b5b5f
|
Fixing new method dispatch implementation
|
2009-04-25 19:41:27 -05:00 |
Slava Pestov
|
3dc9fdf9db
|
Fleshed out new dispatch code
|
2009-04-24 20:43:01 -05:00 |
Slava Pestov
|
b00d81e47b
|
Add time spent scanning cards to 'time' output
|
2009-04-24 09:44:29 -05:00 |