2006-02-13 02:46:07 -05:00
|
|
|
+ portability:
|
|
|
|
|
|
2006-02-19 22:08:08 -05:00
|
|
|
- win64 port
|
2006-02-13 02:46:07 -05:00
|
|
|
- get factor running on mac intel
|
2006-03-10 22:57:57 -05:00
|
|
|
- amd64 %unbox-struct
|
|
|
|
|
- amd64 %box-struct
|
|
|
|
|
- x86 %box-struct
|
|
|
|
|
- x86 %write-barrier
|
2006-03-24 13:19:14 -05:00
|
|
|
- bundle freetype .dylib in the .app on OS X
|
2006-03-19 20:22:57 -05:00
|
|
|
- when generating a 32-bit image on a 64-bit system, large numbers which should
|
|
|
|
|
be bignums become fixnums
|
2006-02-13 02:46:07 -05:00
|
|
|
|
|
|
|
|
+ io:
|
|
|
|
|
|
2006-03-18 02:37:40 -05:00
|
|
|
- httpd fep
|
2006-02-13 02:46:07 -05:00
|
|
|
- stream server can hang because of exception handler limitations
|
|
|
|
|
- better i/o scheduler
|
|
|
|
|
- out of memory error when printing global namespace
|
2006-02-25 01:45:51 -05:00
|
|
|
- yield in a loop starves i/o
|
|
|
|
|
- "localhost" 50 <client> won't fail
|
2006-02-13 02:46:07 -05:00
|
|
|
|
|
|
|
|
+ ui/help:
|
|
|
|
|
|
2006-03-22 02:43:59 -05:00
|
|
|
- x11:
|
2006-03-23 16:24:26 -05:00
|
|
|
- title bars are funny
|
2006-03-22 02:43:59 -05:00
|
|
|
- input methods
|
2006-03-25 01:06:52 -05:00
|
|
|
- wheel mouse test
|
2006-03-22 02:43:59 -05:00
|
|
|
- cocoa:
|
|
|
|
|
- global menu bar with useful commands
|
|
|
|
|
- make the launchpad a palette
|
|
|
|
|
- expired aliens in view hash
|
|
|
|
|
- don't multiplex in the event loop if there is no pending i/o
|
2006-03-23 17:46:35 -05:00
|
|
|
- fix mouse-overs...
|
2006-03-20 00:05:04 -05:00
|
|
|
- speed up ideas:
|
|
|
|
|
- only do clipping for certain gadgets
|
|
|
|
|
- use glRect
|
|
|
|
|
- display lists
|
2006-03-19 15:43:40 -05:00
|
|
|
- saving the image should save window configuration
|
2006-03-09 01:44:17 -05:00
|
|
|
- changelog in the UI
|
2006-02-14 17:27:07 -05:00
|
|
|
- make the UI look better, something like this:
|
|
|
|
|
http://twb.ath.cx/~twb/darcs/OBSOLETE/factor/final.html
|
2006-01-26 23:01:14 -05:00
|
|
|
- fix remaining HTML stream issues
|
2006-01-23 21:03:22 -05:00
|
|
|
- fix up the min thumb size hack
|
2006-02-13 02:46:07 -05:00
|
|
|
- help cross-referencing
|
|
|
|
|
- document FFI
|
|
|
|
|
- document conventions
|
|
|
|
|
- new turtle graphics tutorial
|
2006-03-21 15:07:53 -05:00
|
|
|
- better line spacing in ui and html
|
2006-03-09 01:44:17 -05:00
|
|
|
- tabular formatting - for inspector and changes
|
2006-03-21 15:07:53 -05:00
|
|
|
- grid layout
|
2006-03-22 02:43:59 -05:00
|
|
|
- variable width word wrap
|
|
|
|
|
- fix top level window positioning
|
2006-03-26 16:36:05 -05:00
|
|
|
- changing window titles
|
2006-02-13 02:46:07 -05:00
|
|
|
|
|
|
|
|
+ compiler/ffi:
|
|
|
|
|
|
2006-03-21 01:43:03 -05:00
|
|
|
- core foundation should use unicode strings
|
2006-03-15 15:06:36 -05:00
|
|
|
- improve callback efficiency
|
2006-03-15 00:24:00 -05:00
|
|
|
- alien>utf16-string, utf16-string>alien words
|
2006-02-13 02:46:07 -05:00
|
|
|
- float intrinsics
|
|
|
|
|
- complex float type
|
|
|
|
|
- complex float intrinsics
|
|
|
|
|
- out of memory from overflow check
|
|
|
|
|
- remove literal table
|
2006-02-19 22:08:08 -05:00
|
|
|
- C functions returning structs by value
|
2006-01-23 21:03:22 -05:00
|
|
|
- FIELD: char key_vector[32];
|
|
|
|
|
- FIELD: union { char b[20]; short s[10]; long l[5]; } data;
|
|
|
|
|
- MEMBER: long pad[24];
|
|
|
|
|
- C structs, enums, unions: use new-style string mode parsing
|
|
|
|
|
- [ [ dup call ] dup call ] infer hangs
|
2006-02-13 02:46:07 -05:00
|
|
|
- the invalid recursion form case needs to be fixed, for inlines too
|
|
|
|
|
- code gc
|
2006-02-25 01:45:51 -05:00
|
|
|
- compiled gc check slows things down
|
2006-02-13 02:46:07 -05:00
|
|
|
|
|
|
|
|
+ misc:
|
|
|
|
|
|
2006-03-21 15:07:53 -05:00
|
|
|
- set resource path to image parent directory
|
2006-03-18 02:37:40 -05:00
|
|
|
- clean up stack effect generation code
|
2006-02-13 02:46:07 -05:00
|
|
|
- code walker & exceptions
|
2006-01-23 21:03:22 -05:00
|
|
|
- slice: if sequence or seq start is changed, abstraction violation
|
|
|
|
|
- make 3.4 bits>double an error
|
2006-02-13 22:20:39 -05:00
|
|
|
- colorcoded prettyprinting for vocabularies
|
2006-03-10 22:57:57 -05:00
|
|
|
- signal handler should not lose stack pointers
|
2006-03-18 01:57:57 -05:00
|
|
|
- code walker and callbacks is broken?
|