Annotation of gforth/Agenda, revision 1.3

1.1       anton       1: Installation friendlyness:
                      2: 
                      3: have the right files in .INCLUDED (contact installer)
                      4: Try out different options (FORCE_REG, GCC-bug-workarounds) and select
                      5:   the best-working/fastest one
                      6: 
                      7: autoheader should be called automatically when necessary
                      8: 
                      9: $(PRE_INSTALL) and $(POST_INSTALL)
                     10:   Are the symlinks (gforth etc.) POST_INSTALL?
                     11: 
                     12: version-specific info installation?
                     13: 
1.3     ! anton      14: html, ps, and pdf installation
1.1       anton      15: 
                     16: Unfinished functionality:
                     17: 
                     18:  Xchars:
                     19:  Conversion on I/O
                     20:  Up-to-date with latest proposal version?
                     21: 
                     22:  C interface:
1.2       anton      23:  precompiled interface libraries
1.1       anton      24:  library words in images
1.2       anton      25:  callbacks
                     26:  structs etc.
1.1       anton      27:  oldlib words should be compatible or named differently (Bernd)
                     28: 
                     29:  gforth-native:
                     30:  make it work again
                     31:  make it work on most platforms
                     32: 
                     33:  compile constants to literals (Bernd)
                     34: 
                     35:  regexp.fs: add documentation (Bernd)
                     36: 
                     37:  complex.fs, fft.fs: add documentation.  Add stack comments! (Bernd)
                     38: 
                     39:  profile.fs: complete, add documentation
                     40: 
                     41:  amd64 assembler
                     42: 
                     43:  regression tests for single-step debugger (Bernd)
                     44: 
                     45: NEWS:
                     46:    2005-09-27  Bernd Paysan <bernd.paysan@gmx.de>
                     47:        * complex.fs, fft.fs, prim, wf.fs, Makefile.in:
                     48:        Added some floating point primitives
                     49:    Which ones?  Should they be documented?
                     50: 
                     51: Windows-Port (FP bugs dank gcc-2.95)

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