<feed xmlns='http://www.w3.org/2005/Atom'>
<title>glibc.git, branch glibc-2.1.95</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>Update.</title>
<updated>2000-10-09T00:42:20+00:00</updated>
<author>
<name>Ulrich Drepper</name>
<email>drepper@redhat.com</email>
</author>
<published>2000-10-09T00:42:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=e340a2a2e21c455c57bb19d7495f00f44b666b63'/>
<id>e340a2a2e21c455c57bb19d7495f00f44b666b63</id>
<content type='text'>
	* nscd/Makefile (distribute): Add nscd-types.h.
	* elf/Makefile (distribute): Add gccframe.h.
	* sysdeps/sparc/sparc32/Dist: Add ieee754.h.
	* sysdeps/ia64/Dist: Add ieee754.h.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* nscd/Makefile (distribute): Add nscd-types.h.
	* elf/Makefile (distribute): Add gccframe.h.
	* sysdeps/sparc/sparc32/Dist: Add ieee754.h.
	* sysdeps/ia64/Dist: Add ieee754.h.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update.</title>
<updated>2000-10-09T00:00:08+00:00</updated>
<author>
<name>Ulrich Drepper</name>
<email>drepper@redhat.com</email>
</author>
<published>2000-10-09T00:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=5e08ca426c5d334ee718a8b8c615c373445b2c8d'/>
<id>5e08ca426c5d334ee718a8b8c615c373445b2c8d</id>
<content type='text'>
2000-10-08  Ulrich Drepper  &lt;drepper@redhat.com&gt;

	* version.h (VERSION): Bump to 2.1.95.

	* configure.in: Remove warning message.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2000-10-08  Ulrich Drepper  &lt;drepper@redhat.com&gt;

	* version.h (VERSION): Bump to 2.1.95.

	* configure.in: Remove warning message.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update.</title>
<updated>2000-10-08T05:54:50+00:00</updated>
<author>
<name>Ulrich Drepper</name>
<email>drepper@redhat.com</email>
</author>
<published>2000-10-08T05:54:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=ab951e68aadd291bb02f996829606689a6f0e73d'/>
<id>ab951e68aadd291bb02f996829606689a6f0e73d</id>
<content type='text'>
	* elf/elf.h: Add a few section-related symbols.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* elf/elf.h: Add a few section-related symbols.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update.</title>
<updated>2000-10-07T22:28:05+00:00</updated>
<author>
<name>Ulrich Drepper</name>
<email>drepper@redhat.com</email>
</author>
<published>2000-10-07T22:28:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=9b767d19e6f76c10bb0486c113f28145fdd850e5'/>
<id>9b767d19e6f76c10bb0486c113f28145fdd850e5</id>
<content type='text'>
2000-10-07  Ulrich Drepper  &lt;drepper@redhat.com&gt;

	* include/features.h (__STDC_ISO_10646__): Set to correct date.
	Patch by Markus Kuhn &lt;Markus.Kuhn@cl.cam.ac.uk&gt;.

2000-10-06  Jes Sorensen  &lt;jes@linuxcare.com&gt;

	* sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Implement
	overflow generation by adding DBL_MAX to DBL_MAX instead of
	setting the bits manually in the fpsr and generating the exception
	with kill() if necessary.
	(feraiseexcept): Implement underflow by dividing DBL_MIN by
	DBL_MIN - similar to the overflow change described above.

2000-08-27  H.J. Lu  &lt;hjl@gnu.org&gt;

	* sysdeps/unix/sysv/linux/ia64/clone.S: Make it a dummy as clone
	is not supported under Linux/ia64, use clone2.

2000-10-06  Jakub Jelinek  &lt;jakub@redhat.com&gt;

	* malloc/malloc.h (__THROW): Define to nothing if not gcc.
	* misc/sys/cdefs.h (__THROW): Likewise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2000-10-07  Ulrich Drepper  &lt;drepper@redhat.com&gt;

	* include/features.h (__STDC_ISO_10646__): Set to correct date.
	Patch by Markus Kuhn &lt;Markus.Kuhn@cl.cam.ac.uk&gt;.

2000-10-06  Jes Sorensen  &lt;jes@linuxcare.com&gt;

	* sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Implement
	overflow generation by adding DBL_MAX to DBL_MAX instead of
	setting the bits manually in the fpsr and generating the exception
	with kill() if necessary.
	(feraiseexcept): Implement underflow by dividing DBL_MIN by
	DBL_MIN - similar to the overflow change described above.

2000-08-27  H.J. Lu  &lt;hjl@gnu.org&gt;

	* sysdeps/unix/sysv/linux/ia64/clone.S: Make it a dummy as clone
	is not supported under Linux/ia64, use clone2.

2000-10-06  Jakub Jelinek  &lt;jakub@redhat.com&gt;

	* malloc/malloc.h (__THROW): Define to nothing if not gcc.
	* misc/sys/cdefs.h (__THROW): Likewise.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update.</title>
<updated>2000-10-06T20:11:06+00:00</updated>
<author>
<name>Ulrich Drepper</name>
<email>drepper@redhat.com</email>
</author>
<published>2000-10-06T20:11:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=19e89d15a12b23d3737991e9b2f094445b2123fa'/>
<id>19e89d15a12b23d3737991e9b2f094445b2123fa</id>
<content type='text'>
2000-10-06  Ulrich Drepper  &lt;drepper@redhat.com&gt;

	* locales/iso14651_t1: Add currency symbols.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2000-10-06  Ulrich Drepper  &lt;drepper@redhat.com&gt;

	* locales/iso14651_t1: Add currency symbols.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update.</title>
