summaryrefslogtreecommitdiffstats
path: root/usr.bin/ranlib
Commit message (Collapse)AuthorAgeFilesLines
* ANSIfy functions, and move extern declarations into a shared headermarkm2002-04-285-42/+87
| | | | where ${DEITY} intended them to be.
* Use `The .Nm utility'charnier2002-04-201-2/+3
|
* remove __Pimp2002-03-224-13/+13
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* Expand emalloc in-place, and remove the `rname' basename() implimenation.obrien2001-07-242-24/+6
|
* MAN[1-9] -> MAN.ru2001-03-271-2/+1
|
* mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.ru2001-02-132-3/+5
|
* Use Fx macro wherever possible.ru2000-11-141-1/+3
|
* getopt and friends are declared in <unistd.h>imp2000-09-041-1/+0
| | | | getopt returns -1 not EOF.
* $Id$ -> $FreeBSD$peter1999-08-288-8/+8
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Don't build or install ${MAN1}. It's just a copy of ${MAN1aout} andbde1998-10-101-3/+3
| | | | | | | installing it clobbers the elf ${MAN1}. The MAN1 -> MAN1aout changes actually work now. Fixed order of MAN* and BINDIR.
* Install the legacy man file in section 1aout.jb1998-09-071-0/+1
|
* Fixed printf format errors.bde1998-07-061-2/+2
|
* ELF preparation step 1:sos1998-05-251-0/+1
| | | | | | | | | | | | | | | Move our old a.out utils to /usr/libexec/aout. Enable binutils and put the utils in /usr/libexec/elf Enable objformat, a little helper program that calls the right utils based on /etc/objformat and $OBJFORMAT. This will enable the ELF generating tools. Remember that this is only step one, the system is still compiled and run in a.out format ONLY. Problem left to solve: The BSD manpages wins over the GNU equivalents as the are installed last. We need to distinguish between the manpages somehow...
* Use err(3). Use #include "" instead of <> for local headers.charnier1997-08-047-24/+40
|
* kill the undeadpeter1997-07-131-70/+0
|
* This commit was generated by cvs2svn to compensate for changes in r27241,bde1997-07-061-0/+70
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail,bde1997-07-061-0/+70
| | | | | | | | | | pascal and vmstat.sparc. All changed files on the vendor branch should already have been imported.
| * recording cvs-1.6 file deathpeter1995-12-301-70/+0
| |
* | compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | | | | | posix standard on the topic.
* | Revert $FreeBSD$ to $Id$peter1997-02-222-2/+2
| |
* | Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-2/+2
| | | | | | | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* | delete doubled words, e.g.: "the the" -> "the"wosch1996-10-052-2/+4
| |
* | General -Wall warning cleanup, part I.jkh1996-07-124-6/+33
| | | | | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* | Phkmalloc strikes again.phk1996-03-071-1/+1
| | | | | | | | Found by: asami
* | This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-301-70/+0
| | | | | | | | which included commits to RCS files with non-trunk default branches.
* | Fix ranlib to work with odd-length extended names.ache1995-11-011-1/+1
| | | | | | | | Submitted by: Jim Leppek <jleppek@harris.com>
* | Don't claim that `ranlib -t' is useful.bde1995-10-092-2/+4
| | | | | | | | | | | | | | | | Our ld is derived from gnu ld which doesn't check the timestamp on __.SYMDEF. gnu ld is designed to work with gnu ar which doesn't even have a ranlib option (gnu ar updates __.SYMDEF automatically if __.SYMDEF already exists, so gnu ld expects __.SYMDEF to be up to date if it exists).
* | Remove trailing whitespace.rgrimes1995-05-301-1/+1
| |
* | Fixed two bugs: some malloced space wasn't freed after it was no longerdg1995-01-092-2/+8
| | | | | | | | | | | | | | needed and the file wasn't closed when the -t option was used. Originally by thomas@mathematik.uni-Bremen.de, but were incomplete. Submitted by: thomas@mathematik.uni-Bremen.de and myself
* | More merry makefile munging for man page compatability.wollman1994-08-052-10/+72
| |
* | Cleanup so that make install can run, many install: maninstall changedrgrimes1994-05-301-5/+7
| | | | | | | | to just install:, sperious targets and CLEANFILES removed.
* | This commit was generated by cvs2svn to compensate for changes in r1590,rgrimes1994-05-278-0/+769
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-278-0/+769
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+87
OpenPOWER on IntegriCloud