aboutsummaryrefslogtreecommitdiff
path: root/FIXES
AgeCommit message (Expand)Author
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-02Add regression script for bugs-fixed directory.Arnold D. Robbins
2020-06-25Update FIXES and date in main.c.Arnold D. Robbins
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-02-28Fixes from Christo Zoulas.Arnold D. Robbins
2020-02-19Update FIXES, version.Arnold D. Robbins
2020-02-18Small cleanups before merge to master.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-06Update version and FIXES.Arnold D. Robbins
2020-01-31Get tests working again.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-17Make I/O errors fatal instead of mere warnings (#63)Martijn Dekker
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-11-08Typo fix in FIXES.Arnold D. Robbins
2019-10-25Update FIXES and main.c version.Arnold D. Robbins
2019-10-24Optimize string concatenation.Arnold D. Robbins
2019-10-24Additional fixes after merge of PR 53.Arnold D. Robbins
2019-10-17Update FIXES and date in main.c.Arnold D. Robbins
2019-10-06Make RS as regexp work without ifdef. Add doc, bump version.Arnold D. Robbins
2019-09-10Update FIXES and version date in main.c.Arnold D. Robbins
2019-07-28Grammar optimization from NetBSD: Two adjacent string constants are merged.Arnold D. Robbins
2019-07-28Remove trailing whitespace on lines in all files.Arnold D. Robbins
2019-07-26Add support for "\a" and "\v" to regex and command line args (#44)Martijn Dekker
2019-07-17Update FIXES and main.c version.Arnold D. Robbins
2019-07-16Update FIXES and version in main.c.Arnold D. Robbins
2019-06-24Update FIXES for test suite changes.Arnold D. Robbins
2019-06-17Disallow deleting SYMTAB and its elements (#43)Cody Mello
2019-06-04Allow unmatched right paren in regexes. Fixes Issue #40.Arnold D. Robbins