aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/script/script.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.8_cvscvs2svn1999-01-211-1/+1
| | | | | | | 'RELENG_2_2_8_RELEASE'. This commit was manufactured to restore the state of the 2.2.8-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* MFC: doc fixes, enhancements to locate & more, new tail functionality.Jordan K. Hubbard1998-07-171-72/+78
| | | | Notes: svn path=/stable/2.2/; revision=37722
* MFC: add quiet flag.Jordan K. Hubbard1998-03-081-13/+27
| | | | Notes: svn path=/stable/2.2/; revision=34277
* MFC: getopt returns -1 not EOFWarner Losh1997-08-291-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=28881
* MFC: Use err(3) instead of local redefinition. Add usage().Philippe Charnier1997-08-111-39/+21
| | | | Notes: svn path=/stable/2.2/; revision=28065
* Don't use __dead or __pure in user code. They were obfuscationsBruce Evans1996-09-141-7/+7
| | | | | | | | | for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2 or __pure2 where it wasn't already done, except in math.h where use of __pure was mostly wrong. Notes: svn path=/head/; revision=18286
* Delete bogus referneces to timezone code internal header file `tzfile.h',Garrett Wollman1995-08-071-2/+1
| | | | | | | which is no longer bogusly installed in /usr/include. Notes: svn path=/head/; revision=9987
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+268
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590