• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GCC with patches for OS216


RSS
Rev. Time Author
9b6315f releases/libgcj-2.95 1999-10-01 04:10:21 Bryce McKinlay

README: New file.

1999-09-29 Bryce McKinlay <bryce@albatross.co.nz>

* README: New file.

From-SVN: r29735

4cf757a 1999-09-30 11:17:36 Bryce McKinlay

This commit was manufactured by cvs2svn to create branch
'libgcj-2_95-branch'.

From-SVN: r29718

900e40e 1999-09-10 10:21:06 Tom Tromey

configure: Rebuilt.

* configure: Rebuilt.
* configure.in: Fixed typo; variable is THREADSPEC and not
THREADSPECS.

From-SVN: r29254

d329ad1 1999-08-23 01:19:06 Alexandre Oliva

Added missing whitespace in function calls within adaptors
Pointed out by Tom

From-SVN: r28801

9015f23 1999-08-21 23:26:15 Alexandre Oliva

configure.in: Check for in_addr_t in netinet/in.h too.

* configure.in: Check for in_addr_t in netinet/in.h too. Check
for ip_mreq too.
* acconfig.h: Define HAVE_IN_ADDR_T instead of in_addr_t.
(HAVE_STRUCT_IP_MREQ): Added.
* configure, include/config.h.in: Rebuilt.
* java/net/natInetAddress.cc (aton): Typedef in_addr_t to jint
if needed.
* java/net/natPlainDatagramSocketImpl.cc (McastReq, mcastGrp):
Disable if ip_mreq is not available.

From-SVN: r28797

80df8af 1999-08-21 22:35:04 Alexandre Oliva

Change in_addr_t default to jint

From-SVN: r28795

6445422 1999-08-21 22:15:59 Alexandre Oliva

configure.in: Check types ssize_t and in_addr_t.

* configure.in: Check types ssize_t and in_addr_t.
* acconfig.h: Undefine them.
* configure, include/config.h.in: Rebuilt.

From-SVN: r28794

aa75d06 1999-08-21 21:09:44 Alexandre Oliva

natPlainDatagramSocketImpl.cc: Include sys/select.h only when configure finds it.

* java/net/natPlainDatagramSocketImpl.cc: Include sys/select.h
only when configure finds it.
* java/net/natPlainSocketImpl.cc: Likewise.

From-SVN: r28791

f033810 1999-08-21 20:56:21 Alexandre Oliva

natSystem.cc (getpwuid_adaptor): New overloaded function that detects the signature of getpwuid_r.

* java/lang/natSystem.cc (getpwuid_adaptor): New overloaded
function that detects the signature of getpwuid_r.
(init_properties): Use it.
* java/util/natDate.cc (ctime_adaptor): Likewise for ctime_r.
(toString): Use it.

From-SVN: r28789

210da6f 1999-08-18 07:42:27 Rainer Orth

gc_priv.h: Merged IRIX thread changes from include/private/gc_priv.h.

Tue Aug 10 00:08:29 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>

* gc_priv.h: Merged IRIX thread changes from
include/private/gc_priv.h.

From-SVN: r28739

a38b6d6 1999-08-10 03:53:10 Rainer Orth

configure.in (sched_yield): Try librt first, then libposix4.

Mon Aug 9 18:33:38 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>

* configure.in (sched_yield): Try librt first, then libposix4.
Add -lrt, -lposix4 to THREADSPEC.

From-SVN: r28628

32c3afa 1999-08-07 05:29:25 Tom Tromey

configure: Rebuilt.

* configure: Rebuilt.
* configure.in: Look for sched_yield in -lrt.

From-SVN: r28553

c3c5f5f 1999-08-05 05:53:52 Tom Tromey

