| patch |
summary |
view |
raw |
| 01_error-on-full-fs |
files.c | 79 +++++++++++++++++++++++++++++++++++++++---------------
test/full-awk.dat | 3 ++
test/mawktest | 11 +++++++
3 files changed, 72 insertions(+), 21 deletions(-)
|
view
|
download
|
| 02_fix-examples |
examples/ct_length.awk | 2 +-
examples/decl.awk | 5 +----
examples/deps.awk | 1 +
examples/eatc.awk | 2 +-
examples/gdecl.awk | 5 +----
examples/hcal | 5 ++---
examples/hical | 9 ++++++---
examples/nocomment.awk | 1 +
examples/primes.awk | 1 +
examples/qsort.awk | 2 +-
10 files changed, 16 insertions(+), 17 deletions(-)
|
view
|
download
|
| 03_read-and-close-redefinition |
mawk.h | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
|
view
|
download
|
| 04_mawk.1-fix-pi |
man/mawk.1 | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
|
view
|
download
|
| 05_-Wall-fixes |
array.c | 2
bi_funct.c | 51 +++++++++++------------
da.c | 130 +++++++++++++++++++++++++++++------------------------------
error.c | 96 +++++++++++++++++++++----------------------
fcall.c | 14 +++---
field.c | 10 ++--
files.c | 7 ++-
fin.c | 6 +-
init.c | 3 -
kw.c | 46 ++++++++++----------
mawk.h | 4 -
re_cmpl.c | 6 ++
rexp/rexp.c | 16 +++----
rexp/rexp.h | 2
rexp/rexp0.c | 19 ++++----
rexp/rexp3.c | 6 +-
scan.c | 24 +++++-----
split.c | 4 -
version.c | 3 +
zmalloc.c | 2
20 files changed, 233 insertions(+), 218 deletions(-)
|
view
|
download
|
| 06_parse.y-semicolons |
parse.y | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
|
view
|
download
|
| 07_mawktest-check-devfull |
test/mawktest | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)
|
view
|
download
|
| 20_overlong-regexps |
scan.c | 10 ++++++++++
test/mawktest | 7 +++++++
2 files changed, 17 insertions(+)
|
view
|
download
|
| 21_memcpy-to-memmove |
fin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| cross-compile |
mawk.ac.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| autoreconf |
configure | 6221 +++++++++++++++++++++++++++++++++++++++++++++-----------------
1 file changed, 4561 insertions(+), 1660 deletions(-)
|
view
|
download
|