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/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
/
jcf-io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-11-11
decl.c: Remove unused header files.
Andrew MacLeod
1
-4
/
+0
2015-10-29
decl.c: Reorder #include's and remove duplicates.
Andrew MacLeod
1
-2
/
+2
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
1
-2
/
+1
2015-06-25
hash-traits.h (string_hash, [...]): New classes.
Richard Sandiford
1
-25
/
+3
2015-06-25
hash-table.h: Update comments.
Richard Sandiford
1
-3
/
+1
2015-06-17
coretypes.h: Include input.h and as-a.h.
Andrew MacLeod
1
-1
/
+0
2015-06-08
coretypes.h: Include hash-table.h and hash-set.h for host files.
Andrew MacLeod
1
-4
/
+0
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
1
-3
/
+0
2015-04-18
remove need for store_values_directly
Trevor Saunders
1
-7
/
+6
2015-01-09
genattrtab.c (write_header): Include hash-set.h...
Michael Collison
1
-0
/
+10
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-06-24
Remove a layer of indirection from hash_table
Trevor Saunders
1
-5
/
+5
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2013-01-04
Update Copyright years for files modified in 2011 and/or 2012.
Jakub Jelinek
1
-1
/
+1
2012-10-25
Change hash_table to support a comparator type different from the value type ...
Lawrence Crowl
1
-5
/
+7
2012-10-09
Change more non-GTY hash tables to use the new type-safe template hash table.
Lawrence Crowl
1
-16
/
+27
2012-07-05
re PR fortran/53449 (fortran fails to build with LTO bootstrap)
Uros Bizjak
1
-3
/
+1
2012-04-11
jcf.h (bootstrap_method): New.
Andrew Haley
1
-0
/
+20
2010-11-29
system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.
Joseph Myers
1
-6
/
+1
2010-05-23
java-gimplify.c: Do not include tm.h, toplev.h.
Steven Bosscher
1
-2
/
+0
2009-06-01
attribs.c (register_attribute): Use CONST_CAST.
Ian Lance Taylor
1
-4
/
+3
2008-07-06
jcf-io.c: Don't include fnmatch.h.
Tom Tromey
1
-143
/
+1
2008-06-24
jcf-path.c (jcf_path_init): Don't name variable 'try'.
Tom Tromey
1
-5
/
+5
2008-06-20
collect2.c (main, [...]): Fix for -Wc++-compat.
Kaveh R. Ghazi
1
-4
/
+5
2007-07-31
java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen...
Nick Clifton
1
-4
/
+3
2007-07-30
alias.c (mems_in_disjoint_alias_sets_p, [...]): Constify.
Kaveh R. Ghazi
1
-5
/
+8
2007-07-25
c-common.c (fname_as_string, [...]): Constify.
Kaveh R. Ghazi
1
-1
/
+1
2007-04-06
jcf-io.c (open_class): Copy 'filename'.
Colin Walters
1
-1
/
+1
2007-01-23
re PR java/30454 (empty "zip" file in class path can cause leakage of file st...
Andrew Pinski
1
-2
/
+10
2007-01-13
jcf-dump.c (main): Updated call to find_class.
Tom Tromey
1
-69
/
+7
2007-01-09
Merged gcj-eclipse branch to trunk.
Tom Tromey
1
-1
/
+4
2006-01-31
tree-vrp.c: Use XNEW/XCNEW allocation wrappers.
Marcin Dalecki
1
-8
/
+7
2005-09-30
re PR java/24120 (jc1 incorrectly uses libiberty hashes)
Tom Tromey
1
-3
/
+17
2005-06-25
Update FSF address.
Kelley Cook
1
-2
/
+2
2005-04-23
diagnostic.c (warning): Accept parameter to classify warning option.
DJ Delorie
1
-1
/
+1
2005-03-06
jcf-dump.c, [...]: Update copyright.
Kazu Hirata
1
-1
/
+1
2005-03-03
jcf-io.c (caching_stat): Use __extension__ to avoid pedantic warning.
Kaveh R. Ghazi
1
-5
/
+5
2004-10-17
class.c (ident_subst): Always alloca buffer.
Steven Bosscher
1
-1
/
+2
2004-10-15
parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and rename paramet...
Ranjit Mathew
1
-1
/
+1
2004-10-15
boehm.c, [...]: Update copyright.
Kazu Hirata
1
-1
/
+1
2004-07-24
boehm.c (set_bit): Improve type safety wrt unsignedness.
Mike Stump
1
-1
/
+1
2004-03-31
re PR java/14104 (java testsuite fails "linking simple")
Andrew Haley
1
-1
/
+2
2003-12-20
class.c: Remove uses of "register" specifier in declarations of arguments and...
Kazu Hirata
1
-2
/
+2
2003-04-20
jcf-io.c (find_class): use DIR_SEPARATOR instead of '/' when computing java s...
Mohan Embar
1
-1
/
+2
2003-04-10
[multiple changes]
Andrew Haley
1
-2
/
+2
2003-03-11
jcf-io.c (caching_stat): Initialize origsep to remove compiler warning.
Andrew Haley
1
-1
/
+1
2003-03-10
jcf-io.c (caching_stat): Account for both DIR_SEPARATOR and DIR_SEPARATOR_2 f...
Ranjit Mathew
1
-2
/
+8
2003-02-08
jcf-io.c (java_or_class_file): Use libiberty's lbasename instead of basename ...
Roger Sayle
1
-1
/
+1
[next]