All releases tagged Minor bugfixes


Release Notes: The codebase has been fixed to compile cleanly on x86_64 and other 64-bit platforms. Reported problems on Cygwin and MinGW have been fixed. Several other bugs have been fixed.


Release Notes: Two bugs with back references and a bug in agrep have been fixed.


Release Notes: A problem that caused the [[:blank:]] character class not to be recognized was fixed.


Release Notes: This release fixes bugs which occurred sometimes when *, +, or ? repeats were used after {m,n} repeats in a regexp. The -H (--with-filename) option was added to agrep.


Release Notes: A bug which occurred when multiple {m,n} repeats were used in one regexp has been fixed. Several bugs related to REG_NOSUB and NULL pmatch[] arrays have been fixed. Some documentation additions have been made, and the configure script no longer requires a C++ or Fortran compiler.


Release Notes: A bug causing incorrect results when the "*" or "+" repetition operators are used inside an "{m,n}" repetition operator has been fixed.


Release Notes: A bug in back references that occurred when REG_NOSUB is used has been fixed. Compilation errors and warnings on various platforms have been fixed.


No changes have been submitted for this release.


Release Notes: Compilation problems on Windows and Unix have been fixed, memory alignment problems on 64 bit machines have been corrected, and bugs in the approximate matcher have been fixed. The best match mode (-B) has been added in agrep.


Release Notes: Several references past the end of the string in the matcher loops have been fixed. Submatch tracking bugs have been fixed in the approximate matcher.