mirror of git://gcc.gnu.org/git/gcc.git
parent
aa620e4294
commit
38a7fbac35
|
@ -1,3 +1,7 @@
|
||||||
|
Thu Dec 2 17:26:47 1999 Anthony Green <green@cygnus.com>
|
||||||
|
|
||||||
|
* THANKS: Giving credit where credit is due.
|
||||||
|
|
||||||
1999-12-02 Bryce McKinlay <bryce@albatross.co.nz>
|
1999-12-02 Bryce McKinlay <bryce@albatross.co.nz>
|
||||||
|
|
||||||
* java/net/ServerSocket.java (ServerSocket): Bind to any interface
|
* java/net/ServerSocket.java (ServerSocket): Bind to any interface
|
||||||
|
|
|
@ -6,9 +6,10 @@ order.
|
||||||
|
|
||||||
Geoff Berry for his object serialization work and various patches.
|
Geoff Berry for his object serialization work and various patches.
|
||||||
Hans-J. Boehm for his garbage collector.
|
Hans-J. Boehm for his garbage collector.
|
||||||
|
Godmar Back for his improvements and encouragement.
|
||||||
Per Bothner for dreaming up, designing and implementing much of gcj.
|
Per Bothner for dreaming up, designing and implementing much of gcj.
|
||||||
Steve Chamberlain for config fixes and the picoJava port.
|
Steve Chamberlain for config fixes and the picoJava port.
|
||||||
Jean-Marc Chandonia for various library patches.
|
John-Marc Chandonia for various library patches.
|
||||||
Eric Christopher for his porting help and clean-ups.
|
Eric Christopher for his porting help and clean-ups.
|
||||||
The GCC project contributors for all of their great compiler work.
|
The GCC project contributors for all of their great compiler work.
|
||||||
Anthony Green for various contributions.
|
Anthony Green for various contributions.
|
||||||
|
@ -17,6 +18,7 @@ Andrew Haley for his amazing compiler and library efforts.
|
||||||
Bryce McKinlay for numerous libgcj fixes and improvements.
|
Bryce McKinlay for numerous libgcj fixes and improvements.
|
||||||
Jason Molenda for maintaining the project infrastructure
|
Jason Molenda for maintaining the project infrastructure
|
||||||
on sourceware.cygnus.com.
|
on sourceware.cygnus.com.
|
||||||
|
Mike Moreton for his various patches.
|
||||||
Alexandre Oliva for all of this porting and testing efforts.
|
Alexandre Oliva for all of this porting and testing efforts.
|
||||||
Kresten Krab Thorup for his fantastic bytecode interpreter.
|
Kresten Krab Thorup for his fantastic bytecode interpreter.
|
||||||
Warren Levy for his tremendous library work.
|
Warren Levy for his tremendous library work.
|
||||||
|
@ -24,7 +26,7 @@ All of the Mauve project contributors, for test code.
|
||||||
Rainer Orth for configuration clean-ups and porting help.
|
Rainer Orth for configuration clean-ups and porting help.
|
||||||
Alexandre Petit-Bianco for implementing much of the compiler,
|
Alexandre Petit-Bianco for implementing much of the compiler,
|
||||||
and continued maintainership.
|
and continued maintainership.
|
||||||
Jeff Sturm for porting help and encouragement.
|
Jeff Sturm for porting help, bug fixes, and encouragement.
|
||||||
Tom Tromey for his many contributions and libgcj maintainership.
|
Tom Tromey for his many contributions and libgcj maintainership.
|
||||||
Matt Welsh for help with Linux Threads.
|
Matt Welsh for help with Linux Threads.
|
||||||
Urban Widmark for help fixing java.io.
|
Urban Widmark for help fixing java.io.
|
||||||
|
@ -33,22 +35,33 @@ Gilles Zunino for help porting to Irix.
|
||||||
We'd also like to thank the folks who have contributed time and energy
|
We'd also like to thank the folks who have contributed time and energy
|
||||||
in testing GCJ:
|
in testing GCJ:
|
||||||
|
|
||||||
|
Michael Abd-El-Malek
|
||||||
Bonzo Armstrong
|
Bonzo Armstrong
|
||||||
|
Steven Ashe
|
||||||
Chris Baldwin
|
Chris Baldwin
|
||||||
David Billinghurst
|
David Billinghurst
|
||||||
Jim Blandy
|
Jim Blandy
|
||||||
Stephane Bortzmeyer
|
Stephane Bortzmeyer
|
||||||
|
Joerg Brunsmann
|
||||||
Bradford Castalia
|
Bradford Castalia
|
||||||
Richard Emberson
|
Richard Emberson
|
||||||
Mark K. Gardner
|
Mark K. Gardner
|
||||||
Simon Gornall
|
Simon Gornall
|
||||||
|
John Griffin
|
||||||
|
Kevin B. Hendricks
|
||||||
|
Patrik Hagglund
|
||||||
Amancio Hasty
|
Amancio Hasty
|
||||||
Joep Jansen
|
Joep Jansen
|
||||||
|
Tobias Kuipers
|
||||||
Anon A. Mous
|
Anon A. Mous
|
||||||
|
Pekka Nikander
|
||||||
Jon Olson
|
Jon Olson
|
||||||
Paul Reilly
|
Paul Reilly
|
||||||
Tom Reilly
|
Tom Reilly
|
||||||
|
Danny Sadinoff
|
||||||
Marc Schifer
|
Marc Schifer
|
||||||
Franz Sirl
|
Franz Sirl
|
||||||
|
Adam Sulmicki
|
||||||
|
Frederik Warg
|
||||||
|
|
||||||
Thank you all!
|
Thank you all!
|
||||||
|
|
Loading…
Reference in New Issue