mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-28 15:51:07 +00:00
Update.
2001-01-12 Ulrich Drepper <drepper@redhat.com> * assert/assert.h: Use static_cast instead of C-style cast for C++. Patch by Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>.
This commit is contained in:
parent
fd20505248
commit
234669e268
@ -1,3 +1,8 @@
|
|||||||
|
2001-01-12 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* assert/assert.h: Use static_cast instead of C-style cast for C++.
|
||||||
|
Patch by Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>.
|
||||||
|
|
||||||
2001-01-12 Ben Collins <bcollins@debian.org>
|
2001-01-12 Ben Collins <bcollins@debian.org>
|
||||||
|
|
||||||
* sysdeps/generic/segfault.c (install_handler): Use access, not
|
* sysdeps/generic/segfault.c (install_handler): Use access, not
|
||||||
|
12
NEWS
12
NEWS
@ -1,6 +1,6 @@
|
|||||||
GNU C Library NEWS -- history of user-visible changes. 2000-11-28
|
GNU C Library NEWS -- history of user-visible changes. 2001-1-12
|
||||||
|
|
||||||
Copyright (C) 1992-1999, 2000 Free Software Foundation, Inc.
|
Copyright (C) 1992-1999, 2000, 2001 Free Software Foundation, Inc.
|
||||||
See the end for copying conditions.
|
See the end for copying conditions.
|
||||||
|
|
||||||
Please send GNU C library bug reports using the `glibcbug' script to
|
Please send GNU C library bug reports using the `glibcbug' script to
|
||||||
@ -24,6 +24,14 @@ Version 2.2.1
|
|||||||
* New codeset conversion modules: IBM-922 (Estonia PC codeset),
|
* New codeset conversion modules: IBM-922 (Estonia PC codeset),
|
||||||
IBM-1124 (Ukraine PC codeset), IBM-1129 (Vietnamese PC codeset).
|
IBM-1124 (Ukraine PC codeset), IBM-1129 (Vietnamese PC codeset).
|
||||||
Contributed by Masahide Washizawa <washi@jp.ibm.com>.
|
Contributed by Masahide Washizawa <washi@jp.ibm.com>.
|
||||||
|
|
||||||
|
* Optimized string functions for Alpha ev6 and ev67 by Richard Henderson
|
||||||
|
<rth@redhat.com> and Rick Gorton <rick.gorton@alpha-processor.com>.
|
||||||
|
|
||||||
|
* The LANGUAGE environment variable is now ignored unless the locale is
|
||||||
|
changed from the default "C" locale.
|
||||||
|
|
||||||
|
* The usual bug fixes.
|
||||||
|
|
||||||
Version 2.2
|
Version 2.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user