slava
|
61e1dff787
|
Automatically recompile words when files are loaded
|
2006-08-11 20:55:43 +00:00 |
slava
|
b453a74743
|
Forgetting a word removes it from the recompile set
|
2006-08-10 20:47:10 +00:00 |
slava
|
de124cc191
|
An experiment -- instead of decompiling words when a word they call has changed, recompile them
|
2006-08-10 20:44:00 +00:00 |
slava
|
40f06282c2
|
Change apropos order
|
2006-08-12 21:13:36 +00:00 |
slava
|
41040c6a7b
|
apropos now prints the score
|
2006-08-12 21:02:14 +00:00 |
slava
|
b150e155d9
|
Further cleanups
|
2006-08-12 20:58:12 +00:00 |
slava
|
0d0581fc34
|
New apropos from hell
|
2006-08-12 20:57:49 +00:00 |
slava
|
192dcd5690
|
Character union classes
|
2006-08-12 20:56:45 +00:00 |
erg
|
87abad4ebb
|
fix some win32 error handling in native io
|
2006-08-14 22:43:19 +00:00 |
slava
|
994fc7d38b
|
Documentation fix
|
2006-08-11 22:23:14 +00:00 |
slava
|
b19a6672bf
|
Simplify inference code a bit
|
2006-08-10 20:33:15 +00:00 |
slava
|
69092b2851
|
Fix an inference bug
|
2006-08-10 20:03:51 +00:00 |
slava
|
512fc690ad
|
Simplify the compiler
|
2006-08-10 18:39:12 +00:00 |
slava
|
9ff1e6300e
|
Get Factor to bootstrap on AMD64
|
2006-08-10 05:33:16 +00:00 |
slava
|
187c5a5642
|
Simplify generator
|
2006-08-10 05:05:12 +00:00 |
slava
|
9c3a3f9db5
|
AMD64 fix
|
2006-08-10 04:58:01 +00:00 |
slava
|
decfe5c53a
|
Fix typo in x86 %dispatch
|
2006-08-10 04:39:13 +00:00 |
slava
|
2b2b4a9f22
|
Fix label handling in compiler
|
2006-08-10 04:14:43 +00:00 |
slava
|
af171e41d9
|
x86 fixes
|
2006-08-09 22:43:08 +00:00 |
slava
|
9dc1a9854a
|
x86 assembler fixes for new code heap layout
|
2006-08-09 22:25:11 +00:00 |
slava
|
40e3a2a063
|
finalize-compile now takes an alist of xts; fix ppc %dispatch
|
2006-08-09 22:09:10 +00:00 |
slava
|
af1dcf3990
|
: delete-all 0 swap set-length ;
|
2006-08-09 20:14:54 +00:00 |
slava
|
25fc2f8af5
|
More generator/relocator fixes
|
2006-08-09 07:25:15 +00:00 |
slava
|
00d970cf15
|
Compiled code labels are now first-class
|
2006-08-09 06:12:01 +00:00 |
slava
|
251f12448f
|
Big redesign of the compiler/runtime interface
|
2006-08-08 05:38:32 +00:00 |
slava
|
55ec0e3a91
|
sequence= is now inlined
|
2006-08-07 19:41:31 +00:00 |
slava
|
b68fb8f9c1
|
Optimizer fixes
|
2006-08-07 05:17:04 +00:00 |
slava
|
a8ae50c455
|
Class inference improvements
|
2006-08-07 02:30:52 +00:00 |
slava
|
b0b6da4f86
|
Minor tweaks
|
2006-08-07 00:31:52 +00:00 |
slava
|
5a8bd7b3c6
|
Constant branch folding
|
2006-08-07 00:31:15 +00:00 |
slava
|
ff780119fa
|
Faster Unix stream-read1
|
2006-08-06 00:14:14 +00:00 |
slava
|
dced940348
|
Minor Unix I/O cleanups, <client> now waits for a connection, stream-flush now checks for an error
|
2006-08-05 23:01:59 +00:00 |
slava
|
26816e583a
|
^n and ^p in fields now moves caret to end
|
2006-08-04 04:32:31 +00:00 |
slava
|
fee1d9b076
|
Fix duplex-stream
|
2006-08-04 04:24:20 +00:00 |
slava
|
fa882bc2c8
|
Scrolling fixes
|
2006-08-04 04:01:18 +00:00 |
slava
|
6cba51ed7d
|
Fix error when drawing selection
|
2006-08-04 02:06:55 +00:00 |
slava
|
402a102fa4
|
Hide the caret if we don't have focus
|
2006-08-04 02:01:24 +00:00 |
slava
|
83ac24e59a
|
Remove unused word
|
2006-08-04 00:06:24 +00:00 |
slava
|
5d7d152792
|
Scrolling fixes
|
2006-08-04 00:05:54 +00:00 |
erg
|
76567bc4d0
|
win32 ui fix for resizing windows
|
2006-08-03 22:34:17 +00:00 |
slava
|
89fbc32ef3
|
Scrolling cleanup
|
2006-08-03 21:17:22 +00:00 |
slava
|
f395b032a5
|
Editor and scrolling cleanups
|
2006-08-03 20:25:20 +00:00 |
erg
|
f2cf58b610
|
dos2unix on some more files
|
2006-08-03 18:45:28 +00:00 |
erg
|
b88b786e63
|
move vim to contrib/vim/
|
2006-08-03 18:44:49 +00:00 |
erg
|
b9c87895bf
|
vim edit support { string = } vim
|
2006-08-03 06:45:30 +00:00 |
erg
|
b308d389d8
|
cleaning up win32 bindings. removed io.factor in win32 native io
|
2006-08-02 22:12:23 +00:00 |
erg
|
319353fed8
|
win32 directory restructuring
|
2006-08-01 22:59:56 +00:00 |
erg
|
e4a8296b40
|
win32 files added
|
2006-08-01 18:42:46 +00:00 |
erg
|
a758c0642f
|
win32 restructuring
|
2006-08-01 18:17:22 +00:00 |
slava
|
efba870b2f
|
Bootstrap fix
|
2006-08-02 21:08:40 +00:00 |
slava
|
84e70ecb73
|
More work on the definition protocol
|
2006-08-02 20:53:26 +00:00 |
slava
|
11ba560c6d
|
Definition protocol
|
2006-08-02 19:17:13 +00:00 |
slava
|
8a6cd181c4
|
Methods now remember their file/line
|
2006-08-02 07:49:13 +00:00 |
slava
|
f9b8f32e67
|
Generic word cleanups continued
|
2006-08-02 07:10:09 +00:00 |
slava
|
8df790ec36
|
'see' cleanup
|
2006-08-02 06:50:23 +00:00 |
slava
|
1158ab413b
|
Generic word system cleanup
|
2006-08-02 06:49:23 +00:00 |
slava
|
477fb4db7a
|
Fix X11 UI backend for char* FFI change
|
2006-08-01 23:25:12 +00:00 |
slava
|
a7039a8e0d
|
Inspector cleanups
|
2006-08-01 22:42:53 +00:00 |
slava
|
bcf30cf1af
|
Fix a problem printing slice errors, fix a load order issue
|
2006-08-01 22:27:07 +00:00 |
slava
|
6c7325706d
|
Document the error documentation feature
|
2006-08-01 22:18:18 +00:00 |
slava
|
d727edea89
|
Friendlier :help
|
2006-08-01 22:14:22 +00:00 |
slava
|
28035296f4
|
Some code cleanups
|
2006-08-01 21:56:20 +00:00 |
slava
|
fd740ee042
|
Bootstrap fixes
|
2006-08-01 21:41:10 +00:00 |
slava
|
aaecfef11d
|
Documentation for errors
|
2006-08-01 21:35:00 +00:00 |
slava
|
a552e6d30d
|
Start implementing :help
|
2006-08-01 08:45:05 +00:00 |
slava
|
9c84fe7018
|
Split describe.factor up
|
2006-08-01 01:30:06 +00:00 |
slava
|
f3bd44083d
|
Nicer sheet. implementation
|
2006-08-01 01:08:25 +00:00 |
erg
|
25f4e1e425
|
fix win32 native i/o, updated win32 bindings for f/char* change
|
2006-08-01 10:03:03 +00:00 |
erg
|
6d453bf564
|
win32 -- add support for \r\n during copy/paste, alt-f4 now closes windows
|
2006-07-31 23:38:34 +00:00 |
slava
|
f6facbb47f
|
Fix interpreter unit tests
|
2006-08-01 01:00:07 +00:00 |
slava
|
7bad3a77fa
|
Get Cocoa binding working with strict char* handling
|
2006-08-01 00:43:48 +00:00 |
slava
|
b536e80864
|
Cleanup
|
2006-07-31 20:50:40 +00:00 |
slava
|
e30871f4a5
|
interactor-busy? flag added
|
2006-07-31 20:49:26 +00:00 |
slava
|
a891cb2c08
|
Remove unused word
|
2006-07-31 20:28:58 +00:00 |
slava
|
373bbbee95
|
Remove unused word
|
2006-07-31 20:13:12 +00:00 |
slava
|
ec4d9b4932
|
Walker now handles errors properly (almosT)
|
2006-07-31 20:12:29 +00:00 |
slava
|
0550b28e90
|
Different walker interaction style
|
2006-07-31 03:20:08 +00:00 |
slava
|
683b19af37
|
UI walker fixes
|
2006-07-31 02:20:52 +00:00 |
slava
|
70a86f60e3
|
Bootstrap now loads GUI walker
|
2006-07-31 02:11:07 +00:00 |
slava
|
c41bd690f4
|
Graphical walker lands
|
2006-07-31 02:08:47 +00:00 |
slava
|
eca6b6b9be
|
Removing old tty walker
|
2006-07-31 02:05:44 +00:00 |
slava
|
e907f97f5b
|
Meta-interpreter and listener updates
|
2006-07-31 01:32:21 +00:00 |
slava
|
66c240da57
|
Prettyprinte now highlights elements properly
|
2006-07-31 00:20:26 +00:00 |
slava
|
b0a4b6409a
|
Changed argument order of {head,tail}{,-slice}{,*} and group
|
2006-07-30 00:36:25 +00:00 |
slava
|
adef6a2f04
|
Debugging system services support (Mac OS X)
|
2006-07-29 23:37:50 +00:00 |
slava
|
0b8c907ec5
|
editor gadget now uses gadget-selection protocol
|
2006-07-28 23:15:03 +00:00 |
slava
|
1e419e6580
|
Services client support (untested)
|
2006-07-28 23:14:05 +00:00 |
slava
|
4dd791c48f
|
Uncomment HOME/END/DELETE key codes, fix win32 error on window close
|
2006-07-29 04:53:20 +00:00 |
erg
|
7650ed6bf3
|
win32 changes that are in .83 release
|
2006-07-28 20:15:57 +00:00 |
slava
|
9d9924cf77
|
gadgets/fields unit tests did not work if the UI was not running
|
2006-07-28 22:01:57 +00:00 |
slava
|
7abaa0ab0d
|
Fix make-track
|
2006-07-28 22:00:14 +00:00 |
slava
|
52d6fc7ecc
|
ui-step now asserts depth (so don't leak stack cells in your draw-gadget*); fix memory leak with set-length and vectors
|
2006-07-28 21:57:24 +00:00 |
slava
|
66c26e234a
|
make-frame/track now compiles (except that add-gadget doesn't; this is pending)
|
2006-07-28 20:07:22 +00:00 |
slava
|
12ad53b6ae
|
Fix thumb minimum size
|
2006-07-28 19:33:23 +00:00 |
slava
|
03f625cea1
|
Some cleanups to start 0.84
|
2006-07-28 07:54:46 +00:00 |
slava
|
375061d350
|
fix benchmark/help
|
2006-07-28 04:58:44 +00:00 |
slava
|
6dabc9710e
|
Misc updates
|
2006-07-28 04:50:09 +00:00 |
slava
|
c70446109f
|
Fix field bug, unit tests
|
2006-07-27 23:46:21 +00:00 |
slava
|
e9c2fbb835
|
Inference cleanups
|
2006-07-27 23:45:13 +00:00 |
slava
|
7223b8c637
|
Minor inference cleanups
|
2006-07-27 22:21:49 +00:00 |
slava
|
3aa46e5fee
|
Inference unit test fixes
|
2006-07-26 19:06:22 +00:00 |
slava
|
82db2792a2
|
More inference tweaks
|
2006-07-26 19:03:49 +00:00 |
slava
|
0569c0ee77
|
We don't use the inferring-base-case var anymore
|
2006-07-26 04:40:06 +00:00 |
slava
|
d48bdc2694
|
Dicking with inference
|
2006-07-26 04:38:00 +00:00 |
slava
|
a8853daf1d
|
Reverse complement benchmark from computer language shootout
|
2006-07-27 22:25:13 +00:00 |
slava
|
df5f7cc4df
|
Small fixes
|
2006-07-26 04:38:19 +00:00 |
slava
|
ad0ae8dc63
|
Remove add-simple-library
|
2006-07-26 04:36:22 +00:00 |
slava
|
f62277f8ba
|
Fix for a fix
|
2006-07-26 01:33:56 +00:00 |
slava
|
4d6325a199
|
Help viewer was broken because history had a bug
|
2006-07-26 00:09:52 +00:00 |
slava
|
ec3ee8f389
|
UI race fix: if you call relayout-1 then relayout on the same gadget, it behaves as if it was a relayout-1
|
2006-07-26 00:09:19 +00:00 |
slava
|
f7b1fae96c
|
Workaround for apparent (Mesa ?) GL bug with display lists that bind a texture
|
2006-07-25 20:30:50 +00:00 |
slava
|
7712d84327
|
Add a failing inference unit test
|
2006-07-25 20:30:40 +00:00 |
slava
|
276a9f5928
|
Minor documentation update
|
2006-07-25 17:28:24 +00:00 |
slava
|
6a0211ad31
|
Calendar updates
|
2006-07-25 17:28:07 +00:00 |
erg
|
66c4e51bcf
|
ran dos2unix on win32 files
|
2006-07-25 14:04:14 +00:00 |
erg
|
11a005b866
|
remove win32 bootstrap file
|
2006-07-25 14:02:59 +00:00 |
slava
|
9031ba9f63
|
Bootstrap fix
|
2006-07-25 06:08:06 +00:00 |
slava
|
5890e52578
|
Clean up cross-referencing code
|
2006-07-25 05:37:54 +00:00 |
slava
|
1a8058a8bd
|
Improved UI listener and editor
|
2006-07-25 04:14:59 +00:00 |
slava
|
d3d7d053fd
|
Inference cleanups
|
2006-07-25 04:14:18 +00:00 |
slava
|
60ca9804f1
|
Field gadget now has an action quotation
|
2006-07-24 19:42:33 +00:00 |
erg
|
fdc63f95c5
|
removed a comment
|
2006-07-24 18:59:30 +00:00 |
erg
|
fcb6528ca8
|
ui improvements, copy/paste added
|
2006-07-24 18:57:36 +00:00 |
erg
|
aee8b59355
|
add win32 io file io-last
|
2006-07-24 08:10:28 +00:00 |
erg
|
0f1c3fb0c5
|
win32 ui/io updates
|
2006-07-24 08:09:21 +00:00 |
slava
|
8dda558992
|
Fix a typo
|
2006-07-24 06:23:53 +00:00 |
slava
|
b6875f0fc8
|
Update >sequence docs
|
2006-07-24 06:23:15 +00:00 |
slava
|
9e43c91821
|
Fix Shift key modifier in Cocoa backend
|
2006-07-24 06:08:57 +00:00 |
slava
|
4d4e9e8b29
|
X11 selection fixes
|
2006-07-24 06:02:06 +00:00 |
slava
|
378b157153
|
Faster tuple predicates
|
2006-07-24 05:22:01 +00:00 |
slava
|
7c85cc68c6
|
Minor X clipboard changes
|
2006-07-24 04:42:19 +00:00 |
slava
|
83e07c3093
|
Slight continuations cleanup
|
2006-07-24 04:41:27 +00:00 |
slava
|
6c4c36126a
|
Faster make-class<cache
|
2006-07-24 04:34:59 +00:00 |
slava
|
5d78177abd
|
Faster >sequence
|
2006-07-24 04:20:08 +00:00 |
slava
|
4102ad72c5
|
Faster hashtables
|
2006-07-24 04:11:22 +00:00 |
slava
|
242f6c7010
|
Fix load order issues
|
2006-07-24 01:45:35 +00:00 |
slava
|
1d8e9ccafa
|
X11 backend work
|
2006-07-24 01:38:58 +00:00 |
slava
|
0bc47536d0
|
Bootstrap fix
|
2006-07-23 22:59:45 +00:00 |
slava
|
2de4c86f8c
|
Started X11 clipboard copy
|
2006-07-23 22:51:25 +00:00 |
slava
|
f7820c999c
|
Dragging up too far would cause the editor gadget to throw an error
|
2006-07-23 19:58:15 +00:00 |
slava
|
f90f30dbb0
|
Bootstrap fix
|
2006-07-22 21:17:21 +00:00 |
slava
|
8b05f22a50
|
editor gadget now supports multi-line inserts
|
2006-07-22 21:16:58 +00:00 |
slava
|
660bb25d45
|
Various UI changes
|
2006-07-22 09:11:19 +00:00 |
slava
|
208b548909
|
Since other gadgets delegate to the editor gadget, we need to handle this at the control level
|
2006-07-21 22:07:26 +00:00 |
slava
|
0cfe78aeaa
|
New <file-r/w> word for opening a stream that can read and write to the same path -- only useful for *nix devices
|
2006-07-21 20:31:39 +00:00 |
slava
|
642964757a
|
Fix high CPU usage from looping redraw
|
2006-07-20 04:55:07 +00:00 |
slava
|
528bdadc27
|
Minor doc fixes, add ability to send EOF in UI listener
|
2006-07-20 04:45:56 +00:00 |
slava
|
df67fe464e
|
Missing file, oops
|
2006-07-20 03:57:49 +00:00 |
slava
|
79848ac511
|
Some simple-minded optimizations
|
2006-07-20 03:10:02 +00:00 |
slava
|
675aec0349
|
fire-motion less frequently
|
2006-07-20 00:58:25 +00:00 |
slava
|
10bbfc3d5f
|
Move editor-theme word to the right place
|
2006-07-20 00:39:41 +00:00 |
slava
|
2d697ff73a
|
Removed line editor unit tests
|
2006-07-20 00:32:51 +00:00 |
slava
|
0a47cd4a75
|
Code somplification
|
2006-07-20 00:23:08 +00:00 |
slava
|
f194a7bc77
|
More editor/listener work
|
2006-07-19 23:30:02 +00:00 |
slava
|
027c53b5b7
|
Removing old single-line editor and updating code
|
2006-07-19 22:46:33 +00:00 |
slava
|
a464c06bfd
|
OS X 10.3 workaround
|
2006-07-19 21:15:13 +00:00 |
slava
|
9e1d22c150
|
Field gadget adds history to multi-line editor, better handling of gestures
|
2006-07-19 21:00:57 +00:00 |
slava
|
059e207cf1
|
Bootstrap fix, add missing unit test to global list
|
2006-07-19 06:37:59 +00:00 |
slava
|
ceb0313028
|
Bootstrap fix for draw-world error handling
|
2006-07-19 06:28:13 +00:00 |
slava
|
9a7b1402b2
|
Multi-line text editor gadget
|
2006-07-19 06:27:57 +00:00 |
slava
|
8f42c4b655
|
Better actions support
|
2006-07-19 06:27:37 +00:00 |
erg
|
2e38189507
|
added load file
|
2006-07-15 03:28:15 +00:00 |
erg
|
3716c6e6fd
|
moved win32 ui code
|
2006-07-15 03:27:13 +00:00 |
slava
|
4e1b676736
|
More robust UI error handling
|
2006-07-18 06:26:17 +00:00 |
slava
|
dc7159578b
|
Back out a threading change
|
2006-07-17 19:08:38 +00:00 |
slava
|
90e24aa9c2
|
Bootstrap fix
|
2006-07-17 06:39:46 +00:00 |
slava
|
49fccecd6d
|
Working on UI dataflow code
|
2006-07-17 05:30:54 +00:00 |
slava
|
f3245d2ab4
|
Minor changes
|
2006-07-15 18:06:26 +00:00 |
erg
|
ce6d8ae88e
|
win32.patch
|
2006-07-14 15:54:00 +00:00 |
erg
|
b8a66d6132
|
bootstrap fix
|
2006-07-14 05:54:38 +00:00 |
erg
|
3f074308f5
|
win32 updates
|
2006-07-14 05:40:13 +00:00 |
slava
|
4d7acd57e7
|
Minor tweaks
|
2006-07-14 09:37:00 +00:00 |
slava
|
dbd8ca737a
|
Fix typo
|
2006-07-14 05:00:59 +00:00 |
slava
|
9cc17e4f9e
|
New hand-rel word for upcoming multiline editor gadget; fix Cocoa stack leak
|
2006-07-12 19:58:05 +00:00 |
slava
|
337219be0d
|
Minor UI cleanup
|
2006-07-11 04:57:46 +00:00 |
slava
|
489bea18d5
|
AMD64 fix, Cocoa UI memory leak fix
|
2006-07-11 04:48:35 +00:00 |
slava
|
916ded94c4
|
Status bar
|
2006-07-11 00:12:40 +00:00 |
slava
|
2656621e9d
|
New windows don't redraw
|
2006-07-10 19:56:26 +00:00 |
slava
|
d1d2507d31
|
Build fixes
|
2006-07-10 05:09:31 +00:00 |
slava
|
e7ea25a563
|
UI single stepper tool
|
2006-07-10 04:51:22 +00:00 |
slava
|
92a1183054
|
0.83 changes
|
2006-07-10 00:47:01 +00:00 |
slava
|
a277280e90
|
Clickable vocabularies in documentation
|
2006-07-09 23:50:56 +00:00 |
slava
|
bdd295f086
|
Better slider rounding
|
2006-07-09 22:14:26 +00:00 |
slava
|
f7871d7055
|
Make { wrap-margin f } in a style work
|
2006-07-09 22:03:43 +00:00 |
slava
|
81e5fd2c9e
|
Bug fixes
|
2006-07-09 20:13:22 +00:00 |
slava
|
c5716ff2e1
|
Fix problem where help window shows wrong page initially
|
2006-07-09 19:57:34 +00:00 |
slava
|
da5539c29b
|
Fix bootstrap failure
|
2006-07-06 22:08:14 +00:00 |
slava
|
3ae55cb96a
|
Add search button to help tool
|
2006-07-06 20:54:26 +00:00 |
slava
|
910d6de129
|
Don't worry about Factor-defined struct returning Objective C methods for now
|
2006-07-06 20:54:05 +00:00 |
slava
|
7a591325dc
|
Bootstrap fixes
|
2006-07-06 20:43:55 +00:00 |
slava
|
c9590d2560
|
More Mac Intel ABI fixes -- and fuck Apple for screwing up the Objective C ABI even further
|
2006-07-06 20:24:09 +00:00 |
slava
|
68bf49fca0
|
Objective C test
|
2006-07-06 20:16:05 +00:00 |
slava
|
6a862a9696
|
Add support for 8-byte struct returns, Mac OS X Intel style
|
2006-07-06 07:04:58 +00:00 |
slava
|
200dbc4edd
|
Stack alignment fixes
|
2006-07-06 05:01:05 +00:00 |
slava
|
ca7acc29df
|
Add unit test to ensure segfault handler works
|
2006-07-06 03:31:30 +00:00 |
slava
|
a393fe218c
|
Fix problem which only seems to occur on Core Duo: we were relying on unspecified behavior, and that is SHL setting the overflow flag with a shift count greater than one
|
2006-07-06 03:30:56 +00:00 |
slava
|
d8be9e23ec
|
Fix raise-window typo on X11
|
2006-07-06 00:35:19 +00:00 |
slava
|
81a9a2f977
|
Fix bootstrap bug and ungraft bug
|
2006-07-05 22:47:42 +00:00 |
slava
|
23ebcbad42
|
Model refcounting, fix world title
|
2006-07-05 22:11:44 +00:00 |
slava
|
ddd26fafe9
|
Move unix code to library/io/unix/
|
2006-07-05 22:11:06 +00:00 |
slava
|
c3bfbbe6b7
|
gadget-title protocol uses models
|
2006-07-05 21:12:30 +00:00 |
slava
|
84ea50c726
|
Fix malloc typo
|
2006-07-04 22:10:42 +00:00 |
slava
|
8abb81e89a
|
Fix obscure bug where the area reserved for struct returns could get moved if the method being called is a Factor callback
|
2006-07-04 21:24:36 +00:00 |
slava
|
7610aa1587
|
New with-malloc combinator
|
2006-07-04 21:24:15 +00:00 |
slava
|
5d475b64b1
|
Fix documentation typo
|
2006-07-04 21:23:51 +00:00 |
slava
|
c7bd16e191
|
Another typo
|
2006-07-04 06:41:11 +00:00 |
slava
|
acd79253fc
|
x86 ABI code was not loaded in the pentium4 image
|
2006-07-04 06:29:22 +00:00 |
slava
|
fe48d6452b
|
Intel Mac OS X ABI code progress
|
2006-07-04 06:04:33 +00:00 |
slava
|
0cfc5d4159
|
Fix bootstrap failure on x86
|
2006-07-03 07:30:11 +00:00 |
slava
|
fc16aefc7d
|
Add Mac OS X x86 ABI support
|
2006-07-03 07:27:30 +00:00 |
slava
|
09031d8174
|
Load Mac OS X x86 ABI support in -stage2
|
2006-07-03 07:26:56 +00:00 |
slava
|
3bd5ddc494
|
Bootstrap fix
|
2006-07-03 07:13:26 +00:00 |
slava
|
21dc5a6761
|
Compiler backend cleanups
|
2006-07-03 06:52:44 +00:00 |
slava
|
c76187d714
|
Add command line documentation to handbook
|
2006-07-02 23:14:34 +00:00 |
slava
|
52d7f4b32a
|
Get Factor to compile on OS X/Intel
|
2006-07-03 03:41:13 +00:00 |
slava
|
f2ddbae4ac
|
Command line handling cleanup
|
2006-07-02 22:51:57 +00:00 |
slava
|
33088f70bb
|
Change some usages of catch to recover, and fix a help viewer bug
|
2006-07-01 20:14:28 +00:00 |
slava
|
88766ac2aa
|
Fix unit test failures
|
2006-07-01 20:08:44 +00:00 |
slava
|
b4359d8373
|
Help viewer and model updates
|
2006-07-01 20:07:10 +00:00 |
slava
|
ee3acaabc1
|
graft/ungraft protocol replaces broken add/remove-notifyy
|
2006-06-29 08:07:10 +00:00 |
slava
|
5f26260396
|
Updating help gadget
|
2006-06-29 07:54:30 +00:00 |
slava
|
3ddcb4d2f3
|
Slightly more expressive frame/track builder
|
2006-06-29 05:54:11 +00:00 |
slava
|
728a2afaba
|
Fix Cocoa window raise
|
2006-06-29 05:53:55 +00:00 |
slava
|
67f86d3611
|
Reuse tool windows when they are already open; simplify some code
|
2006-06-29 04:25:35 +00:00 |
slava
|
7fd74ab6db
|
Minor layout issue fixes
|
2006-06-29 04:00:21 +00:00 |
slava
|
392968df03
|
Documentation formatting fixes
|
2006-06-27 23:57:04 +00:00 |
slava
|
a16a9182ff
|
Make $titles clickable
|
2006-06-27 23:10:25 +00:00 |
slava
|
c203a088b4
|
Fix prettyprinter hilite-quotation bug
|
2006-06-27 07:39:54 +00:00 |
slava
|
36f0b9396a
|
Fix documentation typo
|
2006-06-27 07:39:41 +00:00 |
slava
|
f47986dcff
|
Browser now makes more efficient use of screen space; new MVC/reactive programming framework
|
2006-06-27 07:26:52 +00:00 |
slava
|
6b92fc2aa9
|
Fix documentation typo
|
2006-06-26 07:49:40 +00:00 |
slava
|
746710d773
|
Print f clickably
|
2006-06-26 07:08:54 +00:00 |
slava
|
1eac2d1736
|
Simplify DEFER: definition
|
2006-06-26 07:08:47 +00:00 |
slava
|
b682d52a9d
|
Help markup fixes
|
2006-06-26 07:08:35 +00:00 |
slava
|
cfdb6aef7b
|
Separate search tools, titled-gadget focus fix
|
2006-06-26 05:54:25 +00:00 |
slava
|
6017ad861b
|
Table borders
|
2006-06-26 05:53:05 +00:00 |
slava
|
e4dc215220
|
Scrolling cleanups; fix usability issue with listener's scroll behavior
|
2006-06-25 22:21:18 +00:00 |
slava
|
f646a17289
|
UI optimizations
|
2006-06-23 06:25:08 +00:00 |
slava
|
56f292f61b
|
Minor fixes
|
2006-06-23 06:24:28 +00:00 |
slava
|
173efd801a
|
UI now uses x/y instead of x/y/z
|
2006-06-23 04:06:53 +00:00 |
slava
|
9f2797fc09
|
Improved help cross-referencing
|
2006-06-23 02:36:56 +00:00 |
slava
|
f18c2c7cec
|
Various help system refactorings
|
2006-06-22 05:57:43 +00:00 |
slava
|
f3d93496b7
|
Fix bootstrap errors
|
2006-06-21 03:50:05 +00:00 |
slava
|
8ca7993d0f
|
Small fixes
|
2006-06-21 03:26:41 +00:00 |
slava
|
895a38fe5a
|
Remove the 'links-in' feature
|
2006-06-21 03:05:26 +00:00 |
slava
|
117aef414f
|
Markup fixes for better HTML generation
|
2006-06-20 22:31:48 +00:00 |
slava
|
59587f2831
|
Remove silly feature
|
2006-06-20 00:15:26 +00:00 |
slava
|
3786fe695f
|
Documentation and module system updates
|
2006-06-20 00:14:33 +00:00 |
slava
|
50ec1d36db
|
Remove obsolete examples, module system simplification, fix parse-resource restart when bootstrapping parse-syntax.factor
|
2006-06-19 07:41:42 +00:00 |
slava
|
1e2dcfae12
|
More module system hackery
|
2006-06-19 01:31:20 +00:00 |
slava
|
0205234638
|
New module system
|
2006-06-19 00:58:11 +00:00 |
slava
|
4297d2b4f2
|
More flexible tabular output, grid/frame fixes
|
2006-06-17 20:51:44 +00:00 |
slava
|
eaec328b5b
|
grid-gap is now a vector not a scalar
|
2006-06-17 20:15:12 +00:00 |
slava
|
da6ddf5d8b
|
Minor code cleanups for table output in UI
|
2006-06-17 20:00:10 +00:00 |
slava
|
26e6ac7477
|
Fix some style nesting issues
|
2006-06-17 19:59:44 +00:00 |
slava
|
a5cc32ed15
|
Tabs gadget improved
|
2006-06-17 07:51:06 +00:00 |
slava
|
0e2eb30f7d
|
Unix I/O code simplification
|
2006-06-17 06:29:46 +00:00 |
slava
|
11479efbc2
|
Document 'boot' word, minor cookbook update
|
2006-06-17 06:21:01 +00:00 |
slava
|
38bdb4f85a
|
Minor fixes, new help section in handbook documents help system in detail, along with the markup language
|
2006-06-17 06:10:28 +00:00 |
slava
|
e0b563080d
|
More documentation updates
|
2006-06-17 05:18:46 +00:00 |
slava
|
aec1590ff7
|
More help documentation
|
2006-06-17 05:03:56 +00:00 |
slava
|
10af34de4d
|
Documentation updates
|
2006-06-17 03:12:40 +00:00 |
slava
|
5b2538541b
|
Missing help
|
2006-06-15 19:21:19 +00:00 |
slava
|
65680737ca
|
HTTPD updates and minor help fixes
|
2006-06-15 05:21:16 +00:00 |
slava
|
b4bff0a33d
|
Reworking scheduler
|
2006-06-15 02:58:17 +00:00 |
slava
|
23bc02dab6
|
Fix a handful of bugs
|
2006-06-14 06:27:57 +00:00 |
slava
|
490c8f4835
|
Minor reshufflings as a result of style stack removal
|
2006-06-14 06:16:53 +00:00 |
slava
|
4c54d0765f
|
Replace style stack with a better abstraction, a wrapper stream that adds a style to each piece of output
|
2006-06-14 05:47:28 +00:00 |
slava
|
0f34d6ecec
|
add-literal fix
|
2006-06-13 20:02:09 +00:00 |
slava
|
a5377b2e6a
|
Bootstrap fixes
|
2006-06-12 07:23:09 +00:00 |
slava
|
d2d0404af3
|
Minor UI improvements
|
2006-06-12 07:21:08 +00:00 |
slava
|
7026c53769
|
More help search work, some UI improvements
|
2006-06-12 06:41:19 +00:00 |
slava
|
b4219e2184
|
Experimental help search
|
2006-06-12 03:38:39 +00:00 |
slava
|
be2b8d1c99
|
New split implementation, remove some silly UI features
|
2006-06-12 02:44:22 +00:00 |
slava
|
c8a3f2c802
|
Bootstrap typo fix
|
2006-06-11 20:26:51 +00:00 |
slava
|
e034305fce
|
Doc updates, minor cleanups, Porter stemmer algorithm ported from CL for upcoming full text search engine
|
2006-06-11 20:16:45 +00:00 |
slava
|
bf54019fee
|
Fix bootstrap bugs
|
2006-06-10 05:40:11 +00:00 |
slava
|
80ec90d65d
|
crossref bug fix, remove 'references' word since its almost useless
|
2006-06-10 05:30:16 +00:00 |
slava
|
4ce62a2a13
|
Memory leak and markup fixes
|
2006-06-10 04:53:29 +00:00 |
slava
|
60abfc1d58
|
tabular output can now be passed a style
|
2006-06-10 02:17:12 +00:00 |
slava
|
409f9030d4
|
Fix tables and word wrap
|
2006-06-10 01:55:37 +00:00 |
slava
|
5564691c27
|
Fix world focus bug, new [-] word, caret no longer blinks
|
2006-06-09 23:58:11 +00:00 |
slava
|
27d3728af3
|
Fix a runtime string hashing bug
|
2006-06-09 22:22:37 +00:00 |
slava
|
60aa3fb680
|
Don't fill last column
|
2006-06-09 22:20:20 +00:00 |
slava
|
73990ee9b0
|
FFix help typos
|
2006-06-08 22:29:15 +00:00 |
slava
|
29ecca9613
|
Fix typos, documentation conventions
|
2006-06-08 22:06:38 +00:00 |
slava
|
892064b293
|
Using tabular-output in room. and heap-stats., better looking $list, new $table markup, use $table in a few places in the docs
|
2006-06-08 04:38:34 +00:00 |
slava
|
32fcb50718
|
Grids do gaps now (untested)
|
2006-06-08 03:51:28 +00:00 |
slava
|
98c514b9cd
|
Tabular output
|
2006-06-08 03:04:37 +00:00 |
wayo.cavazos
|
bc7670c2bd
|
typo in tuple.facts
|
2006-06-07 09:24:43 +00:00 |
wayo.cavazos
|
0a88eab8d1
|
Add Alex Chapman to copyright in x11 constants and glx
|
2006-06-04 09:52:48 +00:00 |
slava
|
4e338a04dc
|
Not yet...
|
2006-06-08 02:00:26 +00:00 |
slava
|
d1a4bcdb90
|
Factor out grid gadget from frame
|
2006-06-08 01:59:59 +00:00 |
slava
|
fc4c263ba1
|
New cookbook to replace tutorial, and other doc updates
|
2006-06-07 01:29:09 +00:00 |
slava
|
362fd0db60
|
Fix broken link
|
2006-06-06 23:50:45 +00:00 |
slava
|
bc3cafbcd9
|
Documentation updates; almost done updating everything for 0.83
|
2006-06-06 19:54:07 +00:00 |
slava
|
d92a955283
|
Updating more help sections for 0.83 changes
|
2006-06-06 04:35:12 +00:00 |
slava
|
a0a9d2f6c3
|
Fix typos
|
2006-06-06 03:28:59 +00:00 |
slava
|
3409004602
|
Remove some dead code: help glossary and flushable words
|
2006-06-06 03:26:44 +00:00 |
slava
|
52321c4e0b
|
Updating tools section, added documentation for builtin class words
|
2006-06-06 02:50:16 +00:00 |