diff options
| author | Andrew Moore <alm@FreeBSD.org> | 1994-05-31 18:58:00 +0000 |
|---|---|---|
| committer | Andrew Moore <alm@FreeBSD.org> | 1994-05-31 18:58:00 +0000 |
| commit | e015b4cf7d3ef88036ebaed150a904c639fec740 (patch) | |
| tree | 4b0a23cb9e9eab54646ae7dfc4c2e52c735ca6c4 /gnu/usr.bin/awk/PROBLEMS | |
| parent | 6aba0e831e1c718a1717bce2decc1d01069d3d7b (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/awk/PROBLEMS')
| -rw-r--r-- | gnu/usr.bin/awk/PROBLEMS | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/usr.bin/awk/PROBLEMS b/gnu/usr.bin/awk/PROBLEMS index 3b7c5148bd8e..a43618002119 100644 --- a/gnu/usr.bin/awk/PROBLEMS +++ b/gnu/usr.bin/awk/PROBLEMS @@ -3,4 +3,8 @@ Hopefully they will all be fixed in the next major release of gawk. Please keep in mind that the code is still undergoing significant evolution. -1. Gawk's printf is probably still not POSIX compliant. +1. The interactions with the lexer and yyerror need reworking. It is possible + to get line numbers that are one line off if --compat or --posix is + true and either `next file' or `delete array' are used. + + Really the whole lexical analysis stuff needs reworking. |
