aboutsummaryrefslogtreecommitdiff
path: root/binutils/strings.c
AgeCommit message (Collapse)AuthorFilesLines
2002-12-23Add support for 'S' encoding to strings - display 8-bit characters.Nick Clifton1-26/+27
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-47/+53
comparisons of bfd_boolean vars with TRUE/FALSE. Formatting.
2002-05-25 * arlex.l: Use #include "" instead of <> for local header files.Alan Modra1-1/+1
* coffdump.c: Likewise. * coffgrok.c: Likewise. * nlmconv.c: Likewise. * nlmheader.y: Likewise. * srconv.c: Likewise. * strings.c: Likewise. * sysdump.c: Likewise. * unwind-ia64.h: Likewise. * windres.h: Likewise. * winduni.h: Likewise.
2002-01-23Tidy up formatting of --help output.Nick Clifton1-8/+19
2001-12-18 * addr2line.c (main): Protoype.Thiemo Seufer1-0/+2
* ar.c (main): Protoype. * nm.c (main): Protoype. * objcopy.c (main): Protoype. * objdump.c (main): Protoype. * size.c (main): Protoype. * strings.c (main): Protoype. * gasp.c (main): Protoype.
2001-12-04 * config.bfd: Remove trailing blanks.Thiemo Seufer1-1/+1
* elf32-mips.c (gprel16_with_gp): Remove superfluous casts. * strings.c (get_char): Initialize value. * config/tc-mips.c (mips_cpreturn_offset): Better comment. (load_register): Better error message. Cast away signedness mismatches. Add casts needed for varargs. (load_address): Replace checks of HAVE_64BIT_ADDRESS with dbl. Remove superfluous casts. (macro): Cast away signedness mismatches. Remove superfluous casts. (s_cpload): Fix wrong comment. (s_mips_weakext): Standardize output message. (get_number): Likewise.
2001-12-04 * strings.c: Include config.h before bfd.h.Jakub Jelinek1-13/+58
(file_off): New type. (file_open): Define. (print_strings): Use file_off instead of file_ptr. Print addresses which don't fit into long correctly. (get_char): Use file_off instead of file_ptr. Use getc_unlocked if available. (strings_file): Use file_off instead of file_ptr. Use file_open. * configure.in: Check for getc_unlocked. Check for fopen64 and whether _LARGEFILE64_SOURCE needs to be defined for it. * configure: Rebuilt. * config.h.in: Rebuilt.
2001-09-24 * nlmconv.c: Fix warnings about unused attributes and functionAndreas Jaeger1-0/+2
prototypes. * strings.c: Add prototype for get_char.
2001-09-19Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu1-10/+3
2001-09-14Add new command line option '--encoding' to stringsNick Clifton1-37/+117
2001-04-27Support printable characters outside of the ASCII rangeNick Clifton1-2/+5
2001-03-13Fix typos in ChangeLogs and update copyright noticesNick Clifton1-1/+1
2000-06-02 * strings.c (isgraphic): Interpret <TAB> as a printable character,David O'Brien1-2/+2
analogous to <SPACE>. Approved by: Nick Clifton <nickc@cygnus.com> <200005222243.PAA14590@elmo.cygnus.com>
2000-05-26Eli Zaretskii's DOSish file name patches.Alan Modra1-0/+20
2000-04-07A mostly cosmetic tidy up of warnings and error message reporting.Alan Modra1-6/+4
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
1999-12-26 * strings.c (main): Correct handling of numeric argument.Ian Lance Taylor1-1/+1
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+514