File:  [gforth] / gforth / Agenda
Revision 1.6: download - view: text, annotated - select for diffs
Tue Mar 17 17:25:34 2009 UTC (15 years, 1 month ago) by anton
Branches: MAIN
CVS tags: HEAD
updated Agenda

    1: version-specific info installation?
    2: 
    3: html, ps, and pdf installation
    4: 
    5: Unfinished functionality:
    6: 
    7:  Xchars:
    8:  Conversion on I/O
    9:  Up-to-date with latest proposal version?
   10: 
   11:  C interface:
   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)
   16:  library words in images
   17:  callbacks
   18:  structs etc.
   19:  oldlib words should be compatible or named differently (Bernd)
   20: 
   21:  Performance:
   22:    Inlining
   23:    Compilation through C
   24:    gforth-native? make it work again? make it work on most platforms?
   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)
   43: 
   44: Command-line editing

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