git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b775a2
)
x86: fix build on non-C locales.
author
Priit Laes
<plaes@plaes.org>
Sun, 24 Feb 2008 16:36:05 +0000
(18:36 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 26 Feb 2008 11:56:02 +0000
(12:56 +0100)
For some locales regex range [a-zA-Z] does not work as it is supposed to.
so we have to use [:alnum:] and [:xdigit:] to make it work as intended.
[1] http://en.wikipedia.org/wiki/Estonian_alphabet
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found