Diff for /gforth/ToDo between versions 1.2 and 1.3

version 1.2, 1994/10/03 18:24:00 version 1.3, 1995/02/02 18:12:58
Line 19  compiler version. Line 19  compiler version.
 * ANSI Forth  * ANSI Forth
 Add the remaining words  Add the remaining words
   
 * Configuration  
 We should have a config script so people don't need to edit the  
 Makefile etc.  
   
 *Run-time System  *Run-time System
 **startup.fs takes too long to load.  
 Make the compiler much faster (hardly possible) or provide some way to  
 make an image that includes everything loaded by startup.fs  
 **Gender-independent image file format and loader  **Gender-independent image file format and loader
 **Stack Checking using the MMU where the OS makes it possible.  **Stack Checking using the MMU where the OS makes it possible.
   
Line 60  Issues: Convenience, portability across Line 53  Issues: Convenience, portability across
 existing tools (Emacs, F-PC)  existing tools (Emacs, F-PC)
 ** Decompiler and Debugger  ** Decompiler and Debugger
 need debugging  need debugging
 **readline  
 Use the GNU readline package for convenient line editing  
 ** emacs support  ** emacs support
 can be improved  can be improved
 **prefix file generator  **prefix file generator
Line 87  in all source files. Line 78  in all source files.
   
 * Distribution and Announcements  * Distribution and Announcements
 ** add copyright notices to all the source files  ** add copyright notices to all the source files
 ** add a package target to the Makefile  
 ** Write articles for (general-purpose) magazines  ** Write articles for (general-purpose) magazines

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>