1. 03 Apr, 2011 1 commit
  2. 19 Dec, 2010 1 commit
  3. 14 Nov, 2010 1 commit
  4. 16 Apr, 2010 1 commit
  5. 05 Feb, 2010 1 commit
  6. 04 Dec, 2009 1 commit
  7. 23 Jul, 2009 1 commit
  8. 29 Nov, 2008 1 commit
  9. 14 Mar, 2008 1 commit
  10. 10 Nov, 2007 1 commit
  11. 10 Oct, 2007 1 commit
  12. 21 Aug, 2007 1 commit
  13. 26 Jun, 2007 1 commit
  14. 24 Jun, 2006 1 commit
  15. 13 Mar, 2006 1 commit
  16. 01 Dec, 2005 1 commit
  17. 04 Sep, 2005 1 commit
  18. 16 Jun, 2005 1 commit
  19. 27 Apr, 2005 1 commit
  20. 04 Mar, 2005 1 commit
  21. 15 Dec, 2004 1 commit
  22. 05 Nov, 2004 1 commit
  23. 14 Sep, 2004 1 commit
  24. 15 May, 2004 1 commit
  25. 18 Mar, 2004 1 commit
  26. 25 Oct, 2003 1 commit
  27. 04 Feb, 2003 1 commit
  28. 30 Dec, 2002 1 commit
  29. 23 Apr, 2002 1 commit
  30. 17 Feb, 2002 1 commit
    • final.c (output_operand_lossage): Changed to accept printf style arguments. · a52453cc
      2002-02-17  Philipp Thomas  <pthomas@suse.de>
      
      	* final.c (output_operand_lossage): Changed to accept
      	printf style arguments. Change calls where necessary.
      	* output.h (output_operand_lossage): Change declaration
      	accordingly. Update copyright.
      	* config/arc/arc.c config/fr30/fr30.c config/m32r/m32r.c
      	config/m88k/m88k.c : Adapt all calls to output_operand_lossage.
      	Update copyright date where necessary.
      
      	* config/i386/i386.c (print_operand): Likewise. Remove use of
      	sprintf.
      
      	* config/cris/cris.c (cris_operand_lossage): Likewise.
      	Rename parameter so that exgettext recognizes it as
      	translatable message.
      	(LOSE_AND_RETURN): Rename parameter to msgid.
      
      	* po/gcc.pot: Regenerate.
      
      From-SVN: r49820
      Philipp Thomas committed
  31. 11 Feb, 2002 1 commit
  32. 04 Feb, 2002 1 commit
  33. 23 Jan, 2002 1 commit
  34. 20 Dec, 2001 1 commit
  35. 18 Dec, 2001 1 commit
  36. 15 Dec, 2001 2 commits
  37. 31 Oct, 2001 1 commit
    • Makefile.in (INTL_TARGETS, POSUB): Delete all references. · 5b7874aa
      	* Makefile.in (INTL_TARGETS, POSUB): Delete all references.
      	(INTL_SUBDIRS): Just intl.
      	(.SUFFIXES): Add .gmo .po .pox.
      	(native): Also depend on build-@POSUB@.
      	(intl.all, intl.install): Depend on config.h and things it includes.
      	(po-generated): New target; depend on c-parse.c and tradcif.c.
      	(install-normal): Also depend on install-@POSUB@.
      	(XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): New variables.
      	(build-, install-, build-po, update-po, install-po,
      	.po.gmo, .po.pox, $(PACKAGE).pot, po/$(PACKAGE).pot): New rules.
      
      	* aclocal.m4: Prefix each entry in CATALOGS with "po/"
      	* configure.in: Don't munge XGETTEXT.  Don't generate
      	po/Makefile.in.
      	* configure: Regenerate.
      
      	* exgettext: Delete.
      	* config/m68k/m68k.h: Add doc strings for -msky and -mnosky.
      	* cp/Make-lang.in, java/Make-lang.in, objc/Make-lang.in: Replace
      	$(INTL_TARGETS) with po-generated.
      
      po:
      	* EXCLUDES: New file.
      	* exgettext: New helper script; completely rewritten.
      	* Makefile.in.in, POTFILES.in: Delete.
      
      From-SVN: r46680
      Zack Weinberg committed
  38. 11 Jun, 2001 2 commits