1. 07 Apr, 1999 17 commits
  2. 06 Apr, 1999 19 commits
  3. 05 Apr, 1999 4 commits
    • decl.c (lookup_name_current_level): Tweak, and improve documentation. · a7d2d407
      	* decl.c (lookup_name_current_level): Tweak, and improve
      	documentation.
      
      From-SVN: r26210
      Mark Mitchell committed
    • regress-demangle: New file. · 7c72138a
      	* testsuite/regress-demangle: New file.
      	* testsuite/demangle-expected: New file.
      	* Makefile.in (all, check, installcheck, info, install-info,
      	clean-info, dvi, install, etags, tags, mostlyclean, clean,
      	distclean, maintainer-clean, realclean): Depend on corresponding
      	`-subdir' target.
      	(all-subdir check-subdir installcheck-subdir info-subdir
      	install-info-subdir clean-info-subdir dvi-subdir
      	install-info-subdir etags-subdir mostlyclean-subdir clean-subdir
      	distclean-subdir maintainer-clean-subdir): New target.
      	* testsuite/Makefile.in: New file.
      	* configure: Rebuilt.
      	* configure.in: Create testsuite/Makefile.
      
      From-SVN: r26205
      Tom Tromey committed
    • Makefile.in (gjavah.o): Depend on $(JAVA_TREE_H). · 4f65832d
              * Makefile.in (gjavah.o): Depend on $(JAVA_TREE_H).
              * gjavah.c: Include math.h earlier.  Include tree.h/java-tree.h.
              (main_jcf): Don't define.
              (process_file): Don't set `main_jcf'.
              * java-tree.h (main_jcf): Don't declare.
              * jcf-parse.c (main_jcf): Add static definition.
              * lang.c (main_jcf): Don't define.
      
      From-SVN: r26204
      Kaveh R. Ghazi committed
    • class.c (add_method_1): Cast the argument of `bzero' to PTR. · 4504ead1
              * class.c (add_method_1): Cast the argument of `bzero' to PTR.
              * decl.c (copy_lang_decl): Likewise for `bcopy'.
              * jcf-depend.c: Include "config.h", not <config.h>.
              * jcf-parse.c (jcf_figure_file_type): Cast the arguments of
              `bcopy' to PTR.
              * jcf-path.c: Include "config.h", not <config.h>.
              * lex.c: Don't include various system header files.
              (java_init_lex): Cast the argument of `bzero' to PTR
              * parse-scan.y (java_push_parser_context): Likewise.
              * parse.y (java_push_parser_context): Likewise.
              * xref.c: Don't include <stdio.h>.
      
      From-SVN: r26203
      Kaveh R. Ghazi committed