blob: d40a50befc72ac57ba355416e67628224e67bc5f (
plain)
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
|
Sync regex.h and dfa.c to glibc and grep
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.
?? Scope IDs for IPv6 addresses ??
------
Code Review:
array.c
awkgram.y
awkprintf.h
cmd.h
command.y
debug.c
eval.c
ext.c
field.c
floatcomp.c
floatmagic.h
gawkmisc.c
io.c
main.c
profile.c
protos.h
DONE:
awk.h
builtin.c
node.c
mbsupport.h
xalloc.h
version.c
re.c
replace.c
msg.c
hard-locale.h
custom.h
------
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
|