From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14398 invoked by alias); 21 Jun 2005 00:28:25 -0000 Mailing-List: contact src-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sources.redhat.com Received: (qmail 14382 invoked by uid 589); 21 Jun 2005 00:28:25 -0000 Date: Tue, 21 Jun 2005 00:28:00 -0000 Message-ID: <20050621002825.14381.qmail@sourceware.org> From: geoffk@sourceware.org To: src-cvs@sources.redhat.com Subject: src/libiberty ChangeLog Makefile.in configure ... X-SW-Source: 2005-q2/txt/msg00077.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Changes by: geoffk@sourceware.org 2005-06-21 00:28:25 Modified files: libiberty : ChangeLog Makefile.in configure configure.ac functions.texi Added files: libiberty : strverscmp.c Log message: Index: include/ChangeLog 2005-06-20 Geoffrey Keating * libiberty.h (strverscmp): Prototype. Index: libiberty/ChangeLog 2005-06-20 Geoffrey Keating * strverscmp.c: New. * Makefile.in (CFILES): Add strverscmp.c. (CONFIGURED_OFILES): Add strverscmp.o. (strverscmp.o): New rule. (stamp-functions): Add $(srcdir) to files in source directory. * configure.ac (funcs): Add strverscmp. (AC_CHECK_FUNCS): Add strverscmp. * configure: Regenerate. * functions.texi: Regenerate. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/strverscmp.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&r1=1.351&r2=1.352 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/Makefile.in.diff?cvsroot=src&r1=1.77&r2=1.78 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/configure.diff?cvsroot=src&r1=1.76&r2=1.77 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/configure.ac.diff?cvsroot=src&r1=1.24&r2=1.25 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/functions.texi.diff?cvsroot=src&r1=1.23&r2=1.24