<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/Makefile, branch v2.6.33</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v2.6.33</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v2.6.33'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2010-02-24T18:52:17Z</updated>
<entry>
<title>Linux 2.6.33</title>
<updated>2010-02-24T18:52:17Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2010-02-24T18:52:17Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=60b341b778cc2929df16c0a504c91621b3c6a4ad'/>
<id>urn:sha1:60b341b778cc2929df16c0a504c91621b3c6a4ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 2.6.33-rc8</title>
<updated>2010-02-12T19:07:45Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2010-02-12T19:07:45Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=724e6d3fe8003c3f60bf404bf22e4e331327c596'/>
<id>urn:sha1:724e6d3fe8003c3f60bf404bf22e4e331327c596</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 2.6.33-rc7</title>
<updated>2010-02-06T22:17:12Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2010-02-06T22:17:12Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=29275254caedfedce960cfe6df24b90cb04fe431'/>
<id>urn:sha1:29275254caedfedce960cfe6df24b90cb04fe431</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 2.6.33-rc6</title>
<updated>2010-01-29T21:57:50Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2010-01-29T21:57:50Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=abe94c756c08d50566c09a65b9c7fe72f83071c5'/>
<id>urn:sha1:abe94c756c08d50566c09a65b9c7fe72f83071c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 2.6.33-rc5</title>
<updated>2010-01-21T23:31:35Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2010-01-21T23:31:35Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=92dcffb916d309aa01778bf8963a6932e4014d07'/>
<id>urn:sha1:92dcffb916d309aa01778bf8963a6932e4014d07</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile: do not override LC_CTYPE</title>
<updated>2010-01-13T12:27:24Z</updated>
<author>
<name>Michal Marek</name>
<email>mmarek@suse.cz</email>
</author>
<published>2010-01-08T11:25:37Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=07105202bdebf6e9a4c72c634cf90398abfad870'/>
<id>urn:sha1:07105202bdebf6e9a4c72c634cf90398abfad870</id>
<content type='text'>
Setting LC_CTYPE=C breaks localized messages in some setups. With only
LC_COLLATE=C and LC_NUMERIC=C, we get almost all we need, except for not
so defined character classes and tolower()/toupper(). The former is not
a big issue, because we can assume that e.g. [:alpha:] will always
include a-zA-Z and we only ever process ASCII input. The latter seems
only affect arch/sh/tools/gen-mach-types, which we can handle separately.

So after this patch the meaning of ranges like [a-z], the behavior of
sort and join, etc. should be the same everywhere and at the same time
gcc should be able to print localized waring and error messages.
LC_NUMERIC=C might not be necessary, but setting it doesn't hurt.

Reported-by: Simon Horman &lt;horms@verge.net.au&gt;
Reported-by: Sergei Trofimovich &lt;slyfox@inbox.ru&gt;
Acked-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
Tested-by: Simon Horman &lt;horms@verge.net.au&gt;
Tested-by: Masami Hiramatsu &lt;mhiramat@redhat.com&gt;
Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;
</content>
</entry>
<entry>
<title>Linux 2.6.33-rc4</title>
<updated>2010-01-13T05:15:00Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2010-01-13T05:15:00Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=7284ce6c9f6153d1777df5f310c959724d1bd446'/>
<id>urn:sha1:7284ce6c9f6153d1777df5f310c959724d1bd446</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 2.6.33-rc3</title>
<updated>2010-01-06T00:02:46Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2010-01-06T00:02:46Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=74d2e4f8d79ae0c4b6ec027958d5b18058662eea'/>
<id>urn:sha1:74d2e4f8d79ae0c4b6ec027958d5b18058662eea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 2.6.33-rc2</title>
<updated>2009-12-24T21:09:41Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2009-12-24T21:09:41Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=6b7b284958d47b77d06745b36bc7f36dab769d9b'/>
<id>urn:sha1:6b7b284958d47b77d06745b36bc7f36dab769d9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip</title>
<updated>2009-12-19T17:48:14Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2009-12-19T17:48:14Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=3981e152864fcc1dbbb564e1f4c0ae11a09639d2'/>
<id>urn:sha1:3981e152864fcc1dbbb564e1f4c0ae11a09639d2</id>
<content type='text'>
* 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
  x86, irq: Allow 0xff for /proc/irq/[n]/smp_affinity on an 8-cpu system
  Makefile: Unexport LC_ALL instead of clearing it
  x86: Fix objdump version check in arch/x86/tools/chkobjdump.awk
  x86: Reenable TSC sync check at boot, even with NONSTOP_TSC
  x86: Don't use POSIX character classes in gen-insn-attr-x86.awk
  Makefile: set LC_CTYPE, LC_COLLATE, LC_NUMERIC to C
  x86: Increase MAX_EARLY_RES; insufficient on 32-bit NUMA
  x86: Fix checking of SRAT when node 0 ram is not from 0
  x86, cpuid: Add "volatile" to asm in native_cpuid()
  x86, msr: msrs_alloc/free for CONFIG_SMP=n
  x86, amd: Get multi-node CPU info from NodeId MSR instead of PCI config space
  x86: Add IA32_TSC_AUX MSR and use it
  x86, msr/cpuid: Register enough minors for the MSR and CPUID drivers
  initramfs: add missing decompressor error check
  bzip2: Add missing checks for malloc returning NULL
  bzip2/lzma/gzip: pre-boot malloc doesn't return NULL on failure
</content>
</entry>
</feed>
