Annotation of gforth/Agenda, revision 1.6

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
        !            14:  compile predefined interfaces into engine (at least on machines
        !            15:    without dynamic linking)
1.1       anton      16:  library words in images
1.2       anton      17:  callbacks
                     18:  structs etc.
1.1       anton      19:  oldlib words should be compatible or named differently (Bernd)
                     20: 
1.6     ! anton      21:  Performance:
        !            22:    Inlining
        !            23:    Compilation through C
        !            24:    gforth-native? make it work again? make it work on most platforms?
1.1       anton      25: 
                     26:  regexp.fs: add documentation (Bernd)
                     27: 
                     28:  complex.fs, fft.fs: add documentation.  Add stack comments! (Bernd)
                     29: 
                     30:  profile.fs: complete, add documentation
                     31: 
                     32:  amd64 assembler
                     33: 
                     34:  regression tests for single-step debugger (Bernd)
                     35: 
                     36: NEWS:
                     37:    2005-09-27  Bernd Paysan <bernd.paysan@gmx.de>
                     38:        * complex.fs, fft.fs, prim, wf.fs, Makefile.in:
                     39:        Added some floating point primitives
                     40:    Which ones?  Should they be documented?
                     41: 
                     42: Windows-Port (FP bugs dank gcc-2.95)
1.4       anton      43: 
                     44: Command-line editing

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