aboutsummaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
2021-12-08Fix error handling in closefile and closeallMiguel Pineiro Jr
2021-11-25Revert "version and FIXES updated."ozan yigit
2021-11-23version and FIXES updated.ozan yigit
2021-11-03updated version dateozan yigit
2021-10-12Heap buffer overflow from PR #83 fixed in #121ozan yigit
2021-07-26Merge branch 'fs-inconsistency' of https://github.com/bsdimp/awk into bsdimp-...ozan yigit
2021-07-25PR #112, #116, #117ozan yigit
2021-07-20awk: Make -F '' and -v FS="" behave the sameWarner Losh
2021-02-15Fix compiling with g++.Arnold D. Robbins
2021-01-06Fix a decision bug with trailing stuff in lib.c:is_valid_numberozan s. yigit
2020-12-18Inf and NaN values fixed and printing improved. "This time for sure!"Arnold D. Robbins
2020-12-15Update FIXES and version.Arnold D. Robbins
2020-12-08Update FIXES and version in main.c.Arnold D. Robbins
2020-12-03Update version and FIXES.Arnold D. Robbins
2020-10-13Make it compile with g++.Arnold D. Robbins
2020-08-16Additional fixes for DJGPP.Arnold D. Robbins
2020-08-07Update FIXES and version in main.c.Arnold D. Robbins
2020-08-04Fix Issue #92; see FIXES.Arnold D. Robbins
2020-07-30Update version and FIXES.Arnold D. Robbins
2020-07-30Move exclusively to bison as parser generator.Arnold D. Robbins
2020-07-29Avoid accessing pfile[] out of bounds on syntax error at EOF. (#90)Todd C. Miller
2020-07-02Add regression script for bugs-fixed directory.Arnold D. Robbins
2020-06-25Update FIXES and date in main.c.Arnold D. Robbins
2020-06-25Rename dprintf to DPRINTF and use C99 cpp variadic arguments. (#82)Todd C. Miller
2020-06-12Fix Issue 78 and apply PR 80.Arnold D. Robbins
2020-06-05In fldbld(), check that inputFS is set.Arnold D. Robbins
2020-05-15Fix test for use of noreturn.Arnold D. Robbins
2020-04-16Fix noreturn for old compilers.Arnold D. Robbins
2020-04-05Update FIXES and version date.Arnold D. Robbins
2020-04-05Replace __attribute__((__noreturn__)) with _Noreturn. (#77)awkfan77
2020-02-28Fixes from Christo Zoulas.Arnold D. Robbins
2020-02-283 more fixes (#75)zoulasc
2020-02-19Update FIXES, version.Arnold D. Robbins
2020-02-18Small cleanups before merge to master.Arnold D. Robbins
2020-02-18argument parsing cleanups, dynamic program file allocation, fpe error enhance...zoulasc
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-06Update version and FIXES.Arnold D. Robbins
2020-01-31Fix a{0}, update tests.Arnold D. Robbins
2020-01-24Update version info.Arnold D. Robbins
2020-01-19Fix Issue 60; sub/gsub follow POSIX if POSIXLY_CORRECT in the environment.Arnold D. Robbins
2020-01-17Update date in version.Arnold D. Robbins
2020-01-05Fix merging of concatenated string constants.Arnold D. Robbins
2019-12-27Bug fix in interval expressions.Arnold D. Robbins
2019-12-11Small edits, update version and FIXES.Arnold D. Robbins
2019-12-08Update version and FIXES.Arnold D. Robbins
2019-11-10Convert variables to bool and enum.Arnold D. Robbins
2019-11-08From Ori Bernstein, ori@eigenstate.org, for FS="" in multibyte locale.Arnold D. Robbins
2019-10-25Update FIXES and main.c version.Arnold D. Robbins
2019-10-24Additional fixes after merge of PR 53.Arnold D. Robbins