Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-4] src/bin
Module Name: src
Committed By: riz
Date: Sun Aug 27 01:27:52 UTC 2006
Modified Files:
src/bin/df [netbsd-4]: df.c
src/bin/ls [netbsd-4]: ls.1 ls.c
src/bin/mv [netbsd-4]: mv.c
Log Message:
Pull up following revision(s) (requested by christos in ticket #53):
bin/df/df.c: revision 1.71
bin/mv/mv.c: revision 1.36
bin/ls/ls.1: revision 1.61
bin/ls/ls.c: revision 1.60
-h and -[mgk] are mutually exclusive. Only use the last specified. [from zafer]
Use one variable instead of 3 flags to hold the scale, so that we don't have
to reset each flag.
from zafer: you can have either -k or -h but not both since it does not make
sense.
- detect buffer overflow.
- if we have a trailing slash, don't add another one.
To generate a diff of this commit:
cvs rdiff -r1.70 -r1.70.2.1 src/bin/df/df.c
cvs rdiff -r1.60 -r1.60.2.1 src/bin/ls/ls.1
cvs rdiff -r1.59 -r1.59.2.1 src/bin/ls/ls.c
cvs rdiff -r1.35 -r1.35.2.1 src/bin/mv/mv.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index