| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Set defaults for `awk` and `egrep`, instead of
setting things multiple times when specializing on
OS, and using a default in a `case` statement.
This is cleaner and less error-prone.
|
| |
|
|
|
|
|
|
|
|
| |
Mostly turning the crank on fixing simple warnings: arrays, for
instance, can never be nil. A couple of pointers should have been
initialized to `nil` before being tested.
Some logic in `troff` was simplified: basically, an `if` statement had
a condition that must have always been true if that section of code
were being executed at all.
|
| |
|
|
|
|
|
|
|
|
|
| |
Introduce a new variable set in $PLAN9/config:
$egrep, which is conditionally set to either
`egrep` or `grep -E`, based on platform, and use
this when we want to invoke `egrep`.
This works around the endless warnings from GNU
grep stating that `egrep` is deprecated in favor
of `grep -E`, when run on e.g. Linux.
|
| | |
|
| |
|
|
| |
glibc will only expose sigjmp_buf if __USE_POSIX is defined.
|
| | |
|
| | |
|
| |
|
|
| |
This has obviously never been run.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This bug is an intermittent annoyance and does not seem likely to be
fixed soon. It means that every so often my acme becomes unusable
because it behaves as if a mouse button is permanently set.
Avoid that issue by keeping track of mouse button state directly.
While we're about it, fix another annoying issue: under Linux the
FocusOut event reset the kstate field but not the kbuttons field,
meaning that the buttons state could inappropriately persist. This
happened occasionally by accident, but was easy to reproduce: with the
mouse button held down, drag outside the window and click Alt-Tab to
switch away from the window. We see a KeyDown event followed by FocusOut
but no KeyUp event.
Change-Id: I3708316478c80c41806d7157ae9929c6cd84b662
|
| | |
|
| |
|
|
|
|
| |
According to web.archive.org this link is dead since 2012/2013. According to
original issue (http://codereview.appspot.com/4251044) that translation could be
a machine translation.
|
| |
|
|
|
|
| |
This tells bin/man to set the register L to very high to avoid pagination
and updates tmac/tmac.an to use that value, if it's set, to set the page
length. This is per Plan 9's rc/bin/man and sys/lib/tmac/tmac.an.
|
| |
|
|
| |
Makes 9term.app work again (not put you in an x86_64 jail).
|
| | |
|
| |
|
|
| |
The portable code is already checking S_ISCHR anyway.
|
| | |
|
| | |
|
| |
|
|
|
| |
An experiment. Let's see if it's any good.
Also document the Mac conventions in devdraw(3).
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Make up for the lack of a real rfork(RFENVG).
|
| |
|
|
| |
Not just on pushes
|
| |
|
|
| |
Service is no longer around.
|
| | |
|
| |
|
|
|
|
|
|
|
| |
Basic configuration which builds p9p on latest Ubuntu & macOS.
Skipped on adding more operating systems as build would hold up
waiting for runners, whereas with -latest targets, build starts
immediately.
Supported runners can be found on
https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job
|
| |
|
|
|
| |
new file: man/man4/mntgen.4
new file: src/cmd/mntgen.c
|
| |
|
|
|
|
|
| |
ramfs: update to work
erealloc(p, 0) is handled correctly
removed fprint(2, ...
removed assert()
|
| | |
|
| | |
|
| |
|
|
| |
940f1fd6af broke page on non-PDF files.
|
| |
|
|
|
|
|
|
| |
Instead of only saving a window's currently displayed font's name to the
dump file, have Acme's Dump command save that window's combined low DPI
and high DPI font names when both are available.
See 9fans/plan9port#630
|
| |
|
|
|
|
|
| |
Previously the vertical bar in tick was always black; fine if you
use the standard black-on-white for everything, but any attempt to
add a dark mode ran into trouble with the tick being half hard-coded
black, half the new text color.
|
| |
|
|
|
| |
A subfont with n chars has n+1 Fontchars, so scalesubfont() needs to
scale all n+1 info entries.
|
| |
|
|
| |
128 counting with the entire expression match ($0).
|
| |
|
|
|
| |
Thus up to two-digit subexpression match variables are supported
($1 through $99) in addition to the entire expression match ($0).
|
| | |
|
| |
|
| |
Service is dead.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Also fix wording of -w warning.
|
| | |
|
| | |
|