Skip to content

Commit b85b04e

Browse files
committed
Make 4.0.1 tarball.
1 parent d2650f4 commit b85b04e

37 files changed

+196
-148
lines changed

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2012-03-28 Arnold D. Robbins <[email protected]>
2+
3+
* 4.0.1: Release tar ball made.
4+
15
2012-03-28 Arnold D. Robbins <[email protected]>
26

37
* getopt.c: Add DJGPP to list of platforms where it's ok

README_d/ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2012-03-28 Arnold D. Robbins <[email protected]>
2+
3+
* 4.0.1: Release tar ball made.
4+
15
2011-07-29 Arnold D. Robbins <[email protected]>
26

37
* README.pc: Add download location info for DJGPP version.

awklib/ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2012-03-28 Arnold D. Robbins <[email protected]>
2+
3+
* 4.0.1: Release tar ball made.
4+
15
2011-06-24 Arnold D. Robbins <[email protected]>
26

37
* Makefile.am (EXTRA_DIST): Add ChangeLog.0.

configure

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.68 for GNU Awk 4.0.0l.
3+
# Generated by GNU Autoconf 2.68 for GNU Awk 4.0.1.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -560,8 +560,8 @@ MAKEFLAGS=
560560
# Identity of this package.
561561
PACKAGE_NAME='GNU Awk'
562562
PACKAGE_TARNAME='gawk'
563-
PACKAGE_VERSION='4.0.0l'
564-
PACKAGE_STRING='GNU Awk 4.0.0l'
563+
PACKAGE_VERSION='4.0.1'
564+
PACKAGE_STRING='GNU Awk 4.0.1'
565565
PACKAGE_BUGREPORT='[email protected]'
566566
PACKAGE_URL='http://www.gnu.org/software/gawk/'
567567

