Lines Matching +full:- +full:- +full:fix +full:- +full:missing
3 1. ofs-rebuild: OFS value used to rebuild the record was incorrect.
4 Fixed August 19, 2014. Revised fix August 2018.
6 2. system-status: Instead of a floating-point division by 256, use
12 4. a-format: Add POSIX standard %a and %A to supported formats. Check
15 5. decr-NF: Decrementing NF did not change $0. This is a decades-old
17 Most of the fix came from the NetBSD awk.
19 6. string-conv: String conversions of scalars were sticky. Once a
24 7. unary-plus: Unary plus on a string constant returned the string.
27 8. concat-assign-same: Concatenation previously evaluated both sides of the
32 9. missing-precision: When using the format string "%*s", the precision
35 10. missing-precision: When using the format string "%*s", the precision
38 11. fmt-overflow: The buffer used for OFMT/CONVFMT conversions was written
42 12. numeric-subsep, numeric-fs, numeric-output-seps, numerics-rs: If SUBSEP,
46 13. subsep-overflow: The length of SUBSEP needs to be rechecked after
49 14. split-fs-from-array: If the third argument to split() comes from the
54 15. getline-numeric: The `getline xx < file' syntax did not check if