aboutsummaryrefslogtreecommitdiff
path: root/binutils/windres.c
AgeCommit message (Collapse)AuthorFilesLines
2002-05-05 * dlltool.c (process_def_file): Add missing prototype.Alan Modra1-3/+1
(new_directive, assemble_file, main): Likewise. (process_def_file, new_directive): Make static. (inform): Rewrite using VA_FIXEDARG. * dllwrap.c (mybasename): Add missing prototype. (strhash, main): Likewise. (inform): Rewrite using VA_FIXEDARG. (warn): Likewise. (cleanup_and_exit): Use old style function definition. (strhash): Likewise. * windres.c (define_resource): Use one memset to clear all of struct res_resource.
2002-04-09Set default LANGUAGE to english/us.Nick Clifton1-1/+6
2002-01-23Tidy up formatting of --help output.Nick Clifton1-28/+30
2001-09-19Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu1-7/+10
2001-03-13Fix typos in ChangeLogs and update copyright noticesNick Clifton1-1/+1
2000-04-07A mostly cosmetic tidy up of warnings and error message reporting.Alan Modra1-2/+2
2000-04-04Move translated part of bug report string back into .c files soAlan Modra1-1/+1
xgettext can find it. Regnerate .pot files.
2000-04-03Move bug report string to one place.Alan Modra1-1/+1
2000-01-07Apply Mumit Khan's patch to allow temporary file for process interconnectionNick Clifton1-3/+20
1999-06-07 * windres.c (usage): Fix typo.Andreas Schwab1-1/+1
1999-05-25* windres.c: add verbose optionDJ Delorie1-2/+13
(main): process verbose option * resrc.c (look_for_default): new. Look for the default preprocessor in a given location. (read_rc_file): for foo/bar-windres, look for foo/bar-gcc, foo/gcc (in case of foo/windres), and then gcc (the old default).
1999-05-111999-05-10 DJ Delorie <dj@cygnus.com>DJ Delorie1-9/+43
* windres.c (quot): Quote shell metacharacters in a string (main): quote parameters to cpp that might have metacharacters in them. Allow -D as an alias for --define to allow for sharing make macros with gcc. * objdump.c (dump_reloc_set): don't core if howto->name is NULL * Makefile.am: Give rescoff.c a cpu-specific -D so it can set the correct BFD. * Makefile.in: ditto * rescoff.c (write_coff_file): Set the correct BFD
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+947