2
0
mirror of git://sourceware.org/git/glibc.git synced 2025-04-18 14:30:43 +08:00

Updated to fedora-glibc-20050722T0433

This commit is contained in:
Roland McGrath 2005-07-22 05:26:10 +00:00
parent 9b7265a794
commit 8075c26a4c
6 changed files with 20 additions and 6 deletions

@ -1,9 +1,20 @@
2005-07-21 Roland McGrath <roland@redhat.com>
* stdlib/Makefile (headers): Move bits/wchar.h to ...
* wcsmbs/Makefile (headers): ... here. Add bits/wchar2.h too.
2005-07-21 Jakub Jelinek <jakub@redhat.com>
* wcsmbs/bits/wchar2.h (swprintf): Remove format argument.
* debug/tst-chk1.c (do_test): Add test for swprintf with format
being the last argument.
2005-07-21 Thorsten Kukuk <kukuk@suse.de>
* debug/getgroups_chk.c (__getgroups_chk): Fix return value.
* stdio-common/fxprintf.c: Include string.h.
2005-07-20 Ulrich Drepper <drepper@redhat.com>
* sysdeps/x86_64/fpu/libm-test-ulps: Adjust expected atan2f results.

@ -20,7 +20,7 @@
#include <unistd.h>
char *
int
__getgroups_chk (int size, __gid_t list[], size_t listlen)
{
if (__builtin_expect (size * sizeof (__gid_t) > listlen, 0))

@ -1,5 +1,7 @@
# This file is updated automatically by Makefile.
glibc-branch := fedora
glibc-base := HEAD
fedora-sync-date := 2005-07-21 08:14 UTC
fedora-sync-tag := fedora-glibc-20050721T0814
DIST_BRANCH := devel
COLLECTION := dist-fc4
fedora-sync-date := 2005-07-22 04:33 UTC
fedora-sync-tag := fedora-glibc-20050722T0433

@ -22,6 +22,7 @@
#include <stdarg.h>
#include <stdio.h>
#include <wchar.h>
#include <string.h>
int

@ -22,7 +22,7 @@
subdir := stdlib
headers := stdlib.h alloca.h monetary.h fmtmsg.h ucontext.h sys/ucontext.h \
inttypes.h stdint.h bits/wordsize.h bits/wchar.h \
inttypes.h stdint.h bits/wordsize.h \
errno.h sys/errno.h bits/errno.h bits/stdlib.h
routines := \

@ -1,4 +1,4 @@
# Copyright (C) 1995-2000, 2002, 2003, 2004 Free Software Foundation, Inc.
# Copyright (C) 1995-2000,2002,2003,2004,2005 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
@ -21,7 +21,7 @@
#
subdir := wcsmbs
headers := wchar.h
headers := wchar.h bits/wchar.h bits/wchar2.h
distribute := wcwidth.h wcsmbsload.h
routines := wcscat wcschr wcscmp wcscpy wcscspn wcsdup wcslen wcsncat \