summaryrefslogtreecommitdiffstats
path: root/usr.bin/sccs
Commit message (Collapse)AuthorAgeFilesLines
* We have a version of help(SCCS) in /usr/bin now.jmallett2002-06-011-1/+1
|
* Add a usage().jmallett2002-05-221-2/+19
| | | | | Print usage() if right before executing the specified command, it comes to be that *argv is NULL (i.e. a flag was specified without a command being given).
* Remove #ifndef's on V6.jmallett2002-05-221-4/+0
|
* Put braces around the command table properly.jmallett2002-05-221-36/+36
|
* Use what(1) here, in /usr/bin/what. It doesn't print error 26 correctly, butjmallett2002-05-221-1/+1
| | | | | neither does the pd sccs(1) implementation I have around, so there's no loss for now.
* Format internal commands properly.jmallett2002-05-221-8/+8
| | | | | | | | Kill a bit of trailing whitespace. Fix a path format. Submitted by: mdoc(7) police (ru)
* Clean up the manual page by leaps and bounds in terms of formatting.jmallett2002-05-221-110/+101
| | | | | | | Ruslan's version took away the '.Nm' for some commands, but not others, so I chose to go with leaving '.Nm'. Submitted by: ru
* Make the guarded string functions take a const "from" addr, and make thejmallett2002-05-221-8/+8
| | | | | | | function that prints when a botched guarded string operation occurs take two const arguments. XXX Should we use strlcat/strlcpy instead and hope for the best?
* Remove register qualifier.jmallett2002-05-221-29/+29
|
* Use function prototypes.jmallett2002-05-221-95/+71
|
* Clean up formatting.jmallett2002-05-221-9/+11
|
* Make sccs(1) compile cleanly by fixing syntax errors such as #endif followedjmallett2002-05-221-9/+14
| | | | | by a token, and by including headers to get prototypes for many things, and also by spelling the type of structure readdir(3) returns as "dirent".
* Revive the SCCS front-end, sccs(1), back from the Attic, since it's somethingjmallett2002-05-226-0/+3700
| | | | | | | SUS wants (they want the entire suite of SCCS commands, we don't have them, but we *had* the frontend, so we can have it again, and now). Add $FreeBSD$ where appropriate, don't revive PSD.doc/spell.ok.
* kill the undeadpeter1997-07-137-3768/+0
|
* Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail,bde1997-07-067-0/+3768
| | | | | pascal and vmstat.sparc. All changed files on the vendor branch should already have been imported.
* recording cvs-1.6 file deathpeter1995-12-307-3770/+0
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-277-0/+3770
OpenPOWER on IntegriCloud