summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-02-20 19:45:41 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-02-20 19:45:41 +0200
commitb4aa6a524d929ecf7c458acc456db50d6f11e7f4 (patch)
treeed9a387adaca960b5dbc0a1c78dfa3b7e0721e72
parent5e3f96e34832b2db0b33e38280643ff336c34450 (diff)
downloadgawk-b4aa6a524d929ecf7c458acc456db50d6f11e7f4.tar.gz
Sync getopt with GLIBC.
-rw-r--r--ChangeLog2
-rw-r--r--getopt.c2
-rw-r--r--getopt.h2
-rw-r--r--getopt1.c2
-rw-r--r--getopt_int.h2
5 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 404ba03c..45bf91fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,10 @@
* regex.h, regex.c, regex_internal.c, regex_internal.h: Sync
with GLIBC. Mainly copyright updates.
+ * getopt.c, getopt.h, getopt1.c, getopt_int.h: Ditto.
* dfa.c (parse_bracket_exp): Sync with grep, where they restored
the buggy code. Sigh.
+ *
2014-02-15 Arnold D. Robbins <arnold@skeeve.com>
diff --git a/getopt.c b/getopt.c
index a45e30f4..7bd42bb6 100644
--- a/getopt.c
+++ b/getopt.c
@@ -2,7 +2,7 @@
NOTE: getopt is part of the C library, so if you don't know what
"Keep this file name-space clean" means, talk to drepper@gnu.org
before changing it!
- Copyright (C) 1987-2013 Free Software Foundation, Inc.
+ Copyright (C) 1987-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/getopt.h b/getopt.h
index 5d19cb3d..da1a01ff 100644
--- a/getopt.h
+++ b/getopt.h
@@ -1,5 +1,5 @@
/* Declarations for getopt.
- Copyright (C) 1989-2013 Free Software Foundation, Inc.
+ Copyright (C) 1989-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/getopt1.c b/getopt1.c
index 8be96571..32f2f6a6 100644
--- a/getopt1.c
+++ b/getopt1.c
@@ -1,5 +1,5 @@
/* getopt_long and getopt_long_only entry points for GNU getopt.
- Copyright (C) 1987-2013 Free Software Foundation, Inc.
+ Copyright (C) 1987-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/getopt_int.h b/getopt_int.h
index 92f3871e..d255c8ee 100644
--- a/getopt_int.h
+++ b/getopt_int.h
@@ -1,5 +1,5 @@
/* Internal declarations for getopt.
- Copyright (C) 1989-2013 Free Software Foundation, Inc.
+ Copyright (C) 1989-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or