Age | Commit message (Collapse) | Author |
|
and it is causing too much trouble in -portable.
|
|
which will probably fail in the same way. Instead, just bail.
Differentiate between sshd dying without cleanup and not shutting down.
|
|
|
|
|
|
|
|
makes the second one vanish
|
|
on other operating systems where mandoc is not installed,
causing the test to fail in the portable test suite.
|
|
on the following reasoning: once the program to test has written some data it
has entered the main-loop and is by now ready to receive user input. At this
point it should be safe to start writing input and once the program once again
enters a blocking reading state, its done processing the input. This approach
was sensitive to timing and determining when a shell is done processing its
input (if ever) is tricky.
This iteration of the edit program takes a new approach and uses presence of a
prompt for synchronisation of I/O. It doesn't solve all problems but is a step
in the right direction.
Joint work with bluhm@
|
|
file.
While here, fix a flaky test.
|
|
|
|
|
|
Print the right character for mathematical overbar.
|
|
committed by bentley@ in html.c rev. 1.86
|
|
to avoid the new special meaning in bsd.prog.mk.
|
|
- Allow to override PKG_CONFIG and check correct place in logfile.
- Replace "if ...; then false; fi" with a simple ! .
- Remove comments about failing test which do not fail.
- Adapt regress to changes in pkg-config rev 1.64 and 1.72 regarding
static and missing tests.
OK jasper@
|
|
|
|
|
|
|
|
|
|
- There are no NOPIC architectures anymore.
- Add DISABLED targets for tests failing intensionally without
touching the real targets.
- In execute mode libtool command line must use ./p2 as . is not
in my PATH.
OK mpi@ espie@
|
|
that are not syntax mistakes and that do not cause wrong formatting
or content to style suggestions.
Also upgrade two warnings that may cause information loss to errors.
|
|
is not used. Convert tests into a common style.
OK anton@
|
|
|
|
Discussed with otto@
|
|
|
|
L. Cherry, "Typesetting Mathematics - User's Guide (Second Edition)",
August 15, 1978, paragraph 23; swarm of bugs pointed out by bentley@.
|
|
|
|
Cures bogus error messages in pages generated with pod2man(1).
|
|
i thought. Fixing a bug in curs_addch(3) and minus 25 lines of code.
|
|
causes horrible churn anyway, profit of the opportunity to stop
excessive testing, such that this is hopefully the last instance
of such churn. Consistently use OpenBSD RCS tags, blank .Os,
blank fourth .TH argument, and Mdocdate like everywhere else.
Use -Ios=OpenBSD for platform-independent predictable output.
|
|
All functionality is now covered by mandoc -Tlint.
OK jmc@ wiz@
|
|
OK jmc@
|
|
triggered by a question from Yuri Pankov (illumos)
|
|
|
|
|
|
|
|
by an isolated closing delimiter; inspired by mdoclint
|
|
discussed with jmc@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
no functional change
|
|
mandoc handles this now, not in exactly the same way, but catching
all the important cases, and with less false positives;
no objection from jmc@
|
|
and garbage collect the unused "inliteral" state variable;
ok jmc@
|
|
tool and more verbosity allows better debugging. Additional tests
check that gzip and gunzip preserve file permissions and ownership.
|
|
With roff_getstrn(), provide finer control which definitions
can be used for what:
* All definitions can be used for .if d tests and .am appending.
* User-defined for \* expansion, .dei expansion, and macro calling.
* Predefined for \* expansion.
* Standard macros, original or renamed, for macro calling.
Several related improvements while here:
* Do not return string table entries that have explicitly been removed.
* Do not create a rentab entry when trying to rename a non-existent macro.
* Clear an existing rentab entry when the external interface
roff_setstr() is called with its name.
* Avoid trailing blanks in macro lines generated from renamed
and from aliased macros.
* Delete the duplicate __m*_reserved[] tables, just use roff_name[].
|