public inbox for src-cvs@sourceware.org
help / color / mirror / Atom feed
From: dj@sourceware.cygnus.com
To: src-cvs@sourceware.cygnus.com
Subject: src/libiberty ChangeLog Makefile.in argv.c bas ...
Date: Fri, 08 Dec 2000 08:37:00 -0000	[thread overview]
Message-ID: <20001208163702.5849.qmail@sourceware.cygnus.com> (raw)

CVSROOT:	/cvs/src
Module name:	src
Changes by:	dj@sources.redhat.com	2000-12-08 08:37:02

Modified files:
	libiberty      : ChangeLog Makefile.in argv.c basename.c 
	                 cplus-dem.c fnmatch.c pexecute.c strtod.c 
	                 strtol.c strtoul.c 
Added files:
	libiberty      : safe-ctype.c 

Log message:
	* safe-ctype.c: New file.
	* Makefile.in (CFILES): Add safe-ctype.c.
	(REQUIRED_OFILES): Add safe-ctype.o.
	
	* argv.c: Define ISBLANK and use it, not isspace.
	* basename.c, cplus-dem.c, fnmatch.c, pexecute.c, strtod.c,
	strtol.c, strtoul.c: Include safe-ctype.h, not ctype.h.  Use
	uppercase ctype macros.  Don't test ISUPPER(c)/ISLOWER(c)
	before calling TOLOWER(c)/TOUPPER(c).

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/safe-ctype.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.57&r2=1.58
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/Makefile.in.diff?cvsroot=src&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/argv.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/basename.c.diff?cvsroot=src&r1=1.1.1.2&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/cplus-dem.c.diff?cvsroot=src&r1=1.16&r2=1.17
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/fnmatch.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/pexecute.c.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/strtod.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/strtol.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/strtoul.c.diff?cvsroot=src&r1=1.3&r2=1.4


                 reply	other threads:[~2000-12-08  8:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20001208163702.5849.qmail@sourceware.cygnus.com \
    --to=dj@sourceware.cygnus.com \
    --cc=src-cvs@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).