From e993c9e6f28f72ede7c9cef06c4c684aa710c969 Mon Sep 17 00:00:00 2001 From: jkahrs Date: Sun, 17 Jun 2007 16:15:21 +0000 Subject: [PATCH] Sync with savannah gawk cvsps 126. Update copyright year. --- .savannah | 2 +- AUTHORS | 2 +- ChangeLog | 4 ++ Makefile.am | 2 +- POSIX.STD | 3 +- README | 20 +++--- array.c | 2 +- awk.h | 2 +- awkgram.y | 2 +- builtin.c | 2 +- configure.ac | 2 +- dfa.c | 3 +- doc/gawk.info | 104 ++++++++++++++++++++++-------- eval.c | 2 +- ext.c | 2 +- field.c | 2 +- floatcomp.c | 2 +- io.c | 2 +- main.c | 2 +- node.c | 2 +- pc/Makefile.tst | 2 +- profile.c | 2 +- re.c | 2 +- unsupported/atari/Makefile.awklib | 2 +- unsupported/atari/config.h | 2 +- vms/redirect.h | 3 +- vms/vms-conf.h | 3 +- vms/vmsbuild.com | 2 +- 28 files changed, 123 insertions(+), 59 deletions(-) diff --git a/.savannah b/.savannah index d136d6a..0a3e7b0 100644 --- a/.savannah +++ b/.savannah @@ -1 +1 @@ -125 +126 diff --git a/AUTHORS b/AUTHORS index be99960..489a1af 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,4 @@ - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2006, 2007 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/ChangeLog b/ChangeLog index 4433c30..39a68a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Jun 4 01:12:21 2007 Arnold D. Robbins + + * All relevant files: Updated copyright year to 2007. + Mon May 28 08:06:15 2007 Arnold D. Robbins * main.c (use_lc_numeric): New variable, true for new diff --git a/Makefile.am b/Makefile.am index 28b16b9..fab7a49 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # # Makefile.am --- automake input file for gawk # -# Copyright (C) 2000-2005 the Free Software Foundation, Inc. +# Copyright (C) 2000-2007 the Free Software Foundation, Inc. # # This file is part of GAWK, the GNU implementation of the # AWK Programming Language. diff --git a/POSIX.STD b/POSIX.STD index f977a02..70b25e8 100644 --- a/POSIX.STD +++ b/POSIX.STD @@ -1,4 +1,5 @@ - Copyright (C) 1992, 1995, 1998, 2001, 2006 Free Software Foundation, Inc. + Copyright (C) 1992, 1995, 1998, 2001, 2006, 2007 + Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/README b/README index 00a917f..1206429 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ - Copyright (C) 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright @@ -6,18 +6,17 @@ README: -This is GNU Awk 3.1.5. It is upwardly compatible with the Bell Labs +This is GNU Awk 3.1.6. It is upwardly compatible with the Bell Labs research version of awk. It is almost completely compliant with the -1993 POSIX 1003.2 standard for awk. (See the note below about POSIX.) +2004 POSIX 1003.1 standard for awk. (See the note below about POSIX.) This is a bug fix release. See NEWS and ChangeLog for details. Work to be done is described briefly in the FUTURES file. Changes in this version are summarized in the NEWS file. Please read the LIMITATIONS file. -Read the file POSIX.STD for a discussion of how the standard says -comparisons should be done vs. how they really should be done and how -gawk does them. +Read the file POSIX.STD for a discussion of issues where the standard +says one thing but gawk does something different. To format the documentation with TeX, use at least version 2000-10-27.17 of texinfo.tex. There is a usable copy of texinfo.tex in the doc directory. @@ -38,8 +37,8 @@ You might want to get a copy of bison from the FSF too.) If you have a Windows32, MS-DOS or OS/2 system, use the stuff in the `pc' directory. Similarly, there is a separate directory for VMS. -Ports for the Atari and Tandem are supplied, but they are unsupported. -Thus, their code appears in the `unsupported' directory. +Ports for the Atari and old Tandem systems are supplied, but they are +unsupported. Thus, their code appears in the `unsupported' directory. Appendix B of ``GAWK: Effective Awk Programming'' discusses configuration in detail. The configuration process is based on GNU Autoconf and @@ -103,6 +102,11 @@ OS/2: Tandem: Stephen Davies scldad@sdc.com.au + (Original Tandem port) + + Ralf Wildenhues + + POSIX-compliant Tandem systems VMS: Pat Rankin diff --git a/array.c b/array.c index 7bc8c02..f1787a6 100644 --- a/array.c +++ b/array.c @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2005 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2007 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. diff --git a/awk.h b/awk.h index bde9c78..18a5f5c 100644 --- a/awk.h +++ b/awk.h @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2005 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2007 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. diff --git a/awkgram.y b/awkgram.y index f24bcc3..868d6dd 100644 --- a/awkgram.y +++ b/awkgram.y @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2006 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2007 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. diff --git a/builtin.c b/builtin.c index 5f5e9ac..80d38b8 100644 --- a/builtin.c +++ b/builtin.c @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2005 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2007 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. diff --git a/configure.ac b/configure.ac index c2915d6..e56a79e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl dnl configure.ac --- autoconf input file for gawk dnl -dnl Copyright (C) 1995-2005 the Free Software Foundation, Inc. +dnl Copyright (C) 1995-2007 the Free Software Foundation, Inc. dnl dnl This file is part of GAWK, the GNU implementation of the dnl AWK Programming Language. diff --git a/dfa.c b/dfa.c index 7dd2f97..8e244e7 100644 --- a/dfa.c +++ b/dfa.c @@ -1,5 +1,6 @@ /* dfa.c - deterministic extended regexp routines for GNU - Copyright 1988, 1998, 2000, 2002, 2004, 2005 Free Software Foundation, Inc. + Copyright 1988, 1998, 2000, 2002, 2004, 2005, 2007 + Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/doc/gawk.info b/doc/gawk.info index 340a228..2af5bd6 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -417,6 +417,7 @@ texts being (a) (see below), and with the Back-Cover Texts being (b) * VMS Installation Details:: How to install `gawk' under VMS. * VMS Running:: How to run `gawk' under VMS. * VMS POSIX:: Alternate instructions for VMS POSIX. +* VMS Old Gawk:: An old version comes with some VMS systems. * Unsupported:: Systems whose ports are no longer supported. * Atari Installation:: Installing `gawk' on the Atari ST. @@ -2749,7 +2750,8 @@ This output is unexpected, since the `abc' at the end of `something1234abc' should not normally match `[A-Z]*'. This result is due to the locale setting (and thus you may not see it on your system). There are two fixes. The first is to use the POSIX character class -`[[:upper:]]', instead of `[A-Z]'. The second is to change the locale +`[[:upper:]]', instead of `[A-Z]'. (This is preferred, since then your +program will work everywhere.) The second is to change the locale setting in the environment, before running `gawk', by using the shell statements: @@ -2767,10 +2769,14 @@ either list the characters individually, or use a POSIX character class such as `[[:punct:]]'.) For the normal case of `RS = "\n"', the locale is largely irrelevant. -For other single byte record separators, using `LC_ALL=C' will give you -much better performance when reading records. Otherwise, `gawk' has to -make several function calls, _per input character_ to find the record -terminator. +For other single-character record separators, using `LC_ALL=C' will +give you much better performance when reading records. Otherwise, +`gawk' has to make several function calls, _per input character_ to +find the record terminator. + + Finally, the locale affects the value of the decimal point character +used when `gawk' parses input data. This is discussed in detail in +*Note Conversion::.  File: gawk.info, Node: Reading Files, Next: Printing, Prev: Regexp, Up: Top @@ -5802,9 +5808,8 @@ decimal point when reading the `awk' program source code, and for command-line variable assignments (*note Other Arguments::). However, when interpreting input data, for `print' and `printf' output, and for number to string conversion, the local decimal point character is used. -As of version 3.1.3, `gawk' fully complies with this aspect of the -standard. Here are some examples indicating the difference in behavior, -on a GNU/Linux system: +Here are some examples indicating the difference in behavior, on a +GNU/Linux system: $ gawk 'BEGIN { printf "%g\n", 3.1415927 }' -| 3.14159 @@ -5820,6 +5825,16 @@ the decimal point separator. In the normal `"C"' locale, `gawk' treats `4,321' as `4', while in the Danish locale, it's treated as the full number, `4.321'. + For version 3.1.3 through 3.1.5, `gawk' fully complied with this +aspect of the standard. However, many users in non-English locales +complained about this behavior, since their data used a period as the +decimal point. Beginning in version 3.1.6, the default behavior was +restored to use a period as the decimal point character. You can use +the `--use-lc-numeric' option (*note Options::) to force `gawk' to use +the locale's decimal point character. (`gawk' also uses the locale's +decimal point character when in POSIX mode, either via `--posix', or +the `POSIXLY_CORRECT' environment variable.) + ---------- Footnotes ---------- (1) Pathological cases can require up to 752 digits (!), but we @@ -12214,6 +12229,9 @@ The following list describes `gawk'-specific options: of `FS' to be a single TAB character (*note Field Separators::). + * The locale's decimal point character is used for parsing input + data (*note Locales::). + * The `fflush' built-in function is not supported (*note I/O Functions::). @@ -12248,6 +12266,11 @@ The following list describes `gawk'-specific options: functions that you want to use from your command-line programs (*note AWKPATH Variable::). +`-W use-lc-numeric' +`--use-lc-numeric' + This option forces the use of the locale's decimal point character + when parsing numeric input data (*note Locales::). + `-W version' `--version' Prints version information for this particular copy of `gawk'. @@ -16836,6 +16859,9 @@ standard: * Specifying `-Ft' on the command line does not set the value of `FS' to be a single TAB character (*note Field Separators::). + * The locale's decimal point character is used for parsing input + data (*note Locales::). + * The `fflush' built-in function is not supported (*note I/O Functions::). @@ -17054,10 +17080,17 @@ all be disabled with either the `--traditional' or `--posix' options `gawk', for producing execution profiles of `awk' programs (*note Profiling::). + * The `--use-lc-numeric' option to force `gawk' to use the locale's + decimal point for parsing input data (*note Conversion::). + * The `--enable-portals' configuration option to enable special treatment of pathnames that begin with `/p' as BSD portals (*note Portal Files::). + * The `--disable-directories-fatal' configuration option which + causes `gawk' to silently skip directories named on the command + line (*note Additional Configuration Options::). + * The use of GNU Automake to help in standardizing the configuration process (*note Quick Installation::). @@ -18035,6 +18068,7 @@ This node describes how to compile and install `gawk' under VMS. * VMS Installation Details:: How to install `gawk' under VMS. * VMS Running:: How to run `gawk' under VMS. * VMS POSIX:: Alternate instructions for VMS POSIX. +* VMS Old Gawk:: An old version comes with some VMS systems.  File: gawk.info, Node: VMS Compilation, Next: VMS Installation Details, Up: VMS Installation @@ -18157,7 +18191,7 @@ When defining it, the value should be quoted so that it retains a single translation and not a multitranslation `RMS' searchlist.  -File: gawk.info, Node: VMS POSIX, Prev: VMS Running, Up: VMS Installation +File: gawk.info, Node: VMS POSIX, Next: VMS Old Gawk, Prev: VMS Running, Up: VMS Installation B.3.4.4 Building and Using `gawk' on VMS POSIX .............................................. @@ -18186,6 +18220,20 @@ V5.2. normal VMS port of `gawk', no special command-line manipulation is needed in the VMS POSIX environment. + +File: gawk.info, Node: VMS Old Gawk, Prev: VMS POSIX, Up: VMS Installation + +B.3.4.5 Some VMS Systems Have An Old Version of `gawk' +...................................................... + +Some versions of VMS have an old version of `gawk'. To access it, +define a symbol, as follows: + + $ gawk :== $ sys$common:[syshlp.examples.tcpip.snmp]gawk.exe + + This is apparently version 2.15.6, which is quite old. We recommend +compiling and using the current version. +  File: gawk.info, Node: Unsupported, Next: Bugs, Prev: Non-Unix Installation, Up: Installation @@ -21400,22 +21448,23 @@ Index * --non-decimal-data option, strtonum function and: Nondecimal Data. (line 36) * --posix option: Options. (line 176) -* --posix option, --traditional option and: Options. (line 203) -* --profile option <1>: Options. (line 209) +* --posix option, --traditional option and: Options. (line 206) +* --profile option <1>: Options. (line 212) * --profile option: Profiling. (line 15) -* --re-interval option: Options. (line 221) -* --source option: Options. (line 228) +* --re-interval option: Options. (line 224) +* --source option: Options. (line 231) * --traditional option: Options. (line 79) -* --traditional option, --posix option and: Options. (line 203) +* --traditional option, --posix option and: Options. (line 206) * --usage option: Options. (line 139) -* --version option: Options. (line 236) +* --use-lc-numeric option: Options. (line 239) +* --version option: Options. (line 244) * -f option: Options. (line 25) * -F option <1>: Options. (line 21) * -F option: Command Line Field Separator. (line 6) * -f option: Long. (line 12) -* -F option, -Ft sets FS to TAB: Options. (line 244) -* -f option, on command line: Options. (line 249) +* -F option, -Ft sets FS to TAB: Options. (line 252) +* -f option, on command line: Options. (line 257) * -F option, troubleshooting: Known Bugs. (line 6) * -mf/-mr options: Options. (line 45) * -v option: Options. (line 30) @@ -21676,7 +21725,7 @@ Index * awk programs, location of: Options. (line 25) * awk programs, one-line examples: Very Simple. (line 45) * awk programs, profiling: Profiling. (line 6) -* awk programs, profiling, enabling: Options. (line 209) +* awk programs, profiling, enabling: Options. (line 212) * awk programs, running <1>: Long. (line 6) * awk programs, running: Running gawk. (line 6) * awk programs, running, from shell scripts: One-shot. (line 22) @@ -21975,7 +22024,7 @@ Index * counting: Wc Program. (line 6) * csh utility: Statements/Lines. (line 44) * csh utility, backslash continuation and: More Complex. (line 15) -* csh utility, POSIXLY_CORRECT environment variable: Options. (line 287) +* csh utility, POSIXLY_CORRECT environment variable: Options. (line 295) * csh utility, |& operator, comparison with: Two-way I/O. (line 44) * ctime user-defined function: Function Example. (line 72) * currency symbols, localization: Explaining gettext. (line 99) @@ -22044,6 +22093,7 @@ Index * deadlocks: Two-way I/O. (line 71) * debugging gawk: Known Bugs. (line 6) * debugging gawk, bug reports: Bugs. (line 9) +* decimal point character, locale specific: Options. (line 200) * decrement operators: Increment Ops. (line 35) * default keyword: Switch Statement. (line 6) * Deifik, Scott <1>: Bugs. (line 58) @@ -22237,7 +22287,7 @@ Index * Fenlason, Jay <1>: Contributors. (line 19) * Fenlason, Jay: History. (line 30) * fflush function: I/O Functions. (line 25) -* fflush function, unsupported: Options. (line 200) +* fflush function, unsupported: Options. (line 203) * field numbers: Nonconstant Fields. (line 6) * field operator $: Fields. (line 19) * field operators, dollar sign as: Fields. (line 19) @@ -22497,7 +22547,7 @@ Index * gawk, string-translation functions: I18N Functions. (line 6) * gawk, timestamps: Time Functions. (line 6) * gawk, uses for: Preface. (line 35) -* gawk, versions of, information about, printing: Options. (line 236) +* gawk, versions of, information about, printing: Options. (line 244) * gawk, word-boundary operator: GNU Regexp Operators. (line 55) * General Public License (GPL): Glossary. (line 293) @@ -22765,7 +22815,7 @@ Index * lint checking, empty programs: Command Line. (line 16) * lint checking, issuing warnings: Options. (line 144) * lint checking, POSIXLY_CORRECT environment variable: Options. - (line 274) + (line 282) * lint checking, undefined functions: Function Caveats. (line 96) * LINT variable: User-modified. (line 83) * Linux <1>: Glossary. (line 579) @@ -22773,6 +22823,8 @@ Index * Linux <3>: I18N Example. (line 55) * Linux: Manual History. (line 28) * locale categories: Explaining gettext. (line 78) +* locale decimal point character: Options. (line 200) +* locale, definition of: Locales. (line 6) * localization: I18N and L10N. (line 6) * localization, See internationalization, localization: I18N and L10N. (line 6) @@ -23053,7 +23105,7 @@ Index * portability, NF variable, decrementing: Changing Fields. (line 115) * portability, operators: Increment Ops. (line 61) * portability, operators, not in POSIX awk: Precedence. (line 95) -* portability, POSIXLY_CORRECT environment variable: Options. (line 292) +* portability, POSIXLY_CORRECT environment variable: Options. (line 300) * portability, substr function: String Functions. (line 443) * portable object files <1>: Translator i18n. (line 6) * portable object files: Explaining gettext. (line 36) @@ -23108,7 +23160,7 @@ Index * POSIX, awk and: Preface. (line 22) * POSIX, gawk extensions not included in: POSIX/GNU. (line 6) * POSIX, programs, implementing in awk: Clones. (line 6) -* POSIXLY_CORRECT environment variable: Options. (line 274) +* POSIXLY_CORRECT environment variable: Options. (line 282) * precedence <1>: Precedence. (line 6) * precedence: Increment Ops. (line 61) * precedence, regexp operators: Regexp Operators. (line 149) @@ -23250,7 +23302,7 @@ Index (line 59) * regular expressions, gawk, command-line options: GNU Regexp Operators. (line 62) -* regular expressions, interval expressions and: Options. (line 221) +* regular expressions, interval expressions and: Options. (line 224) * regular expressions, leftmost longest match: Leftmost Longest. (line 6) * regular expressions, operators <1>: Regexp Operators. (line 6) @@ -23394,7 +23446,7 @@ Index * source code, Bell Laboratories awk: Other Versions. (line 13) * source code, gawk: Gawk Distribution. (line 6) * source code, mawk: Other Versions. (line 33) -* source code, mixing: Options. (line 228) +* source code, mixing: Options. (line 231) * source files, search path for: Igawk Program. (line 358) * sparse arrays: Array Intro. (line 66) * Spencer, Henry: Glossary. (line 12) diff --git a/eval.c b/eval.c index f8fa9d2..0cbf01b 100644 --- a/eval.c +++ b/eval.c @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2005 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2007 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. diff --git a/ext.c b/ext.c index 43ee773..4ac0e25 100644 --- a/ext.c +++ b/ext.c @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 1995 - 2001, 2003-2005 the Free Software Foundation, Inc. + * Copyright (C) 1995 - 2001, 2003-2007 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. diff --git a/field.c b/field.c index 4fcb5c6..05ca3e4 100644 --- a/field.c +++ b/field.c @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2006 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2007 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. diff --git a/floatcomp.c b/floatcomp.c index d0b35ca..4625f33 100644 --- a/floatcomp.c +++ b/floatcomp.c @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2005 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2007 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. diff --git a/io.c b/io.c index 5df863e..253a9d0 100644 --- a/io.c +++ b/io.c @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2005 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2007 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. diff --git a/main.c b/main.c index de7aab9..d198416 100644 --- a/main.c +++ b/main.c @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2005 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2007 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. diff --git a/node.c b/node.c index 2324ebe..c3d3484 100644 --- a/node.c +++ b/node.c @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2001, 2003-2006 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2001, 2003-2007 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. diff --git a/pc/Makefile.tst b/pc/Makefile.tst index 78ab5cd..ae090a8 100644 --- a/pc/Makefile.tst +++ b/pc/Makefile.tst @@ -1,6 +1,6 @@ # Makefile for GNU Awk test suite. # -# Copyright (C) 1988-2004 the Free Software Foundation, Inc. +# Copyright (C) 1988-2007 the Free Software Foundation, Inc. # # This file is part of GAWK, the GNU implementation of the # AWK Programming Language. diff --git a/profile.c b/profile.c index 1e6e305..123607a 100644 --- a/profile.c +++ b/profile.c @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1999-2005 the Free Software Foundation, Inc. + * Copyright (C) 1999-2007 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. diff --git a/re.c b/re.c index d069eb2..67bbab8 100644 --- a/re.c +++ b/re.c @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1991-2005 the Free Software Foundation, Inc. + * Copyright (C) 1991-2007 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. diff --git a/unsupported/atari/Makefile.awklib b/unsupported/atari/Makefile.awklib index baa06f9..48311ee 100644 --- a/unsupported/atari/Makefile.awklib +++ b/unsupported/atari/Makefile.awklib @@ -5,7 +5,7 @@ # This Makefile actually will work for awklib even when NOT # compiling with Atari Makefile!!! # -# Copyright (C) 1995, 96 the Free Software Foundation, Inc. +# Copyright (C) 1995, 1996 the Free Software Foundation, Inc. # # This file is part of GAWK, the GNU implementation of the # AWK Programming Language. diff --git a/unsupported/atari/config.h b/unsupported/atari/config.h index 9acb6a4..b9ed79e 100644 --- a/unsupported/atari/config.h +++ b/unsupported/atari/config.h @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 1995, 96 the Free Software Foundation, Inc. + * Copyright (C) 1995, 1996 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. diff --git a/vms/redirect.h b/vms/redirect.h index e2044e9..bdc6e88 100644 --- a/vms/redirect.h +++ b/vms/redirect.h @@ -3,7 +3,8 @@ */ /* - * Copyright (C) 1986, 88, 89, 91-93, 1996, 1997, 2007 the Free Software Foundation, Inc. + * Copyright (C) 1986, 88, 89, 91-93, 1996, 1997, 2007 + * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. diff --git a/vms/vms-conf.h b/vms/vms-conf.h index b6a6ed2..e9dcd98 100644 --- a/vms/vms-conf.h +++ b/vms/vms-conf.h @@ -7,7 +7,8 @@ */ /* - * Copyright (C) 1991-1992, 1995-1996, 1999, 2001, 2002, 2003, 2005 the Free Software Foundation, Inc. + * Copyright (C) 1991-1992, 1995-1996, 1999, 2001, 2002, 2003, 2005 + * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. diff --git a/vms/vmsbuild.com b/vms/vmsbuild.com index 743bcf4..ea33290 100644 --- a/vms/vmsbuild.com +++ b/vms/vmsbuild.com @@ -10,7 +10,7 @@ $! gawk 3.1.1 revised, Apr'02 $! gawk 3.1.6 revised, Mar'07 $! $ REL = "3.1" !release version number -$ PATCHLVL = "5" +$ PATCHLVL = "6" $! $! $ CCFLAGS = "/noList" ! "/noOpt/Debug"