From: Andrew Morton <akpm@linux-foundation.org>
To: Harvey Harrison <harvey.harrison@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/3] lib: pull base-guessing logic to helper function
Date: Wed, 17 Sep 2008 16:06:03 -0700 [thread overview]
Message-ID: <20080917160603.2f869a26.akpm@linux-foundation.org> (raw)
In-Reply-To: <1221675722.7298.4.camel@brick>
On Wed, 17 Sep 2008 11:22:02 -0700
Harvey Harrison <harvey.harrison@gmail.com> wrote:
> There is a small behavior change in this patch, previously, when
> no base was specified and the string began with 0x? the base would
> be guessed as 8, unless isxdigit(?) was true. This would then return
> 0 as 'x' was larger than 8. Now, the base is always guessed as 16 if
> the string starts with '0x'
hm. I'd call that a bugfix.
prev parent reply other threads:[~2008-09-17 23:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-17 18:22 [PATCH 1/3] lib: pull base-guessing logic to helper function Harvey Harrison
2008-09-17 23:06 ` Andrew Morton [this message]
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=20080917160603.2f869a26.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=harvey.harrison@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.