Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-03-15 | Commit new Spanish translation. | Alan Modra | 1 | -84/+96 | |
2005-03-14 | Commit new French translation. | Alan Modra | 1 | -81/+93 | |
2005-03-14 | Commit new Turkish translation. | Alan Modra | 1 | -85/+97 | |
2005-03-05 | Regenerate .pot files | Alan Modra | 1 | -59/+59 | |
2005-03-03 | update copyright dates | Alan Modra | 1 | -1/+2 | |
2005-01-31 | Add Vietnamese translation. | Nick Clifton | 1 | -0/+552 | |
2004-09-17 | * Makefile.in: Regenerate. | Alan Modra | 1 | -4/+4 | |
* aclocal.m4: Regenerate. * configure: Regenerate. * po/gprof.pot: Regenerate. | |||||
2004-06-15 | * corefile.c (core_init): Use bfd_get_section_size | Alan Modra | 1 | -80/+80 | |
instead of bfd_get_section_size_before_reloc or _raw_size. * symtab.c (symtab_finalize): Likewise. | |||||
2004-05-13 | Updated French translations | Nick Clifton | 1 | -2/+3 | |
2004-03-19 | * po/sv.po: Updated. | Alan Modra | 1 | -98/+99 | |
2004-03-19 | * Makefile.am: Run "make dep-am". | Alan Modra | 1 | -2/+14 | |
* Makefile.in: Regenerate. * gconfig.in: Regenerate. * po/gprof.pot: Regenerate. | |||||
2003-08-26 | Add German translation | Nick Clifton | 1 | -0/+549 | |
2003-08-21 | Updated translations | Nick Clifton | 1 | -49/+49 | |
2003-07-24 | Updated French translations | Nick Clifton | 1 | -45/+45 | |
2003-07-19 | 2003-07-20 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 1 | -3/+1 | |
* po/Make-in (.po.gmo): Do check if the .gmo file is writable before generating it. | |||||
2003-07-17 | Update translations | Nick Clifton | 1 | -47/+47 | |
2003-07-11 | Update pot files. | Alan Modra | 1 | -95/+96 | |
2003-06-11 | bfd/ | H.J. Lu | 1 | -11/+13 | |
2003-06-06 H.J. Lu <hongjiu.lu@intel.com> * po/Make-in (DESTDIR): New. (install-data-yes): Support $(DESTDIR). (uninstall): Likewise. binutils/ 2003-06-06 H.J. Lu <hongjiu.lu@intel.com> * po/Make-in (DESTDIR): New. (install-data-yes): Support $(DESTDIR). (uninstall): Likewise. gas/ 2003-06-06 H.J. Lu <hongjiu.lu@intel.com> * po/Make-in (DESTDIR): New. (install-data-yes): Support $(DESTDIR). (uninstall): Likewise. gprof/ 2003-06-06 H.J. Lu <hongjiu.lu@intel.com> * po/Make-in (DESTDIR): New. (install-data-yes): Support $(DESTDIR). (uninstall): Likewise. ld/ 2003-06-06 H.J. Lu <hongjiu.lu@intel.com> * po/Make-in (DESTDIR): New. (install-data-yes): Support $(DESTDIR). (uninstall): Likewise. opcodes/ 2003-06-06 H.J. Lu <hongjiu.lu@intel.com> * po/Make-in (DESTDIR): New. (install-data-yes): Support $(DESTDIR). (uninstall): Likewise. | |||||
2002-12-02 | oops - omitted from previous delta | Nick Clifton | 1 | -0/+551 | |
2002-11-12 | Add new/updated Danish translations | Nick Clifton | 1 | -0/+552 | |
2002-07-30 | Updated Translations | Nick Clifton | 1 | -213/+299 | |
2002-07-25 | New translations | Nick Clifton | 2 | -178/+180 | |
2002-07-24 | Update Spanish and Swedish translations | Nick Clifton | 2 | -268/+395 | |
2002-07-23 | oops - omitted from previous delta | Nick Clifton | 1 | -0/+547 | |
2002-07-23 | update translations. | Nick Clifton | 1 | -100/+108 | |
2002-05-02 | Do not attempt to create a .gmo file if the sources are read-only. | Nick Clifton | 1 | -1/+3 | |
2002-03-18 | Updated French translations | Nick Clifton | 1 | -10/+10 | |
2002-03-13 | Updated French translations | Nick Clifton | 1 | -34/+88 | |
2002-01-31 | Deal with target architecture that have a pointer size that is different from | Nick Clifton | 1 | -96/+102 | |
the host architectures pointer size. | |||||
2002-01-31 | * alpha.c (alpha_Instruction): Don't use. | Alan Modra | 1 | -0/+1 | |
(alpha_find_call): Avoid use of bitfields and casts between pointers and integers of different sizes. Avoid endian problems when cross-compiling. * vax.c (vax_find_call): Likewise. (struct modebyte): Don't use. (vax_operandmode): Pass in an unsigned char *. (vax_operandlength): Likewise. (vax_reladdr): Rename to vax_offset and return relative offset rather than address. * i386.c (i386_find_call): Avoid casts between pointers and integers of different sizes. * sparc.c (sparc_find_call): Likewise. Avoid endian problems. * tahoe.c (tahoe_find_call): Likewise. (tahoe_reladdr): Rename to tahoe_offset and return relative offset rather than address. * basic_blocks.h: Don't include headers here. * call_graph.h: Likewise. * cg_arcs.h: Likewise. * cg_print.h: Likewise. * corefile.h: Likewise. * gmon_io.h: Likewise. * gmon_out.h: Likewise. * hertz.h: Likewise. * hist.h: Likewise. * source.h: Likewise. * sym_ids.h: Likewise. * symtab.h: Likewise. * gprof.h: Don't include ansidecl.h, do include bfd.h. (bool): Don't typedef. * alpha.c: Adjust #include's for above header changes. * basic_blocks.c: Likewise. * call_graph.c: Likewise. * cg_arcs.c: Likewise. * cg_dfn.c: Likewise. * cg_print.c: Likewise. * corefile.c: Likewise. * gmon_io.c: Likewise. * gprof.c: Likewise. * hertz.c: Likewise. * hist.c: Likewise. * i386.c: Likewise. * mips.c: Likewise. * sparc.c: Likewise. * sym_ids.c: Likewise. * symtab.c: Likewise. * tahoe.c: Likewise. * utils.c: Likewise. * vax.c: Likewise. * po/POTFILES.in: Regenerate. | |||||
2002-01-26 | Updated French translation | Nick Clifton | 1 | -66/+89 | |
2002-01-25 | Updated Spanish translation | Nick Clifton | 1 | -67/+90 | |
2002-01-17 | Regenerate .pot and .po files | Nick Clifton | 1 | -64/+86 | |
2002-01-07 | Add spanish translation files | Nick Clifton | 1 | -0/+466 | |
2001-12-21 | Import Swedish translation | Nick Clifton | 1 | -0/+488 | |
2001-12-03 | Import new turkish translations from Translation Project's website. | Nick Clifton | 1 | -0/+490 | |
2001-11-28 | Add .cvsignore files to skip .gmo files | Nick Clifton | 1 | -0/+1 | |
2001-11-02 | Add translations | Nick Clifton | 1 | -0/+464 | |
2001-03-13 | Fix typos in ChangeLog; fix dates in copyright notices | Nick Clifton | 1 | -1/+2 | |
2001-02-18 | Add PDP-11 support | Nick Clifton | 1 | -12/+12 | |
2000-09-02 | Regernate | Nick Clifton | 1 | -1/+1 | |
2000-07-24 | Add GPL copyright notices to uncopyrighted files. | Nick Clifton | 1 | -84/+89 | |
Add copy of GPL. | |||||
2000-06-19 | Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add support | Nick Clifton | 1 | -23/+17 | |
for m68hc11 and m68hc12 processors. | |||||
2000-04-04 | Move translated part of bug report string back into .c files so | Alan Modra | 1 | -2/+3 | |
xgettext can find it. Regnerate .pot files. | |||||
2000-02-27 | rebuild with current tools | Ian Lance Taylor | 1 | -10/+15 | |
1999-06-30 | * Many files: Add casts in many print statements to cast bfd_vma | Ian Lance Taylor | 1 | -52/+53 | |
values to unsigned long when calling printf. * Makefile.am ($(OBJECTS)): Add gmon.h. * Makefile.in: Rebuild. | |||||
1999-06-03 | Update. | Richard Henderson | 1 | -1/+0 | |
1999-05-03 | 19990502 sourceware importbinu_ss_19990502 | Richard Henderson | 3 | -0/+759 | |