index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libjava
/
java
Age
Commit message (
Expand
)
Author
Files
Lines
2000-04-16
re GNATS java.io/202 (File creation doesn't observe umask)
Bryce McKinlay
1
-2
/
+2
2000-04-12
natString.cc (intern): Temporarily disable finalizer registration.
Tom Tromey
1
-1
/
+1
2000-04-12
natString.cc (unintern): Added `obj' argument.
Tom Tromey
2
-5
/
+8
2000-04-11
Vector.java (VectorEnumeration): Now `final'.
Tom Tromey
4
-9
/
+9
2000-04-11
ObjectStreamException.java: New file.
Warren Levy
22
-2
/
+6963
2000-04-09
StringBuffer.java (ensureCapacity): Don't call Math::max.
Anthony Green
1
-9
/
+29
2000-04-09
Makefile.in: Rebuilt.
Tom Tromey
36
-28
/
+1418
2000-04-09
natObject.cc (_Jv_MonitorEnter): Only perform null check when we have to.
Anthony Green
3
-2
/
+5
2000-04-04
Makefile.in: Rebuilt.
Tom Tromey
1
-0
/
+27
2000-04-02
JVMPI changes...
Anthony Green
1
-0
/
+73
2000-03-28
Makefile.in: New #defines and friends for Thread.h.
Bryce McKinlay
3
-144
/
+58
2000-03-26
[multiple changes]
Tom Tromey
1
-0
/
+2
2000-03-24
BigInteger.java (divide): Handle the special case when dividing by 1 and the ...
Warren Levy
1
-2
/
+11
2000-03-24
Font.java (isBold): Fix syntax error.
Warren Levy
5
-6
/
+7
2000-03-21
Event.java: Add all the event type constants.
Bryce McKinlay
1
-2
/
+131
2000-03-21
* java/lang/natClass.cc (isInstance): Use JV_CLASS, not getClass().
Bryce McKinlay
1
-1
/
+1
2000-03-21
natClass.cc (isInstance): Use _Jv_IsAssignableFrom(), not Class.isAssignableF...
Bryce McKinlay
1
-1
/
+1
2000-03-21
natClass.cc (isInstance): Initialize `this'.
Bryce McKinlay
1
-1
/
+6
2000-03-19
Color.java: Specified java.io for Serializable.
Warren Levy
2
-1
/
+2
2000-03-19
* java/awt/Color.java: Rewrote to be more memory efficient (& compile).
Warren Levy
1
-25
/
+51
2000-03-17
Color.java: New file.
Warren Levy
16
-7
/
+463
2000-03-15
[multiple changes]
Tom Tromey
5
-0
/
+494
2000-03-10
Key.java (serialVersionUID): Set to 0 for now.
Warren Levy
3
-3
/
+5
2000-03-10
AlgorithmParameterGeneratorSpi.java: New file.
Warren Levy
35
-50
/
+1374
2000-03-09
natClassLoader.cc (_Jv_FindArrayClass): Call _Jv_PrepareConstantTimeTables.
Bryce McKinlay
2
-2
/
+4
2000-03-09
natArray.cc (newInstance): Don't allow array of `void' to be created.
Tom Tromey
1
-2
/
+9
2000-03-09
* java/math/BigInteger.java(signum): Handle zero properly.
Warren Levy
1
-1
/
+3
2000-03-07
All files: Updated copyright information.
Tom Tromey
306
-308
/
+308
2000-03-07
resolve.cc (_Jv_SearchMethodInClass): New function.
Bryce McKinlay
3
-83
/
+518
2000-03-05
configure.host: Fix __NO_MATH_INLNES botch.
Anthony Green
2
-103
/
+0
2000-03-05
DatagramSocket.java (DatagramSocket(int,InetAddress)): Handle null addresses.
Warren Levy
1
-2
/
+2
2000-03-02
java-interp.h: Don't include MethodInvocation.h.
Tom Tromey
12
-198
/
+89
2000-02-29
ZipOutputStream.java (closeEntry): Fixed error caused by the incorrect castin...
Mo DeJong
1
-1
/
+1
2000-02-29
ZipOutputStream.java (write_entry): Fixed SIGSEV caused by use of the wrong i...
Mo DeJong
1
-3
/
+3
2000-02-27
File.java (File(String, String)): For dirPath, treat an empty String the same...
Bryce McKinlay
1
-1
/
+1
2000-02-26
Minor clean up and bug fix.
Anthony Green
1
-1
/
+1
2000-02-25
re GNATS libgcj/38 (Static initializer in DecimalFormat eventually depends on...
Bryce McKinlay
1
-7
/
+21
2000-02-25
BigInteger.java (ival): Made private.
Warren Levy
1
-3
/
+3
2000-02-21
Makefile.in: Rebuilt.
Anthony Green
1
-4
/
+21
2000-02-19
ZipEntry.java (setCrc): Fix overflow.
Bryce McKinlay
1
-2
/
+2
2000-02-18
jvm.h (_Jv_GetJavaVM): Declare.
Tom Tromey
1
-2
/
+7
2000-02-15
natSystem.cc (init_properties): set java.lang.classpath property.
Bryce McKinlay
1
-2
/
+9
2000-02-15
natRuntime.cc (_load): Include library path with exception message.
Bryce McKinlay
1
-1
/
+3
2000-02-15
natThread.cc (dumpStack): Removed.
Bryce McKinlay
2
-10
/
+5
2000-02-15
re GNATS gcj/150 (System.loadLibrary() semantics arn't the same as in the JDK)
Tom Tromey
1
-3
/
+12
2000-02-14
MPN.java (findLowestBit): Made methods public.
Warren Levy
1
-20
/
+154
2000-02-12
File.java (createTempFile): Use low bits from counter, not high bits.
Tom Tromey
1
-1
/
+2
2000-02-11
BigInteger.java (BigInteger(String, int)): New constructor.
Warren Levy
1
-24
/
+400
2000-02-11
* java/io/File.java (nextValue): Now synchronized.
Tom Tromey
1
-1
/
+1
2000-02-11
natFileDescriptorPosix.cc (open): Recognize EXCL flag.
Tom Tromey
4
-4
/
+84
[next]