summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-10-15 20:33:03 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-10-15 20:33:03 +0000
commitcce6759cb236bc272e4684073ffa4e8f3efb59c4 (patch)
tree5381056116611f7e88f2c3432835cd0ddb42d7c9
parenta00547758575fbe69a1257a3ff568d48e7b25cc7 (diff)
Change "static char rcsid[]" to "static const char rcsid[]" to makemutt-0-94-13-rel
gcc shut up about this.
-rw-r--r--ChangeLog7
-rw-r--r--addrbook.c2
-rw-r--r--alias.c2
-rw-r--r--attach.c2
-rw-r--r--browser.c2
-rw-r--r--buffy.c2
-rw-r--r--charset.c2
-rw-r--r--charsets/parse_i18n.c2
-rw-r--r--color.c2
-rw-r--r--commands.c2
-rw-r--r--complete.c2
-rw-r--r--compose.c2
-rw-r--r--copy.c2
-rw-r--r--curs_lib.c2
-rw-r--r--curs_main.c2
-rw-r--r--date.c2
-rw-r--r--dotlock.c2
-rw-r--r--edit.c2
-rw-r--r--enter.c2
-rw-r--r--filter.c2
-rw-r--r--flags.c2
-rw-r--r--from.c2
-rw-r--r--getdomain.c2
-rw-r--r--gnupgparse.c2
-rw-r--r--handler.c2
-rw-r--r--hash.c2
-rw-r--r--hdrline.c2
-rw-r--r--headers.c2
-rw-r--r--help.c2
-rw-r--r--history.c2
-rw-r--r--hook.c2
-rw-r--r--imap.c2
-rw-r--r--init.c2
-rw-r--r--intl/bindtextdom.c2
-rw-r--r--intl/cat-compat.c2
-rw-r--r--intl/dcgettext.c2
-rw-r--r--intl/dgettext.c2
-rw-r--r--intl/explodename.c2
-rw-r--r--intl/finddomain.c2
-rw-r--r--intl/gettext.c2
-rw-r--r--intl/intl-compat.c2
-rw-r--r--intl/l10nflist.c2
-rw-r--r--intl/loadmsgcat.c2
-rw-r--r--intl/localealias.c2
-rw-r--r--intl/textdomain.c2
-rw-r--r--keymap.c2
-rw-r--r--lib.c2
-rw-r--r--main.c2
-rw-r--r--mbox.c2
-rw-r--r--menu.c2
-rw-r--r--mh.c2
-rw-r--r--mx.c2
-rw-r--r--pager.c2
-rw-r--r--parse.c2
-rw-r--r--pattern.c2
-rw-r--r--pgp.c2
-rw-r--r--pgpinvoke.c2
-rw-r--r--pgpkey.c2
-rw-r--r--pgppubring.c2
-rw-r--r--pop.c2
-rw-r--r--postpone.c2
-rw-r--r--query.c2
-rw-r--r--recvattach.c2
-rw-r--r--resize.c2
-rw-r--r--rfc1524.c2
-rw-r--r--rfc2047.c2
-rw-r--r--rfc822.c2
-rw-r--r--rx/hashrexp.c2
-rw-r--r--rx/rx.c2
-rw-r--r--rx/rxanal.c2
-rw-r--r--rx/rxbasic.c2
-rw-r--r--rx/rxbitset.c2
-rw-r--r--rx/rxcset.c2
-rw-r--r--rx/rxgnucomp.c2
-rw-r--r--rx/rxhash.c2
-rw-r--r--rx/rxnfa.c2
-rw-r--r--rx/rxnode.c2
-rw-r--r--rx/rxposix.c2
-rw-r--r--rx/rxsimp.c2
-rw-r--r--rx/rxspencer.c2
-rw-r--r--rx/rxstr.c2
-rw-r--r--rx/rxsuper.c2
-rw-r--r--rx/rxunfa.c2
-rw-r--r--score.c2
-rw-r--r--send.c2
-rw-r--r--sendlib.c2
-rw-r--r--sha1dgst.c2
-rw-r--r--signal.c2
-rw-r--r--snprintf.c2
-rw-r--r--socket.c2
-rw-r--r--sort.c2
-rw-r--r--status.c2
-rw-r--r--strcasecmp.c2
-rw-r--r--system.c2
-rw-r--r--thread.c2
95 files changed, 100 insertions, 95 deletions
diff --git a/ChangeLog b/ChangeLog
index e8233e98..6780ed0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-Thu Oct 15 19:45:50 1998 Thomas Roessler <roessler@guug.de>
+Thu Oct 15 20:15:46 1998 Thomas Roessler <roessler@guug.de>
+
+ * rx/Makefile.in, po/Attic/stamp-cat-id, po/ru.po,
+ po/Attic/mutt.pot, po/de.po, po/Attic/cat-id-tbl.c,
+ reldate.h, configure.in, configure, config.h.in,
+ Attic/Makefile.in, ChangeLog: Random pre-release clean-up.
* po/mutt.pot, doc/manual.sgml.in, pattern.c, mutt.h:
This patch introduces the ~k pattern for messages containing pgp key
diff --git a/addrbook.c b/addrbook.c
index 885d3f1e..790d836e 100644
--- a/addrbook.c
+++ b/addrbook.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/*
* Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
*
diff --git a/alias.c b/alias.c
index 772a3590..13786ffa 100644
--- a/alias.c
+++ b/alias.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/*
* Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
*
diff --git a/attach.c b/attach.c
index 43d64b5a..b3b19f33 100644
--- a/attach.c
+++ b/attach.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/*
* Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
*
diff --git a/browser.c b/browser.c
index 193064a6..a15bc3f7 100644
--- a/browser.c
+++ b/browser.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/*
* Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
*
diff --git a/buffy.c b/buffy.c
index 512d70b0..e1097fa2 100644
--- a/buffy.c
+++ b/buffy.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/*
* Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
*
diff --git a/charset.c b/charset.c
index 3628a6bc..ed094bc8 100644
--- a/charset.c
+++ b/charset.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/*
* Copyright (C) 1998 Ruslan Ermilov <ru@ucb.crimea.ua>,
* Thomas Roessler <roessler@guug.de>
diff --git a/charsets/parse_i18n.c b/charsets/parse_i18n.c
index 5e8077e7..ab0be94d 100644
--- a/charsets/parse_i18n.c
+++ b/charsets/parse_i18n.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/*
* Copyright (C) 1998 Thomas Roessler <roessler@guug.de>
*
diff --git a/color.c b/color.c
index 8b57f043..8aa7596e 100644
--- a/color.c
+++ b/color.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/*
* Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
*
diff --git a/commands.c b/commands.c
index 77a2c7a5..8e70c416 100644
--- a/commands.c
+++ b/commands.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/*
* Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
*
diff --git a/complete.c b/complete.c
index 68be98c2..3cd63d41 100644
--- a/complete.c
+++ b/complete.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/*
* Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
*
diff --git a/compose.c b/compose.c
index db8be3c7..03b95f3d 100644
--- a/compose.c
+++ b/compose.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/*
* Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
*
diff --git a/copy.c b/copy.c
index 9a9d31e7..5f55fa3a 100644
--- a/copy.c
+++ b/copy.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/*
* Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
*
diff --git a/curs_lib.c b/curs_lib.c
index 5b41a117..bcf0a2a7 100644
--- a/curs_lib.c
+++ b/curs_lib.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/*
* Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
*
diff --git a/curs_main.c b/curs_main.c
index 77e67c2c..ea210992 100644
--- a/curs_main.c
+++ b/curs_main.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/*
* Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
*
diff --git a/date.c b/date.c
index 75d9af1e..a15908a2 100644
--- a/date.c
+++ b/date.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/*
* Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
*
diff --git a/dotlock.c b/dotlock.c
index 1d1c485f..3b70004f 100644
--- a/dotlock.c
+++ b/dotlock.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/*
* Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
* Copyright (C) 1998 Thomas Roessler <roessler@guug.de>
diff --git a/edit.c b/edit.c
index 5dccc789..3fe95224 100644
--- a/edit.c
+++ b/edit.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/*
* Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
*
diff --git a/enter.c b/enter.c
index 32aa465d..f598a0b7 100644
--- a/enter.c
+++ b/enter.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/*
* Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
*
diff --git a/filter.c b/filter.c
index 788134a9..85dfa311 100644
--- a/filter.c
+++ b/filter.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/*
* Copyright (C) 1996-8 Michael R. Elkins.
*
diff --git a/flags.c b/flags.c
index 6f1683b2..cd596b39 100644
--- a/flags.c
+++ b/flags.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/*
* Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
*
diff --git a/from.c b/from.c
index 3e87c377..3a7ef6c6 100644
--- a/from.c
+++ b/from.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/*
* Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
*
diff --git a/getdomain.c b/getdomain.c
index 405dab7b..6d19bf94 100644
--- a/getdomain.c
+++ b/getdomain.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
#include <stdio.h>
#include <ctype.h>
#include <string.h>
diff --git a/gnupgparse.c b/gnupgparse.c
index dfe12217..5d7ed814 100644
--- a/gnupgparse.c
+++ b/gnupgparse.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/*
* Copyright (C) 1998 Werner Koch <werner.koch@guug.de>
*
diff --git a/handler.c b/handler.c
index 84475b9d..80da7bc9 100644
--- a/handler.c
+++ b/handler.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/*
* Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
*
diff --git a/hash.c b/hash.c
index 9d7493ed..a52570d9 100644
--- a/hash.c
+++ b/hash.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/*
* Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
*
diff --git a/hdrline.c b/hdrline.c
index 094a20dc..ed577baa 100644
--- a/hdrline.c
+++ b/hdrline.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/*
* Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
*
diff --git a/headers.c b/headers.c
index e92ba340..24347841 100644
--- a/headers.c
+++ b/headers.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/*
* Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
*
diff --git a/help.c b/help.c
index c3d19fbb..fbdd8dc8 100644
--- a/help.c
+++ b/help.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/*
* Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
*
diff --git a/history.c b/history.c
index 17d886f1..a01cf48c 100644
--- a/history.c
+++ b/history.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/*
* Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
*
diff --git a/hook.c b/hook.c
index 379ceb60..4df4da96 100644
--- a/hook.c
+++ b/hook.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/*
* Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
*
diff --git a/imap.c b/imap.c
index 5e4514bb..3135bff4 100644
--- a/imap.c
+++ b/imap.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/*
* Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
*
diff --git a/init.c b/init.c
index c97e5aac..2ad615b4 100644
--- a/init.c
+++ b/init.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/*
* Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
*
diff --git a/intl/bindtextdom.c b/intl/bindtextdom.c
index 7ac69d74..ad7f08d4 100644
--- a/intl/bindtextdom.c
+++ b/intl/bindtextdom.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/* Implementation of the bindtextdomain(3) function
Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
diff --git a/intl/cat-compat.c b/intl/cat-compat.c
index dc9b4e83..f129f964 100644
--- a/intl/cat-compat.c
+++ b/intl/cat-compat.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/* Compatibility code for gettext-using-catgets interface.
Copyright (C) 1995, 1997 Free Software Foundation, Inc.
diff --git a/intl/dcgettext.c b/intl/dcgettext.c
index 07304e33..303839f7 100644
--- a/intl/dcgettext.c
+++ b/intl/dcgettext.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/* Implementation of the dcgettext(3) function.
Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
diff --git a/intl/dgettext.c b/intl/dgettext.c
index b6ce6ea3..17471023 100644
--- a/intl/dgettext.c
+++ b/intl/dgettext.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/* Implementation of the dgettext(3) function
Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
diff --git a/intl/explodename.c b/intl/explodename.c
index 85d7fc1b..2aef6441 100644
--- a/intl/explodename.c
+++ b/intl/explodename.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
diff --git a/intl/finddomain.c b/intl/finddomain.c
index 80cceecb..315591be 100644
--- a/intl/finddomain.c
+++ b/intl/finddomain.c
@@ -1,4 +1,4 @@
-static char rcsid[]="$Id$";
+static const char rcsid[]="$Id$";
/* Handle list of needed message catalogs
Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
diff --git a/intl/gettext.c b/intl/gettext.c
index 13ff6858..d5125184 100644
--- a/intl/gettext.c
+++ b/intl/gettext.c