-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor patches to match changes in gawk API.
- Loading branch information
Showing
6 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
2012-08-09 Andrew J. Schorr <[email protected]> | ||
|
||
* configure.ac: Version 0.3.7 to match minor changes in gawk API. | ||
* strhash.c: Must now include <sys/stat.h>. | ||
* varinit.c: Include <sys/stat.h>. | ||
(gawk_api_varinit_array): After installing an array, it is no longer | ||
necessary to call sym_lookup, since sym_update now updates the | ||
array_cookie value. | ||
|
||
2012-08-01 Andrew J. Schorr <[email protected]> | ||
|
||
* configure.ac: Version 0.3.6. All checks now pass on Linux and Cygwin. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
dnl Process this file with autoconf to produce a configure script. | ||
|
||
AC_INIT([Gawk Extension Libraries], 0.3.6, [email protected], gawkextlib) | ||
AC_INIT([Gawk Extension Libraries], 0.3.7, [email protected], gawkextlib) | ||
|
||
AC_CONFIG_MACRO_DIR([m4]) | ||
AC_CONFIG_AUX_DIR([build-aux]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
2012-08-09 Andrew J. Schorr <[email protected]> | ||
|
||
* common.h: After recent gawkapi patch, must include <sys/stat.h> | ||
before gawkextlib.h. | ||
|
||
2012-08-07 Andrew J. Schorr <[email protected]> | ||
|
||
* common.h (__UNUSED): New define. If using gcc, this will suppress | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters