Annotation of gforth/Agenda, revision 1.2

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: 
                     14: 
                     15: Unfinished functionality:
                     16: 
                     17:  Xchars:
                     18:  Conversion on I/O
                     19:  Up-to-date with latest proposal version?
                     20: 
                     21:  C interface:
1.2     ! anton      22:  precompiled interface libraries
1.1       anton      23:  library words in images
1.2     ! anton      24:  callbacks
        !            25:  structs etc.
1.1       anton      26:  oldlib words should be compatible or named differently (Bernd)
                     27: 
                     28:  gforth-native:
                     29:  make it work again
                     30:  make it work on most platforms
                     31: 
                     32:  compile constants to literals (Bernd)
                     33: 
                     34:  regexp.fs: add documentation (Bernd)
                     35: 
                     36:  complex.fs, fft.fs: add documentation.  Add stack comments! (Bernd)
                     37: 
                     38:  profile.fs: complete, add documentation
                     39: 
                     40:  amd64 assembler
                     41: 
                     42:  regression tests for single-step debugger (Bernd)
                     43: 
                     44: NEWS:
                     45:    2005-09-27  Bernd Paysan <bernd.paysan@gmx.de>
                     46:        * complex.fs, fft.fs, prim, wf.fs, Makefile.in:
                     47:        Added some floating point primitives
                     48:    Which ones?  Should they be documented?
                     49: 
                     50: Windows-Port (FP bugs dank gcc-2.95)

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