From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2030 invoked by alias); 26 Sep 2005 21:03:05 -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 1981 invoked by uid 9008); 26 Sep 2005 21:03:00 -0000 Date: Mon, 26 Sep 2005 21:03:00 -0000 Message-ID: <20050926210300.1980.qmail@sourceware.org> From: mmitchel@sourceware.org To: src-cvs@sources.redhat.com Subject: src/libiberty ChangeLog Makefile.in argv.c X-SW-Source: 2005-q3/txt/msg00045.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Changes by: mmitchel@sourceware.org 2005-09-26 21:03:00 Modified files: libiberty : ChangeLog Makefile.in argv.c Log message: * libiberty.h (expandargv): New function. * argv.c (safe-ctype.h): Include it. (ISBLANK): Remove. (stdio.h): Include. (buildargv): Use ISSPACE instead of ISBLANK. (expandargv): New function. * Makefile.in: Regenerated. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&r1=1.369&r2=1.370 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/Makefile.in.diff?cvsroot=src&r1=1.79&r2=1.80 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/argv.c.diff?cvsroot=src&r1=1.13&r2=1.14