Annotation of gforth/Agenda, revision 1.7

1.1       anton       1: version-specific info installation?
                      2: 
1.3       anton       3: html, ps, and pdf installation
1.1       anton       4: 
                      5: Unfinished functionality:
                      6: 
                      7:  Xchars:
                      8:  Conversion on I/O
                      9:  Up-to-date with latest proposal version?
                     10: 
                     11:  C interface:
1.6       anton      12:  SWIG-based tool for generating interface files from .h files (Gerald Wodni)
                     13:  provide interface files for popular APIs
1.7     ! anton      14:  compile predefined wrappers into engine (at least on machines
1.6       anton      15:    without dynamic linking)
1.7     ! anton      16:  prim-like wrappers (Bernd?)
1.1       anton      17:  library words in images
1.2       anton      18:  callbacks
                     19:  structs etc.
1.1       anton      20:  oldlib words should be compatible or named differently (Bernd)
                     21: 
1.6       anton      22:  Performance:
                     23:    Inlining
                     24:    Compilation through C
                     25:    gforth-native? make it work again? make it work on most platforms?
1.1       anton      26: 
                     27:  regexp.fs: add documentation (Bernd)
                     28: 
                     29:  complex.fs, fft.fs: add documentation.  Add stack comments! (Bernd)
                     30: 
                     31:  profile.fs: complete, add documentation
                     32: 
                     33:  amd64 assembler
                     34: 
                     35:  regression tests for single-step debugger (Bernd)
                     36: 
                     37: NEWS:
                     38:    2005-09-27  Bernd Paysan <bernd.paysan@gmx.de>
                     39:        * complex.fs, fft.fs, prim, wf.fs, Makefile.in:
                     40:        Added some floating point primitives
                     41:    Which ones?  Should they be documented?
                     42: 
                     43: Windows-Port (FP bugs dank gcc-2.95)
1.4       anton      44: 
                     45: Command-line editing

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