aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* Additional fixes for DJGPP.upstream-masterArnold D. Robbins2020-08-161-1/+1
* Update FIXES and version in main.c.Arnold D. Robbins2020-08-071-1/+1
* Fix Issue #92; see FIXES.Arnold D. Robbins2020-08-041-1/+1
* Update version and FIXES.Arnold D. Robbins2020-07-301-1/+1
* Move exclusively to bison as parser generator.Arnold D. Robbins2020-07-301-1/+0
* Avoid accessing pfile[] out of bounds on syntax error at EOF. (#90)Todd C. Miller2020-07-291-1/+1
* Add regression script for bugs-fixed directory.Arnold D. Robbins2020-07-021-1/+1
* Update FIXES and date in main.c.Arnold D. Robbins2020-06-251-1/+1
* Rename dprintf to DPRINTF and use C99 cpp variadic arguments. (#82)Todd C. Miller2020-06-251-3/+3
* Fix Issue 78 and apply PR 80.Arnold D. Robbins2020-06-121-1/+1
* In fldbld(), check that inputFS is set.Arnold D. Robbins2020-06-051-1/+1
* Fix test for use of noreturn.Arnold D. Robbins2020-05-151-1/+1
* Fix noreturn for old compilers.Arnold D. Robbins2020-04-161-1/+1
* Update FIXES and version date.Arnold D. Robbins2020-04-051-1/+1
* Replace __attribute__((__noreturn__)) with _Noreturn. (#77)awkfan772020-04-051-1/+1
* Fixes from Christo Zoulas.Arnold D. Robbins2020-02-281-1/+6
* 3 more fixes (#75)zoulasc2020-02-281-1/+0
* Update FIXES, version.Arnold D. Robbins2020-02-191-1/+1
* Small cleanups before merge to master.Arnold D. Robbins2020-02-181-17/+15
* argument parsing cleanups, dynamic program file allocation, fpe error enhance...zoulasc2020-02-181-49/+88
* Restore zoulas fixes, step 1.Arnold D. Robbins2020-02-061-1/+1
* Revert zoulas changes until we can keep tests passing.Arnold D. Robbins2020-02-061-1/+1
* Update version and FIXES.Arnold D. Robbins2020-02-061-1/+1
* Fix a{0}, update tests.Arnold D. Robbins2020-01-311-1/+1
* Update version info.Arnold D. Robbins2020-01-241-1/+1
* Fix Issue 60; sub/gsub follow POSIX if POSIXLY_CORRECT in the environment.Arnold D. Robbins2020-01-191-1/+1
* Update date in version.Arnold D. Robbins2020-01-171-1/+1
* Fix merging of concatenated string constants.Arnold D. Robbins2020-01-051-1/+1
* Bug fix in interval expressions.Arnold D. Robbins2019-12-271-1/+1
* Small edits, update version and FIXES.Arnold D. Robbins2019-12-111-1/+1
* Update version and FIXES.Arnold D. Robbins2019-12-081-1/+1
* Convert variables to bool and enum.Arnold D. Robbins2019-11-101-7/+6
* From Ori Bernstein, ori@eigenstate.org, for FS="" in multibyte locale.Arnold D. Robbins2019-11-081-1/+1
* Update FIXES and main.c version.Arnold D. Robbins2019-10-251-1/+1
* Additional fixes after merge of PR 53.Arnold D. Robbins2019-10-241-1/+1
* Update FIXES and date in main.c.Arnold D. Robbins2019-10-171-1/+1
* Make RS as regexp work without ifdef. Add doc, bump version.Arnold D. Robbins2019-10-061-1/+1
* Update FIXES and version date in main.c.Arnold D. Robbins2019-09-101-1/+1
* Grammar optimization from NetBSD: Two adjacent string constants are merged.Arnold D. Robbins2019-07-281-1/+1
* Remove trailing whitespace on lines in all files.Arnold D. Robbins2019-07-281-4/+4
* Add support for "\a" and "\v" to regex and command line args (#44)Martijn Dekker2019-07-261-1/+1
* Update FIXES and main.c version.Arnold D. Robbins2019-07-171-1/+1
* awk: Use random(3) instead of rand(3)pfg2019-07-161-1/+1
* Update FIXES and version in main.c.Arnold D. Robbins2019-07-161-1/+1
* Disallow deleting SYMTAB and its elements (#43)Cody Mello2019-06-171-1/+1
* Allow unmatched right paren in regexes. Fixes Issue #40.Arnold D. Robbins2019-06-041-1/+1
* Fix Issue #38 - don't require non-= after = in cmd line assignment.Arnold D. Robbins2019-05-291-1/+1
* Merge remote-tracking branch 'upstream/master' into interval-exprMartijn Dekker2019-03-051-1/+1
|\
| * Update version string in main.c.Arnold D. Robbins2019-01-261-1/+1
* | backport ERE interval/repetition expressions from Apple awk-24Martijn Dekker2019-01-231-1/+1
|/