<feed xmlns='http://www.w3.org/2005/Atom'>
<title>glibc.git, branch cvs/glibc-2_10</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/'/>
<entry>
<title>* Makeconfig: Undo last change.  Add asflags-cpu to ASFLAGS in the</title>
<updated>2009-05-09T21:58:12+00:00</updated>
<author>
<name>Ulrich Drepper</name>
<email>drepper@redhat.com</email>
</author>
<published>2009-05-09T21:58:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=eb29449a9a601f535cab50068e02aee0aa1ed379'/>
<id>eb29449a9a601f535cab50068e02aee0aa1ed379</id>
<content type='text'>
	same place we add ASFLAGS-config.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	same place we add ASFLAGS-config.
</pre>
</div>
</content>
</entry>
<entry>
<title>* version.h (VERSION): Bump for 2.10 release.</title>
<updated>2009-05-09T17:40:57+00:00</updated>
<author>
<name>Ulrich Drepper</name>
<email>drepper@redhat.com</email>
</author>
<published>2009-05-09T17:40:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=deb318c255ad2d4ac38d6288933926be13954b3e'/>
<id>deb318c255ad2d4ac38d6288933926be13954b3e</id>
<content type='text'>
	* include/features.h (__GLIBC_MINOR__): Bump to 10.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* include/features.h (__GLIBC_MINOR__): Bump to 10.
