aboutsummaryrefslogtreecommitdiffstats
path: root/bugs-fixed
Commit message (Expand)AuthorAgeFilesLines
* Avoid accessing pfile[] out of bounds on syntax error at EOF. (#90)Todd C. Miller2020-07-292-0/+5
* Cast to uschar when storing a char in an int that will be used as an index (#88)Todd C. Miller2020-07-293-0/+3
* Add regression script for bugs-fixed directory.Arnold D. Robbins2020-07-024-2/+31
* Simplify getline-numeric input and results.Arnold D. Robbins2019-01-263-7/+0
* Make getline POSIX compliant w.r.t. numeric strings.Arnold D. Robbins2019-01-255-1/+24
* Merge branch 'master' into nf-self-assignonetrueawk2019-01-2120-4/+114
|\
| * Merge branch 'master' into split-fs-from-arrayonetrueawk2019-01-2118-4/+105
| |\
| | * Merge branch 'master' into subseponetrueawk2019-01-214-4/+20
| | |\
| | | * Merge branch 'master' into assign-expronetrueawk2019-01-213-1/+11
| | | |\
| | | * \ Merge branch 'master' into assign-expronetrueawk2019-01-213-1/+7
| | | |\ \
| | | * | | Fix issues with assigning during concatenationCody Peter Mello2018-09-154-0/+13
| | * | | | Merge branch 'master' into subseponetrueawk2019-01-215-2/+15
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Handle numeric FS, RS, OFS, and ORS valuesCody Peter Mello2018-09-2310-2/+46
| | * | | | Fix issues with numeric SUBSEP and large SUBSEP valuesCody Peter Mello2018-09-176-0/+42
| | | |/ / | | |/| |
| * | | | Merge branch 'master' into split-fs-from-arrayonetrueawk2019-01-215-0/+14
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Fix calling split() with a third argument that lives in the target arrayCody Peter Mello2018-09-183-0/+11
| | |/ / | |/| |
* | | | Merge branch 'master' into nf-self-assignonetrueawk2019-01-215-0/+13
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'master' into fmt-overflowonetrueawk2019-01-213-1/+9
| |\ \ \ | | | |/ | | |/|
| | * | Check for format character precision argument before using itCody Peter Mello2018-09-143-0/+6
| | |/
| * / Protect against overflowing during OFMT/CONVFMT conversionsCody Peter Mello2018-09-143-0/+6
| |/
* | Print an error message for negative NF valuesCody Peter Mello2018-09-253-0/+5
* | Rebuild fields when NF is assigned to itselfCody Peter Mello2018-09-234-0/+10
|/
* Fix multiple long-standing bugs, improve test suite.Arnold D. Robbins2018-08-2222-0/+180