diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-02-27 22:54:19 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-02-27 22:54:19 +0200 |
commit | a2353048716e96cc0b3d5c69bc6159902602abe9 (patch) | |
tree | ac2e1198fe29e64cebf918d4acaf89438f8236a2 | |
parent | 511ce662d8020896a812290d70458f777b460db9 (diff) | |
download | egawk-a2353048716e96cc0b3d5c69bc6159902602abe9.tar.gz egawk-a2353048716e96cc0b3d5c69bc6159902602abe9.tar.bz2 egawk-a2353048716e96cc0b3d5c69bc6159902602abe9.zip |
Make 'j' tarball for testing.
-rw-r--r-- | ChangeLog | 6 | ||||
-rwxr-xr-x | configure | 20 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | dfa.c | 6 | ||||
-rw-r--r-- | dfa.h | 2 | ||||
-rw-r--r-- | pc/config.h | 6 | ||||
-rw-r--r-- | po/da.gmo | bin | 49103 -> 49103 bytes | |||
-rw-r--r-- | po/da.po | 2 | ||||
-rw-r--r-- | po/de.gmo | bin | 52578 -> 52578 bytes | |||
-rw-r--r-- | po/de.po | 2 | ||||
-rw-r--r-- | po/es.gmo | bin | 51849 -> 51849 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 | 53704 -> 53704 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 | 49681 -> 49681 bytes | |||
-rw-r--r-- | po/nl.po | 2 | ||||
-rw-r--r-- | po/pl.gmo | bin | 51867 -> 51867 bytes | |||
-rw-r--r-- | po/pl.po | 2 | ||||
-rw-r--r-- | po/sv.gmo | bin | 49121 -> 49121 bytes | |||
-rw-r--r-- | po/sv.po | 2 | ||||
-rw-r--r-- | version.c | 2 |
28 files changed, 37 insertions, 31 deletions
@@ -1,3 +1,9 @@ +2012-02-27 Arnold D. Robbins <arnold@skeeve.com> + + * dfa.c (parse_bracket_exp): Revert changes 2012-02-15 to stay + in sync with grep. + * dfa.h (dfarerror): Add __attribute__ from grep. + 2012-02-15 Arnold D. Robbins <arnold@skeeve.com> Fix warnings from GCC 4.6.2 -Wall option. @@ -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.0i. +# Generated by GNU Autoconf 2.68 for GNU Awk 4.0.0j. # # 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.0i' -PACKAGE_STRING='GNU Awk 4.0.0i' +PACKAGE_VERSION='4.0.0j' +PACKAGE_STRING='GNU Awk 4.0.0j' 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.0i to adapt to many kinds of systems. +\`configure' configures GNU Awk 4.0.0j 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.0i:";; + short | recursive ) echo "Configuration of GNU Awk 4.0.0j:";; 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.0i +GNU Awk configure 4.0.0j 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.0i, which was +It was created by GNU Awk $as_me 4.0.0j, 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.0i' + VERSION='4.0.0j' 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.0i, which was +This file was extended by GNU Awk $as_me 4.0.0j, 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.0i +GNU Awk config.status 4.0.0j configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 1d0a1688..b1e42f00 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.0i, bug-gawk@gnu.org, gawk) +AC_INIT([GNU Awk], 4.0.0j, 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. @@ -876,7 +876,7 @@ static token parse_bracket_exp (void) { int invert; - int c = 0, c1 = 0, c2 = 0; + int c, c1, c2; charclass ccl; /* Used to warn about [:space:]. @@ -886,8 +886,8 @@ parse_bracket_exp (void) Bit 3 = includes ranges, char/equiv classes or collation elements. */ int colon_warning_state; - wint_t wc = 0; - wint_t wc2 = 0; + wint_t wc; + wint_t wc2; wint_t wc1 = 0; /* Work area to build a mb_char_classes. */ @@ -106,4 +106,4 @@ extern void dfawarn (const char *); /* dfaerror() is called by the regexp routines whenever an error occurs. It takes a single argument, a NUL-terminated string describing the error. The user must supply a dfaerror. */ -extern void dfaerror (const char *); +extern void dfaerror (const char *) __attribute__ ((noreturn)); diff --git a/pc/config.h b/pc/config.h index 72f75bc6..737953ac 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.0i" +#define PACKAGE_STRING "GNU Awk 4.0.0j" /* 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.0i" +#define PACKAGE_VERSION "4.0.0j" /* 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.0i" +#define VERSION "4.0.0j" /* 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 4.0.0h\n" "Report-Msgid-Bugs-To: arnold@skeeve.com\n" -"POT-Creation-Date: 2012-02-15 21:20+0200\n" +"POT-Creation-Date: 2012-02-27 22:46+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" Binary files differ@@ -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-02-15 21:20+0200\n" +"POT-Creation-Date: 2012-02-27 22:46+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" Binary files differ@@ -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-02-15 21:20+0200\n" +"POT-Creation-Date: 2012-02-27 22:46+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" 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: 2012-02-15 21:20+0200\n" +"POT-Creation-Date: 2012-02-27 22: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.0h\n" "Report-Msgid-Bugs-To: arnold@skeeve.com\n" -"POT-Creation-Date: 2012-02-15 21:20+0200\n" +"POT-Creation-Date: 2012-02-27 22:46+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 5dc49dc0..640c732f 100644 --- a/po/gawk.pot +++ b/po/gawk.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: gawk 4.0.0i\n" +"Project-Id-Version: gawk 4.0.0j\n" "Report-Msgid-Bugs-To: arnold@skeeve.com\n" -"POT-Creation-Date: 2012-02-15 21:20+0200\n" +"POT-Creation-Date: 2012-02-27 22: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: 2012-02-15 21:20+0200\n" +"POT-Creation-Date: 2012-02-27 22: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: 2012-02-15 21:20+0200\n" +"POT-Creation-Date: 2012-02-27 22: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.0h\n" "Report-Msgid-Bugs-To: arnold@skeeve.com\n" -"POT-Creation-Date: 2012-02-15 21:20+0200\n" +"POT-Creation-Date: 2012-02-27 22:46+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" Binary files differ@@ -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-02-15 21:20+0200\n" +"POT-Creation-Date: 2012-02-27 22:46+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" Binary files differ@@ -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-02-15 21:20+0200\n" +"POT-Creation-Date: 2012-02-27 22:46+0200\n" "PO-Revision-Date: 2012-01-30 12:07+0100\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.0i"; +const char *version_string = "GNU Awk 4.0.0j"; |