Go to file
Jonathan Wakely dd768f5f25 howto.html: Fix example code...
2002-11-20  Jonathan Wakely  <redi@gcc.gnu.org>

	* docs/html/21_strings/howto.html: Fix example code, cite Gaby's
	explanation of "<unknown type>" error with toupper/tolower.
	* docs/html/22_locale/howto.html: Be more consistent with
	example in 21_strings.

From-SVN: r59284
2002-11-20 01:12:02 +00:00
INSTALL
boehm-gc * include/private/gcconfig.h (HBLKSIZE): Define for x86-64. 2002-10-02 08:25:37 +02:00
config Retire common MPW configury bits. 2002-11-11 05:15:36 +00:00
contrib * btest-gcc.sh: Add gdb.sum to TESTLOGS only when GDB testsuite is run. 2002-10-22 20:02:49 +00:00
fastjar dostime.c (dos2unixtime): Mask for seconds is 0x1f. 2002-11-11 22:20:56 +00:00
gcc re PR fortran/8587 ((double complex zero)**(double prec number) = NAN instead of zero) 2002-11-19 23:17:36 +00:00
include partition.h: Close the extern "C" scope when compiling with C++. 2002-10-27 01:00:34 +00:00
libf2c re PR fortran/8587 ((double complex zero)**(double prec number) = NAN instead of zero) 2002-11-19 23:17:36 +00:00
libffi s390.h (ASM_PREFERRED_EH_DATA_FORMAT): Define. 2002-11-15 16:57:49 +00:00
libiberty md5.c (md5_process_block): Avoid `function-like macro "F{G,H,I}" must be used with arguments in... 2002-11-16 13:38:43 +01:00
libjava natReference.cc (add_to_hash): Look at `copy', not `referent'. 2002-11-19 21:59:41 +00:00
libobjc Makefile.am (all-multi): Fix multilib parallel build. 2002-09-23 03:52:55 +00:00
libstdc++-v3 howto.html: Fix example code... 2002-11-20 01:12:02 +00:00
maintainer-scripts update_version: Do not check in files which are unchanged. 2002-09-24 03:44:36 +00:00
zlib Makefile.am (all-multi): Fix multilib parallel build. 2002-09-23 03:52:55 +00:00
.cvsignore
COPYING
COPYING.LIB
ChangeLog * MAINTAINERS: Update email. 2002-11-19 10:57:58 +00:00
MAINTAINERS * MAINTAINERS: Update email. 2002-11-19 10:57:58 +00:00
Makefile.def Top level configury changes for RDA. 2002-11-04 18:40:27 +00:00
Makefile.in Top level configury changes for RDA. 2002-11-04 18:40:27 +00:00
Makefile.tpl syntactic cleanup 2002-11-14 19:44:41 +00:00
README
config-ml.in
config.guess
config.if
config.sub
configure configure: Revert accidentally applied changes. 2002-09-29 16:11:24 +00:00
configure.in Top level configury changes for RDA. 2002-11-04 18:40:27 +00:00
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
missing
mkdep
mkinstalldirs
move-if-change
symlink-tree
ylwrap

README

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the file COPYING
for copying permission.  The manuals, and some of the runtime
libraries, are under different terms; see the individual source files
for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs.html for how to report bugs usefully.