@@ -1290,7 +1290,7 @@ if test "$ac_init_help" = "long"; then
12901290
# Omit some internal or obsolete options to make the list less imposing.
12911291
# This message is too long to be a string in the A/UX 3.1 sh.
12921292
cat <<_ACEOF
1293-
\`configure' configures GNU Awk 4.0.0l to adapt to many kinds of systems.
1293+
\`configure' configures GNU Awk 4.0.1 to adapt to many kinds of systems.
12941294
12951295
Usage: $0 [OPTION]... [VAR=VALUE]...
12961296
@@ -1360,7 +1360,7 @@ fi
13601360

13611361
if test -n "$ac_init_help"; then
13621362
case $ac_init_help in
1363-
short | recursive ) echo "Configuration of GNU Awk 4.0.0l:";;
1363+
short | recursive ) echo "Configuration of GNU Awk 4.0.1:";;
13641364
esac
13651365
cat <<\_ACEOF
13661366
@@ -1472,7 +1472,7 @@ fi
14721472
test -n "$ac_init_help" && exit $ac_status
14731473
if $ac_init_version; then
14741474
cat <<\_ACEOF
1475-
GNU Awk configure 4.0.0l
1475+
GNU Awk configure 4.0.1
14761476
generated by GNU Autoconf 2.68
14771477
14781478
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2176,7 +2176,7 @@ cat >config.log <<_ACEOF
21762176
This file contains any messages produced by compilers while
21772177
running configure, to aid debugging if configure makes a mistake.
21782178
2179-
It was created by GNU Awk $as_me 4.0.0l, which was
2179+
It was created by GNU Awk $as_me 4.0.1, which was
21802180
generated by GNU Autoconf 2.68. Invocation command line was
21812181
21822182
$ $0 $@
@@ -3011,7 +3011,7 @@ fi
30113011

30123012
# Define the identity of the package.
30133013
PACKAGE='gawk'
3014-
VERSION='4.0.0l'
3014+
VERSION='4.0.1'
30153015

30163016

30173017
cat >>confdefs.h <<_ACEOF
@@ -11221,7 +11221,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1122111221
# report actual input values of CONFIG_FILES etc. instead of their
1122211222
# values after options handling.
1122311223
ac_log="
11224-
This file was extended by GNU Awk $as_me 4.0.0l, which was
11224+
This file was extended by GNU Awk $as_me 4.0.1, which was
1122511225
generated by GNU Autoconf 2.68. Invocation command line was
1122611226
1122711227
CONFIG_FILES = $CONFIG_FILES
@@ -11289,7 +11289,7 @@ _ACEOF
1128911289
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1129011290
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1129111291
ac_cs_version="\\
11292-
GNU Awk config.status 4.0.0l
11292+
GNU Awk config.status 4.0.1
1129311293
configured by $0, generated by GNU Autoconf 2.68,
1129411294
with options \\"\$ac_cs_config\\"
1129511295

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dnl
2323

2424
dnl Process this file with autoconf to produce a configure script.
2525

26-
AC_INIT([GNU Awk], 4.0.0l, [email protected], gawk)
26+
AC_INIT([GNU Awk], 4.0.1, [email protected], gawk)
2727

2828
# This is a hack. Different versions of install on different systems
2929
# are just too different. Chuck it and use install-sh.

doc/ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2012-03-28 Arnold D. Robbins <[email protected]>
2+
3+
* 4.0.1: Release tar ball made.
4+
15
2012-02-10 Arnold D. Robbins <[email protected]>
26

37
* gawk.texi, awkcard.in: Bump patch level.

extension/ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2012-03-28 Arnold D. Robbins <[email protected]>
2+
3+
* 4.0.1: Release tar ball made.
4+
15
2011-06-23 Arnold D. Robbins <[email protected]>
26

37
* ChangeLog.0: Rotated ChangeLog into this file.

m4/ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2012-03-28 Arnold D. Robbins <[email protected]>
2+
3+
* 4.0.1: Release tar ball made.
4+
15
2011-06-23 Arnold D. Robbins <[email protected]>
26

37
* ChangeLog.0: Rotated ChangeLog into this file.

missing_d/ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2012-03-28 Arnold D. Robbins <[email protected]>
2+
3+
* 4.0.1: Release tar ball made.
4+
15
2011-11-02 Pat Rankin <[email protected]>
26

37
* wcmisc.c: Make code be conditional upon corresponding !HAVE_WCxxx.

pc/ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2012-03-28 Arnold D. Robbins <[email protected]>
2+
3+
* 4.0.1: Release tar ball made.
4+
15
2012-03-20 Arnold D. Robbins <[email protected]>
26

37
* Makefile.tst (printfbad3): New test.

pc/config.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@
425425
#define PACKAGE_NAME "GNU Awk"
426426

427427
/* Define to the full name and version of this package. */
428-
#define PACKAGE_STRING "GNU Awk 4.0.0l"
428+
#define PACKAGE_STRING "GNU Awk 4.0.1"
429429

430430
/* Define to the one symbol short name of this package. */
431431
#define PACKAGE_TARNAME "gawk"
@@ -434,7 +434,7 @@
434434
#define PACKAGE_URL "http://www.gnu.org/software/gawk/"
435435

436436
/* Define to the version of this package. */
437-
#define PACKAGE_VERSION "4.0.0l"
437+
#define PACKAGE_VERSION "4.0.1"
438438

439439
/* Define to 1 if *printf supports %F format */
440440
#undef PRINTF_HAS_F_FORMAT
@@ -496,7 +496,7 @@
496496

497497

498498
/* Version number of package */
499-
#define VERSION "4.0.0l"
499+
#define VERSION "4.0.1"
500500

501501
/* Number of bits in a file offset, on hosts where this is settable. */
502502
#undef _FILE_OFFSET_BITS

po/ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2012-03-28 Arnold D. Robbins <[email protected]>
2+
3+
* 4.0.1: Release tar ball made.
4+
15
2011-07-17 Arnold D. Robbins <[email protected]>
26

37
* Makefile.in.in (dist2): Remove README from list of files checked for

po/da.gmo

0 Bytes
Binary file not shown.

po/da.po

+12-12
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgid ""
1010
msgstr ""
1111
"Project-Id-Version: gawk 4.0.0h\n"
1212
"Report-Msgid-Bugs-To: [email protected]\n"
13-
"POT-Creation-Date: 2012-03-20 21:11+0200\n"
13+
"POT-Creation-Date: 2012-03-28 22:03+0200\n"
1414
"PO-Revision-Date: 2012-02-06 10:37+0100\n"
1515
"Last-Translator: Keld Simonsen <[email protected]>\n"
1616
"Language-Team: Danish <[email protected]>\n"
@@ -1290,57 +1290,57 @@ msgstr "gamle versioner af awk underst
12901290
msgid "`FPAT' is a gawk extension"
12911291
msgstr "'FPAT' er en gawk-udvidelse"
12921292

