Go to file
Zack Weinberg f8521984ee c-decl.c: Search-and-replace change 'binding level' to 'scope' in commentary.
* c-decl.c: Search-and-replace change 'binding level' to
	'scope' in commentary.
	(struct binding_level): Now struct c_scope.
	(current_binding_level): Now current_scope.
	(free_binding_level): Now scope_freelist.
	(current_function_level): Now current_function_scope.
	(global_binding_level): Now global_scope.
	(make_binding_level): Now make_scope.
	(pop_binding_level): Now pop_scope.

From-SVN: r69747
2003-07-24 16:59:32 +00:00
boehm-gc
config
contrib
fastjar
gcc c-decl.c: Search-and-replace change 'binding level' to 'scope' in commentary. 2003-07-24 16:59:32 +00:00
include
INSTALL
intl
libf2c
libffi
libiberty
libjava SimpleDateFormat.java (format): Zero pad unless field size is 2. 2003-07-24 15:43:04 +00:00
libobjc
libstdc++-v3 map_operators.cc: Conform to container requirement as value must be Assignable. 2003-07-24 16:40:09 +00:00
maintainer-scripts gcc_release (usage): Document that -s now takes symbolic name and branch of the snapshot as parameters. 2003-07-23 15:56:40 +00:00
zlib
.cvsignore
ABOUT-NLS
ChangeLog Makefile.tpl (all-make): Depend on intl. 2003-07-22 19:01:20 +00:00
config-ml.in
config.guess
config.if * config.if: Remove unused libc_interface determination. 2003-07-16 06:34:53 +00:00
config.rpath
config.sub
configure
configure.in
COPYING
COPYING.LIB
install-sh install-sh: Update to newer upstream versions (associated with aclocal 1.7). 2003-07-20 09:40:28 +00:00
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS MAINTAINERS: Move self from Bug database only accounts to write-after-approval. 2003-07-16 11:15:22 -07:00
Makefile.def
Makefile.in Makefile.tpl (all-make): Depend on intl. 2003-07-22 19:01:20 +00:00
Makefile.tpl Makefile.tpl (all-make): Depend on intl. 2003-07-22 19:01:20 +00:00
missing install-sh: Update to newer upstream versions (associated with aclocal 1.7). 2003-07-20 09:40:28 +00:00
mkdep
mkinstalldirs install-sh: Update to newer upstream versions (associated with aclocal 1.7). 2003-07-20 09:40:28 +00:00
move-if-change
README
symlink-tree
ylwrap

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.