mirror of git://gcc.gnu.org/git/gcc.git
README: Remove obsolete info.
2004-07-28 Bryce McKinlay <mckinlay@redhat.com> * README: Remove obsolete info. Update bug URL. * THANKS: Updated. From-SVN: r85282
This commit is contained in:
parent
0fa2c11ae8
commit
4d4fed15f8
|
@ -1,3 +1,8 @@
|
||||||
|
2004-07-28 Bryce McKinlay <mckinlay@redhat.com>
|
||||||
|
|
||||||
|
* README: Remove obsolete info. Update bug URL.
|
||||||
|
* THANKS: Updated.
|
||||||
|
|
||||||
2004-07-28 Bryce McKinlay <mckinlay@redhat.com>
|
2004-07-28 Bryce McKinlay <mckinlay@redhat.com>
|
||||||
|
|
||||||
* gnu/java/security/action/GetPropertyAction.java (setParameters):
|
* gnu/java/security/action/GetPropertyAction.java (setParameters):
|
||||||
|
|
|
@ -12,44 +12,9 @@ can be found on the gcj web pages at this URL:
|
||||||
|
|
||||||
http://gcc.gnu.org/java/
|
http://gcc.gnu.org/java/
|
||||||
|
|
||||||
|
|
||||||
REQUIREMENTS
|
|
||||||
============
|
|
||||||
|
|
||||||
libgcj must be built with a compatible version of the gcc compiler. libgcj
|
|
||||||
releases are usually numbered according to their corresponding gcc release.
|
|
||||||
For example, if this is "libgcj 2.95.3", you need to build it using "gcc
|
|
||||||
2.95.3".
|
|
||||||
|
|
||||||
|
|
||||||
QUICK INSTALLATION
|
|
||||||
==================
|
|
||||||
|
|
||||||
> mkdir build
|
|
||||||
> cd build
|
|
||||||
> ../libgcj/configure --enable-threads=<THREADS_TYPE> --prefix=<DIR>
|
|
||||||
> make
|
|
||||||
> make install
|
|
||||||
|
|
||||||
where:
|
|
||||||
|
|
||||||
<THREADS_TYPE> specifies the threads library to be used by libgcj. Currently
|
|
||||||
the possible values are "posix" and "none". This value must be the same as
|
|
||||||
the value used when configuring gcc itself.
|
|
||||||
|
|
||||||
<DIR> specifies the installation directory. This should be the same location
|
|
||||||
as where gcc is installed.
|
|
||||||
|
|
||||||
Consult the gcj web pages for additional "configure" arguments.
|
|
||||||
|
|
||||||
NOTE: libgcj can not be built in the same directory as `configure'. You must
|
|
||||||
create a separate build directory.
|
|
||||||
|
|
||||||
|
|
||||||
BUGS
|
BUGS
|
||||||
====
|
====
|
||||||
|
|
||||||
Please submit bug reports via this URL:
|
Please submit bug reports via this URL:
|
||||||
|
|
||||||
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?database=gcc
|
http://gcc.gnu.org/bugzilla
|
||||||
|
|
||||||
|
|
269
libjava/THANKS
269
libjava/THANKS
|
@ -1,58 +1,218 @@
|
||||||
Many people contribute to the GCJ project, and in many different
|
Many people contribute to the GCJ project, and in many different
|
||||||
capacities. Any omissions to this list are accidental. Feel free to
|
capacities. Any omissions to this list are accidental. Please keep
|
||||||
contact green@cygnus.com if you have been left out or some of your
|
this list in alphabetical order.
|
||||||
contributions are not listed. Please keep this list in alphabetical
|
|
||||||
order.
|
|
||||||
|
|
||||||
Godmar Back for his improvements and encouragement.
|
Robert Abeles
|
||||||
Scott Bambrough for help porting the compiler.
|
Mark G. Adams
|
||||||
Jon Beniston for his Win32 port.
|
C. Scott Ananian
|
||||||
Geoff Berry for his object serialization work and various patches.
|
Mark Anderson
|
||||||
Eric Blake for helping to make gcj and libgcj conform to the specifications.
|
Bonzo Armstrong
|
||||||
Hans-J. Boehm for his garbage collector, IA-64 libffi port, and other work.
|
Steven Augart
|
||||||
Per Bothner for dreaming up, designing and implementing much of gcj.
|
Godmar Back
|
||||||
Joerg Brunsmann for compiler hacking and help with the FAQ.
|
Stuart Ballard
|
||||||
Steve Chamberlain for config fixes and the picoJava port.
|
Scott Bambrough
|
||||||
Glenn Chambers for help with the FAQ.
|
David Belanger
|
||||||
John-Marc Chandonia for various library patches.
|
Jon Beniston
|
||||||
Eric Christopher for his porting help and clean-ups.
|
Gary Benson
|
||||||
The GNU Classpath project for all of their merged runtime code.
|
Mark Benvenuto
|
||||||
Mo DeJong for gcj and libgcj bug fixes.
|
Daniel Berlin
|
||||||
The GCC project contributors for all of their great compiler work.
|
Geoff Berry
|
||||||
Ivan Fontes Garcia for the Portugese translation of the FAQ.
|
Alberto Biancardi
|
||||||
John Gilmore for a donation to the FSF earmarked improving GNU Java.
|
Artur Biesiadowski
|
||||||
Anthony Green for various contributions.
|
David Billinghurst
|
||||||
Stu Grossman for gdb hacking, allowing us to debug our code.
|
Eric Blake
|
||||||
Andrew Haley for his amazing compiler and library efforts.
|
Hans Boehm
|
||||||
Jakub Jelinek for improving the build system.
|
Paolo Bonzini
|
||||||
Warren Levy for his tremendous library work.
|
Neil Booth
|
||||||
Oskar Liljeblad for hacking on AWT and his many bug reports and patches.
|
Steven Bosscher
|
||||||
All of the Mauve project contributors, for test code.
|
Per Bothner
|
||||||
Bryce McKinlay for numerous gcj and libgcj fixes and improvements.
|
Sascha Brawer
|
||||||
Adam Megacz for his work on the Win32 port.
|
Dave Brolley
|
||||||
Jason Molenda for establishing the project infrastructure
|
Rodney Brown
|
||||||
on sources.redhat.com.
|
Joerg Brunsmann
|
||||||
Mike Moreton for his various patches.
|
Nathan Bryant
|
||||||
Alexandre Oliva for all of this porting and testing efforts.
|
Adrian Bunk
|
||||||
Rainer Orth for configuration clean-ups and porting help.
|
Andrew Cagney
|
||||||
Alexandre Petit-Bianco for implementing much of the compiler,
|
John F. Carr
|
||||||
and continued maintainership.
|
Steve Chamberlain
|
||||||
Rolf W. Rasmussen for hacking on AWT.
|
Glenn Chambers
|
||||||
Bradley Schatz for his work on the FAQ.
|
John-Marc Chandonia
|
||||||
Jason Schroeder for jcf-dump patches.
|
Michael Chastain
|
||||||
John Stracke for his HTTP protocol fixes.
|
Tang Ching-Hui
|
||||||
Jeff Sturm for porting help, bug fixes, and encouragement.
|
Eric Christopher
|
||||||
Kresten Krab Thorup for his fantastic bytecode interpreter.
|
Randolph Chung
|
||||||
Andreas Tobler for his work porting libgcj to Darwin.
|
James Clark
|
||||||
Tom Tromey for his many contributions and libgcj maintainership.
|
Nick Clifton
|
||||||
Matt Welsh for help with Linux Threads.
|
Kelley Cook
|
||||||
Urban Widmark for help fixing java.io.
|
Christian Cornelssen
|
||||||
Mark Wielaard for new library code and his work integrating with Classpath.
|
Stephen Crawley
|
||||||
Gilles Zunino for help porting to Irix.
|
David Daney
|
||||||
|
Marcus G. Daniels
|
||||||
|
Mo DeJong
|
||||||
|
Bert Deknuydt
|
||||||
|
DJ Delorie
|
||||||
|
Akim Demaille
|
||||||
|
R. A. Rivas Diaz
|
||||||
|
Julian Dolby
|
||||||
|
Richard Earnshaw
|
||||||
|
David Edelsohn
|
||||||
|
Frank Ch. Eigler
|
||||||
|
Mohan Embar
|
||||||
|
Marc Espie
|
||||||
|
Nic Ferrier
|
||||||
|
Thomas Fitzsimmons
|
||||||
|
Andreas Franck
|
||||||
|
Norbert Frese
|
||||||
|
Todd T. Fries
|
||||||
|
Jeroen Frijters
|
||||||
|
Wu Gansha
|
||||||
|
Ivan Fontes Garcia
|
||||||
|
Kaveh R. Ghazi
|
||||||
|
Scott Gilbertson
|
||||||
|
John Gilmore
|
||||||
|
Jacob Gladish
|
||||||
|
Taras Glek
|
||||||
|
Anthony Green
|
||||||
|
Stu Grossman
|
||||||
|
David P Grove
|
||||||
|
Laurent Guerby
|
||||||
|
Andrew Haley
|
||||||
|
Raja R Harinath
|
||||||
|
Richard Henderson
|
||||||
|
Kevin B Hendricks
|
||||||
|
Kazu Hirata
|
||||||
|
Kim Ho
|
||||||
|
Graydon Hoare
|
||||||
|
Jochen Hoenicke
|
||||||
|
Jens-Michael Hoffmann
|
||||||
|
Manfred Hollstein
|
||||||
|
Jan Hubicka
|
||||||
|
Bernardo Innocenti
|
||||||
|
Christian Iseli
|
||||||
|
Andreas Jaeger
|
||||||
|
David Jee
|
||||||
|
Jakub Jelinek
|
||||||
|
Mojo Jojo
|
||||||
|
C. Brian Jones
|
||||||
|
Tim Josling
|
||||||
|
Martin Kahlert
|
||||||
|
Ito Kazumitsu
|
||||||
|
Geoffrey Keating
|
||||||
|
Brendan Kehoe
|
||||||
|
Richard Kenner
|
||||||
|
Mumit Khan
|
||||||
|
Dhek Bhun Kho
|
||||||
|
Tony Kimball
|
||||||
|
Adam King
|
||||||
|
Matthias Klose
|
||||||
|
Michael Koch
|
||||||
|
Kaz Kojima
|
||||||
|
Stepan Koltsov
|
||||||
|
Bruce Korb
|
||||||
|
Matt Kraai
|
||||||
|
Guilhem Lavaux
|
||||||
|
Jeffrey A Law
|
||||||
|
John Leuner
|
||||||
|
Warren Levy
|
||||||
|
Oskar Liljeblad
|
||||||
|
Robert Lipe
|
||||||
|
Ralph Loader
|
||||||
|
H.J. Lu
|
||||||
|
Brad Lucier
|
||||||
|
Martin v. Löwis
|
||||||
|
Andrew MacLeod
|
||||||
|
Jan van Male
|
||||||
|
Jerome Marc
|
||||||
|
Casey Marshall
|
||||||
|
T.J. Mather
|
||||||
|
Ranjit Mathew
|
||||||
|
Greg McGary
|
||||||
|
Bryce McKinlay
|
||||||
|
Adam Megacz
|
||||||
|
Marcus Meissner
|
||||||
|
Jason Merrill
|
||||||
|
Jim Meyering
|
||||||
|
David S. Miller
|
||||||
|
Corey Minyard
|
||||||
|
Mark Mitchell
|
||||||
|
Alan Modra
|
||||||
|
Jason Molenda
|
||||||
|
Peter Moon
|
||||||
|
Mike Moreton
|
||||||
|
Joseph S. Myers
|
||||||
|
Raif Naffah
|
||||||
|
Raif S. Naffah
|
||||||
|
Fernando Nasser
|
||||||
|
Nathanael Nerode
|
||||||
|
Pekka Nikander
|
||||||
|
Hans-Peter Nilsson
|
||||||
|
Jeremy Nimmer
|
||||||
|
Diego Novillo
|
||||||
|
Jeffrey Oldham
|
||||||
|
Alexandre Oliva
|
||||||
|
Rainer Orth
|
||||||
|
Andrew Overholt
|
||||||
|
Theodore Papadopoulo
|
||||||
|
Oscar Pearce
|
||||||
|
Alexandre Petit-Bianco
|
||||||
|
Andrew Pinski
|
||||||
|
Ovidiu Predescu
|
||||||
|
Steve Pribyl
|
||||||
|
Ingo Proetel
|
||||||
|
Vladimir Puskas
|
||||||
|
Jerry Quinn
|
||||||
|
Rolf W. Rasmussen
|
||||||
|
Volker Reichelt
|
||||||
|
Petter Reinholdtsen
|
||||||
|
Gabriel Dos Reis
|
||||||
|
Aaron M. Renn
|
||||||
|
J"orn Rennecke
|
||||||
|
Loren J. Rittle
|
||||||
|
Mark J. Roberts
|
||||||
|
Olga Rodimina
|
||||||
|
Craig Rodrigues
|
||||||
|
Jesse Rosenstock
|
||||||
|
Torsten Rueger
|
||||||
|
Douglas B. Rupp
|
||||||
|
Roger Sayle
|
||||||
|
Bradley Schatz
|
||||||
|
Bernd Schmidt
|
||||||
|
Jason Schroeder
|
||||||
|
Andreas Schwab
|
||||||
|
Chris Sears
|
||||||
|
Nathan Sidwell
|
||||||
|
Franz Sirl
|
||||||
|
Danny Smith
|
||||||
|
Michael Smith
|
||||||
|
Todd Stock
|
||||||
|
Graham Stott
|
||||||
|
John Stracke
|
||||||
|
Mike Stump
|
||||||
|
Jeff Sturm
|
||||||
|
Sam TH
|
||||||
|
Philipp Thomas
|
||||||
|
Jason Thorpe
|
||||||
|
Bo Thorsen
|
||||||
|
Kresten Krab Thorup
|
||||||
|
Michael Tiemann
|
||||||
|
Andreas Tobler
|
||||||
|
Gerhard Tonn
|
||||||
|
Dalibor Topic
|
||||||
|
Gregg Townsend
|
||||||
|
Tom Tromey
|
||||||
|
Arnaud Vandyck
|
||||||
|
H. Väisänen
|
||||||
|
Krister Walfridsson
|
||||||
|
Ulrich Weigand
|
||||||
|
Zack Weinberg
|
||||||
|
Matt Welsh
|
||||||
|
Urban Widmark
|
||||||
|
Mark Wielaard
|
||||||
|
Gilles Zunino
|
||||||
|
|
||||||
|
|
||||||
We'd also like to thank the folks who have contributed time and energy
|
We'd also like to thank these folks who contributed time and energy
|
||||||
in testing GCJ:
|
in testing early versions of GCJ:
|
||||||
|
|
||||||
Michael Abd-El-Malek
|
Michael Abd-El-Malek
|
||||||
Thomas Arend
|
Thomas Arend
|
||||||
|
@ -103,4 +263,11 @@ Frederik Warg
|
||||||
Gregory Warnes
|
Gregory Warnes
|
||||||
David E. Young
|
David E. Young
|
||||||
|
|
||||||
|
Special thanks to:
|
||||||
|
|
||||||
|
The GCC project contributors for all of their great compiler work.
|
||||||
|
The GNU Classpath project for all of their merged class libraries.
|
||||||
|
All of the Mauve project contributors, for test code.
|
||||||
|
All the contributors to the Jacks compiler test suite.
|
||||||
|
|
||||||
Thank you all!
|
Thank you all!
|
||||||
|
|
Loading…
Reference in New Issue