summaryrefslogtreecommitdiffstats
path: root/usr.bin/tsort/tsort.c
Commit message (Collapse)AuthorAgeFilesLines
* Add missing static keywords to tsort(1)ed2011-11-061-20/+20
|
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
| | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+1
| | | | needed.
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-1/+0
| | | | Tested with: make universe
* Move FreeBSD Id outside of copyright. Initialize variable.charnier2005-05-291-2/+4
|
* Removed unused macro definitiondds2003-09-041-1/+1
| | | | | Approved by: schweikh (mentor - blanket) MFC after: 6 weeks
* ANSIify function definitions.dwmalone2002-09-041-27/+18
| | | | | | | | | Add some constness to avoid some warnings. Remove use register keyword. Deal with missing/unneeded extern/prototypes. Some minor type changes/casts to avoid warnings. Reviewed by: md5
* Clean up malloc(3)'s argument. Remove casts which do nothing when we'rejmallett2002-05-171-5/+5
| | | | | | | using sizeof() anyway. Use slightly more consistent (per-file) error reporting for malloc(3) returning NULL. If "malloc failed" was being printed, don't use err(3). If a NULL format is being used, use err(3). In one case errx(3) was being used with strerror(3), so just use err(3).
* remove __Pimp2002-03-221-8/+8
|
* Warns cleanups. Add missing prototype.dwmalone2001-12-031-2/+3
|
* Fix typo: compatability -> compatibility.asmodai2001-02-061-1/+1
| | | | Compatability is not an existing english word.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Clean up some ambiguous nested if/elses.billf1999-07-041-2/+3
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-2/+2
| | | | posix standard on the topic.
* Merge from Lite2peter1997-03-111-1/+2
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | 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.
* Close PR#1455. In a couple of weeks, I'll change bsd.lib.mk to usejkh1996-08-021-11/+16
| | | | | tsort -q as well - I don't feel like adding tsort as Yet Another Item to the bootstrap target.
* nitpicks.phk1996-06-101-1/+3
| | | | | Reviewed by: phk Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+429
OpenPOWER on IntegriCloud