summaryrefslogtreecommitdiff
path: root/binutils/ar.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in ChangeLogs and update copyright noticesNick Clifton2001-03-131-1/+1
|
* * ar.c (main): Don't crash if called with no argumentsGeoffrey Keating2000-08-111-1/+1
| | | | or only '-X32_64' as an argument.
* * nm.c (main): Ignore '-X32_64' as an option.Geoffrey Keating2000-07-271-1/+13
| | | | | | * ar.c (main): Likewise. * binutils.texi (nm): Document new option. (ar): Likewise.
* Revert incorrect 2000-06-25 patch.Alan Modra2000-06-261-2/+2
|
* Advance past both parts of dos based <letter>: filepath prefix.Nick Clifton2000-06-251-2/+2
|
* Correct pointer comparisons relying on NULL less than any other pointer.Alan Modra2000-06-201-3/+3
| | | | Alexander Aganichev's fix for ieee.c
* Improve verbose messageNick Clifton2000-06-191-1/+2
|
* Eli Zaretskii's DOSish file name patches.Alan Modra2000-05-261-16/+46
|
* A mostly cosmetic tidy up of warnings and error message reporting.Alan Modra2000-04-071-11/+7
|
* Move translated part of bug report string back into .c files soAlan Modra2000-04-041-1/+1
| | | | xgettext can find it. Regnerate .pot files.
* Move bug report string to one place.Alan Modra2000-04-031-1/+1
|
* * ar.c (normalize): Fix full_pathname code.Ian Lance Taylor1999-10-151-1/+1
|
* * ar.c (main): Clear output_file if we don't change the archive.Ian Lance Taylor1999-09-121-3/+11
| | | | (delete_members, replace_members): Likewise.
* 1999-09-12 Donn Terry <donn@interix.com>Ian Lance Taylor1999-09-121-16/+61
| | | | | | | | | | * ar.c (counted_name_mode): New static variable. (counted_name_counter): New static variable. (map_over_members): Handle counted mode. (usage): Mention N modifier. (main): Handle N modifier. (delete_members): Handle counted mode. * binutils.texi, ar.1: Document N modifier.
* 1999-09-12 Donn Terry <donn@interix.com>Ian Lance Taylor1999-09-121-2/+1
| | | | | * ar.c (print_contents): Change printing of member name for POSIX.2 conformance.
* 1999-09-12 Donn Terry <donn@interix.com>Ian Lance Taylor1999-09-121-1/+4
| | | | | | * ar.c (output_filename): Make const. (open_inarch): If creating a new empty archive, set output_filename.
* * ar.c (full_pathname): New static variable.Ian Lance Taylor1999-09-121-1/+13
| | | | | | | | (map_over_members): Call normalize on command line parameter. (usage): Mention P modifier. (normalize): If full_pathname is true, don't do anything. (main): Accept P modifier. * binutils.texi, ar.1: Document P modifier.
* * ar.c (O_BINARY): Define as 0 if not defined.Ian Lance Taylor1999-06-121-1/+7
| | | | (ranlib_touch): Open file with O_BINARY.
* Initial revisionRichard Henderson1999-05-031-0/+1338