<updated>2000-10-05T18:10:14+00:00</updated>
<author>
<name>Ulrich Drepper</name>
<email>drepper@redhat.com</email>
</author>
<published>2000-10-05T18:10:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=172b90bbf6d68cfea568151bff7c1a96b277162b'/>
<id>172b90bbf6d68cfea568151bff7c1a96b277162b</id>
<content type='text'>
2000-10-05  Jakub Jelinek  &lt;jakub@redhat.com&gt;

	* sysdeps/sparc/sparc64/fpu/libm-test-ulps: New file.

2000-10-02  Jakub Jelinek  &lt;jakub@redhat.com&gt;

	* sunrpc/svc_udp.c (svcudp_recv): Set msg_controllen to all
	remaining xp_pad space.

2000-10-05  Jakub Jelinek  &lt;jakub@redhat.com&gt;

	* elf/dl-close.c (_dl_close): Check imap's l_flags_1 for
	DF_1_NODELETE, not list[i]'s.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2000-10-05  Jakub Jelinek  &lt;jakub@redhat.com&gt;

	* sysdeps/sparc/sparc64/fpu/libm-test-ulps: New file.

2000-10-02  Jakub Jelinek  &lt;jakub@redhat.com&gt;

	* sunrpc/svc_udp.c (svcudp_recv): Set msg_controllen to all
	remaining xp_pad space.

2000-10-05  Jakub Jelinek  &lt;jakub@redhat.com&gt;

	* elf/dl-close.c (_dl_close): Check imap's l_flags_1 for
	DF_1_NODELETE, not list[i]'s.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update.</title>
<updated>2000-10-05T02:53:05+00:00</updated>
<author>
<name>Ulrich Drepper</name>
<email>drepper@redhat.com</email>
</author>
<published>2000-10-05T02:53:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=619166175d502f8c71f93bb9ec33db558301cd9d'/>
<id>619166175d502f8c71f93bb9ec33db558301cd9d</id>
<content type='text'>
	* tests-mbwc/dat_iswctype.c: Full width 9 is not a digit in ja_JP.
	* tests-mbwc/dat_iswdigit.c: Likewise.

	Add full width digits to alnum class.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* tests-mbwc/dat_iswctype.c: Full width 9 is not a digit in ja_JP.
	* tests-mbwc/dat_iswdigit.c: Likewise.

	Add full width digits to alnum class.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update.</title>
<updated>2000-10-05T02:01:22+00:00</updated>
<author>
<name>Ulrich Drepper</name>
<email>drepper@redhat.com</email>
</author>
<published>2000-10-05T02:01:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=f00f95d188d8b0b8adf6eaff849eba59fe5b5f59'/>
<id>f00f95d188d8b0b8adf6eaff849eba59fe5b5f59</id>
<content type='text'>
	* locales/zh_CN: Remove non-ASCII digit entry.
	* locales/ja_JP: Likewise.

2000-09-30  Bruno Haible  &lt;haible@clisp.cons.org&gt;

	* gen-unicode-ctype.c (is_digit, is_xdigit): Remove all non-ASCII
	digits.
	(is_alpha): Add them here.
	* locales/i18n (digit): Remove all non-ASCII digits.
	(alpha): Add them here.

	* dump-ctype.c: Pretty print.

2000-10-04  Ulrich Drepper  &lt;drepper@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* locales/zh_CN: Remove non-ASCII digit entry.
	* locales/ja_JP: Likewise.

2000-09-30  Bruno Haible  &lt;haible@clisp.cons.org&gt;

	* gen-unicode-ctype.c (is_digit, is_xdigit): Remove all non-ASCII
	digits.
	(is_alpha): Add them here.
	* locales/i18n (digit): Remove all non-ASCII digits.
	(alpha): Add them here.

	* dump-ctype.c: Pretty print.

2000-10-04  Ulrich Drepper  &lt;drepper@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update.</title>
<updated>2000-10-05T00:05:29+00:00</updated>
<author>
<name>Ulrich Drepper</name>
<email>drepper@redhat.com</email>
</author>
<published>2000-10-05T00:05:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=84ca314775458b3c80d4ce1763c4517a5e0d3b1a'/>
<id>84ca314775458b3c80d4ce1763c4517a5e0d3b1a</id>
<content type='text'>
	* iconvdata/Makefile (distribute): Add EUC-KR.irreversible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* iconvdata/Makefile (distribute): Add EUC-KR.irreversible.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update.</title>
<updated>2000-10-04T23:52:14+00:00</updated>
<author>
<name>Ulrich Drepper</name>
<email>drepper@redhat.com</email>
</author>
<published>2000-10-04T23:52:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=228cc8780fc6cd31de3f81543c0c08f2b3e3cde9'/>
<id>228cc8780fc6cd31de3f81543c0c08f2b3e3cde9</id>
<content type='text'>
	* iconvdata/euc-kr.c (euckr_from_ucs4): Handle U20a9.
	(BODY from direction): Map \x5c to U20a9.
	* iconvdata/testdata/EUC-KR..UTF8: Adjust to this change.
	* iconvdata/EUC-KR.irreversible: New file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* iconvdata/euc-kr.c (euckr_from_ucs4): Handle U20a9.
	(BODY from direction): Map \x5c to U20a9.
	* iconvdata/testdata/EUC-KR..UTF8: Adjust to this change.
	* iconvdata/EUC-KR.irreversible: New file.
</pre>
</div>
</content>
</entry>
</feed>
