Go to file
Warren Levy 3cd22508eb PropertyChangeSupport.java (propertyListeners): Made transient.
* java/beans/PropertyChangeSupport.java (propertyListeners): Made
	transient.
	(listeners): Made transient.
	(source): Renamed from 'bean'.
	(children): New field for serialization.
	(propertyChangeSupportSerializedDataVersion): Ditto.
	(serialVersionUID): Ditto.
	(writeObject): New serialization method.
	(readObject): New serialization method.
	* java/beans/VetoableChangeSupport.java (propertyListeners): Made
	transient.
	(listeners): Made transient.
	(source): Renamed from 'bean'.
	(children): New field for serialization.
	(vetoableChangeSupportSerializedDataVersion): Ditto.
	(serialVersionUID): Ditto.
	(writeObject): New serialization method.
	(readObject): New serialization method.
	* java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Fixed assert
	to allow constructor to have a return type (i.e. the class that the
	constructor constructs).

Serialization mods.

From-SVN: r37506
2000-11-16 21:34:48 +00:00
boehm-gc
config
contrib generalize the release script a bit 2000-11-13 00:25:21 +00:00
gcc Fix ia64 C++ gprel link errors. 2000-11-16 12:01:21 -08:00
include Correct date and style of last entry 2000-11-15 11:57:23 +00:00
INSTALL
libchill
libf2c Daily bump. 2000-11-16 01:45:07 -07:00
libffi
libiberty cplus-dem.c (ada_demangle): Add back ATTRIBUTE_UNUSED for parameter `option'. 2000-11-16 09:12:47 +00:00
libio
libjava PropertyChangeSupport.java (propertyListeners): Made transient. 2000-11-16 21:34:48 +00:00
libobjc
libstdc++ README: Fix typo. 2000-11-08 21:15:59 +00:00
libstdc++-v3 * config/c_io_stdio.h: Include stddef.h. 2000-11-16 17:45:11 +00:00
texinfo
zlib
.cvsignore
ChangeLog configure: Provide the original toplevel configure arguments (including $0) to... 2000-11-13 13:39:36 +00:00
config-ml.in
config.guess
config.if
config.sub
configure configure: Provide the original toplevel configure arguments (including $0) to... 2000-11-13 13:39:36 +00:00
configure.in
COPYING
COPYING.LIB
djunpack.bat
install-sh
libtool.m4
ltcf-c.sh ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library if we've got GCC. 2000-11-13 00:49:03 +00:00
ltcf-cxx.sh ltcf-c.sh (aix4): Improve shared library configuration; require exporting symbols. 2000-11-09 16:41:11 -05:00
ltcf-gcj.sh
ltconfig ltcf-c.sh (aix4): Improve shared library configuration; require exporting symbols. 2000-11-09 16:41:11 -05:00
ltmain.sh
MAINTAINERS MAINTAINERS: Remove references to cccp. 2000-11-13 13:25:53 +00:00
Makefile.in
missing
mkdep
mkinstalldirs
move-if-change
README
symlink-tree
ylwrap

		   README for GNU development tools

This directory contains various GNU compilers, assemblers, linkers, 
debuggers, etc., plus their support routines, definitions, and documentation.


Check the INSTALL directory for detailed configuration and installation
instructions.


Much of the code and documentation enclosed is copyright by
the Free Software Foundation, Inc.  See the file COPYING or
COPYING.LIB in the various directories, for a description of the
GNU General Public License terms under which you can copy the files.

REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info
on where and how to report problems.