summaryrefslogtreecommitdiff
path: root/usr.bin/ranlib
AgeCommit message (Collapse)Author
2000-03-10Various cleanups and standardization.Aaron Campbell
1999-09-21Build some proper prototypes, fix minor nits.Marc Espie
Add some proper error handling to object file parsing, deciding whether it's a bad object file or something ranlib should not care about, so that archives that mix non object files with object files don't get killed by the `mixed object archive' check.
1999-08-27Use 10 X's in mkstemp. Replace bcopy with strlcpy.Federico G. Schwindt
1999-05-10Fixes endianess problems with old a.out tools. This makes buildingMarc Espie
some cross toolchains possible. This also changes some utilities's behavior slightly: - nm, strip, size now handle any a.out format they know about. - ranlib complains if it detects mixed archives (several object formats for different boxes). In the presence of mixed objects, you still have file, ranlib or ld to prevent you from getting too confused...
1998-09-27usr.bin/ man page cleanups, n-sAaron Campbell
1998-09-06More man page fixes. Spelling, grammar, some typos. Lots of double-wordAaron Campbell
occurrences squashed as well.
1997-11-07need limits.hTheo de Raadt
1997-11-05uid_t and gid_t are unsigned; nihilis@moral.addiction.comTheo de Raadt
1997-11-05truncate uid/gid for large ones; nihilis@moral.addiction.comTheo de Raadt
1997-01-17r?index -> strr?chrTodd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt