Mark Murray
4d56f83516
Remove GCC-specific flags.
2002-04-28 13:58:41 +00:00
Mark Murray
4b1b25d919
Reorder for style.
2002-04-28 13:54:45 +00:00
Mark Murray
5666a04546
Remove GCC-specific flags.
2002-04-28 13:53:38 +00:00
Mark Murray
1abf87a869
Fix VCS tags; ANSIfy functions
2002-04-28 13:50:54 +00:00
Mark Murray
5a92bc60c9
Add some function prototypes to squash warnings.
2002-04-28 13:49:15 +00:00
Mark Murray
60d1fdaa47
Easy warns fixes; sort out some types and me them a bit more consistent;
...
fix initialisers.
2002-04-28 13:46:40 +00:00
Mark Murray
01588bbd2b
Warnings fix; ANSIfy, constify, mark unused function parameter(s).
2002-04-28 13:00:16 +00:00
Mark Murray
a53809fd7e
Warns; ANSIfy, constify and move declarations into a common header.
2002-04-28 12:55:35 +00:00
Mark Murray
f5b7af34dd
Remove GCC-specific flags.
2002-04-28 12:54:24 +00:00
Mark Murray
9e5ff032b5
Fix a const-char vs char issue.
2002-04-28 12:39:12 +00:00
Mark Murray
900d70a0c0
Very minor whitespace nit.
2002-04-28 12:36:56 +00:00
Mark Murray
046f5106a7
Declarations cleanup; make sure externs are in a common header.
...
Fix declarations, casts and return values.
2002-04-28 12:34:54 +00:00
Mark Murray
ffc6a8e325
warns fixes; ANSIfy, deregister, constify.
2002-04-28 12:28:41 +00:00
Mark Murray
f372d010df
Easy warns fixes; constify.
2002-04-28 12:25:03 +00:00
Mark Murray
348870705a
Style; line up columns, space things out more consistently.
2002-04-28 12:24:20 +00:00
Mark Murray
81edeb0a44
Style fixes; whitespace and header order.
2002-04-28 12:21:31 +00:00
Mark Murray
635615eb2c
Fix VCS inclusion and tidy up #includes.
2002-04-28 12:19:30 +00:00
Mark Murray
241667c457
Cast to kill warnings. De-register.
2002-04-28 12:17:27 +00:00
Mark Murray
e65dd7bc2f
fix warnings; change variable/argument names that mask global names.
2002-04-28 12:15:40 +00:00
Mark Murray
2d3f94bf1b
Remove GCC-specific flags and commented out cruft.
2002-04-28 12:14:10 +00:00
Mark Murray
fa6d48c068
Some easy const fixes.
2002-04-28 12:12:49 +00:00
Mark Murray
dba464cc27
ANSIfy, VCS inclusions and some very minor style.
2002-04-28 12:09:33 +00:00
Mark Murray
f099c6c361
Minor reorder for style.
2002-04-28 12:08:18 +00:00
Mark Murray
561618799d
Fix some easy warnings; ANSIfy, constify.
...
Fix VCS inclusion and deregister.
2002-04-28 12:04:20 +00:00
Mark Murray
822f14c2ff
ANSIfy functions, and move extern declarations into a shared header
...
where ${DEITY} intended them to be.
2002-04-28 11:59:43 +00:00
Mark Murray
8feb878d72
Fix VCS inclusions.
2002-04-28 11:52:43 +00:00
Mark Murray
78552e79d1
More low hanging warnings fruit; ANSIfy, de-register, constify.
2002-04-28 11:51:03 +00:00
Mark Murray
ff288009d9
Fix some low-hanging fruit in the warnings department; ANSIfy functions,
...
sort out some const issues.
2002-04-28 11:44:30 +00:00
Mark Murray
e7c7159542
Easy warns fixes; use const, mark unused function parameters. Remove
...
unused includes.
2002-04-28 11:16:43 +00:00
Mark Murray
c0bef837ba
Remove GCC-specific flags.
2002-04-28 11:15:47 +00:00
Mark Murray
d629fa16d5
Trivial warnings fixes; staticise and use unsigned.
...
Use __FBSDID().
2002-04-28 11:13:20 +00:00
Mark Murray
791e544b6b
Use __FBSDID, ANSIfy functions, fix const string.
2002-04-28 11:00:34 +00:00
Mark Murray
a827060a67
Use __FBSDID(), ANSIfy headings, use const/unsigned in minor but
...
appropriate places.
2002-04-28 10:56:09 +00:00
Mark Murray
fb46863912
Style only; format function declarations, sort header includes, and
...
use __FBSDID().
2002-04-28 10:49:15 +00:00
Hajimu UMEMOTO
a2df389f20
Backout copyright notice I broke by my previous commit.
2002-04-26 12:16:34 +00:00
Tim J. Robbins
4596ce3d47
Some minor nits exposed by the Open Group's VSC Lite verification suite:
...
- When an error occurs processing one file, we must continue to process
the remaining files.
- Convert trailing whitespace to tabs as appropriate.
- Align backspace handling with what the verification suite expects.
Reviewed by: mike
2002-04-25 23:04:52 +00:00
Tim J. Robbins
bacab7d655
Handle numbers larger than QUAD_MAX for unsigned conversions correctly.
...
Exit with nonzero status if a conversion failed.
Play nice if used as a shell builtin (currently disabled).
Submitted by: bde (partially)
Approved by: mike
2002-04-25 01:10:11 +00:00
David E. O'Brien
788fcec086
Back out the NO_RCMNDS knob.
...
1. The committer refused to respond to questions over the commit.
2. The servers rlogind, rshd, rexecd were not wrapped.
3. "rcmnds" as an abbreviation gets an order of magnitude less hits on
Google than the much more well known "rcmds".
2002-04-23 23:59:51 +00:00
David E. O'Brien
046eb0421e
Restore some of the original variable names, but fix the warnings their
...
renaming addressed by removing the global variants instead.
2002-04-23 20:30:30 +00:00
Tim J. Robbins
aca29625a8
Add the -t option, which allows tab stop positions to be specified similarly
...
to the way expand(1) allows. This brings unexpand(1) up to SUSv3 conformance,
and it now passes all relevant parts of the GNU textutils test suite.
PR: 35621
Reviewed by: mike
2002-04-23 07:15:09 +00:00
Juli Mallett
ab5a295bdc
- printf shouldn't bail out if a conversion fails, it should just keep
...
processing them.
- \c escape to immediately stop output (similar to echo's \c)
- \0NNN should be allowed for octal character escapes (instead of just \NNN)
- %b conversion, which is like %s but interprets \n \t etc. inside the
string is missing.
And I may not be any poet, but in lieu of an in-tree regression test:
ref5% ./printf '%s%b%b%c%s%d\n' 'PR' '\0072' '\t' '3' '56' 0x10
PR: 35616
Submitted by: tjr
MFC after: 1 week
2002-04-23 02:56:16 +00:00
Eric Anholt
90acf12621
Add myself
...
Approved by: des
2002-04-22 19:39:10 +00:00
Dag-Erling Smørgrav
d397408818
Usage style sweep: spell "usage" with a small 'u'.
...
Also change one case of blatant __progname abuse (several more remain)
This commit does not touch anything in src/{contrib,crypto,gnu}/.
2002-04-22 13:44:47 +00:00
Dag-Erling Smørgrav
05da55ee50
Don't use PAM_SILENT unless hushlogin is set (perforce change 10123)
...
Sponsored by: DARPA, NAI Labs
2002-04-22 06:27:16 +00:00
Jake Burkholder
e114d8ce12
Add a Makefile for this.
2002-04-22 04:08:01 +00:00
David Malone
7c8225cab8
Use fseeko and uintptr_t to make sure that we get a sensible offset
...
when trying to read from the stack.
PR: 37104
Submitted by: Thomas Quinot <thomas@cuivre.fr.eu.org>
MFC after: 3 weeks
2002-04-21 19:04:26 +00:00
Giorgos Keramidas
2642bed24b
Remove duplicated text.
...
PR: docs/37287
Submitted by: Tony Finch <dot@dotat.at>
MFC after: 3 days
2002-04-21 14:48:47 +00:00
Philippe Charnier
6f9af3e6ec
Dot terminate a sentence. Rearrange to not use .Nm at the beginning
...
of a sentence.
2002-04-21 13:02:20 +00:00
Bruce Evans
85549fe96b
Fixed some style bugs ("From:" in vendor id line, disordered MAN line, and
...
blank lines).
Not unapproved of by: markm
2002-04-21 12:43:14 +00:00
Juli Mallett
82130df48c
Use %zu to print a size_t, not %u and definitely not %d.
...
Remove WARNS?=2, as GCC will usually throw a fit right now, and I'm not going
to mix WARNS and NO_WERROR.
Submitted by: fenner
2002-04-20 21:37:26 +00:00