From 234669e2687f707441040f90a9114133a77babe3 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 13 Jan 2001 00:55:28 +0000 Subject: [PATCH] Update. 2001-01-12 Ulrich Drepper * assert/assert.h: Use static_cast instead of C-style cast for C++. Patch by Enrico Scholz . --- ChangeLog | 5 +++++ NEWS | 12 ++++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2fbc801..687d045 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-01-12 Ulrich Drepper + + * assert/assert.h: Use static_cast instead of C-style cast for C++. + Patch by Enrico Scholz . + 2001-01-12 Ben Collins * sysdeps/generic/segfault.c (install_handler): Use access, not diff --git a/NEWS b/NEWS index 809bf39..ddae546 100644 --- a/NEWS +++ b/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. 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), IBM-1124 (Ukraine PC codeset), IBM-1129 (Vietnamese PC codeset). Contributed by Masahide Washizawa . + +* Optimized string functions for Alpha ev6 and ev67 by Richard Henderson + and Rick Gorton . + +* The LANGUAGE environment variable is now ignored unless the locale is + changed from the default "C" locale. + +* The usual bug fixes. Version 2.2 -- 2.7.4