Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Add further functionality to check for invalid characters | roberto | 2005-05-26 | 1 | -6/+24 |
| | | | | | | | | | - Remove keyword 'continue' for more indepth error reporting on each line - WARNS 6 Clean Submitted by: Liam J. Foy <liamfoy@dragonflybsd.org> MFC after: 1 week | ||||
* | Warn if there is no newline at the end of the group file. | roam | 2003-06-06 | 1 | -0/+4 |
| | | | | | | | PR: 51256 Submitted by: Brian D Gallaway <bdg730@makserver0.usask.ca> Reviewed by: tjr, -audit Approved by: tjr | ||||
* | Use __FBSDID over rcsid[]. Protect copyright[] where needed. | obrien | 2003-05-03 | 1 | -4/+2 |
| | |||||
* | Use correct type of argument to fgetln. | mjacob | 2001-07-03 | 1 | -1/+2 |
| | | | | MFC after: 1 week | ||||
* | Constify, staticize and add a missing include; add WARNS?=2. | des | 2001-06-24 | 1 | -4/+6 |
| | | | | | Submitted by: Mike Barcroft <mike@q9media.com> MFC after: 2 weeks | ||||
* | match prototype | charnier | 2000-05-28 | 1 | -1/+1 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Typo police. '#ifndef lint' around CVS id. Don't use __progname in usage(). | des | 1998-05-27 | 1 | -8/+6 |
| | | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org> | ||||
* | Add chkgrp, a small utility for checking for syntax errors in group | des | 1998-05-24 | 1 | -0/+143 |
files. PR: bin/1387 Suggested-by: Giles Lean <giles@nemeton.com |