From: Eli Zaretskii <eliz@gnu.org>
To: Jan Kratochvil <jan.kratochvil@redhat.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [patch 3/3] case insensitive: the fix [rediff]
Date: Fri, 22 Apr 2011 19:05:00 -0000 [thread overview]
Message-ID: <83wrimayzg.fsf@gnu.org> (raw)
In-Reply-To: <20110422184129.GA14992@host1.jankratochvil.net>
> Date: Fri, 22 Apr 2011 20:41:29 +0200
> From: Jan Kratochvil <jan.kratochvil@redhat.com>
>
> gdb/doc/
> 2011-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
>
> * gdb.texinfo (Index Section Format): Change the version to 5.
> Describe the different formula.
Thanks.
> +the string is incorporated into the hash using the formula depending on the
> +index version. The terminating @samp{\0} is not incorporated into the hash.
> +
> +@table @asis
> +@item index version 4
> +The formula in use is @code{r = r * 67 + c - 113}.
> +
> +@item index version 5
> +The formula in use is @code{r = r * 67 + tolower (c) - 113}.
> +@end table
This @table will look weird in the manual: it produces lines that
begin with a lower-case letter. Perhaps reorder thusly:
the string is incorporated into the hash using the formula depending on the
index version:
@table @asis
@item Version 4
The formula is @code{r = r * 67 + c - 113}.
@item Version 5
The formula is @code{r = r * 67 + tolower (c) - 113}.
@end table
next prev parent reply other threads:[~2011-04-22 19:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-08 17:57 [patch 3/3] case insensitive: the fix Jan Kratochvil
2011-04-22 18:41 ` [patch 3/3] case insensitive: the fix [rediff] Jan Kratochvil
2011-04-22 19:05 ` Eli Zaretskii [this message]
2011-04-22 19:12 ` Jan Kratochvil
2011-04-26 15:31 ` Tom Tromey
2011-04-27 20:03 ` [commit] " Jan Kratochvil
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=83wrimayzg.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=gdb-patches@sourceware.org \
--cc=jan.kratochvil@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox