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