Skip to content
Snippets Groups Projects
  1. Dec 15, 2014
  2. Mar 27, 2009
  3. Aug 15, 2005
  4. May 15, 2005
    • Gabriel Dos Reis's avatar
      fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc. · 03a9fcb8
      Gabriel Dos Reis authored
              * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
              * server.c (load_data): Likewise.
              (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
              * fixincl.c: #include <sys/wait.h>
              (run_compiles): Use XCNEWVEC instead of xcalloc.
              (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
              * fixfixes.c (FIX_PROC_HEAD, main): Likewise.
      
      From-SVN: r99740
      03a9fcb8
  5. Aug 31, 2004
    • Paolo Bonzini's avatar
      Made fixincludes a toplevel build module. · 71b5d516
      Paolo Bonzini authored
      toplevel:
      2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
      
      	* Makefile.def (build_modules): Add fixincludes.
      	(dependencies): Make gcc depend on fixincludes.
      	* configure.in (build_tools): Add fixincludes.
      	(build_configdirs): Always include build_libs.
      	* Makefile.in: Regenerate.
      	* configure: Regenerate.
      
      contrib:
      2004-08-04  Paolo Bonzini  <bonzini@gnu.org>
      
      	* gcc_update: Add fixincludes.
      
      fixincludes:
      2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
      
      	* .cvsignore: New.
      	* Makefile.in: From gcc/fixinc/Makefile.in, making it fully
      	autoconfiscated.
      	* configure.ac: New.
      	* config.h.in: Generate.
      	* configure: Generate.
      	* aclocal.m4: New.
      	* fixlib.h: Remove inclusions of gcc files.
      	* system.h: New.
      
      	Other files copied from gcc/fixinc.
      
      gcc:
      2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
      
      	* Makefile.in (build_subdir): New substitution.
      	(fixinc.sh): Simplify heavily since fixincludes is already built.
      	(stmp-fixinc): Depend on specs.ready.
      	(install-mkheaders): Use new location of fixincludes.
      	(clean): Do not descend into fixinc.
      	(FORBUILD): Replace with ../$(build_subdir).
      	* configure.ac (build_subdir): Substitute.
      	(FORBUILD): Do not set.
      	(all_outputs): Remove fixinc/Makefile.
      	(default commands): Do not create links in fixinc.
      	* mkfixinc.sh: New, from fixinc/mkfixinc.sh without
      	the fixincludes configuration steps and substituting
      	@FIXINCL@ in fixinc.in.
      	* fixinc.in: New, from fixinc/fixincl.sh.
      
      	* fixinc/*: Removed.
      
      From-SVN: r86824
      71b5d516
  6. Aug 01, 2003
    • Nathanael Nerode's avatar
      fixfixes.c, [...]: ANSIfy function prototypes and defintions. · f4dbf936
      Nathanael Nerode authored
      	* fixinc/fixfixes.c, fixinc/fixlib.c, fixinc/fixlib.h,
      	fixinc/fixtests.c, fixinc/procopen.c, fixinc/server.c,
      	fixinc/server.h, fixinc/fixincl.c: ANSIfy function prototypes
      	and defintions.
      
      Add missed (?!) ChangeLog entry from previous commit earlier today:
      	* fixinc/inclhack.def (broken_cabs): Make matching more generous.
      	* fixinc/fixincl.x: Regenerate.
      	* fixinc/tests/base/math.h: Regenerate to match test_text change.
      
      From-SVN: r70078
      f4dbf936
  7. Jul 19, 2003
    • Kaveh R. Ghazi's avatar
      fixfixes.c [...]: Remove unnecessary casts. · c68b0a84
      Kaveh R. Ghazi authored
      gcc:
      	* fixinc/fixfixes.c fixinc/fixincl.c fixinc/fixlib.c
      	fixinc/server.c objc/objc-act.c: Remove unnecessary casts.
      
      f:
      	* com.c data.c expr.c fini.c g77spec.c global.c lab.c lex.c name.c
      	sta.c stc.c std.c storag.c stt.c stw.c symbol.c target.c type.c:
      	Remove unnecessary casts.
      
      cp:
      	* call.c class.c decl.c decl2.c g++spec.c lex.c parser.c pt.c rtti.c
      	semantics.c typeck.c: Remove unnecessary casts.
      
      java:
      	* class.c java-tree.h jcf-write.c jvspec.c: Remove unnecessary
      	casts.
      
      treelang:
      	* treetree.c: Remove unnecessary casts.
      
      From-SVN: r69593
      c68b0a84
  8. Jul 14, 2003
    • Nathanael Nerode's avatar
      [multiple changes] · c18b00c0
      Nathanael Nerode authored
      2003-07-14  Douglas Rupp  <rupp@gnat.com>
      
      	* fixinc/server.c (server_setup): Don't use non-POSIX NULL first
      	argument to getcwd; use fixed buffer instead.
      
      2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
      
      	* fixinc/mkfixinc.sh: Treat OpenBSD normally.
      	* fixinc/fixinc.wrap: Delete.
      
      From-SVN: r69339
      c18b00c0
  9. Dec 16, 2002
  10. Apr 04, 2001
    • Zack Weinberg's avatar
      ansidecl.h: All logic from gcc/gansidecl.h moved here. · d02af173
      Zack Weinberg authored
      include:
      	* ansidecl.h: All logic from gcc/gansidecl.h moved here.
      gcc:
      	* gansidecl.h: Delete file.
      	* configure.in: Change all refs to gansidecl.h to use
      	ansidecl.h.  Adjust *_file_list so they know where ansidecl.h
      	lives.
      	* configure: Regenerate.
      
      	* Makefile.in (intl.o): Don't depend on gansidecl.h.
      	* defaults.h: s/gansidecl.h/ansidecl.h/ in comment.
      	* ggc.h, config/fr30/fr30.h, config/mcore/mcore.c:
      	Don't include gansidecl.h.
      	* intl.c, main.c, version.c, fixinc/fixlib.h,
      	fixinc/procopen.c, fixinc/server.c: Include ansidecl.h not
      	gansidecl.h.
      gcc/java:
      	* Make-lang.in (buffer.o, check-init.o, class.o): Don't depend
      	on gansidecl.h.
      	* buffer.c, jvgenmain.c: Don't include gansidecl.h.
      libiberty:
      	* make-temp-file.c (try): Inline.
      
      From-SVN: r41069
      d02af173
  11. Mar 10, 2001
    • Kaveh R. Ghazi's avatar
      server.c (load_data, run_shell): Use xmalloc, xrealloc & xcalloc in lieu of... · f4ce9d90
      Kaveh R. Ghazi authored
      server.c (load_data, run_shell): Use xmalloc, xrealloc & xcalloc in lieu of malloc, realloc & calloc.
      
      	* fixinc/server.c (load_data, run_shell): Use xmalloc, xrealloc &
      	xcalloc in lieu of malloc, realloc & calloc.
      
      	* gencheck.c (xmalloc): Use really_call_malloc, not malloc.
      
      	* gengenrtl.c (xmalloc): Likewise.
      
      	* gensupport.c (xcalloc, xrealloc, xmalloc): Use the
      	really_call_* memory allocation routines.
      
      	* stmt.c (check_for_full_enumeration_handling): Use
      	really_call_calloc, not calloc.
      
      	* system.h (really_call_malloc, really_call_calloc,
      	really_call_realloc): Define.
      	(malloc, realloc, calloc, strdup, bzero, bcmp, rindex): Poison.
      
      f:
      	* fini.c (main): Use really_call_malloc, not malloc.
      
      From-SVN: r40360
      f4ce9d90
  12. Mar 03, 2001
  13. Dec 13, 2000
  14. Dec 02, 2000
  15. Jun 02, 2000
  16. May 17, 2000
  17. Apr 03, 2000
  18. Feb 10, 2000
  19. Oct 12, 1999
  20. Sep 16, 1999
    • Kaveh R. Ghazi's avatar
      system.h (CTYPE_CONV, [...]): New macros. · 92a438d1
      Kaveh R. Ghazi authored
      	* system.h (CTYPE_CONV, TOUPPER, TOLOWER): New macros.  Use
      	CTYPE_CONV in all ctype macros.
      
      	* cccp.c (initialize_char_syntax): Use uppercase ctype macro
      	from system.h.
      
      	* cexp.y (initialize_random_junk): Likewise.
      
      	* c4x.c (c4x_interrupt_function_p, c4x_handle_pragma): Likewise.
      
      	* i370.c (handle_pragma): Likewise.
      
      	* i370.h (ASM_OUTPUT_LABELREF, ASM_OUTPUT_ASCII): Likewise.
      
      	* v850.c (override_options): Likewise.
      
      	* doprint.c (_doprnt): Likewise.
      
      	* fixinc/fixincl.c (main, quoted_file_exists, extract_quoted_files):
      	Likewise.
      
      	* fixinc/server.c (load_data): Likewise.
      
      	* fold-const.c (real_hex_to_f): Likewise.
      
      	* genattr.c (write_upcase, gen_attr): Likewise.
      
      	* genattrtab.c (convert_const_symbol_ref, evaluate_eq_attr,
      	write_upcase): Likewise.
      
      	* genemit.c (print_code): Likewise.
      
      	* genopinit.c (gen_insn): Likewise.
      
      	* genpeep.c (print_code): Likewise.
      
      	* genrecog.c (print_code): Likewise.
      
      	* optabs.c (init_libfuncs): Likewise.
      
      ch:
      
      	* lex.c (maybe_downcase, getlc, handle_generic_pragma,
      	check_newline): Likewise.
      
      f:
      
      	* bad.c (ffebad_finish): Likewise.
      
      	* fini.c (main): Likewise.
      
      	* intrin.c (ffeintrin_init_0): Likewise.
      
      	* lex.c (ffelex_hash_): Likewise.
      
      	* src.c (ffesrc_init_1): Likewise.
      
      From-SVN: r29463
      92a438d1
  21. Aug 07, 1999
  22. May 28, 1999
  23. May 20, 1999
  24. May 07, 1999
  25. Apr 26, 1999
  26. Mar 17, 1999
  27. Mar 03, 1999
  28. Oct 16, 1998
  29. May 28, 1998
  30. Mar 20, 1998
Loading