diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-02-20 19:45:41 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-02-20 19:45:41 +0200 |
commit | b4aa6a524d929ecf7c458acc456db50d6f11e7f4 (patch) | |
tree | ed9a387adaca960b5dbc0a1c78dfa3b7e0721e72 | |
parent | 5e3f96e34832b2db0b33e38280643ff336c34450 (diff) | |
download | egawk-b4aa6a524d929ecf7c458acc456db50d6f11e7f4.tar.gz egawk-b4aa6a524d929ecf7c458acc456db50d6f11e7f4.tar.bz2 egawk-b4aa6a524d929ecf7c458acc456db50d6f11e7f4.zip |
Sync getopt with GLIBC.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | getopt.c | 2 | ||||
-rw-r--r-- | getopt.h | 2 | ||||
-rw-r--r-- | getopt1.c | 2 | ||||
-rw-r--r-- | getopt_int.h | 2 |
5 files changed, 6 insertions, 4 deletions
@@ -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> @@ -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 @@ -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 @@ -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 |