blob: aaf2331ff0a46012193abce4aab5fd8775418ac4 (
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
55
56
57
58
59
60
61
62
63
64
|
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 ??
DONE: Merge the chapter and the appendix on floating-point math (for 4.1).
Look at code coverage tools, like S2E: https://s2e.epfl.ch/
From Andy: Review the following test cases that they work with make diffout.
These look suspicious: mmap8k, fmtspcl (the mpfr case), clobber, getlnbuf,
rtlenmb, profile1, rand (mpfr case).
------
Code Review:
awkgram.y
debug.c
eval.c
ext.c
field.c
floatcomp.c
floatmagic.h
gawkmisc.c
profile.c
protos.h
DONE:
array.c
awk.h
builtin.c
cmd.h
command.y
custom.h
hard-locale.h
io.c
main.c
mbsupport.h
msg.c
node.c
re.c
replace.c
version.c
xalloc.h
------
DONE: Add in gawk/mp
DONE: Design and implement I/O plugin API.
DONE: Implement C function call API per man pages
DONE: xgawk features (@load, -l, others)
Add tests for patches in emails
|