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/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
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-15
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-15
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
/
jcf-parse.c
Age
Commit message (
Expand
)
Author
Files
Lines
2001-07-05
[multiple changes]
Alexandre Petit-Bianco
1
-2
/
+3
2001-07-04
c-lex.c (cb_file_change): Pass line number to debug_start_source_file.
Daniel Berlin
1
-1
/
+1
2001-06-27
class.c (set_super_info): Call `set_class_decl_access_flags.'
Alexandre Petit-Bianco
1
-3
/
+16
2001-05-21
jcf-parse.c (read_class): If class is from .class or .zip file and it's alrea...
Per Bothner
1
-10
/
+14
2001-04-20
Fixes to compile multiple .class files at once.
Per Bothner
1
-53
/
+60
2001-03-23
re PR java/1213 (gcj should check for incorrect CLASSPATH)
Alexandre Petit-Bianco
1
-1
/
+15
2001-03-20
* jcf-parse.c (read_class): Initialize `class'.
Tom Tromey
1
-1
/
+1
2001-03-20
jcf_parse.c (jcf_parse): Eliminate unused variable.
Matt Kraai
1
-1
/
+0
2001-03-19
jcf-parse.c (load_inner_classes): Check CLASS_LOADED_P before trying to load ...
Per Bothner
1
-1
/
+2
2001-03-19
Fixes to process to command-line .class files in two passes. See ChangeLog.
Per Bothner
1
-58
/
+73
2001-03-15
jcf-parse.c (yyparse): Set/reset input_filename for source file.
Per Bothner
1
-0
/
+2
2001-02-23
Handle compiling multiple input files at once, and @FILE syntax. See ChangeLog.
Per Bothner
1
-11
/
+88
2001-02-07
jcf-parse.c (HANDLE_SYNTHETIC_ATTRIBUTE): Don't handle field DECLs.
Alexandre Petit-Bianco
1
-3
/
+4
2001-02-04
diagnostic.h (set_internal_error_function): Renamed.
Richard Kenner
1
-29
/
+29
2001-02-01
jcf-parse.c (init_jcf_parse): Added cast to ggc_add_root's last argument.
Alexandre Petit-Bianco
1
-1
/
+1
2001-01-24
class.c (layout_class): Don't lay the superclass out if it's already being la...
Alexandre Petit-Bianco
1
-24
/
+63
2001-01-21
Various fixes to allow compiling a compressed .jar/.zip archive.
Per Bothner
1
-53
/
+26
2001-01-21
Minor optimization of static ggc roots.
Per Bothner
1
-6
/
+6
2001-01-21
jcf-parse.c (ggc_mark_jcf): New function.
Per Bothner
1
-0
/
+25
2001-01-15
All files with updated copyright when applicable.
Alexandre Petit-Bianco
1
-1
/
+1
2001-01-10
[multiple changes]
Alexandre Petit-Bianco
1
-3
/
+2
2000-12-16
jcf-parse.c (jcf_parse_source): Set wfl_operator if not already set.
Tom Tromey
1
-1
/
+4
2000-11-24
jcf-parse.c (init_jcf_parse): Register current_file_list root.
Anthony Green
1
-1
/
+5
2000-11-22
jcf-parse.c (get_constant): Call UT8_CHAR_LENGTH on `utf8', not the scratch b...
Bryce McKinlay
1
-1
/
+1
2000-11-17
stringpool.c: New file.
Zack Weinberg
1
-23
/
+29
2000-11-11
jcf-parse.c (process_zip_dir): Add finput parameter.
Anthony Green
1
-3
/
+5
2000-11-10
alpha.c (check_float_value): Use memcpy, not bcopy.
Kaveh R. Ghazi
1
-2
/
+1
2000-11-07
alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().
Joseph Myers
1
-1
/
+1
2000-10-18
gjavah.c (add_class_decl): Removed unused variables `tname', `tlen' and `name...
Alexandre Petit-Bianco
1
-3
/
+5
2000-10-13
Remove obstacks.
Mark Mitchell
1
-15
/
+2
2000-10-07
[multiple changes]
Alexandre Petit-Bianco
1
-0
/
+2
2000-10-01
c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.
Mark Mitchell
1
-1
/
+1
2000-09-23
Make-lang.in (JAVA_SRCS): Include java-tree.h.
Mark Mitchell
1
-10
/
+11
2000-09-13
jcf-parse.c: Include <locale.h>.
Tom Tromey
1
-0
/
+4
2000-09-12
re GNATS gcj/33 (gcj mangles composed characters)
Tom Tromey
1
-5
/
+26
2000-08-29
top level:
Zack Weinberg
1
-1
/
+1
2000-08-29
javaop.h (WORD_TO_INT): Mask lower 32 bits of a jword before sign extending.
Andrew Haley
1
-2
/
+2
2000-08-11
class.c (maybe_layout_super_class): Fixed indentation.
Alexandre Petit-Bianco
1
-3
/
+3
2000-07-27
[multiple changes]
Alexandre Petit-Bianco
1
-5
/
+4
2000-06-21
[multiple changes]
Alexandre Petit-Bianco
1
-1
/
+1
2000-06-01
re GNATS gcj/207 (Compiler failure)
Alexandre Petit-Bianco
1
-0
/
+2
2000-05-09
top level:
Zack Weinberg
1
-3
/
+3
2000-05-02
class.c (add_method_1): Set both DECL_EXTERNAL and METHOD_NATIVE on native fu...
Tom Tromey
1
-1
/
+14
2000-03-28
[multiple changes]
Alexandre Petit-Bianco
1
-1
/
+1
2000-03-13
Added Java 1.1 language features.
Alexandre Petit-Bianco
1
-17
/
+41
2000-02-26
expr.c (build_class_init): Mark the decl to be ignored by check_init.
Anthony Green
1
-0
/
+8
2000-02-21
[multiple changes]
Alexandre Petit-Bianco
1
-12
/
+1
2000-01-21
buffer.h: PROTO -> PARAMS.
Kaveh R. Ghazi
1
-11
/
+11
2000-01-06
Makefile.in (LIBDEPS): Added gcc's errors.o
Alexandre Petit-Bianco
1
-18
/
+0
1999-12-31
class.c (assume_compiled, [...]): Add static prototype.
Kaveh R. Ghazi
1
-2
/
+1
[next]