gcc/libiberty
Zack Weinberg f6bbde28c4 safe-ctype.h: New file.
include:
	* safe-ctype.h: New file.
libiberty:
	* 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).
gcc:
	* Makefile.in (HOST_RTL): Add safe-ctype.o.
	(safe-ctype.o): New rule.
	* system.h: Include safe-ctype.h, not ctype.h.  No need to
	wrap ctype macros.

	* cpphash.h: Zap IStable and related macros.  Define is_* in
	terms of safe-ctype.h macros.
	* cppinit.c: Delete the IStable and all related code.

	* tradcpp.c: Delete is_idchar, is_idstart, is_hor_space, and
	is_space arrays.  Delete initialize_char_syntax.  Change all
	references to the above arrays to use macros instead.
	* tradcpp.h: Define is_idchar, is_idstart, is_space, and
	is_nvspace in terms of safe_ctype.h's macros.
	* tradcif.y: is_idchar, is_idstart are macros not arrays.

	* config/i370/i370.c, config/winnt/dirent.c,
	config/winnt/fixinc-nt.c, config/winnt/ld.c:
	Use uppercase ctype macros.  If we included ctype.h,
	include safe-ctype.h instead.

	* fixinc/fixfixes.c: Use uppercase ctype macros.  Don't test
	ISLOWER(c) before calling TOUPPER(c).
	* fixinc/fixincl.c (extract_quoted_files): Simplify out some gunk.
	* fixinc/gnu-regex.c: Include safe-ctype.h, not ctype.h.  No need to
	wrap ctype macros.  Don't test ISUPPER(x) before calling TOLOWER(x).
gcc/ch:
	* lex.c: Don't bother checking whether ISUPPER(c) before
	calling TOLOWER(c).  Don't bother checking whether isascii(c)
	before testing ISSPACE(c); ISSPACE(c) includes '\n'.
gcc/f:
	* Make-lang.in: Link f/fini with safe-ctype.o.
	* bad.c: Don't test ISUPPER(c) || ISLOWER(c) before calling TOUPPER(c).
	* com.c: Use TOUPPER, not ffesrc_toupper.
	* fini.c: Don't test ISALPHA(c) before calling TOUPPER(c)/TOLOWER(c).
	* intrin.c: Don't test IN_CTYPE_DOMAIN(c).
	* src.c: Delete ffesrc_toupper_ and ffesrc_tolower_ and their
	initializing code; use TOUPPER and TOLOWER instead of
	ffesrc_toupper and ffesrc_tolower.
	* src.h: Don't declare ffesrc_toupper_ or ffesrc_tolower_.
	Don't define ffesrc_toupper or ffesrc_tolower.
gcc/java:
	* jvgenmain.c: Use ISPRINT not isascii.

