Age | Commit message (Collapse) | Author |
|
|
|
Use warn()/err() instead of sed's homegrown warning()/error() for
things other than parser problems. The warning()/error() functions
display the file and line number in addition to the error message.
This also removes of the COMPILE/FATAL argument to error() since
now all calls to error() are for compilation/parsing issues.
OK op@ espie@
|
|
Previously, sed would fail silently if it was unable to move the
temporary file into place. Also allow "sed -i" on symbolic link--the
link will be broken but this matches GNU sed behavior. From espie@
OK op@
|
|
|
|
Reduces diff in -portable
|
|
codepoint, so convert extended keys properly. From Stanislav Kljuhhin.
|
|
remove the re-arming in the handler. Better than using siginterrupt(),
and avoids the errno saving requirement in the handler also.
ok guenther millert
|
|
|
|
|
|
|
|
With the C-u modifier, these commands (respectively shell-command
and shell-command-on-region) will operate in-place instead of opening
a special buffer with the result.
ok and lots of feedback from florian@
(signature for iomux and preadin changed after the ok -- the buffer
pointer was no longer needed)
|
|
|
|
|
|
From Nihal Jere <nihal@nihaljere.xyz>, thanks!
|
|
dointent() didn't know about set-tab-width so it was mis-indenting
the lines. Diff from Mark Willson (mark dot willson at hydrus.org.uk),
with a tiny change by me.
|
|
I somehow missed this when ripping out 3 layers of indirections.
from niklas
|
|
ok jsing
|
|
Google killed efforts to have SPKAC in html5 by zapping it from chrome
a decade ago. This effort doesn't look like it's going anywhere:
https://datatracker.ietf.org/doc/draft-leggett-spkac/
Unfortunately, PHP and Ruby still support NETSCAPE_SPKI, so we can't
kill that code, but I see no real reason we need to support this in our
openssl command. If the need should arise we can write a somewhat less
poor version of this.
ok jsing
|
|
This is very poorly written code and now the only consumer of some
public API that should not have survived the turn of the millenium.
ok jsing
|
|
|
|
|
|
of type 'volatile sig_atomic_t'
ok tb
|
|
|
|
|
|
rely on channel_did_enqueue to tell that there is data to send.
This flag indicates that the channels code enqueued a packet
on _this_ ppoll() iteration, not that data was enqueued in _any_
ppoll() iteration in the timeslice. ok markus@
|
|
|
|
|
|
|
|
|
|
ok deraadt
|
|
of the grace_alarm_handler() using the exact things allowed by the
signal-safe rules. This is a good rule of thumb: Handlers should
be written to either set a global volatile sig_atomic_t inspected
from outside, and/or directly perform only safe operations listed
in our sigaction(2) manual page.
ok djm markus
|
|
system calls, for systems with libc that do perform libc sigtramps.
ok djm markus
|
|
and 11 responses to tmux so they can set the default foreground and
background colours, from George Nachman in GitHub issue 4014.
|
|
(it was changed from 0 to 8), from Romain Francoise.
|
|
- correct sentence grammar
ok djm
|
|
|
|
ok jsing
|
|
|
|
fail. Not sure how this got lost in the avalanche of patches.
|
|
Most are from functions that take no args but used the old
K&R style foo() instead of foo(void). From espie@
|
|
These functions now use getline(), not fgets(). From espie@
|
|
|
|
(yes, I know this expands to "the Digitial Signature Algorithm
signature algorithm)
|
|
they could be the only record of the connection terminating if the
client doesn't send a SSH2_MSG_DISCONNECT message. ok dtucker@
|
|
OK jmc@
|
|
OK jmc@ schwarze@
|
|
universal ctags "abuses" the tagaddress, which can be an arbitrary
vi command even if mg assumes it's just a search pattern, to store
metadata after a "vi comment".
While it could be worthwile to support the uctags annotations this
just ignores them so the search patterns work again.
The diff is from Joachim Wiberg "troglobit" mg.
ok tb@
|
|
|
|
from Colin Watson.
|
|
|