summaryrefslogtreecommitdiff
path: root/gcc/java
Commit message (Expand)AuthorAgeFilesLines
* * constants.c (find_methodref_index): Unwrap method names beforegreen1999-11-216-9/+201
* Wed Nov 17 21:09:28 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco1999-11-192-0/+9
* Wed Nov 3 15:20:02 MST 1999 Godmar Back <gback@cs.utah.edu>apbianco1999-11-182-5/+56
* * jcf-path.c: Include <sys/stat.h>.tromey1999-11-102-1/+60
* Tue Nov 9 12:12:38 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco1999-11-093-2/+11
* * class.c (finish_class): Emit inlined methods if any nativetromey1999-11-052-2/+22
* Mon Nov 1 23:42:00 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco1999-11-023-1492/+1530
* Mon Nov 1 01:32:48 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco1999-11-011-2/+4
* Mon Nov 1 01:32:48 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco1999-11-013-8/+27
* * check-init.c: Fix typo in comment.law1999-10-312-1/+5
* Fri Oct 29 14:35:18 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco1999-10-291-0/+5
* Fri Oct 29 14:23:32 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco1999-10-294-443/+468
* * tree.h (BLOCK_TYPE_TAGS): Remove.mmitchel1999-10-262-2/+5
* * jvgenmain.c (main): _Jv_Compiler_Properties now an extern; settromey1999-10-222-1/+8
* Thu Oct 21 01:27:31 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco1999-10-223-10/+9
* Wed Oct 20 01:41:47 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco1999-10-223-8/+42
* * jcf-parse.c (parse_source_file): Call jcf_dependency_add_file.tromey1999-10-192-0/+7
* * java-tree.h (flag_bounds_check): Remove extern decl.gkm1999-10-163-11/+8
* * jvgenmain.c (usage): New function.tromey1999-10-153-10/+63
* * jvspec.c (jvgenmain_spec): Use `%umain', not just `%u'.tromey1999-10-142-4/+8
* * jcf-dump.c (print_constant, disassemble_method): Don't call aghazi1999-10-149-79/+138
* Fix thinko in last change.law1999-10-131-1/+0
* (Fixing malformed ChangeLog entries...)apbianco1999-10-131-2/+2
* Tue Oct 12 22:28:10 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco1999-10-132-1/+5
* Tue Sep 14 16:24:19 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco1999-10-132-18/+53
* During class file generation, generate_classfile occasionally writesgreen1999-10-072-6/+21
* * lex.h (BUILD_OPERATOR2): Return ASSIGN_ANY_TK in `lite' case astromey1999-10-044-5/+15
* Changed credit to the right person.apbianco1999-09-241-2/+2
* Fri Sep 24 12:23:05 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco1999-09-242-1/+4
* Allow to distinguish between three classes of builtin functionscrux1999-09-242-30/+35
* * jvspec.c (lang_specific_driver): Don't read spec file iftromey1999-09-232-0/+6
* * lang-specs.h: Added `%(jc1)' to the jc1 spec.tromey1999-09-222-1/+3
* * javaop.h (WORD_TO_FLOAT): Use `inline' unconditionally.tromey1999-09-222-12/+9
* Thu Sep 16 15:42:39 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco1999-09-213-4/+9
* 1999-09-15 Andreas Schwab <schwab@suse.de>tromey1999-09-202-1/+5
* Add comment saying that lang_decode_options should not complain aboutnickc1999-09-202-0/+5
* * gjavah.c (get_field_name, print_method_info, print_include,ghazi1999-09-1616-229/+196
* * Makefile.in (gcc.o, gccspec.o, cppspec.o): Depend on gcc.h.ghazi1999-09-133-26/+31
* Sat Sep 11 16:46:44 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco1999-09-123-2/+11
* Thu Sep 9 17:33:28 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco1999-09-112-0/+6
* * gjavah.c (add_class_decl): Generate include for gcj/array.h, nottromey1999-09-102-3/+13
* Move declarations and building code for common tree nodes to tree.[ch]crux1999-09-103-34/+9
* Hapless User Hint for gperfkorbb1999-09-081-1/+4
* Merge in gcc2-ss-010999law1999-09-071-3/+3
* * Make-lang.in (f771): Depend on ggc-callbacks.o.mmitchel1999-09-051-0/+6
* GCC:mmitchel1999-09-042-3/+3
* * parse.y (strip_out_static_field_access_decl): Return operand iftromey1999-09-033-428/+435
* * gjavah.c (decode_signature_piece): Emit "::" in JArray<>.tromey1999-09-022-5/+20
* * class.c (finish_class): Remove unused parameter, all callersghazi1999-09-0211-21/+51
* * c-parse.in (language_string): Constify.ghazi1999-08-312-1/+5