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-conf.h (alloca): Don't use Gcc builtin or <alloca.h>. 1999-09-27 11:45:52 -06:00
alloca.c pexecute.c: Updates from gcc. 1998-09-05 04:42:19 -06:00
argv.c safe-ctype.h: New file. 2000-12-08 03:00:26 +00:00
asprintf.c asprintf.c: Consistently use either stdarg or varargs. 1997-10-16 01:39:03 -06:00
atexit.c Update from Cygnus libiberty. 1998-05-15 17:42:58 -06:00
basename.c safe-ctype.h: New file. 2000-12-08 03:00:26 +00:00
bcmp.c Initial revision 1997-08-21 18:57:35 -04:00
bcopy.c Initial revision 1997-08-21 18:57:35 -04:00
bzero.c Initial revision 1997-08-21 18:57:35 -04:00
calloc.c * calloc.c: Add a public domain notice. 1999-10-18 15:25:01 +00:00
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 alloca-conf.h (alloca): Don't use Gcc builtin or <alloca.h>. 1999-09-27 11:45:52 -06:00
concat.c Initial revision 1997-08-21 18:57:35 -04:00
config.h-vms Initial revision 1997-08-21 18:57:35 -04:00
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 Update address. 1998-02-23 14:57:23 -07:00
copysign.c Initial revision 1997-08-21 18:57:35 -04:00
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 Initial revision 1997-08-21 18:57:35 -04:00
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
getopt.c getopt.c: Check HAVE_STRINGS_H before including strings.h. 1998-10-13 16:59:40 -06:00
getopt1.c pexecute.c: Updates from gcc. 1998-09-05 06:10:25 -06:00
getpagesize.c configure.in: Check for unistd.h as well. 1998-05-21 07:52:41 +00:00
getpwd.c * getpwd.c: Check HAVE_GETCWD before defining it away. 1999-08-31 13:33:13 -07:00
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 Initial revision 1997-08-21 18:57:35 -04:00
index.c Initial revision 1997-08-21 18:57:35 -04:00
insque.c Initial revision 1997-08-21 18:57:35 -04:00
Makefile.in safe-ctype.h: New file. 2000-12-08 03:00:26 +00:00
makefile.vms xmemdup.c: New xmemdup function. 1999-09-08 02:19:52 -06:00
md5.c * md5.c: #include "ansidecl.h". 2000-09-07 14:38:43 -04:00
memchr.c choose-temp.c: Don't check IN_GCC anymore. 1998-12-14 07:01:03 +00:00
memcmp.c configure.in (ac_libiberty_warn_cflags): Add -pedantic. 2000-06-07 21:13:14 +00:00
memcpy.c choose-temp.c: Don't check IN_GCC anymore. 1998-12-14 07:01:03 +00:00
memmove.c choose-temp.c: Don't check IN_GCC anymore. 1998-12-14 07:01:03 +00:00
memset.c Initial revision 1997-08-21 18:57:35 -04:00
mkstemps.c * cp-demangle.c, mkstemps.c: #include <sys/types.h>. 2000-07-23 09:57:38 -06:00
mpw-config.in Update from Cygnus libiberty. 1998-05-15 17:42:58 -06:00
mpw-make.sed Initial revision 1997-08-21 18:57:35 -04:00
mpw.c * mpw.c (mpw_access): Add missing parens. 1998-11-19 14:17:54 -07:00
msdos.c Initial revision 1997-08-21 18:57:35 -04:00
objalloc.c hashtab.c, [...]: Include string.h if HAVE_STRING_H. 2000-05-29 19:33:52 +00:00
obstack.c pexecute.c: Updates from gcc. 1998-09-05 06:24:41 -06:00
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 putenv.c: Include ansidecl.h to define `const'. 1999-05-28 07:34:48 +00:00
random.c * libiberty/random.c (end_ptr): Revert previous change. 2000-08-24 22:44:37 +00:00
README Update from Cygnus libiberty. 1998-05-15 17:42:58 -06:00
rename.c Makefile.in (rename.o, waitpid.o): Depend on config.h 2000-07-26 17:23:24 -06:00
rindex.c Initial revision 1997-08-21 18:57:35 -04:00
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 Initial revision 1997-08-21 18:57:35 -04:00
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 Initial revision 1997-08-21 18:57:35 -04:00
strchr.c choose-temp.c: Don't check IN_GCC anymore. 1998-12-14 07:01:03 +00:00
strdup.c Initial revision 1997-08-21 18:57:35 -04:00
strerror.c hashtab.c, [...]: Include string.h if HAVE_STRING_H. 2000-05-29 19:33:52 +00:00
strncasecmp.c Initial revision 1997-08-21 18:57:35 -04:00
strncmp.c aclocal.m4: New file with new test libiberty_AC_FUNC_STRNCMP. 2000-04-28 01:42:43 +00:00
strrchr.c choose-temp.c: Don't check IN_GCC anymore. 1998-12-14 07:01:03 +00:00
strsignal.c hashtab.c, [...]: Include string.h if HAVE_STRING_H. 2000-05-29 19:33:52 +00:00
strstr.c Initial revision 1997-08-21 18:57:35 -04:00
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 * tmpnam.c (L_tmpnam): Fix typo. 1999-05-12 19:23:42 -06:00
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 pexecute.c: Updates from gcc. 1998-09-05 04:42:19 -06:00
vmsbuild.com xmemdup.c: New xmemdup function. 1999-09-08 02:19:52 -06:00
vprintf.c mkstemp.c: Include config.h even when not IN_GCC. 1998-09-07 20:37:13 +00:00
vsprintf.c Initial revision 1997-08-21 18:57:35 -04:00
waitpid.c Makefile.in (rename.o, waitpid.o): Depend on config.h 2000-07-26 17:23:24 -06:00
xatexit.c Initial revision 1997-08-21 18:57:35 -04:00
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 * xstrdup (sys/types.h): Include this file. 1999-11-02 03:25:28 -07:00
xstrerror.c Initial revision 1997-08-21 18:57:35 -04:00

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.