[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FYI: branch-1_4 pacify gcc -Wall
From: |
Eric Blake |
Subject: |
Re: FYI: branch-1_4 pacify gcc -Wall |
Date: |
Wed, 31 May 2006 16:53:46 -0600 |
User-agent: |
Thunderbird 1.5.0.2 (Windows/20060308) |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
According to Eric Blake on 5/27/2006 10:23 PM:
>
> 2006-05-27 Eric Blake <address@hidden>
>
> * lib/regex.c (regex_compile): Kill compiler warnings.
> * lib/getopt.c: Likewise.
> * lib/obstack.c: Likewise.
> * src/builtin.c (builtin_init): Likewise.
> * src/path.c (path_search): Likewise.
And this obvious followup. Don't know how I bypassed my usual emacs
copyright-update hook.
2006-05-31 Eric Blake <address@hidden>
* lib/getopt.c: Fix copyright year.
* lib/obstack.c: Ditto.
* src/builtin.c: Ditto.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFEfh5684KuGfSFAYARAgPGAKCvYtdLAk4a7YOkqJmeWOd+bnknBgCeI0GG
bA4OxIGNTWOdqk2ZeO8R/+Q=
=CG07
-----END PGP SIGNATURE-----
Index: lib/getopt.c
===================================================================
RCS file: /sources/m4/m4/lib/Attic/getopt.c,v
retrieving revision 1.1.1.1.2.2
diff -u -p -r1.1.1.1.2.2 getopt.c
--- lib/getopt.c 28 May 2006 04:24:01 -0000 1.1.1.1.2.2
+++ lib/getopt.c 31 May 2006 22:47:30 -0000
@@ -3,7 +3,7 @@
"Keep this file name-space clean" means, talk to address@hidden
before changing it!
- Copyright (C) 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994
+ Copyright (C) 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 2006
Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
Index: lib/obstack.c
===================================================================
RCS file: /sources/m4/m4/lib/Attic/obstack.c,v
retrieving revision 1.1.1.1.2.2
diff -u -p -r1.1.1.1.2.2 obstack.c
--- lib/obstack.c 28 May 2006 04:24:01 -0000 1.1.1.1.2.2
+++ lib/obstack.c 31 May 2006 22:47:30 -0000
@@ -1,6 +1,6 @@
/* obstack.c - subroutines used implicitly by object stack macros
- Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994
+ Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 2006
Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
Index: src/builtin.c
===================================================================
RCS file: /sources/m4/m4/src/Attic/builtin.c,v
retrieving revision 1.1.1.1.2.4
diff -u -p -r1.1.1.1.2.4 builtin.c
--- src/builtin.c 28 May 2006 04:24:01 -0000 1.1.1.1.2.4
+++ src/builtin.c 31 May 2006 22:47:30 -0000
@@ -1,6 +1,6 @@
/* GNU m4 -- A simple macro processor
- Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2000, 2004
+ Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2000, 2004, 2006
Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify