From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MeMww-0008HW-EX for garchives@archives.gentoo.org; Fri, 21 Aug 2009 05:46:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6E81E02B9; Fri, 21 Aug 2009 05:46:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 83005E02B9 for ; Fri, 21 Aug 2009 05:46:05 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id DA8FB65134 for ; Fri, 21 Aug 2009 05:46:05 +0000 (UTC) Received: from vapier by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MeMwu-00067I-PB for gentoo-commits@lists.gentoo.org; Fri, 21 Aug 2009 05:46:04 +0000 From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog X-VCS-Directories: sys-libs/glibc X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Message-Id: Sender: Mike Frysinger Date: Fri, 21 Aug 2009 05:46:04 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: adb20b84-c4c1-4495-8565-26458511feed X-Archives-Hash: 7adbb6220a1b69273fe759d9d00cf973 vapier 09/08/21 05:46:04 Modified: ChangeLog Log: Add check for broken syscall() on x86 #279260 by Andrew Gaffney. (Portage version: 2.2_rc38/cvs/Linux x86_64) Revision Changes Path 1.632 sys-libs/glibc/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/Cha= ngeLog?rev=3D1.632&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/Cha= ngeLog?rev=3D1.632&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/Cha= ngeLog?r1=3D1.631&r2=3D1.632 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v retrieving revision 1.631 retrieving revision 1.632 diff -u -r1.631 -r1.632 --- ChangeLog 19 Jul 2009 14:49:14 -0000 1.631 +++ ChangeLog 21 Aug 2009 05:46:04 -0000 1.632 @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.631 2009= /07/19 14:49:14 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.632 2009= /08/21 05:46:04 vapier Exp $ + + 21 Aug 2009; Mike Frysinger + files/eblits/pkg_setup.eblit: + Add check for broken syscall() on x86 #279260 by Andrew Gaffney. =20 19 Jul 2009; nixnut glibc-2.9_p20081201-r2.ebuild: ppc stable #270243