aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-11-10 22:43:54 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-11-10 22:43:54 +0200
commitf3e98d540c007fcf93ff31e24161d10713bec48b (patch)
tree884c7a7e29a7f4c6e5bccb6c4fa1cbd7bfcb5a44
parent93b30fe5b9042edc85acde68befaa7c82a4aac95 (diff)
downloadegawk-f3e98d540c007fcf93ff31e24161d10713bec48b.tar.gz
egawk-f3e98d540c007fcf93ff31e24161d10713bec48b.tar.bz2
egawk-f3e98d540c007fcf93ff31e24161d10713bec48b.zip
Update version info. Start a release cycle.
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac2
-rw-r--r--doc/gawk.info22
-rw-r--r--doc/gawk.texi4
-rw-r--r--pc/config.h6
-rw-r--r--po/da.gmobin46773 -> 46773 bytes
-rw-r--r--po/da.po2
-rw-r--r--po/de.gmobin50150 -> 50150 bytes
-rw-r--r--po/de.po2
-rw-r--r--po/es.gmobin49444 -> 49444 bytes
-rw-r--r--po/es.po2
-rw-r--r--po/fi.gmobin49842 -> 49842 bytes
-rw-r--r--po/fi.po2
-rw-r--r--po/fr.gmobin51175 -> 51175 bytes
-rw-r--r--po/fr.po2
-rw-r--r--po/gawk.pot4
-rw-r--r--po/it.gmobin44825 -> 44825 bytes
-rw-r--r--po/it.po2
-rw-r--r--po/ja.gmobin53065 -> 53065 bytes
-rw-r--r--po/ja.po2
-rw-r--r--po/nl.gmobin47408 -> 47408 bytes
-rw-r--r--po/nl.po2
-rw-r--r--po/pl.gmobin49524 -> 49524 bytes
-rw-r--r--po/pl.po2
-rw-r--r--po/sv.gmobin46852 -> 46852 bytes
-rw-r--r--po/sv.po2
-rw-r--r--po/vi.gmobin56057 -> 56057 bytes
-rw-r--r--po/vi.po2
-rw-r--r--version.c2
29 files changed, 41 insertions, 41 deletions
diff --git a/configure b/configure
index d286a8ab..0696cca7 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for GNU Awk 4.0.1a.
+# Generated by GNU Autoconf 2.69 for GNU Awk 4.0.1b.
#
# Report bugs to <bug-gawk@gnu.org>.
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='GNU Awk'
PACKAGE_TARNAME='gawk'
-PACKAGE_VERSION='4.0.1a'
-PACKAGE_STRING='GNU Awk 4.0.1a'
+PACKAGE_VERSION='4.0.1b'
+PACKAGE_STRING='GNU Awk 4.0.1b'
PACKAGE_BUGREPORT='bug-gawk@gnu.org'
PACKAGE_URL='http://www.gnu.org/software/gawk/'
@@ -1309,7 +1309,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.1a to adapt to many kinds of systems.
+\`configure' configures GNU Awk 4.0.1b to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1379,7 +1379,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of GNU Awk 4.0.1a:";;
+ short | recursive ) echo "Configuration of GNU Awk 4.0.1b:";;
esac
cat <<\_ACEOF
@@ -1493,7 +1493,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-GNU Awk configure 4.0.1a
+GNU Awk configure 4.0.1b
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2202,7 +2202,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.1a, which was
+It was created by GNU Awk $as_me 4.0.1b, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3046,7 +3046,7 @@ fi
# Define the identity of the package.
PACKAGE='gawk'
- VERSION='4.0.1a'
+ VERSION='4.0.1b'
cat >>confdefs.h <<_ACEOF
@@ -11312,7 +11312,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.1a, which was
+This file was extended by GNU Awk $as_me 4.0.1b, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -11380,7 +11380,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.1a
+GNU Awk config.status 4.0.1b
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index ac257f98..fbd0232b 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.1a, bug-gawk@gnu.org, gawk)
+AC_INIT([GNU Awk], 4.0.1b, 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/doc/gawk.info b/doc/gawk.info
index 878a03fc..2fe6ca0c 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -15,7 +15,7 @@ Software Foundation, Inc.
This is Edition 4 of `GAWK: Effective AWK Programming: A User's
-Guide for GNU Awk', for the 4.0.1 (or later) version of the GNU
+Guide for GNU Awk', for the 4.0.2 (or later) version of the GNU
implementation of AWK.
Permission is granted to copy, distribute and/or modify this document
@@ -47,7 +47,7 @@ Software Foundation, Inc.
This is Edition 4 of `GAWK: Effective AWK Programming: A User's
-Guide for GNU Awk', for the 4.0.1 (or later) version of the GNU
+Guide for GNU Awk', for the 4.0.2 (or later) version of the GNU
implementation of AWK.
Permission is granted to copy, distribute and/or modify this document
@@ -20421,7 +20421,7 @@ There are three ways to get GNU software:
supported. If you have the `wget' program, you can use a command
like the following:
- wget http://ftp.gnu.org/gnu/gawk/gawk-4.0.1.tar.gz
+ wget http://ftp.gnu.org/gnu/gawk/gawk-4.0.2.tar.gz
The GNU software archive is mirrored around the world. The
up-to-date list of mirror sites is available from the main FSF web site
@@ -20440,26 +20440,26 @@ compression programs: `gzip', `bzip2', and `xz'. For simplicity, the
rest of these instructions assume you are using the one compressed with
the GNU Zip program, `gzip'.
- Once you have the distribution (for example, `gawk-4.0.1.tar.gz'),
+ Once you have the distribution (for example, `gawk-4.0.2.tar.gz'),
use `gzip' to expand the file and then use `tar' to extract it. You
can use the following pipeline to produce the `gawk' distribution:
# Under System V, add 'o' to the tar options
- gzip -d -c gawk-4.0.1.tar.gz | tar -xvpf -
+ gzip -d -c gawk-4.0.2.tar.gz | tar -xvpf -
On a system with GNU `tar', you can let `tar' do the decompression
for you:
- tar -xvpzf gawk-4.0.1.tar.gz
+ tar -xvpzf gawk-4.0.2.tar.gz
-Extracting the archive creates a directory named `gawk-4.0.1' in the
+Extracting the archive creates a directory named `gawk-4.0.2' in the
current directory.
The distribution file name is of the form `gawk-V.R.P.tar.gz'. The
V represents the major version of `gawk', the R represents the current
release of version V, and the P represents a "patch level", meaning
that minor bugs have been fixed in the release. The current patch
-level is 1, but when retrieving distributions, you should get the
+level is 2, but when retrieving distributions, you should get the
version with the highest version, release, and patch level. (Note,
however, that patch levels greater than or equal to 70 denote "beta" or
nonproduction software; you might not want to retrieve such a version
@@ -20653,7 +20653,7 @@ Unix-derived systems, GNU/Linux, BSD-based systems, and the Cygwin
environment for MS-Windows.
After you have extracted the `gawk' distribution, `cd' to
-`gawk-4.0.1'. Like most GNU software, `gawk' is configured
+`gawk-4.0.2'. Like most GNU software, `gawk' is configured
automatically for your system by running the `configure' program. This
program is a Bourne shell script that is generated automatically using
GNU `autoconf'. (The `autoconf' software is described fully starting
@@ -21067,8 +21067,8 @@ tools, such as Bash, the GNU Compiler Collection (GCC), GNU Make, and
other GNU programs. Compilation and installation for Cygwin is the
same as for a Unix system:
- tar -xvpzf gawk-4.0.1.tar.gz
- cd gawk-4.0.1
+ tar -xvpzf gawk-4.0.2.tar.gz
+ cd gawk-4.0.2
./configure
make
diff --git a/doc/gawk.texi b/doc/gawk.texi
index f0f74fef..cfe6cc91 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -20,9 +20,9 @@
@c applies to and all the info about who's publishing this edition
@c These apply across the board.
-@set UPDATE-MONTH February, 2012
+@set UPDATE-MONTH October, 2012
@set VERSION 4.0
-@set PATCHLEVEL 1
+@set PATCHLEVEL 2
@set FSF
diff --git a/pc/config.h b/pc/config.h
index 88316316..67c40a2f 100644
--- a/pc/config.h
+++ b/pc/config.h
@@ -413,7 +413,7 @@
#define PACKAGE_NAME "GNU Awk"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GNU Awk 4.0.1a"
+#define PACKAGE_STRING "GNU Awk 4.0.1b"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gawk"
@@ -422,7 +422,7 @@
#define PACKAGE_URL "http://www.gnu.org/software/gawk/"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "4.0.1a"
+#define PACKAGE_VERSION "4.0.1b"
/* Define to 1 if *printf supports %F format */
#undef PRINTF_HAS_F_FORMAT
@@ -484,7 +484,7 @@
/* Version number of package */
-#define VERSION "4.0.1a"
+#define VERSION "4.0.1b"
/* Enable large inode numbers on Mac OS X 10.5. */
#ifndef _DARWIN_USE_64_BIT_INODE
diff --git a/po/da.gmo b/po/da.gmo
index f486abc8..ee3796dd 100644
--- a/po/da.gmo
+++ b/po/da.gmo
Binary files differ
diff --git a/po/da.po b/po/da.po
index 74c245f7..a9368e1d 100644
--- a/po/da.po
+++ b/po/da.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gawk 4.0.0h\n"
"Report-Msgid-Bugs-To: arnold@skeeve.com\n"
-"POT-Creation-Date: 2012-10-13 20:24+0200\n"
+"POT-Creation-Date: 2012-11-10 22:33+0200\n"
"PO-Revision-Date: 2012-02-06 10:37+0100\n"
"Last-Translator: Keld Simonsen <keld@keldix.com>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
diff --git a/po/de.gmo b/po/de.gmo
index 938acf70..57a770f4 100644
--- a/po/de.gmo
+++ b/po/de.gmo
Binary files differ
diff --git a/po/de.po b/po/de.po
index 4cebb3bb..9181ea8e 100644
--- a/po/de.po
+++ b/po/de.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gawk 4.0.0h\n"
"Report-Msgid-Bugs-To: arnold@skeeve.com\n"
-"POT-Creation-Date: 2012-10-13 20:24+0200\n"
+"POT-Creation-Date: 2012-11-10 22:33+0200\n"
"PO-Revision-Date: 2012-01-30 16:21+0100\n"
"Last-Translator: Philipp Thomas <pth@suse.de>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
diff --git a/po/es.gmo b/po/es.gmo
index 1bfb81a1..b2e3f107 100644
--- a/po/es.gmo
+++ b/po/es.gmo
Binary files differ
diff --git a/po/es.po b/po/es.po
index 57f5052c..b343b8da 100644
--- a/po/es.po
+++ b/po/es.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gawk 4.0.0h\n"
"Report-Msgid-Bugs-To: arnold@skeeve.com\n"
-"POT-Creation-Date: 2012-10-13 20:24+0200\n"
+"POT-Creation-Date: 2012-11-10 22:33+0200\n"
"PO-Revision-Date: 2012-01-30 07:42-0600\n"
"Last-Translator: Cristian Othón Martínez Vera <cfuga@cfuga.mx>\n"
"Language-Team: Spanish <es@li.org>\n"
diff --git a/po/fi.gmo b/po/fi.gmo
index a0103eb7..d7510486 100644
--- a/po/fi.gmo
+++ b/po/fi.gmo
Binary files differ
diff --git a/po/fi.po b/po/fi.po
index 19c741be..6a8489bc 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gawk 4.0.0h\n"
"Report-Msgid-Bugs-To: arnold@skeeve.com\n"
-"POT-Creation-Date: 2012-10-13 20:24+0200\n"
+"POT-Creation-Date: 2012-11-10 22:33+0200\n"
"PO-Revision-Date: 2012-03-13 18:00+0200\n"
"Last-Translator: Jorma Karvonen <karvonen.jorma@gmail.com>\n"
"Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
diff --git a/po/fr.gmo b/po/fr.gmo
index 7d65d362..d163d72d 100644
--- a/po/fr.gmo
+++ b/po/fr.gmo
Binary files differ
diff --git a/po/fr.po b/po/fr.po
index 1fecefa5..4c5b6c07 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gawk 4.0.0h\n"
"Report-Msgid-Bugs-To: arnold@skeeve.com\n"
-"POT-Creation-Date: 2012-10-13 20:24+0200\n"
+"POT-Creation-Date: 2012-11-10 22:33+0200\n"
"PO-Revision-Date: 2012-01-30 23:52+0100\n"
"Last-Translator: Jean-Philippe Guérard <jean-philippe.guerard@corbeaunoir."
"org>\n"
diff --git a/po/gawk.pot b/po/gawk.pot
index db2473ec..267a9c7e 100644
--- a/po/gawk.pot
+++ b/po/gawk.pot
@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: gawk 4.0.1a\n"
+"Project-Id-Version: gawk 4.0.1b\n"
"Report-Msgid-Bugs-To: arnold@skeeve.com\n"
-"POT-Creation-Date: 2012-10-13 20:24+0200\n"
+"POT-Creation-Date: 2012-11-10 22:33+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"
diff --git a/po/it.gmo b/po/it.gmo
index 20c68ebf..48d2437e 100644
--- a/po/it.gmo
+++ b/po/it.gmo
Binary files differ
diff --git a/po/it.po b/po/it.po
index 3d2e434d..4dbca309 100644
--- a/po/it.po
+++ b/po/it.po
@@ -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: 2012-10-13 20:24+0200\n"
+"POT-Creation-Date: 2012-11-10 22:33+0200\n"
"PO-Revision-Date: 2012-05-08 16:11+0100\n"
"Last-Translator: Antonio Colombo <azc100@gmail.com>\n"
"Language-Team: Italian <it@li.org>\n"
diff --git a/po/ja.gmo b/po/ja.gmo
index 6acfa1e4..903f498b 100644
--- a/po/ja.gmo
+++ b/po/ja.gmo
Binary files differ
diff --git a/po/ja.po b/po/ja.po
index cffeb573..5fd660ec 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -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: 2012-10-13 20:24+0200\n"
+"POT-Creation-Date: 2012-11-10 22:33+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"
diff --git a/po/nl.gmo b/po/nl.gmo
index 4ac951a5..de249b29 100644
--- a/po/nl.gmo
+++ b/po/nl.gmo
Binary files differ
diff --git a/po/nl.po b/po/nl.po
index bb2c5558..e482cbb5 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gawk 4.0.0h\n"
"Report-Msgid-Bugs-To: arnold@skeeve.com\n"
-"POT-Creation-Date: 2012-10-13 20:24+0200\n"
+"POT-Creation-Date: 2012-11-10 22:33+0200\n"
"PO-Revision-Date: 2012-01-30 20:40+0100\n"
"Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
diff --git a/po/pl.gmo b/po/pl.gmo
index 3823e48b..bff536c8 100644
--- a/po/pl.gmo
+++ b/po/pl.gmo
Binary files differ
diff --git a/po/pl.po b/po/pl.po
index f25dce4c..b67a37d1 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gawk 4.0.0h\n"
"Report-Msgid-Bugs-To: arnold@skeeve.com\n"
-"POT-Creation-Date: 2012-10-13 20:24+0200\n"
+"POT-Creation-Date: 2012-11-10 22:33+0200\n"
"PO-Revision-Date: 2012-02-04 19:17+0100\n"
"Last-Translator: Wojciech Polak <polak@gnu.org>\n"
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
diff --git a/po/sv.gmo b/po/sv.gmo
index 27b19149..c4af2b2f 100644
--- a/po/sv.gmo
+++ b/po/sv.gmo
Binary files differ
diff --git a/po/sv.po b/po/sv.po
index 23861f67..ca5c3375 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gawk 4.0.0h\n"
"Report-Msgid-Bugs-To: arnold@skeeve.com\n"
-"POT-Creation-Date: 2012-10-13 20:24+0200\n"
+"POT-Creation-Date: 2012-11-10 22:33+0200\n"
"PO-Revision-Date: 2012-01-30 12:07+0100\n"
"Last-Translator: Gran Uddeborg <goeran@uddeborg.se>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
diff --git a/po/vi.gmo b/po/vi.gmo
index e83a5a1b..9bfbcfe3 100644
--- a/po/vi.gmo
+++ b/po/vi.gmo
Binary files differ
diff --git a/po/vi.po b/po/vi.po
index 834caf0a..defd1afd 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gawk-4.0.0h\n"
"Report-Msgid-Bugs-To: arnold@skeeve.com\n"
-"POT-Creation-Date: 2012-10-13 20:24+0200\n"
+"POT-Creation-Date: 2012-11-10 22:33+0200\n"
"PO-Revision-Date: 2012-04-04 08:01+0700\n"
"Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
"Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"
diff --git a/version.c b/version.c
index c1ecb4f1..b0fc2ffb 100644
--- a/version.c
+++ b/version.c
@@ -1,3 +1,3 @@
#include "config.h"
-const char *version_string = "GNU Awk 4.0.1a";
+const char *version_string = "GNU Awk 4.0.1b";