-
Notifications
You must be signed in to change notification settings - Fork 5
/
TODO
57 lines (43 loc) · 768 Bytes
/
TODO
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
46
47
48
49
50
51
52
53
54
55
56
57
Add debugger commands to reference card
Review all FIXME and TODO comments
FIX regular field splitting to use FPAT algorithm.
Look at function order within files.
regex.h - remove underscores in param names (for 4.1)
Really make failure to open a socket a non-fatal error (for 4.1).
?? Scope IDs for IPv6 addresses ??
------
Code Review:
awkgram.y
awkprintf.h
cmd.h
command.y
debug.c
eval.c
ext.c
field.c
floatcomp.c
floatmagic.h
gawkmisc.c
io.c
profile.c
protos.h
DONE:
awk.h
array.c
builtin.c
node.c
mbsupport.h
xalloc.h
version.c
re.c
replace.c
msg.c
hard-locale.h
custom.h
main.c
------
Add in gawk/mp
Design and implement I/O plugin API.
Implement C function call API per man pages
xgawk features (@load, -l, others)
Add tests for patches in emails