summaryrefslogtreecommitdiff
path: root/usr.bin/ranlib
AgeCommit message (Collapse)Author
2004-10-09s/fix_long_order/fix_32_orderMichael Shalayeff
2003-06-12de-register and ansification; millert okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-04-04simple snprintf; tdeval matthieu okTheo de Raadt
2003-01-21typos;Jason McIntyre
ok deraadt@
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-11-19kill more registersMike Pechkin
millert@ ok
2001-05-01Remove completely redundant introductory sentences in ENVIRONMENT sections.Aaron Campbell
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
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