From-SVN: r38124
2000-12-08 03:00:26 +00:00
..
config mh-openedition.h: Added -DLE370 definition. 2000-07-26 20:00:36 -06:00
testsuite demangle-expected: Add two tests for anonymous namespaces. 2000-09-13 23:09:30 +00:00
aclocal.m4 Makefile.in, [...]: Expunge remaining traces of facility for running MD files through C preprocessor. 2000-11-22 08:32:26 +00:00
alloca-conf.h
alloca.c
argv.c safe-ctype.h: New file. 2000-12-08 03:00:26 +00:00
asprintf.c
atexit.c
basename.c safe-ctype.h: New file. 2000-12-08 03:00:26 +00:00
bcmp.c
bcopy.c
bzero.c
calloc.c
ChangeLog safe-ctype.h: New file. 2000-12-08 03:00:26 +00:00
choose-temp.c configure.in (ac_libiberty_warn_cflags): Add -pedantic. 2000-06-07 21:13:14 +00:00
clock.c
concat.c
config.h-vms
config.in Makefile.in, [...]: Expunge remaining traces of facility for running MD files through C preprocessor. 2000-11-22 08:32:26 +00:00
config.table config.table: Use mh-sparcpic for sparc*-*-*. 2000-05-11 16:16:25 +02:00
configure Makefile.in, [...]: Expunge remaining traces of facility for running MD files through C preprocessor. 2000-11-22 08:32:26 +00:00
configure.in Makefile.in, [...]: Expunge remaining traces of facility for running MD files through C preprocessor. 2000-11-22 08:32:26 +00:00
COPYING.LIB
copysign.c
cp-demangle.c cp-demangle.c (cplus_demangle_v3): Check that it's a v3 mangled name before allocating the dyn_string. 2000-12-05 12:29:12 -05:00
cplus-dem.c safe-ctype.h: New file. 2000-12-08 03:00:26 +00:00
dyn-string.c In include: 2000-09-05 01:01:12 +00:00
fdmatch.c
floatformat.c Add field ``name'' to floatformat. 2000-05-31 11:00:54 +00:00
fnmatch.c safe-ctype.h: New file. 2000-12-08 03:00:26 +00:00
getcwd.c getcwd.c: Include string.h, stdlib.h for prototypes 2000-07-26 17:29:55 -06:00
getopt1.c
getopt.c
getpagesize.c
getpwd.c
getruntime.c configure.in (AC_CHECK_HEADERS): Add time.h. 2000-07-23 13:18:32 -06:00
hashtab.c hashtab.c (higher_prime_number): Use a table, rather than a seive, to find the next prime. 2000-11-27 04:23:38 +00:00
hex.c
index.c
insque.c
Makefile.in safe-ctype.h: New file. 2000-12-08 03:00:26 +00:00
makefile.vms
md5.c * md5.c: #include "ansidecl.h". 2000-09-07 14:38:43 -04:00
memchr.c
memcmp.c configure.in (ac_libiberty_warn_cflags): Add -pedantic. 2000-06-07 21:13:14 +00:00
memcpy.c
memmove.c
memset.c
mkstemps.c * cp-demangle.c, mkstemps.c: #include <sys/types.h>. 2000-07-23 09:57:38 -06:00
mpw-config.in
mpw-make.sed
mpw.c
msdos.c
objalloc.c hashtab.c, [...]: Include string.h if HAVE_STRING_H. 2000-05-29 19:33:52 +00:00
obstack.c
partition.c cp-demangle.c (stdio.h): File included unconditionaly. 2000-06-08 07:29:53 +00:00
pexecute.c safe-ctype.h: New file. 2000-12-08 03:00:26 +00:00
putenv.c
random.c * libiberty/random.c (end_ptr): Revert previous change. 2000-08-24 22:44:37 +00:00
README
rename.c Makefile.in (rename.o, waitpid.o): Depend on config.h 2000-07-26 17:23:24 -06:00
rindex.c
safe-ctype.c safe-ctype.h: New file. 2000-12-08 03:00:26 +00:00
setenv.c Warning fixes: 2000-07-21 20:08:36 +00:00
sigsetmask.c Warning fixes: 2000-07-21 20:08:36 +00:00
sort.c configure.in (AC_CHECK_HEADERS): Add limits.h. 2000-07-23 13:13:46 -06:00
spaces.c
splay-tree.c c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only. 2000-10-01 19:19:30 +00:00
strcasecmp.c
strchr.c
strdup.c
strerror.c hashtab.c, [...]: Include string.h if HAVE_STRING_H. 2000-05-29 19:33:52 +00:00
strncasecmp.c
strncmp.c
strrchr.c
strsignal.c hashtab.c, [...]: Include string.h if HAVE_STRING_H. 2000-05-29 19:33:52 +00:00
strstr.c
strtod.c safe-ctype.h: New file. 2000-12-08 03:00:26 +00:00
strtol.c safe-ctype.h: New file. 2000-12-08 03:00:26 +00:00
strtoul.c safe-ctype.h: New file. 2000-12-08 03:00:26 +00:00
tmpnam.c
vasprintf.c Warning fixes: 2000-07-21 20:08:36 +00:00
vfork.c Warning fixes: 2000-07-21 20:08:36 +00:00
vfprintf.c
vmsbuild.com
vprintf.c
vsprintf.c
waitpid.c Makefile.in (rename.o, waitpid.o): Depend on config.h 2000-07-26 17:23:24 -06:00
xatexit.c
xexit.c Warning fixes: 2000-07-21 20:08:36 +00:00
xmalloc.c Makefile.in, [...]: Expunge remaining traces of facility for running MD files through C preprocessor. 2000-11-22 08:32:26 +00:00
xmemdup.c hashtab.c, [...]: Include string.h if HAVE_STRING_H. 2000-05-29 19:33:52 +00:00
xstrdup.c
xstrerror.c

This directory contains the -liberty library of free software.
It is a collection of subroutines used by various GNU programs.
Current members include:

	getopt -- get options from command line
	obstack -- stacks of arbitrarily-sized objects
	strerror -- error message strings corresponding to errno
	strtol -- string-to-long conversion
	strtoul -- string-to-unsigned-long conversion

We expect many of the GNU subroutines that are floating around to
eventually arrive here.

The library must be configured from the top source directory.  Don't
try to run configure in this directory.  Follow the configuration
instructions in ../README.

Please report bugs and fixes to "bug-gnu-utils@prep.ai.mit.edu".  Thank you.

ADDING A NEW FILE
=================

There are two sets of files:  Those that are "required" will be
included in the library for all configurations, while those
that are "optional" will be included in the library only if "needed."

To add a new required file, edit Makefile to add the source file
name to CFILES and the object file to REQUIRED_OFILES.

To add a new optional file, it must provide a single function, and the
name of the function must be the same as the name of the file.

    * Add the source file name to CFILES.

    * Add the function to name to the funcs shell variable in
      configure.in.

    * Add the function to the AC_CHECK_FUNCS lists just after the
      setting of the funcs shell variable.  These AC_CHECK_FUNCS calls
      are never executed; they are there to make autoheader work
      better.

    * Consider the special cases of building libiberty; as of this
      writing, the special cases are newlib and VxWorks.  If a
      particular special case provides the function, you do not need
      to do anything.  If it does not provide the function, add the
      object file to LIBOBJS, and add the function name to the case
      controlling whether to define HAVE_func.

The optional file you've added (e.g. getcwd.c) should compile and work
on all hosts where it is needed.  It does not have to work or even
compile on hosts where it is not needed.

ADDING A NEW CONFIGURATION
==========================

On most hosts you should be able to use the scheme for automatically
figuring out which files are needed.  In that case, you probably
don't need a special Makefile stub for that configuration.

If the fully automatic scheme doesn't work, you may be able to get
by with defining EXTRA_OFILES in your Makefile stub.  This is
a list of object file names that should be treated as required
for this configuration - they will be included in libiberty.a,
regardless of whatever might be in the C library.