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
/
gcc
/
java
Age
Commit message (
Expand
)
Author
Files
Lines
2001-01-11
parse.y (resolve_expression_name): Permit instance variables from enclosing c...
Bryce McKinlay
2
-2
/
+11
2001-01-10
output.h (make_function_rtl): Remove prototype.
Mark Mitchell
5
-18
/
+34
2001-01-10
* jvspec.c (jvgenmain_spec): Omit -fencoding from cc1 invocation.
Tom Tromey
2
-1
/
+5
2001-01-10
[multiple changes]
Alexandre Petit-Bianco
5
-20
/
+75
2001-01-10
c-lang.c (lang_hooks): Update.
Neil Booth
1
-4
/
+8
2001-01-09
c-lang.c (lang_hooks): Update.
Neil Booth
1
-8
/
+6
2001-01-08
In gcc/java:
Bryce McKinlay
3
-0
/
+7
2001-01-07
toplev.c (main): Call the front-end specific post_options hook if one is given.
Neil Booth
1
-0
/
+3
2001-01-06
From patha@softlab.ericsson.se:
Bryce McKinlay
2
-1
/
+7
2001-01-05
lang-options.h: Bring comment in line with reality.
Phil Edwards
1
-2
/
+2
2001-01-05
cpp.texi: Update for -MP.
Neil Booth
3
-6
/
+14
2000-12-24
Shorten primitive array allocation path:
Bryce McKinlay
3
-6
/
+26
2000-12-18
re GNATS gcj/373: (interface inner classes are implicitly static)
Bryce McKinlay
2
-1
/
+12
2000-12-18
Fix for PRs gcj/312 and gcj/253:
Bryce McKinlay
3
-0
/
+51
2000-12-16
jcf-parse.c (jcf_parse_source): Set wfl_operator if not already set.
Tom Tromey
2
-1
/
+9
2000-12-15
boehm.c (mark_reference_fields): Change test to correctly detect bitmap overf...
Andrew Haley
2
-1
/
+6
2000-12-15
config-lang.in (lang_dirs): Added.
Andreas Jaeger
2
-0
/
+5
2000-12-15
parse.y (end_artificial_method_body): Fixed undefined behavior.
Alexandre Petit-Bianco
2
-1
/
+10
2000-12-14
* parse.y (check_static_final_variable_assignment_flag): Fix spelling.
Mike Stump
2
-1
/
+5
2000-12-13
Make-lang.in (JAVA_LEX_C): Added chartables.h.
Tom Tromey
6
-364
/
+3616
2000-12-13
parse.y (java_complete_lhs): Only allow compound assignment of reference type...
Tom Tromey
2
-0
/
+14
2000-12-12
configure.in: Simplify language enabling/disabling code.
Alexandre Oliva
1
-1
/
+3
2000-12-10
jcf-io.c (find_class): Correct the logic that tests to see if a .java file is...
Mo DeJong
2
-1
/
+7
2000-12-09
Top level ChangeLog:
Alexandre Petit-Bianco
3
-5
/
+10
2000-12-10
zipfile.h (ZipDirectory): Declare size, uncompressed_size, filestart and file...
Anthony Green
2
-4
/
+9
2000-12-08
safe-ctype.h: New file.
Zack Weinberg
2
-368
/
+372
2000-12-06
parse.y (end_artificial_method_body): Fixed typo.
Alexandre Petit-Bianco
2
-1
/
+5
2000-12-06
[multiple changes]
Alexandre Petit-Bianco
6
-114
/
+573
2000-12-04
parse.y (patch_method_invocation): Pick the correct enclosing context when cr...
Alexandre Petit-Bianco
2
-1
/
+33
2000-11-26
g77spec.c (lang_specific_driver): Update copyright year to 2000.
Joseph Myers
4
-3
/
+8
2000-11-25
c-common.c: Remove USE_CPPLIB conditional inclusions.
Neil Booth
1
-9
/
+0
2000-11-24
jcf-parse.c (init_jcf_parse): Register current_file_list root.
Anthony Green
3
-16
/
+31
2000-11-22
parse.y (build_outer_field_access): New local `decl_ctx', use it.
Alexandre Petit-Bianco
2
-9
/
+34
2000-11-23
gcc toplevel:
J"orn Rennecke
2
-1
/
+5
2000-11-22
jcf-parse.c (get_constant): Call UT8_CHAR_LENGTH on `utf8', not the scratch b...
Bryce McKinlay
2
-1
/
+6
2000-11-21
[multiple changes]
Alexandre Petit-Bianco
3
-3
/
+34
2000-11-20
jv-scan.c (help): Document --complexity.
Tom Tromey
3
-17
/
+63
2000-11-20
lex.c (yylex): Added STRICT_TK case.
Tom Tromey
7
-86
/
+102
2000-11-20
lex.c (yylex): Recognize floating point constants with leading 0.
Tom Tromey
2
-1
/
+10
2000-11-19
java-tree.h (cyclic_inheritance_report): Constify.
Kaveh R. Ghazi
3
-2
/
+7
2000-11-17
ggc.h: Delete ggc_add_string_root and ggc_mark_string.
Zack Weinberg
2
-1
/
+4
2000-11-17
stringpool.c: New file.
Zack Weinberg
3
-29
/
+36
2000-11-13
diagnostic.c (vbuild_message_string, [...]): Add ATTRIBUTE_PRINTF.
Joseph Myers
2
-1
/
+7
2000-11-11
jcf-parse.c (process_zip_dir): Add finput parameter.
Anthony Green
2
-3
/
+11
2000-11-10
alpha.c (check_float_value): Use memcpy, not bcopy.
Kaveh R. Ghazi
3
-3
/
+7
2000-11-09
calls.c (expand_call, [...]): Use memcpy () instead of bcopy ().
Joseph Myers
2
-1
/
+6
2000-11-08
gjavah.c (process_file): Only include gcj/cni.h when generating CNI stubs.
Tom Tromey
2
-1
/
+7
2000-11-07
alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().
Joseph Myers
5
-5
/
+11
2000-11-06
lex.h (JAVA_FLOAT_RANGE_ERROR): Typo fix.
Tom Tromey
3
-3
/
+39
2000-11-05
lex.c (java_parse_escape_sequence): Only read two octal characters if the fir...
Tom Tromey
2
-18
/
+24
[next]