aboutsummaryrefslogtreecommitdiff
path: root/binutils/ar.c
AgeCommit message (Collapse)AuthorFilesLines
1993-04-29Add hyphens in usage messages.David MacKenzie1-1/+1
1993-04-29Clean up usage messages and option parsers.David MacKenzie1-40/+48
Add program name to some error messages.
1992-11-05Missed one use of PROTO.John Gilmore1-4/+5
1992-11-05Clean up some old BFD ansification macros.John Gilmore1-16/+27
* arsup.h, bucomm.h, objdump.h: Remove EXFUN from binutils. It still remains as a local macro in gmalloc.c, which is derived from some other copy of GNU Malloc somewhere (FIXME). * ar.c, objdump.c, size.c: Replace EXFUN with PROTO. Make static fns really static. * arsup.h: Declare extract_files.
1992-11-02Mon Nov 2 12:36:14 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-18/+55
* config/delta88.mh, config/hp300.mh, config/hppahpux.mh, config/i386v.mh: removed -DUSG from HDEFINES. hosts/delta88.h, hosts/hp300.h, hosts/hppahpux.h, hosts/i386v.h: defined USE_UTIME. hosts/i386v.h: don't define POSIX_UTIME.
1992-08-20Re-do change for revision 1.28 that got trashed by 1.29.Per Bothner1-1/+0
1992-08-19Added -V option to print the version number.Rob Savoye1-0/+13
1992-08-12 * ar.c (main): Don't *always* set the verbose flag!Per Bothner1-57/+28
1992-05-05 * Makefile.in: Bump to version 1.97.Per Bothner1-3/+7
* ar.c: Declare errno for machines that need it.
1992-04-15Wed Apr 15 14:33:07 1992 Steve Chamberlain (sac@thepub.cygnus.com)Steve Chamberlain1-204/+226
* arsup.c, arsup.h, arparse.y, arlex.l: support for archive scripting language.
1991-12-12 * ar.c: added "b" to fopens for dosSteve Chamberlain1-24/+23
* configdj.bat, makefile.dos new files from DJ
1991-11-09Now runs write_armap, even when listing contents.Steve Chamberlain1-21/+11
1991-10-29Don't care about an unlink failureSteve Chamberlain1-2/+5
1991-10-28 * ar.c (write_archive.c): added unlink before rename since someSteve Chamberlain1-5/+31
systems can't rename onto an existant file.
1991-04-23*** empty log message ***Steve Chamberlain1-2/+2
1991-04-19fix a smallie but nasttie.David Henkel-Wallace1-2/+2
1991-04-19allow the user to specify a file more than once on the command line --David Henkel-Wallace1-1/+8
the duplicate references are ignored. ::wq
1991-04-19*** empty log message ***David Henkel-Wallace1-4/+53
1991-04-17fix two small bugs: quick-append no longer used to create fresh archives;David Henkel-Wallace1-13/+33
ar t on a non-existant file does not claim to create it.
1991-03-21Initial revisionDavid Henkel-Wallace1-0/+850