diff options
-rwxr-xr-x | configure | 20 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | pc/config.h | 6 | ||||
-rw-r--r-- | po/da.gmo | bin | 48739 -> 48739 bytes | |||
-rw-r--r-- | po/da.po | 2 | ||||
-rw-r--r-- | po/de.gmo | bin | 52166 -> 52166 bytes | |||
-rw-r--r-- | po/de.po | 2 | ||||
-rw-r--r-- | po/es.gmo | bin | 51471 -> 51471 bytes | |||
-rw-r--r-- | po/es.po | 2 | ||||
-rw-r--r-- | po/fi.gmo | bin | 51684 -> 51684 bytes | |||
-rw-r--r-- | po/fi.po | 2 | ||||
-rw-r--r-- | po/fr.gmo | bin | 53311 -> 53311 bytes | |||
-rw-r--r-- | po/fr.po | 2 | ||||
-rw-r--r-- | po/gawk.pot | 4 | ||||
-rw-r--r-- | po/it.gmo | bin | 44316 -> 44316 bytes | |||
-rw-r--r-- | po/it.po | 2 | ||||
-rw-r--r-- | po/ja.gmo | bin | 55596 -> 55596 bytes | |||
-rw-r--r-- | po/ja.po | 2 | ||||
-rw-r--r-- | po/nl.gmo | bin | 49267 -> 49267 bytes | |||
-rw-r--r-- | po/nl.po | 2 | ||||
-rw-r--r-- | po/pl.gmo | bin | 50946 -> 50946 bytes | |||
-rw-r--r-- | po/pl.po | 2 | ||||
-rw-r--r-- | po/sv.gmo | bin | 48752 -> 48752 bytes | |||
-rw-r--r-- | po/sv.po | 2 | ||||
-rw-r--r-- | version.c | 2 |
25 files changed, 27 insertions, 27 deletions
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for GNU Awk 4.0.0d. +# Generated by GNU Autoconf 2.68 for GNU Awk 4.0.0e. # # Report bugs to <bug-gawk@gnu.org>. # @@ -560,8 +560,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='GNU Awk' PACKAGE_TARNAME='gawk' -PACKAGE_VERSION='4.0.0d' -PACKAGE_STRING='GNU Awk 4.0.0d' +PACKAGE_VERSION='4.0.0e' +PACKAGE_STRING='GNU Awk 4.0.0e' PACKAGE_BUGREPORT='bug-gawk@gnu.org' PACKAGE_URL='http://www.gnu.org/software/gawk/' @@ -1290,7 +1290,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures GNU Awk 4.0.0d to adapt to many kinds of systems. +\`configure' configures GNU Awk 4.0.0e to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1360,7 +1360,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GNU Awk 4.0.0d:";; + short | recursive ) echo "Configuration of GNU Awk 4.0.0e:";; esac cat <<\_ACEOF @@ -1472,7 +1472,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -GNU Awk configure 4.0.0d +GNU Awk configure 4.0.0e generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2176,7 +2176,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by GNU Awk $as_me 4.0.0d, which was +It was created by GNU Awk $as_me 4.0.0e, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -3011,7 +3011,7 @@ fi # Define the identity of the package. PACKAGE='gawk' - VERSION='4.0.0d' + VERSION='4.0.0e' cat >>confdefs.h <<_ACEOF @@ -11221,7 +11221,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by GNU Awk $as_me 4.0.0d, which was +This file was extended by GNU Awk $as_me 4.0.0e, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -11289,7 +11289,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -GNU Awk config.status 4.0.0d +GNU Awk config.status 4.0.0e configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 9eacc408..df7e5a02 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT([GNU Awk], 4.0.0d, bug-gawk@gnu.org, gawk) +AC_INIT([GNU Awk], 4.0.0e, bug-gawk@gnu.org, gawk) # This is a hack. Different versions of install on different systems # are just too different. Chuck it and use install-sh. diff --git a/pc/config.h b/pc/config.h index c0143f3d..1191c174 100644 --- a/pc/config.h +++ b/pc/config.h @@ -425,7 +425,7 @@ #define PACKAGE_NAME "GNU Awk" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GNU Awk 4.0.0d" +#define PACKAGE_STRING "GNU Awk 4.0.0e" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gawk" @@ -434,7 +434,7 @@ #define PACKAGE_URL "http://www.gnu.org/software/gawk/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "4.0.0d" +#define PACKAGE_VERSION "4.0.0e" /* Define to 1 if *printf supports %F format */ #undef PRINTF_HAS_F_FORMAT @@ -496,7 +496,7 @@ /* Version number of package */ -#define VERSION "4.0.0d" +#define VERSION "4.0.0e" /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS Binary files differ@@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gawk 3.1.83\n" "Report-Msgid-Bugs-To: arnold@skeeve.com\n" -"POT-Creation-Date: 2011-11-01 22:58+0200\n" +"POT-Creation-Date: 2011-11-14 21:46+0200\n" "PO-Revision-Date: 2011-05-22 10:37+0200\n" "Last-Translator: Keld Simonsen <keld@keldix.com>\n" "Language-Team: Danish <dansk@dansk-gruppen.dk>\n" Binary files differ@@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gawk 4.0.0\n" "Report-Msgid-Bugs-To: arnold@skeeve.com\n" -"POT-Creation-Date: 2011-11-01 22:58+0200\n" +"POT-Creation-Date: 2011-11-14 21:46+0200\n" "PO-Revision-Date: 2011-09-27 16:38+0200\n" "Last-Translator: Philipp Thomas <pth@suse.de>\n" "Language-Team: German <translation-team-de@lists.sourceforge.net>\n" Binary files differ@@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gawk 4.0.0\n" "Report-Msgid-Bugs-To: arnold@skeeve.com\n" -"POT-Creation-Date: 2011-11-01 22:58+0200\n" +"POT-Creation-Date: 2011-11-14 21:46+0200\n" "PO-Revision-Date: 2011-08-14 12:02-0500\n" "Last-Translator: Cristian Othón MartÃnez Vera <cfuga@cfuga.mx>\n" "Language-Team: Spanish <es@li.org>\n" Binary files differ@@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gawk 4.0.0\n" "Report-Msgid-Bugs-To: arnold@skeeve.com\n" -"POT-Creation-Date: 2011-11-01 22:58+0200\n" +"POT-Creation-Date: 2011-11-14 21:46+0200\n" "PO-Revision-Date: 2011-09-12 12:14+0200\n" "Last-Translator: Jorma Karvonen <karvonen.jorma@gmail.com>\n" "Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n" Binary files differ@@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gawk 4.0.0\n" "Report-Msgid-Bugs-To: arnold@skeeve.com\n" -"POT-Creation-Date: 2011-11-01 22:58+0200\n" +"POT-Creation-Date: 2011-11-14 21:46+0200\n" "PO-Revision-Date: 2011-07-16 16:50+0200\n" "Last-Translator: Jean-Philippe Guérard <jean-philippe.guerard@corbeaunoir." "org>\n" diff --git a/po/gawk.pot b/po/gawk.pot index 3119cdc7..aa30ff3c 100644 --- a/po/gawk.pot +++ b/po/gawk.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: gawk 4.0.0d\n" +"Project-Id-Version: gawk 4.0.0e\n" "Report-Msgid-Bugs-To: arnold@skeeve.com\n" -"POT-Creation-Date: 2011-11-01 22:58+0200\n" +"POT-Creation-Date: 2011-11-14 21:46+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" Binary files differ@@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gawk 3.1.81\n" "Report-Msgid-Bugs-To: arnold@skeeve.com\n" -"POT-Creation-Date: 2011-11-01 22:58+0200\n" +"POT-Creation-Date: 2011-11-14 21:46+0200\n" "PO-Revision-Date: 2011-03-19 16:52+0100\n" "Last-Translator: Antonio Colombo <azc100@gmail.com>\n" "Language-Team: Italian <it@li.org>\n" Binary files differ@@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gawk 4.0.0\n" "Report-Msgid-Bugs-To: arnold@skeeve.com\n" -"POT-Creation-Date: 2011-11-01 22:58+0200\n" +"POT-Creation-Date: 2011-11-14 21:46+0200\n" "PO-Revision-Date: 2011-07-17 08:28+0900\n" "Last-Translator: Yasuaki Taniguchi <yasuakit@gmail.com>\n" "Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n" Binary files differ@@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gawk 4.0.0\n" "Report-Msgid-Bugs-To: arnold@skeeve.com\n" -"POT-Creation-Date: 2011-11-01 22:58+0200\n" +"POT-Creation-Date: 2011-11-14 21:46+0200\n" "PO-Revision-Date: 2011-07-17 21:44+0200\n" "Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n" "Language-Team: Dutch <vertaling@vrijschrift.org>\n" Binary files differ@@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gawk 3.1.81\n" "Report-Msgid-Bugs-To: arnold@skeeve.com\n" -"POT-Creation-Date: 2011-11-01 22:58+0200\n" +"POT-Creation-Date: 2011-11-14 21:46+0200\n" "PO-Revision-Date: 2011-05-14 11:41-0400\n" "Last-Translator: Wojciech Polak <polak@gnu.org>\n" "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n" Binary files differ@@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gawk 4.0.0\n" "Report-Msgid-Bugs-To: arnold@skeeve.com\n" -"POT-Creation-Date: 2011-11-01 22:58+0200\n" +"POT-Creation-Date: 2011-11-14 21:46+0200\n" "PO-Revision-Date: 2011-07-16 15:20+0200\n" "Last-Translator: Göran Uddeborg <goeran@uddeborg.se>\n" "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n" @@ -1,3 +1,3 @@ #include "config.h" -const char *version_string = "GNU Awk 4.0.0d"; +const char *version_string = "GNU Awk 4.0.0e"; |