| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
to `op' as suggested by Bruce, as this is used to store the operator between
vl and vr.
Submitted by: bde
|
|
|
|
|
|
| |
Add __FBSDID() properly.
Requested by: bde, mike
|
|
|
|
|
| |
take care of them), and add __FreeBSD__ to the defined() checks for the
_PATH_DIVNAME.
|
| |
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Pointed out by: mike, des's tinderbox
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Cast sizeof() to (int), as it's being compared against an int, not a size_t.
If i is changed to a size_t, it means the logic must be slightly changed later
in the flow, where --i is checked to be >= 0. I am not sure I want to make a
logic change to account for clearing up a warning, when an aesthetic one will
keep from modifying the logic.
Other harmless casts, that I think I've made in the right directions.
Make gpbc() an inline function, rather than an obfuscated macro, make its
scratch space local, rather than global. The previous macro used a dirty
hack (logical AND in place of a conditional) which would lead GCC to throw
a fit (rightly so) as the logical check, as well as the incrementation of
a variable, were not used for anything.
const'ify a few places where gcc3 yells. xstrdup() some global consts in
places where we xstrdup() when not using consts, but tried to assign them
to non-consts before.
Don't use execv(2) if we don't have the kind of arguments it wants.
Reviewed by: asmodai obrien tjr
Submitted by: tjr (a gcc3 build log)
|
| |
|
| |
|
|
|
|
|
|
|
| |
$FreeBSD$ identifiers, and fix initialisation to stderr to happen in a function
as stderr is not the same in CURRENT as in OpenBSD.
Reviewed by: obrien
|
| |
|
|
|
|
|
|
|
|
|
|
| |
to be emitted as per the C preprocessor. It updates the manual page in
regards to standards accordingly.
PR: standards/36075
Submitted by: tjr
Reviewed by: mike
MFC after: 1 week
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Remove xmalloc and xstrdup and do the error checking at the place of use.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
len(`') didn't return an answer. Now it returns 0.
PR: bin/12942
MFC after: 5 days
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
corrupted. Mark's patch fixes this be removing the MAXTOK limitation on
substring operations and allowing the putback buffer size to be the limiting
factor. If the putback buffer size if reached, m4 gives an error instead of
silently truncating the string.
PR: bin/26619
Submitted by: Mark Peek <mark-ml@whistle.com>
MFC after: 5 days
|
| |
| |
| |
| |
| |
| | |
through main() (e.g., signals or calls to errx()).
PR: conf/25715
|
| | |
|
| |
| |
| |
| |
| | |
Submitted by: nra
Obtained from: NetBSD
|
| |
| |
| |
| |
| |
| |
| | |
filenames based on a single invocation of mktemp() in /tmp, which is
easily predictable after the first one.
Audited by: markm
|
| | |
|
| |
| |
| |
| | |
getopt returns -1 not EOF.
|
| |
| |
| |
| | |
string.h, which already was included.
|
| |
| |
| |
| | |
Obtained from: OpenBSD
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Sort xrefs
- Be consistent with section names as outlines in mdoc(7).
- Other misc mdoc cleanup.
PR: doc/13144
Submitted by: Alexey M. Zelkin <phantom@cris.net>
|
| |
| |
| |
| |
| |
| | |
arguments to changequote are significant.
PR: 8282
|
| |
| |
| |
| | |
GNU's, and OSF1's).
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
changequote(,) is now a synonym for changequote(). (cf: 803)
buffer size for translit() enlarged to handle a full string
PR: 803, 4098
|
| | |
|
| | |
|
| |
| |
| |
| | |
unused Makefile.
|
| | | |
| \ | |
|\ \ \
| | |/
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| | |
| | |
| | |
| | |
| | | |
pascal and vmstat.sparc. All changed files on the vendor branch should
already have been imported.
|
| | |
| | |
| | |
| | |
| | | |
pascal and vmstat.sparc. All changed files on the vendor branch should
already have been imported.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
This patch has been submitted by Andreas Burmester (i think) on the
German Usenet long ago. Andreas told me that our m4 has quite more
subtle bugs, so we might consider using NGU m4 instead.
|
|\ \ \
| | |/
| |/|
| | | |
which included commits to RCS files with non-trunk default branches.
|