aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-24Merge branch 'fix-readrec' of https://github.com/mpinjr/awk into stagingozan yigit
2021-07-24Merge branch 'fix-RS' of https://github.com/mpinjr/awk into stagingozan yigit
2021-04-23Fix readrec's definition of a recordMiguel Pineiro Jr
2021-04-16Fix regular expression RS ^-anchoringMiguel Pineiro Jr
2021-03-02Fix size computation in replace_repeat() for special_case REPEAT_WITH_Q.Todd C. Miller
2021-02-15Fix compiling with g++.Arnold D. Robbins
2021-01-10Change T.errmsg print to file fail test.ozan s. yigit
2021-01-06Fix a decision bug with trailing stuff in lib.c:is_valid_numberozan s. yigit
2020-12-25Merge branch 'staging' for README.mdozan s. yigit
2020-12-25updated: new maintainerozan 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-15Include <strings.h> for strcasecmp (#99)Michael Forney
2020-12-08Update FIXES and version in main.c.Arnold D. Robbins
2020-12-08Rework floating point conversions. (#98)Arnold Robbins
2020-12-03Update version and FIXES.Arnold D. Robbins
2020-12-03Don't print extra newlines on error before awk starts parsing. (#97)Todd C. Miller
2020-11-24Add .TF macro to man page. Closes Issue #96.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-07printf: The argument p shall be a pointer to void. (#93)Chris
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-29Fix the T.errmsg test (#91)Tim van der Molen
2020-07-29Cast to uschar when storing a char in an int that will be used as an index (#88)Todd C. Miller
2020-07-27Avoid using stdio streams after they have been closed. (#89)Todd C. Miller
2020-07-02Add a note about low-level maintenance.Arnold D. Robbins
2020-07-02Add regression script for bugs-fixed directory.Arnold D. Robbins
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-25Update FIXES and date in main.c.Arnold D. Robbins
2020-06-25Merge branch 'staging'Arnold D. Robbins
2020-06-25Fix onetrueawk#83 (#84)awkfan77
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-12Clear errno before using errcheck() to avoid spurious errors. (#80)Todd C. Miller
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-28Merge branch 'master' into stagingArnold D. Robbins
2020-02-283 more fixes (#75)zoulasc
2020-02-28Fix hwasan global overflow. (#76)enh-google
2020-02-20Small fix to the man page.Arnold D. Robbins
2020-02-19Update FIXES, version.Arnold D. Robbins