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
/
parse.h
Age
Commit message (
Expand
)
Author
Files
Lines
2001-09-21
parse.h: (WFL_STRIP_BRACKET): Re-written using build_type_name_from_array_name.
Alexandre Petit-Bianco
1
-18
/
+28
2001-09-11
* parse.h (ctxp_for_generation): Mark extern.
Richard Henderson
1
-1
/
+1
2001-07-31
[multiple changes]
Alexandre Petit-Bianco
1
-1
/
+1
2001-07-11
[multiple changes]
Alexandre Petit-Bianco
1
-2
/
+5
2001-05-25
Standardize header guards.
Richard Henderson
1
-3
/
+4
2001-05-01
* parse.h (REGISTER_IMPORT): Use tree_cons instead of chainon.
Per Bothner
1
-2
/
+1
2001-03-28
IA-64 ABI Exception Handling.
Richard Henderson
1
-8
/
+0
2001-03-28
java-tree.h (throw_node): Define as a single member of java_global_trees inst...
Richard Henderson
1
-7
/
+7
2001-03-27
Make -fsjlj-exceptions a configure option.
Richard Henderson
1
-1
/
+1
2001-03-27
c-common.h (DECL_NUM_STMTS): New macro.
Mark Mitchell
1
-1
/
+1
2001-03-17
parse.h (JDEP_SOLV): Removed.
Per Bothner
1
-1
/
+0
2001-03-15
java-tree.h (BLOCK_IS_IMPLICIT): New flag.
Per Bothner
1
-4
/
+0
2001-02-23
Handle compiling multiple input files at once, and @FILE syntax.
Per Bothner
1
-4
/
+3
2001-02-04
diagnostic.h (set_internal_error_function): Renamed.
Richard Kenner
1
-2
/
+2
2001-01-25
ChangeLog (2001-01-21): Fixed typo.
Alexandre Petit-Bianco
1
-4
/
+0
2000-11-21
[multiple changes]
Alexandre Petit-Bianco
1
-1
/
+6
2000-10-21
Warning fixes:
Kaveh R. Ghazi
1
-1
/
+5
2000-10-13
Remove obstacks.
Mark Mitchell
1
-5
/
+13
2000-09-23
Make-lang.in (JAVA_SRCS): Include java-tree.h.
Mark Mitchell
1
-2
/
+2
2000-09-12
re GNATS gcj/33 (gcj mangles composed characters)
Tom Tromey
1
-3
/
+2
2000-08-11
class.c (maybe_layout_super_class): Fixed indentation.
Alexandre Petit-Bianco
1
-6
/
+29
2000-07-21
[multiple changes]
Alexandre Petit-Bianco
1
-1
/
+1
2000-07-06
[multiple changes]
Alexandre Petit-Bianco
1
-2
/
+2
2000-06-21
[multiple changes]
Alexandre Petit-Bianco
1
-6
/
+5
2000-06-01
class.c (common_enclosing_context_p): New function.
Alexandre Petit-Bianco
1
-9
/
+11
2000-05-09
top level:
Zack Weinberg
1
-2
/
+2
2000-04-24
Respective ChangeLogs for common, cp/, java/
Robert Lipe
1
-5
/
+1
2000-04-21
[multiple changes]
Alexandre Petit-Bianco
1
-2
/
+5
2000-04-06
re GNATS gcj/164 (compiler permits "volatile final" variables)
Tom Tromey
1
-1
/
+1
2000-03-22
[multiple changes]
Alexandre Petit-Bianco
1
-0
/
+11
2000-03-13
Added Java 1.1 language features.
Alexandre Petit-Bianco
1
-17
/
+217
2000-03-06
[multiple changes]
Alexandre Petit-Bianco
1
-1
/
+0
2000-02-28
* Eliminate DECL_FIELD_SIZE.
Richard Kenner
1
-1
/
+1
2000-01-25
parse.h (OBSOLETE_MODIFIER_WARNING): Don't use ANSI string concatenation.
Kaveh R. Ghazi
1
-2
/
+9
2000-01-21
buffer.h: PROTO -> PARAMS.
Kaveh R. Ghazi
1
-24
/
+24
2000-01-06
Makefile.in (LIBDEPS): Added gcc's errors.o
Alexandre Petit-Bianco
1
-5
/
+18
1999-12-31
class.c (assume_compiled, [...]): Add static prototype.
Kaveh R. Ghazi
1
-3
/
+3
1999-12-31
parse.h (ABSTRACT_CHECK, [...]): Avoid the use of ANSI string concatenation.
Kaveh R. Ghazi
1
-13
/
+12
1999-12-30
class.c (class_depth): Return -1 if the class doesn't load properly.
Alexandre Petit-Bianco
1
-0
/
+1
1999-12-12
parse.h (EXPR_WFL_QUALIFICATION): Temporary uses the third operand of a WFL...
Alexandre Petit-Bianco
1
-1
/
+1
1999-12-10
parse.h (BUILD_THROW): Add support for sjlj-exceptions.
Andrew Haley
1
-1
/
+1
1999-10-14
jcf-dump.c (print_constant, [...]): Don't call a variadic function with a non...
Kaveh R. Ghazi
1
-6
/
+13
1999-08-25
gjavah.c (print_name, [...]): Add static prototype.
Kaveh R. Ghazi
1
-1
/
+0
1999-08-04
Warning fixes:
Kaveh R. Ghazi
1
-2
/
+2
1999-05-05
class.c (make_field_value): DECL_INITIAL may be a string literal...
Per Bothner
1
-12
/
+0
1999-05-03
check-init.c (check_init): Exclude a case of error when doing xrefs.
Alexandre Petit-Bianco
1
-0
/
+7
1999-04-26
class.c (layout_class_method): Generate <clinit>'s rtl for interfaces.
Alexandre Petit-Bianco
1
-3
/
+4
1999-04-21
decl.c (predef_filenames, [...]): New globals
Alexandre Petit-Bianco
1
-0
/
+3
1999-03-27
[multiple changes]
Alexandre Petit-Bianco
1
-2
/
+14
1999-03-21
Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...
Kaveh R. Ghazi
1
-3
/
+4
[next]