aboutsummaryrefslogtreecommitdiff
path: root/run.c
AgeCommit message (Expand)Author
2021-11-01awkgetline: do not access unitialized data on EOFTodd C. Miller
2020-12-08Rework floating point conversions. (#98)Arnold Robbins
2020-10-13Make it compile with g++.Arnold D. Robbins
2020-08-16Additional fixes for DJGPP.Arnold D. Robbins
2020-08-07printf: The argument p shall be a pointer to void. (#93)Chris
2020-08-04Fix Issue #92; see FIXES.Arnold D. Robbins
2020-07-30Move exclusively to bison as parser generator.Arnold D. Robbins
2020-07-27Avoid using stdio streams after they have been closed. (#89)Todd C. Miller
2020-07-02Fix regression with changed SUBSEP in subscript (#86)Tim van der Molen
2020-07-02Fix concatenation regression (#85)Tim van der Molen
2020-06-25Rename dprintf to DPRINTF and use C99 cpp variadic arguments. (#82)Todd C. Miller
2020-06-12Clear errno before using errcheck() to avoid spurious errors. (#80)Todd C. Miller
2020-02-283 more fixes (#75)zoulasc
2020-02-19More minor fixes: (#73)zoulasc
2020-02-06Restore zoulas fixes, stage 3.Arnold D. Robbins
2020-02-06Restore zoulas fixes, stages 2.Arnold D. Robbins
2020-02-06Restore zoulas fixes, step 1.Arnold D. Robbins
2020-02-06Revert zoulas changes until we can keep tests passing.Arnold D. Robbins
2020-02-06Fix closeall for portability.Arnold D. Robbins
2020-02-06misc fixes (#69)zoulasc
2020-01-24Small fixes (#68)zoulasc
2020-01-22Set the close-on-exec flag for file and pipe redirections.Arnold D. Robbins
2020-01-19Fix Issue 60; sub/gsub follow POSIX if POSIXLY_CORRECT in the environment.Arnold D. Robbins
2020-01-17Make I/O errors fatal instead of mere warnings (#63)Martijn Dekker
2019-12-11Small edits, update version and FIXES.Arnold D. Robbins
2019-12-11Fix printf format conversions. (#59)zoulasc
2019-12-08Fix printf formats for integers (#57)zoulasc
2019-11-10Convert variables to bool and enum.Arnold D. Robbins
2019-10-25Don't use 'j' flag on %x. Remove an unnecessary cast.Arnold D. Robbins
2019-10-25more cleanups (#55)zoulasc
2019-10-24Optimize string concatenation.Arnold D. Robbins
2019-10-24More cleanups: (#53)zoulasc
2019-10-08Small code formatting fix in run.c.Arnold D. Robbins
2019-07-16Bring in fix from FreeBSD:M. Warner Losh
2019-07-16awk: Use random(3) instead of rand(3)pfg
2019-07-16MFV r300961: one-true-awk: replace 0 with NULL for pointerspfg
2019-06-17Disallow deleting SYMTAB and its elements (#43)Cody Mello
2019-01-25Make getline POSIX compliant w.r.t. numeric strings.Arnold D. Robbins
2019-01-21Merge branch 'master' into nf-self-assignonetrueawk
2019-01-21Merge branch 'master' into split-fs-from-arrayonetrueawk
2019-01-21Merge branch 'master' into subseponetrueawk
2019-01-21Merge branch 'master' into nf-self-assignonetrueawk
2019-01-21Merge branch 'master' into split-fs-from-arrayonetrueawk
2019-01-21Merge branch 'master' into subseponetrueawk
2019-01-21Merge branch 'master' into assign-expronetrueawk
2018-09-23Rebuild fields when NF is assigned to itselfCody Peter Mello
2018-09-23Handle numeric FS, RS, OFS, and ORS valuesCody Peter Mello
2018-09-18Fix calling split() with a third argument that lives in the target arrayCody Peter Mello
2018-09-17Fix issues with numeric SUBSEP and large SUBSEP valuesCody Peter Mello
2018-09-15Fix issues with assigning during concatenationCody Peter Mello