Introduced -devel and -extras subpackages for gawk
[platform/upstream/gawk.git] / TODO
1 Add debugger commands to reference card
2 Review all FIXME and TODO comments
3
4 FIX regular field splitting to use FPAT algorithm.
5
6 Look at function order within files.
7
8 regex.h - remove underscores in param names (for 4.1)
9
10 Really make failure to open a socket a non-fatal error (for 4.1).
11
12 ?? Scope IDs for IPv6 addresses ??
13
14 ------
15
16 Code Review:
17 awkgram.y
18 awkprintf.h
19 cmd.h
20 command.y
21 debug.c
22 eval.c
23 ext.c
24 field.c
25 floatcomp.c
26 floatmagic.h
27 gawkmisc.c
28 io.c
29 profile.c
30 protos.h
31
32 DONE:
33 awk.h
34 array.c
35 builtin.c
36 node.c
37 mbsupport.h
38 xalloc.h
39 version.c
40 re.c
41 replace.c
42 msg.c
43 hard-locale.h
44 custom.h
45 main.c
46
47 ------
48
49 Add in gawk/mp
50
51 Design and implement I/O plugin API.
52
53 Implement C function call API per man pages
54
55 xgawk features (@load, -l, others)
56
57 Add tests for patches in emails