2005-02-08 22:02:44 -05:00
|
|
|
72/73:
|
2005-02-05 22:51:41 -05:00
|
|
|
|
2005-02-08 22:02:44 -05:00
|
|
|
- update plugin docs
|
|
|
|
|
- word preview for remote words
|
2005-02-16 23:24:35 -05:00
|
|
|
- faster completion
|
|
|
|
|
|
|
|
|
|
- [ [ dup call ] dup call ] infer hangs
|
2005-01-10 23:08:27 -05:00
|
|
|
- type inference fails with some assembler words;
|
|
|
|
|
displaced, register and other predicates need to inherit from list
|
|
|
|
|
not cons, and need stronger branch partial eval
|
2005-02-08 22:02:44 -05:00
|
|
|
- print warning on null class
|
2004-12-24 02:52:02 -05:00
|
|
|
- optimize away dispatch
|
2005-02-16 23:24:35 -05:00
|
|
|
|
|
|
|
|
- move tuple to generic vocab
|
|
|
|
|
|
|
|
|
|
- vectors: ensure its ok with bignum indices
|
|
|
|
|
- code gc
|
2005-02-08 22:02:44 -05:00
|
|
|
- ppc register decls
|
2004-12-02 22:44:36 -05:00
|
|
|
|
2005-02-16 23:24:35 -05:00
|
|
|
- #jump-f #jump-f-label
|
2005-02-16 21:54:36 -05:00
|
|
|
- extract word inside M:, C:, and structure browsing for these
|
|
|
|
|
- fix checkbox alignment
|
2005-02-18 20:37:01 -05:00
|
|
|
- each-slot combinator
|
2005-02-14 21:58:07 -05:00
|
|
|
- references primitive
|
2005-02-12 21:15:30 -05:00
|
|
|
- resize window: world not updated until mouse moved
|
|
|
|
|
- x>offset
|
|
|
|
|
- fix completion invoke in middle of word
|
|
|
|
|
- don't hardcode so many colors
|
2005-02-08 22:02:44 -05:00
|
|
|
- ffi unicode strings: null char security hole
|
|
|
|
|
- utf16 string boxing
|
2005-02-09 20:57:19 -05:00
|
|
|
- sdl console crash
|
2005-02-10 23:58:28 -05:00
|
|
|
- UI: don't roll over if mouse button is down
|
2005-02-17 16:10:35 -05:00
|
|
|
- more accurate types for various words
|
|
|
|
|
- optimize out >array, >tuple, >hashtable etc
|
2005-02-17 19:01:11 -05:00
|
|
|
- write read: write should flush
|
2004-12-13 19:16:33 -05:00
|
|
|
|
2005-02-08 22:02:44 -05:00
|
|
|
+ compiler/ffi:
|
2004-12-02 22:44:36 -05:00
|
|
|
|
2005-01-25 19:40:57 -05:00
|
|
|
- value type structs
|
|
|
|
|
- out parameters
|
2004-09-19 17:39:28 -04:00
|
|
|
- is signed -vs- unsigned pointers an issue?
|
2004-10-13 23:06:40 -04:00
|
|
|
- bitfields in C structs
|
|
|
|
|
- SDL_Rect** type
|
|
|
|
|
- struct membres that are not *
|
2004-11-11 21:00:28 -05:00
|
|
|
- FFI float types
|
2004-08-22 17:28:31 -04:00
|
|
|
|
2005-01-10 23:08:27 -05:00
|
|
|
+ i/o:
|
|
|
|
|
|
|
|
|
|
- stream server can hang because of exception handler limitations
|
|
|
|
|
- better i/o scheduler
|
|
|
|
|
- nicer way to combine two paths
|
|
|
|
|
- add a socket timeout
|
2005-02-08 22:02:44 -05:00
|
|
|
- unix ffi i/o
|
2005-01-10 23:08:27 -05:00
|
|
|
|
2004-10-27 21:21:31 -04:00
|
|
|
+ kernel:
|
2004-07-19 00:34:03 -04:00
|
|
|
|
2004-11-11 16:45:55 -05:00
|
|
|
- cat, reverse-cat primitives
|
2005-02-08 22:02:44 -05:00
|
|
|
- generational gc
|
|
|
|
|
- make see work with union, builtin, predicate
|
|
|
|
|
- doc comments of generics
|
|
|
|
|
- proper ordering for classes
|
2005-01-25 19:40:57 -05:00
|
|
|
- make-vector and make-string should not need a reverse step
|
2004-11-11 16:45:55 -05:00
|
|
|
- worddef props
|