1293-
#: getopt.c:601 getopt.c:630
1293+
#: getopt.c:604 getopt.c:633
12941294
#, fuzzy, c-format
12951295
msgid "%s: option '%s' is ambiguous; possibilities:"
12961296
msgstr "%s: flaget '%s' er flertydigt\n"
12971297

1298-
#: getopt.c:676 getopt.c:680
1298+
#: getopt.c:679 getopt.c:683
12991299
#, c-format
13001300
msgid "%s: option '--%s' doesn't allow an argument\n"
13011301
msgstr "%s: flaget '--%s' tillader ikke noget argument\n"
13021302

1303-
#: getopt.c:689 getopt.c:694
1303+
#: getopt.c:692 getopt.c:697
13041304
#, c-format
13051305
msgid "%s: option '%c%s' doesn't allow an argument\n"
13061306
msgstr "%s: flaget '%c%s' tillader ikke noget argument\n"
13071307

1308-
#: getopt.c:737 getopt.c:756
1308+
#: getopt.c:740 getopt.c:759
13091309
#, c-format
13101310
msgid "%s: option '--%s' requires an argument\n"
13111311
msgstr "%s: flaget '--%s' kræver et argument\n"
13121312

1313-
#: getopt.c:794 getopt.c:797
1313+
#: getopt.c:797 getopt.c:800
13141314
#, c-format
13151315
msgid "%s: unrecognized option '--%s'\n"
13161316
msgstr "%s: ukendt flag '--%s'\n"
13171317

1318-
#: getopt.c:805 getopt.c:808
1318+
#: getopt.c:808 getopt.c:811
13191319
#, c-format
13201320
msgid "%s: unrecognized option '%c%s'\n"
13211321
msgstr "%s: ukendt flag '%c%s'\n"
13221322

1323-
#: getopt.c:857 getopt.c:860
1323+
#: getopt.c:860 getopt.c:863
13241324
#, c-format
13251325
msgid "%s: invalid option -- '%c'\n"
13261326
msgstr "%s: ugyldigt flag - '%c'\n"
13271327

1328-
#: getopt.c:913 getopt.c:930 getopt.c:1140 getopt.c:1158
1328+
#: getopt.c:916 getopt.c:933 getopt.c:1143 getopt.c:1161
13291329
#, c-format
13301330
msgid "%s: option requires an argument -- '%c'\n"
13311331
msgstr "%s: flaget kræver et argument - '%c'\n"
13321332

1333-
#: getopt.c:986 getopt.c:1002
1333+
#: getopt.c:989 getopt.c:1005
13341334
#, c-format
13351335
msgid "%s: option '-W %s' is ambiguous\n"
13361336
msgstr "%s: flaget '-W %s' er flertydigt\n"
13371337

1338-
#: getopt.c:1026 getopt.c:1044
1338+
#: getopt.c:1029 getopt.c:1047
13391339
#, c-format
13401340
msgid "%s: option '-W %s' doesn't allow an argument\n"
13411341
msgstr "%s: flaget '-W %s' tillader ikke noget argument\n"
13421342

1343-
#: getopt.c:1065 getopt.c:1083
1343+
#: getopt.c:1068 getopt.c:1086
13441344
#, c-format
13451345
msgid "%s: option '-W %s' requires an argument\n"
13461346
msgstr "%s: flaget '-W %s' kræver et argument\n"

po/de.gmo

0 Bytes
Binary file not shown.

po/de.po

