Tim J. Robbins
f8fb286a84
Document incorrect handling of multibyte characters with -I and -J options.
2004-08-02 03:07:42 +00:00
Garance A Drosehn
a444635406
This commit was generated by cvs2svn to compensate for changes in r132977,
...
which included commits to RCS files with non-trunk default branches.
2004-08-01 20:45:54 +00:00
Garance A Drosehn
a9c7144e7a
Import of a BSD-licensed version of `patch', which will eventually
...
replace the version we currently have in src/gnu/usr.bin/patch/.
Among other things, this version includes a --posix option for strict
POSIX conformance.
This version is the current source from OpenBSD as of today. It is
their 3.5-release, plus a few updates to patch.c and pch.c that they
made about three weeks ago.
2004-08-01 20:45:54 +00:00
Tim Kientzle
1c962ead2f
Correct the explanation of the -X option.
...
Thanks to: Pav Lucistnik
2004-08-01 20:09:08 +00:00
Alfred Perlstein
dcd6f4bd48
Comment some of the 'io' functions.
2004-08-01 09:19:41 +00:00
Tim J. Robbins
70cd856a0c
Check for read errors.
2004-07-31 06:22:57 +00:00
Tim J. Robbins
be5c85a71b
Add standard DIAGNOSTICS section.
2004-07-31 06:22:01 +00:00
Tim J. Robbins
243041573f
Add support for multibyte characters, loosely based on Bruno Haible's
...
work in the util-linux packages, but with some minor fixes.
2004-07-31 06:19:26 +00:00
Tim J. Robbins
5c14453b7f
Fix some particularly bad style(9) violations.
2004-07-31 04:33:13 +00:00
Tim J. Robbins
be091cf3cc
Check for read errors.
2004-07-30 10:58:06 +00:00
Colin Percival
fe6a04858c
Document the behaviour of the "-o file" option when "file" is a directory
...
(downloaded file(s) are created inside the directory).
MFC after: 3 days
2004-07-30 08:43:16 +00:00
Tim Kientzle
92371d176f
Improve portability to FreeBSD 4.
...
Thanks to: Barry Bouwsma
2004-07-30 02:59:58 +00:00
Tim Kientzle
cfdb7dd69b
Fix comment.
...
Thanks to: Johan Karlsson
2004-07-30 02:46:12 +00:00
Tim J. Robbins
752448ce84
Document incorrect handling of multibyte characters.
2004-07-30 00:10:52 +00:00
Alexander Kabaev
9eaa475e3e
Stop the practice of installing external headers into GCC-specific directory.
...
Install FlexLexer.h into /usr/include directly.
2004-07-30 00:08:15 +00:00
Tim J. Robbins
e5afeeb3be
Add support for multibyte characters, based on Bruno Haible's work
...
in the util-linux package.
2004-07-29 22:51:54 +00:00
Maxim Konovalov
79d0f70f09
The signal number has to be less than NSIG strictly.
...
PR: misc/69768
Submitted by: bronek
MFC after: 1 week
2004-07-29 18:36:35 +00:00
Hartmut Brandt
d010007507
Bump the date in .Dd for the recent '+' flag commit.
...
Requested by: ru
2004-07-29 16:54:42 +00:00
Hartmut Brandt
34c9c43931
Implement POSIX's '+' flag for command lines. This flag causes a line
...
to be executed even when -n is given on the command line to make. This is
very handy for calls to submakes.
This is slightly changed from the original patch as obtained from NetBSD.
The NetBSD variant prints lines which have both '+' and '@' when -n
is specified. The commited version always obeys '@'.
Bump MAKE_VERSION so Makefiles can use this conditionally.
PR: standards/66357 (partly)
Submitted by: Mark Baushke <mdb@juniper.net>
Obtained from: NetBSD
2004-07-29 14:29:23 +00:00
Tim J. Robbins
5480f12049
Add support for multibyte characters.
2004-07-29 13:22:56 +00:00
Tim J. Robbins
d10ab05ebd
Add support for multibyte characters. The output is questionable when a
...
character straddles the "start" or "stop" columns, but this should be
quite uncommon.
2004-07-29 09:09:22 +00:00
Tim J. Robbins
a732e584d0
Add a cross-reference to colcrt(1).
2004-07-29 07:41:43 +00:00
Tim J. Robbins
919480b7be
Sort #include directives and remove one duplicate that crept in to the
...
previous commit.
2004-07-29 07:28:26 +00:00
Tim J. Robbins
c3fae7442e
Add support for multibyte characters, loosely based on Bruno Haible's
...
work in the util-linux package.
2004-07-29 07:23:37 +00:00
Tim J. Robbins
e22bb9db9a
Change the 'no terminating ";"' error message to 'no terminating ";" or "+"'
...
since + is also a valid way to terminate -exec.
2004-07-29 03:33:55 +00:00
Tim J. Robbins
cc4165333c
Remove partial support for building this on NetBSD.
2004-07-29 03:29:44 +00:00
Tim J. Robbins
053e1a39a3
Now that fnmatch() supports multibyte characters, find does too; remove
...
entry from BUGS section that said otherwise.
2004-07-29 03:24:30 +00:00
Gleb Smirnoff
77ef8a97cd
Print link level address on vlan interfaces using ether_ntoa(), to make
...
output on bare ethernet and vlan interfaces the same.
PR: bin/69674
Submitted by: Pawel Malachowski <pawmal-posting@freebsd.lublin.pl>
Reviewed by: ru
Approved by: julian (mentor)
MFC after: 1 week
2004-07-28 18:18:47 +00:00
Stefan Farfeleder
14cc87e479
Use the length modifier 'll' instead of 'q' to print long longs.
2004-07-28 16:03:13 +00:00
Alexander Kabaev
e96993d049
Remove local malloc prototypes, which are incorrect and conflict with
...
both GCC builtin and system declared ones.
2004-07-28 07:12:30 +00:00
Alexander Kabaev
e95e2344a8
Do not predeclare __inline functions, this makes no sense and generates
...
a warning with gcc 3.4.x.
2004-07-28 07:10:03 +00:00
Colin Percival
2cb640f6b1
Start new sentence on new line.
...
Pointed out by: simon
2004-07-27 22:17:26 +00:00
Colin Percival
dfef91e977
Add a BUGS entry pointing out that -mindepth and -maxdepth are global
...
options even though they look like primaries. (This is already documented
in the options themselves, but is sufficiently astonishing that I think it
deserves a BUGS entry as well.)
2004-07-27 21:22:14 +00:00
Colin Percival
ad4876008f
Merge the "multibyte not supported" BUG into the pre-existing BUGS
...
section.
Move the HISTORY section to place it before BUGS rather than after BUGS,
in order to minimize the chance of this error being reproduced in the
future. (Both mdoc(7) and 63% of manual pages have these sections listed
in this order.)
2004-07-27 21:13:04 +00:00
Dag-Erling Smørgrav
e9aa05f18c
Don't strip trailing linear whitespace from passwords.
...
MFC after: 2 weeks
2004-07-27 11:34:25 +00:00
Dag-Erling Smørgrav
ebeb3bab5b
Style nits.
2004-07-27 11:30:35 +00:00
Philippe Charnier
bd5de41339
No capital letter after :
2004-07-26 20:24:59 +00:00
Philippe Charnier
6cc6f12231
Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3).
...
Use warnx() instead of warn() when error message is not of any interest. Add
prototypes.
2004-07-26 20:18:11 +00:00
Philippe Charnier
17373fb9a5
Introduce options list the standard way. Correct style(9) in FILES section.
2004-07-26 19:59:29 +00:00
Philippe Charnier
2a00e8eade
Introduce options list the standard way.
2004-07-26 19:53:44 +00:00
Philippe Charnier
fce2ca94cf
Remove useless .Pp. Typo: gcos -> gecos (as spelled in passwd(5)).
2004-07-26 19:49:29 +00:00
Stefan Farfeleder
f901ebcfb6
Assign the result of getopt() to an int rather than to a char (which is
...
possibly unsigned).
2004-07-26 15:04:57 +00:00
Tim Kientzle
556d6e605e
Add a --version option to bsdtar that prints the versions of
...
both bsdtar and libarchive. Of course, this requires that bsdtar
have a version number. Let's call this 1.00, shall we? ;-)
2004-07-26 03:21:41 +00:00
Andreas Klemm
1292e8a3b6
wrong order, not 10/03 -> 03/10
2004-07-25 08:45:57 +00:00
Tim Kientzle
4f23b47afa
A bunch of style and security fixes (error checking return values, etc),
...
mostly from: Tim J Robbins
2004-07-25 04:15:50 +00:00
Tim Kientzle
8e5c78995e
Of course, I meant POSIX.1-1996, not 1997.
...
Thanks to: Andrey Chernov
2004-07-25 00:31:24 +00:00
Tim Kientzle
62010d3541
A bunch of stuff from Christoph Mellon:
...
* Whitespace fixes
* Check some malloc calls
* Simplify long_help formatting
* Spell "LINUX" -> "linux"
* A few other miscellaneous style improvements
2004-07-24 22:13:44 +00:00
Suleiman Souhlal
98f59c0d12
Add my birthday.
...
Approved by: grehan (mentor)
2004-07-24 15:02:56 +00:00
Tim J. Robbins
e9b497dbf6
Document incorrect handling of multibyte characters.
2004-07-23 06:56:38 +00:00
Tim J. Robbins
26bdc1d12e
Tweak markup of quoted strings and characters: use Dq instead of enclosing
...
strings in ``obsolete quotes''. Use Li and Ql where appropriate.
2004-07-23 06:06:58 +00:00