Update FIXES and date in main.c.
This commit is contained in:
parent
0f25df0619
commit
f232de85f6
4
FIXES
4
FIXES
@ -25,6 +25,10 @@ THIS SOFTWARE.
|
|||||||
This file lists all bug fixes, changes, etc., made since the AWK book
|
This file lists all bug fixes, changes, etc., made since the AWK book
|
||||||
was sent to the printers in August, 1987.
|
was sent to the printers in August, 1987.
|
||||||
|
|
||||||
|
June 25, 2020:
|
||||||
|
Merge PRs 82 and 84. The latter fixes issue #83. Thanks to
|
||||||
|
Todd Miller and awkfan77.
|
||||||
|
|
||||||
June 12, 2020:
|
June 12, 2020:
|
||||||
Clear errno before calling errcheck to avoid any spurious errors
|
Clear errno before calling errcheck to avoid any spurious errors
|
||||||
left over from previous calls that may have set it. Thanks to
|
left over from previous calls that may have set it. Thanks to
|
||||||
|
2
main.c
2
main.c
@ -22,7 +22,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|||||||
THIS SOFTWARE.
|
THIS SOFTWARE.
|
||||||
****************************************************************/
|
****************************************************************/
|
||||||
|
|
||||||
const char *version = "version 20200612";
|
const char *version = "version 20200625";
|
||||||
|
|
||||||
#define DEBUG
|
#define DEBUG
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user