* configure.in: Added missing `;;'. From Anthony Green.

From-SVN: r28515

3ea086a 1999-08-05 04:54:46 Tom Tromey

Updated THANKS

From-SVN: r28505

e37bbf0 1999-08-05 04:54:32 Rainer Orth

configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.

Mon Aug 2 23:09:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>

* configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.

From-SVN: r28504

dd6aafb 1999-08-04 02:35:08 Alexandre Oliva

configure.in (CXXFLAGS): The buggy g++ -g work-around was buggy itself...

1999-08-03 Alexandre Oliva <oliva@dcc.unicamp.br>

* configure.in (CXXFLAGS): The buggy g++ -g work-around was buggy
itself; check for Makefile *anywhere* in CONFIG_FILES.
* configure: Rebuilt.

From-SVN: r28477

904972f 1999-08-03 12:16:40 Tom Tromey

* aclocal.m4, configure: Rebuilt for new libtool.

From-SVN: r28437

99b2818 1999-08-03 12:07:04 Tom Tromey

aclocal.m4, configure: Rebuilt for new libtool.

* aclocal.m4, configure: Rebuilt for new libtool.

[[Split portion of a mixed commit.]]

From-SVN: r28435.1

ca56d23 1999-08-02 08:56:13 Tom Tromey

configure: Rebuilt.

* configure: Rebuilt.
* acinclude.m4 (version): Set to 2.95.0.

From-SVN: r28379

37a7adc 1999-08-02 08:33:03 Tom Tromey

[multiple changes]

Sun Aug 1 16:29:25 1999 Tom Tromey <tromey@ferrule.cygnus.com>

* Makefile.in: Rebuilt.
* Makefile.am (AM_CXXFLAGS): Added -fpermissive.

1999-08-01 Alexandre Oliva <oliva@dcc.unicamp.br>

* configure.in: Check for bstring.h.
* configure, include/config.h.in: Rebuilt.
* java/net/natPlainDatagramSocketImpl.cc: #include bstring.h.
* java/net/natPlainSocketImpl.cc: Likewise.

From-SVN: r28377

4c654a2 1999-08-01 12:57:30 Tom Tromey

NEWS: Likewise.

* NEWS: Likewise.
* THANKS: New file.

From-SVN: r28370

37c8132 1999-08-01 09:14:00 Alexandre Oliva

configure.in: Check for struct hostent_data and need for -D_REENTRANT for gethostbyname_r...

1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br>

* configure.in: Check for struct hostent_data and need for
-D_REENTRANT for gethostbyname_r declaration.
* java/net/natInetAddress.cc: Define _REENTRANT if needed.
(lookup): Use hostent_data for fixed_buffer.
* configure, include/config.h.in: Rebuilt.

From-SVN: r28368

229227b 1999-08-01 09:03:17 Alexandre Oliva

javaprims.h (TRUE, FALSE): Redefine as themselves.

1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br>

* include/javaprims.h (TRUE, FALSE): Redefine as themselves.

From-SVN: r28367

46b226c 1999-08-01 08:59:12 Alexandre Oliva

configure.in: Check for gcc 2.95 -g jboolean bug...

1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br>

* configure.in: Check for gcc 2.95 -g jboolean bug, that affects
Solaris/x86, adding -g0 to JCFLAGS and CXXFLAGS if needed.
AC_SUBST JCFLAGS.
* Makefile.am (JCFLAGS): Removed; automake will take care of it.
(JC1FLAGS): Replace -g with @JCFLAGS@.
* Makefile.in: Rebuilt.

From-SVN: r28366

f2f78c2 1999-08-01 08:53:13 Alexandre Oliva

libjava.exp (bytecompile_file): Use `env(SUN_JAVAC)', that defaults to javac, as Sun-javac compiler or compatible.

1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br>

* lib/libjava.exp (bytecompile_file): Use `env(SUN_JAVAC)', that
defaults to javac, as Sun-javac compiler or compatible.
(libjava_init): Get GCJ from environment if neither GCJ_UNDER_TEST
nor TOOL_EXECUTABLE are set. Set `original_ld_library_path' from
environment.
(libjava_arguments): Prepend `.' and `$srcdir/$subdir' to
CLASSPATH, for `support' sources. Search for libgcj.spec in
`$objdir/..', by adding -B to GCJ_UNDER_TEST. Append
original_ld_library_path to ld_library_path.
* libjava.mauve/mauve.exp (test_mauve): Set `env(GCJ)' from
GCJ_UNDER_TEST, calculated just like in libjava.exp.

From-SVN: r28365

f3f6c4f 1999-08-01 08:49:37 Alexandre Oliva

mips_sgi_mach_dep.s: Enable PIC option.

1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br>

* mips_sgi_mach_dep.s: Enable PIC option.

From-SVN: r28362

29c3c6a 1999-08-01 08:42:11 Alexandre Oliva

natSystem.cc (arraycopy): Use bcopy if memmove is not available.

1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br>

* java/lang/natSystem.cc (arraycopy): Use bcopy if memmove is not
available. Don't cast memmove args to (void*).
* configure.in: Do not abort if memmove is not available.

From-SVN: r28361

1196b44 1999-07-28 12:53:08 Anthony Green

mauve-libgcj: Disable Object Serialization tests.

Sun Jul 25 01:43:34 1999 Anthony Green <green@cygnus.com>

* mauve-libgcj: Disable Object Serialization tests.

From-SVN: r28306

8b41065 1999-07-21 06:23:48 Tom Tromey

* include/stamp-h.in: New file.

From-SVN: r28198

01b57ae 1999-07-21 06:23:48 No Author

This commit was manufactured by cvs2svn to create branch
'libgcj-2_95-branch'.

From-SVN: r28197