</pre>
</div>
</content>
</entry>
<entry>
<title>[BZ #10128]</title>
<updated>2009-05-09T16:12:41+00:00</updated>
<author>
<name>Ulrich Drepper</name>
<email>drepper@redhat.com</email>
</author>
<published>2009-05-09T16:12:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=cf4f16cc889a74002d471c26a7b21aab04a9b25d'/>
<id>cf4f16cc889a74002d471c26a7b21aab04a9b25d</id>
<content type='text'>
2009-05-05  Aurelien Jarno  &lt;aurelien@aurel32.net&gt;
	[BZ #10128]
	* resolv/res_query.c (__libc_res_nquery): If one query returns NOTIMP
	or FORMERR and the other NOERROR, don't raise an error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2009-05-05  Aurelien Jarno  &lt;aurelien@aurel32.net&gt;
	[BZ #10128]
	* resolv/res_query.c (__libc_res_nquery): If one query returns NOTIMP
	or FORMERR and the other NOERROR, don't raise an error.
</pre>
</div>
</content>
</entry>
<entry>
<title>[BZ #10118]</title>
<updated>2009-05-09T15:59:55+00:00</updated>
<author>
<name>Ulrich Drepper</name>
<email>drepper@redhat.com</email>
</author>
<published>2009-05-09T15:59:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=23b6b4664622ba8efb728b1cd02c2992a4a1b717'/>
<id>23b6b4664622ba8efb728b1cd02c2992a4a1b717</id>
<content type='text'>
2009-05-06  Ryan S. Arnold  &lt;rsa@us.ibm.com&gt;
	[BZ #10118]
	* Makeconfig (+asflags): New variable based upon ASFLAG or
	asflags-cpu.
	(ASFLAGS): Add override to set ASFLAGS to +asflags.
	* config.make.in (asflags-cpu): Add variable based upon
	@libc_cv_cc_submachine@ to propagate -mcpu=CPU from --with-cpu=CPU to
	the assembler.
	* sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
	Remove unneeded file now that the assembler emits _ARCH_PWR6 and
	recognizes power6 instruction set due to passing -mcpu=power6 from
	--with-cpu=power6 when compiling .S files.
	* sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
	Likewise.
	* sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
	Likewise.
	* sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
	Likewise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2009-05-06  Ryan S. Arnold  &lt;rsa@us.ibm.com&gt;
	[BZ #10118]
	* Makeconfig (+asflags): New variable based upon ASFLAG or
	asflags-cpu.
	(ASFLAGS): Add override to set ASFLAGS to +asflags.
	* config.make.in (asflags-cpu): Add variable based upon
	@libc_cv_cc_submachine@ to propagate -mcpu=CPU from --with-cpu=CPU to
	the assembler.
	* sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
	Remove unneeded file now that the assembler emits _ARCH_PWR6 and
	recognizes power6 instruction set due to passing -mcpu=power6 from
	--with-cpu=power6 when compiling .S files.
	* sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
	Likewise.
	* sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
	Likewise.
	* sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
	Likewise.
</pre>
</div>
</content>
</entry>
<entry>
<title>* string/stratcliff.c (do_test): Test for zero length</title>
<updated>2009-05-09T14:45:07+00:00</updated>
<author>
<name>Ulrich Drepper</name>
<email>drepper@redhat.com</email>
</author>
<published>2009-05-09T14:45:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=15417de3e0f219574fb1f63dae24c33c5afb73e7'/>
<id>15417de3e0f219574fb1f63dae24c33c5afb73e7</id>
<content type='text'>
	STRNLEN, MEMCHR, STRNCPY, STPNCPY, MEMCPY, MEMPCPY and memccpy
	at the end of the page.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	STRNLEN, MEMCHR, STRNCPY, STPNCPY, MEMCPY, MEMPCPY and memccpy
	at the end of the page.
</pre>
</div>
</content>
</entry>
<entry>
<title>* sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_RANDOM.</title>
<updated>2009-05-09T06:54:31+00:00</updated>
<author>
<name>Ulrich Drepper</name>
<email>drepper@redhat.com</email>
</author>
<published>2009-05-09T06:54:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=4300afc1697ae703e0c5899ad66f55f3b12a8b6a'/>
<id>4300afc1697ae703e0c5899ad66f55f3b12a8b6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* sysdeps/x86_64/memchr.S: Handle invalid buffer pointers when</title>
<updated>2009-05-09T06:40:15+00:00</updated>
<author>
<name>Ulrich Drepper</name>
<email>drepper@redhat.com</email>
</author>
<published>2009-05-09T06:40:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=2221e33e5de0a17eef521b923229b2ede48abaad'/>
<id>2221e33e5de0a17eef521b923229b2ede48abaad</id>
<content type='text'>
	count is zero.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	count is zero.
</pre>
</div>
</content>
</entry>
<entry>
<title>* po/da.po: Update from translation team.</title>
<updated>2009-05-08T20:51:51+00:00</updated>
<author>
<name>Ulrich Drepper</name>
<email>drepper@redhat.com</email>
</author>
<published>2009-05-08T20:51:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=b5f7c4cae0c21e5a80fa2dfd4bacbf3cdeeca6a6'/>
<id>b5f7c4cae0c21e5a80fa2dfd4bacbf3cdeeca6a6</id>
<content type='text'>
2009-05-05  Ulrich Drepper  &lt;drepper@redhat.com&gt;

	* sysdeps/unix/sysv/linux/sys/personality.h: Add ADDR_COMPAT_LAYOUT
	and READ_IMPLIES_EXEC.

2009-05-04  Ulrich Drepper  &lt;drepper@redhat.com&gt;

	* po/da.po: Update from translation team.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2009-05-05  Ulrich Drepper  &lt;drepper@redhat.com&gt;

	* sysdeps/unix/sysv/linux/sys/personality.h: Add ADDR_COMPAT_LAYOUT
	and READ_IMPLIES_EXEC.

2009-05-04  Ulrich Drepper  &lt;drepper@redhat.com&gt;

	* po/da.po: Update from translation team.
</pre>
</div>
</content>
</entry>
<entry>
<title>* io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,</title>
<updated>2009-05-07T17:42:24+00:00</updated>
<author>
<name>Ulrich Drepper</name>
<email>drepper@redhat.com</email>
</author>
<published>2009-05-07T17:42:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=1765abb3093df210e30b4d06dd42c3a50c13a31a'/>
<id>1765abb3093df210e30b4d06dd42c3a50c13a31a</id>
<content type='text'>
	guard __extern_inline wrapper with __USE_ATFILE instead of __USE_GNU.
		
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	guard __extern_inline wrapper with __USE_ATFILE instead of __USE_GNU.
		
</pre>
</div>
</content>
</entry>
<entry>
<title>* localedata/locales/bn_BD: Remove comment about missing collation</title>
<updated>2009-05-04T21:20:20+00:00</updated>
<author>
<name>Ulrich Drepper</name>
<email>drepper@redhat.com</email>
</author>
<published>2009-05-04T21:20:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=115a53273470d80fd7f753c6f2cc318782d5c43b'/>
<id>115a53273470d80fd7f753c6f2cc318782d5c43b</id>
<content type='text'>
	rules.
	* localedata/locales/iso14651_t1_common: Add Bengali collation rules.
	Patch by Pravin Satpute &lt;psatpute@redhat.com&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	rules.
	* localedata/locales/iso14651_t1_common: Add Bengali collation rules.
	Patch by Pravin Satpute &lt;psatpute@redhat.com&gt;.
</pre>
</div>
</content>
</entry>
</feed>