+12-12
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: gawk 4.0.0h\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
11-
"POT-Creation-Date: 2012-03-20 21:11+0200\n"
11+
"POT-Creation-Date: 2012-03-28 22:03+0200\n"
1212
"PO-Revision-Date: 2012-01-30 16:21+0100\n"
1313
"Last-Translator: Philipp Thomas <[email protected]>\n"
1414
"Language-Team: German <[email protected]>\n"
@@ -1330,57 +1330,57 @@ msgstr "Das alte awk unterstützt keine regulären Ausdrücke als Wert von »FS
13301330
msgid "`FPAT' is a gawk extension"
13311331
msgstr "»FPAT« ist eine gawk-Erweiterung"
13321332

1333-
#: getopt.c:601 getopt.c:630
1333+
#: getopt.c:604 getopt.c:633
13341334
#, fuzzy, c-format
13351335
msgid "%s: option '%s' is ambiguous; possibilities:"
13361336
msgstr "%s: Option »%s« ist mehrdeutig\n"
13371337

1338-
#: getopt.c:676 getopt.c:680
1338+
#: getopt.c:679 getopt.c:683
13391339
#, c-format
13401340
msgid "%s: option '--%s' doesn't allow an argument\n"
13411341
msgstr "%s: Die Option »--%s« hat keine Argumente\n"
13421342

1343-
#: getopt.c:689 getopt.c:694
1343+
#: getopt.c:692 getopt.c:697
13441344
#, c-format
13451345
msgid "%s: option '%c%s' doesn't allow an argument\n"
13461346
msgstr "%s: Die Option »%c%s« hat keine Argument\n"
13471347

1348-
#: getopt.c:737 getopt.c:756
1348+
#: getopt.c:740 getopt.c:759
13491349
#, c-format
13501350
msgid "%s: option '--%s' requires an argument\n"
13511351
msgstr "%s: Die Option »%s« erfordert ein Argument\n"
13521352

1353-
#: getopt.c:794 getopt.c:797
1353+
#: getopt.c:797 getopt.c:800
13541354
#, c-format
13551355
msgid "%s: unrecognized option '--%s'\n"
13561356
msgstr "%s: Die Option »--%s« ist unbekannt\n"
13571357

1358-
#: getopt.c:805 getopt.c:808
1358+
#: getopt.c:808 getopt.c:811
13591359
#, c-format
13601360
msgid "%s: unrecognized option '%c%s'\n"
13611361
msgstr "%s: Die Option »%c%s« ist unbekannt\n"
13621362

1363-
#: getopt.c:857 getopt.c:860
1363+
#: getopt.c:860 getopt.c:863
13641364
#, c-format
13651365
msgid "%s: invalid option -- '%c'\n"
13661366
msgstr "%s: Ungültige Option -- »%c«\n"
13671367

1368-
#: getopt.c:913 getopt.c:930 getopt.c:1140 getopt.c:1158
1368+
#: getopt.c:916 getopt.c:933 getopt.c:1143 getopt.c:1161
13691369
#, c-format
13701370
msgid "%s: option requires an argument -- '%c'\n"
13711371
msgstr "%s Die Option »%c« erfordert ein Argument\n"
13721372

1373-
#: getopt.c:986 getopt.c:1002
1373+
#: getopt.c:989 getopt.c:1005
13741374
#, c-format
13751375
msgid "%s: option '-W %s' is ambiguous\n"
13761376
msgstr "%s: Die Option »-W %s« ist mehrdeutig\n"
13771377

1378-
#: getopt.c:1026 getopt.c:1044
1378+
#: getopt.c:1029 getopt.c:1047
13791379
#, c-format
13801380
msgid "%s: option '-W %s' doesn't allow an argument\n"
13811381
msgstr "%s: Die Option »-W %s« hat keine Argumente\n"
13821382

1383-
#: getopt.c:1065 getopt.c:1083
1383+
#: getopt.c:1068 getopt.c:1086
13841384
#, c-format
13851385
msgid "%s: option '-W %s' requires an argument\n"
13861386
msgstr "%s: Die Option »-W %s« erfordert ein Argument\n"

po/es.gmo

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)