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
|
|
|
|
|
|
|
|
|
|
+ io:
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
+ objective C/cocoa:
|
|
|
|
|
|
|
|
|
|
- autoload frameworks in cocoa class words
|
|
|
|
|
- subclassing
|
2006-02-13 23:44:09 -05:00
|
|
|
- super message sends
|
2006-02-13 02:46:07 -05:00
|
|
|
|
|
|
|
|
+ ui/help:
|
|
|
|
|
|
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
|
|
|
- UI browser pane needs 'back' button
|
|
|
|
|
- fix up the min thumb size hack
|
2006-02-13 02:46:07 -05:00
|
|
|
- help cross-referencing
|
|
|
|
|
- document FFI
|
|
|
|
|
- document tools
|
|
|
|
|
- document conventions
|
|
|
|
|
- new turtle graphics tutorial
|
|
|
|
|
- better line spacing in ui
|
|
|
|
|
- use vertex arrays and display lists to speed up ui
|
|
|
|
|
- tabular formatting
|
2006-02-13 16:00:21 -05:00
|
|
|
- don't multiplex in the event loop if there is no pending i/o
|
2006-02-13 02:46:07 -05:00
|
|
|
|
|
|
|
|
+ compiler/ffi:
|
|
|
|
|
|
2006-03-04 18:46:49 -05:00
|
|
|
- inform-compile dies with funny error
|
2006-02-20 01:04:59 -05:00
|
|
|
- amd64 %unbox-struct
|
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
|
|
|
- value type struct inputs to callbacks
|
|
|
|
|
- C functions returning structs by value
|
2006-01-23 21:03:22 -05:00
|
|
|
- signal handler should not lose stack pointers
|
|
|
|
|
- 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-03-04 02:53:22 -05:00
|
|
|
- new x86 write barrier
|
2006-02-13 02:46:07 -05:00
|
|
|
|
|
|
|
|
+ misc:
|
|
|
|
|
|
|
|
|
|
- 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
|