-
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.
Add version strings and sync up with other changes in the gawk master…
… branch.
- Loading branch information
Showing
21 changed files
with
132 additions
and
106 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,14 @@ | ||
2012-08-27 Andrew J. Schorr <[email protected]> | ||
|
||
* configure.ac: Version 0.3.8. | ||
(AM_INIT_AUTOMAKE): Remove -Werror, since the new version of automake | ||
is unhappy with AM_PROG_MKDIR_P used by gettext. | ||
(AC_SYS_LARGEFILE): Add to make sure our version of struct stat matches | ||
the gawk binary. | ||
* README: Update recipe to build gawk, since extgawk has now been | ||
merged into master. | ||
* varinit.c: We now need to include <stdio.h> before <gawkapi.h>. | ||
|
||
2012-08-09 Andrew J. Schorr <[email protected]> | ||
|
||
* configure.ac: Version 0.3.7 to match minor changes in gawk API. | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,21 @@ | ||
dnl Process this file with autoconf to produce a configure script. | ||
|
||
AC_INIT([Gawk Extension Libraries], 0.3.7, [email protected], gawkextlib) | ||
AC_INIT([Gawk Extension Libraries], 0.3.8, [email protected], gawkextlib) | ||
|
||
AC_CONFIG_MACRO_DIR([m4]) | ||
AC_CONFIG_AUX_DIR([build-aux]) | ||
|
||
INSTALL="$ac_aux_dir/install-sh -c" | ||
export INSTALL | ||
|
||
AM_INIT_AUTOMAKE([-Wall -Werror]) | ||
AM_INIT_AUTOMAKE([-Wall]) | ||
AM_GNU_GETTEXT([external]) | ||
AM_GNU_GETTEXT_VERSION([0.18.1]) | ||
|
||
m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) | ||
dnl We need AC_SYS_LARGEFILE because gawk uses it, and there can otherwise | ||
dnl be a discrepancy in the struct stat layout in IOBUF_PUBLIC | ||
AC_SYS_LARGEFILE | ||
AC_DISABLE_STATIC | ||
AC_PROG_LIBTOOL | ||
|
||
|
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,9 @@ | ||
2012-08-27 Andrew J. Schorr <[email protected]> | ||
|
||
* common.h: Must include <stdio.h> due to changes in <gawkapi.h>. | ||
* gd.c, mpfr.c, pgsql.c, xml_interface.c (ext_version): Add version | ||
string. | ||
|
||
2012-08-09 Andrew J. Schorr <[email protected]> | ||
|
||
* common.h: After recent gawkapi patch, must include <sys/stat.h> | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
2012-08-27 Andrew J. Schorr <[email protected]> | ||
|
||
*.po: Update. | ||
|
||
2012-08-01 Andrew J. Schorr <[email protected]> | ||
|
||
*.po: Update. | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: gawk 3.1.31\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2012-08-01 12:57-0400\n" | ||
"POT-Creation-Date: 2012-08-27 15:16-0400\n" | ||
"PO-Revision-Date: 2002-11-09 10:09+0100\n" | ||
"Last-Translator: Keld Simonsen <[email protected]>\n" | ||
"Language-Team: Danish <[email protected]>\n" | ||
|
@@ -660,44 +660,44 @@ msgstr "for f | |
msgid "set_array_element failed" | ||
msgstr "" | ||
|
||
#: extension/xml_interface.c:172 | ||
#: extension/xml_interface.c:173 | ||
#, c-format | ||
msgid "Cannot create XML reserved scalar variable `%s'." | ||
msgstr "" | ||
|
||
#: extension/xml_interface.c:176 | ||
#: extension/xml_interface.c:177 | ||
#, c-format | ||
msgid "Cannot create XML reserved scalar constant `%s'." | ||
msgstr "" | ||
|
||
#: extension/xml_interface.c:197 extension/xml_interface.c:211 | ||
#: extension/xml_interface.c:198 extension/xml_interface.c:212 | ||
#, c-format | ||
msgid "XML reserved scalar variable `%s' already used with incompatible type." | ||
msgstr "" | ||
|
||
#: extension/xml_interface.c:202 | ||
#: extension/xml_interface.c:203 | ||
#, c-format | ||
msgid "XML reserved array variable `%s' already used with incompatible type." | ||
msgstr "" | ||
|
||
#: extension/xml_interface.c:235 | ||
#: extension/xml_interface.c:236 | ||
#, fuzzy | ||
msgid "`XMLMODE' is a gawk extension" | ||
msgstr "\"BINMODE\" er en gawk-udvidelse" | ||
|
||
#: extension/xml_interface.c:253 | ||
#: extension/xml_interface.c:254 | ||
msgid "cannot create XML puller" | ||
msgstr "" | ||
|
||
#: extension/xml_interface.c:279 | ||
#: extension/xml_interface.c:280 | ||
msgid "cannot convert space to XMLCHARSET" | ||
msgstr "" | ||
|
||
#: extension/xml_interface.c:282 | ||
#: extension/xml_interface.c:283 | ||
msgid "cannot convert slash to XMLCHARSET" | ||
msgstr "" | ||
|
||
#: extension/xml_interface.c:524 | ||
#: extension/xml_interface.c:525 | ||
msgid "XML_PullerIconv failed to convert event string" | ||
msgstr "" | ||
|
||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: gawk 3.1.0\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2012-08-01 12:57-0400\n" | ||
"POT-Creation-Date: 2012-08-27 15:16-0400\n" | ||
"PO-Revision-Date: 2002-04-03 18:55+02:00\n" | ||
"Last-Translator: Christian Kirsch <[email protected]>\n" | ||
"Language-Team: German <[email protected]>\n" | ||
|
@@ -660,44 +660,44 @@ msgstr "Nicht gen | |
msgid "set_array_element failed" | ||
msgstr "" | ||
|
||
#: extension/xml_interface.c:172 | ||
#: extension/xml_interface.c:173 | ||
#, c-format | ||
msgid "Cannot create XML reserved scalar variable `%s'." | ||
msgstr "" | ||
|
||
#: extension/xml_interface.c:176 | ||
#: extension/xml_interface.c:177 | ||
#, c-format | ||
msgid "Cannot create XML reserved scalar constant `%s'." | ||
msgstr "" | ||
|
||
#: extension/xml_interface.c:197 extension/xml_interface.c:211 | ||
#: extension/xml_interface.c:198 extension/xml_interface.c:212 | ||
#, c-format | ||
msgid "XML reserved scalar variable `%s' already used with incompatible type." | ||
msgstr "" | ||
|
||
#: extension/xml_interface.c:202 | ||
#: extension/xml_interface.c:203 | ||
#, c-format | ||
msgid "XML reserved array variable `%s' already used with incompatible type." | ||
msgstr "" | ||
|
||
#: extension/xml_interface.c:235 | ||
#: extension/xml_interface.c:236 | ||
#, fuzzy | ||
msgid "`XMLMODE' is a gawk extension" | ||
msgstr "'BINMODE' ist eine gawk-Erweiterung." | ||
|
||
#: extension/xml_interface.c:253 | ||
#: extension/xml_interface.c:254 | ||
msgid "cannot create XML puller" | ||
msgstr "" | ||
|
||
#: extension/xml_interface.c:279 | ||
#: extension/xml_interface.c:280 | ||
msgid "cannot convert space to XMLCHARSET" | ||
msgstr "" | ||
|
||
#: extension/xml_interface.c:282 | ||
#: extension/xml_interface.c:283 | ||
msgid "cannot convert slash to XMLCHARSET" | ||
msgstr "" | ||
|
||
#: extension/xml_interface.c:524 | ||
#: extension/xml_interface.c:525 | ||
msgid "XML_PullerIconv failed to convert event string" | ||
msgstr "" | ||
|
||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: gawk 3.1.5f\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2012-08-01 12:57-0400\n" | ||
"POT-Creation-Date: 2012-08-27 15:16-0400\n" | ||
"PO-Revision-Date: 2007-07-20 01:10-0500\n" | ||
"Last-Translator: Cristian Othón Martínez Vera <[email protected]>\n" | ||
"Language-Team: Spanish <[email protected]>\n" | ||
|
@@ -660,44 +660,44 @@ msgstr "no hay suficientes argumentos para satisfacer a la cadena de formato" | |
msgid "set_array_element failed" | ||
msgstr "" | ||
|
||
#: extension/xml_interface.c:172 | ||
#: extension/xml_interface.c:173 | ||
#, c-format | ||
msgid "Cannot create XML reserved scalar variable `%s'." | ||
msgstr "" | ||
|
||
#: extension/xml_interface.c:176 | ||
#: extension/xml_interface.c:177 | ||
#, c-format | ||
msgid "Cannot create XML reserved scalar constant `%s'." | ||
msgstr "" | ||
|
||
#: extension/xml_interface.c:197 extension/xml_interface.c:211 | ||
#: extension/xml_interface.c:198 extension/xml_interface.c:212 | ||
#, c-format | ||
msgid "XML reserved scalar variable `%s' already used with incompatible type." | ||
msgstr "" | ||
|
||
#: extension/xml_interface.c:202 | ||
#: extension/xml_interface.c:203 | ||
#, c-format | ||
msgid "XML reserved array variable `%s' already used with incompatible type." | ||
msgstr "" | ||
|
||
#: extension/xml_interface.c:235 | ||
#: extension/xml_interface.c:236 | ||
#, fuzzy | ||
msgid "`XMLMODE' is a gawk extension" | ||
msgstr "`BINMODE' es una extensión de gawk" | ||
|
||
#: extension/xml_interface.c:253 | ||
#: extension/xml_interface.c:254 | ||
msgid "cannot create XML puller" | ||
msgstr "" | ||
|
||
#: extension/xml_interface.c:279 | ||
#: extension/xml_interface.c:280 | ||
msgid "cannot convert space to XMLCHARSET" | ||
msgstr "" | ||
|
||
#: extension/xml_interface.c:282 | ||
#: extension/xml_interface.c:283 | ||
msgid "cannot convert slash to XMLCHARSET" | ||
msgstr "" | ||
|
||
#: extension/xml_interface.c:524 | ||
#: extension/xml_interface.c:525 | ||
msgid "XML_PullerIconv failed to convert event string" | ||
msgstr "" | ||
|
||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: gawk 3.1.4l\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2012-08-01 12:57-0400\n" | ||
"POT-Creation-Date: 2012-08-27 15:16-0400\n" | ||
"PO-Revision-Date: 2005-06-29 08:00-0500\n" | ||
"Last-Translator: Michel Robitaille <[email protected]>\n" | ||
"Language-Team: French <[email protected]>\n" | ||
|
@@ -661,44 +661,44 @@ msgstr "pas assez d'arguments pour satisfaire le format d'une cha | |
msgid "set_array_element failed" | ||
msgstr "" | ||
|
||
#: extension/xml_interface.c:172 | ||
#: extension/xml_interface.c:173 | ||
#, c-format | ||
msgid "Cannot create XML reserved scalar variable `%s'." | ||
msgstr "" | ||
|
||
#: extension/xml_interface.c:176 | ||
#: extension/xml_interface.c:177 | ||
#, c-format | ||
msgid "Cannot create XML reserved scalar constant `%s'." | ||
msgstr "" | ||
|
||
#: extension/xml_interface.c:197 extension/xml_interface.c:211 | ||
#: extension/xml_interface.c:198 extension/xml_interface.c:212 | ||
#, c-format | ||
msgid "XML reserved scalar variable `%s' already used with incompatible type." | ||
msgstr "" | ||
|
||
#: extension/xml_interface.c:202 | ||
#: extension/xml_interface.c:203 | ||
#, c-format | ||
msgid "XML reserved array variable `%s' already used with incompatible type." | ||
msgstr "" | ||
|
||
#: extension/xml_interface.c:235 | ||
#: extension/xml_interface.c:236 | ||
#, fuzzy | ||
msgid "`XMLMODE' is a gawk extension" | ||
msgstr "« BINMODE » est une extension de gawk" | ||
|
||
#: extension/xml_interface.c:253 | ||
#: extension/xml_interface.c:254 | ||
msgid "cannot create XML puller" | ||
msgstr "" | ||
|
||
#: extension/xml_interface.c:279 | ||
#: extension/xml_interface.c:280 | ||
msgid "cannot convert space to XMLCHARSET" | ||
msgstr "" | ||
|
||
#: extension/xml_interface.c:282 | ||
#: extension/xml_interface.c:283 | ||
msgid "cannot convert slash to XMLCHARSET" | ||
msgstr "" | ||
|
||
#: extension/xml_interface.c:524 | ||
#: extension/xml_interface.c:525 | ||
msgid "XML_PullerIconv failed to convert event string" | ||
msgstr "" | ||
|
||
|
Oops, something went wrong.