| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
| |
Also update install.txt, which mistakenly contained intro(1).
Pointed out by Nicholas Schwartz.
|
| | |
|
| |
|
|
| |
Suggested by G. Brandon Robinson.
|
| |
|
|
|
|
|
|
|
|
|
| |
The overloading of IR emits magic \X'...' sequences that turn into HTML manual links.
But not all such IR invocations should be manual links;
those had to be written to avoid the IR macro before.
Worse, the \X'...' ending the IR causes troff to emit only a single space after a period.
Defining a new IM macro for manual references fixes both problems.
Fixes #441.
|
| |
|
|
| |
I changed from 6 to 8 digits but forgot to update the man page.
|
| |
|
|
|
|
|
|
|
| |
List mode was constrained to the BMP. This change introduces
the following new list mode convention, using Go string literal syntax:
Non-printing ASCII characters display as \xhh.
Non-ASCII characters in the BMP display as \uhhhh.
Characters beyond the BMP display as \Uhhhhhhhh.
|
| |
|
|
| |
Fixes #386.
|
| |
|
|
|
|
|
|
|
|
| |
Also, if CC9FLAGS includes -fsanitize=address (ASAN),
predefine PLAN9PORT_ASAN for use by programs that need
to know (mainly libthread).
The 9c script used to have a variable called ngflags, which
was ccflags except -g (ng stood for "no g"), but nothing needs
it split out anymore, so simplify to just ccflags.
|
| | |
|
| |
|
|
|
|
| |
dd fans rejoice!
Also helps with commands like go test -run=x.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes at least one shell script (printfont) that expected
'x'`{y}'z'
to mean
'x'^`{y}^'z'
as it now does. Before it meant:
'x'^`{y} 'z'
One surprise is that adjacent lists get a free carat:
(x y z)(1 2 3)
is
(x1 y2 z3)
This doesn't affect any rc script in Plan 9 or plan9port.
|
| |
|
|
| |
Fixes #357
|
| |
|
|
|
| |
Linux 2.4 is dead.
(The libthread code hasn't worked for Linux 2.4 for a long time.)
|
| | |
|
| |
|
|
|
|
| |
Add #define USED(x)... boilerplate
compress: import Plan9 manpage.
|
| |
|
| |
Port of Plan 9's winwatch(1).
|
| | |
|
| |
|
|
|
| |
Add entry in lib/moveplan9.files to trigger
relocation during INSTALL.
|
| |
|
|
| |
Fixes #250.
|
| |
|
|
| |
Fixes #223.
|
| |
|
|
|
|
|
| |
Add a menu item which functions similar to acme's `Look` command.
This is copied from 9front. See:
https://code.9front.org/hg/plan9front/rev/1f1596dbca51
https://code.9front.org/hg/plan9front/rev/d2de1d2f7b48
|
| | |
|
| |
|
|
|
|
| |
Paint first appeared in 9front. The 9front license is reproduced
in the related source files - the original repository is located at
https://code.9front.org/hg/plan9front.
|
| |
|
|
|
|
|
| |
Ported from Plan 9 2013-05-21.
https://github.com/0intro/plan9/commit/b377a116d132865c011a3fb3ea76528ffd32963f
Closes #16.
|
| |
|
|
|
|
|
|
|
|
| |
Rename following .cvsignore files to .gitkeep since they are
required by the build (directories must exist before build):
- bin/fossil/.gitkeep
- bin/fs/.gitkeep
- bin/venti/.gitkeep
Change-Id: I9c2865058480cffb3a4613f25e2eca1f7e5578c0
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Change-Id: I9130e7d10ae42e894923097a7c97da802eb0d8c3
Reviewed-on: https://plan9port-review.googlesource.com/2962
Reviewed-by: Russ Cox <rsc@swtch.com>
|
| |
|
|
|
|
| |
Change-Id: Id99ce9a143a21009d93a1c6ba2d1f84a3588649f
Reviewed-on: https://plan9port-review.googlesource.com/2942
Reviewed-by: Russ Cox <rsc@swtch.com>
|
| |
|
|
|
|
|
|
|
| |
This is an experiment.
Like tpic it's a copy-and-paste fork of pic.
Change-Id: Ia22772bd5881c7904a6d8f8e0b46fde8cea89cbd
Reviewed-on: https://plan9port-review.googlesource.com/2920
Reviewed-by: Russ Cox <rsc@swtch.com>
|
| |
|
|
|
|
| |
Change-Id: Id441d4df192c47388af6b5da306f14d90f066d18
Reviewed-on: https://plan9port-review.googlesource.com/1173
Reviewed-by: Russ Cox <rsc@swtch.com>
|
| |
|
|
| |
Change-Id: I940a21d67b21b5dd139cb20b9fae9595506fc5ae
|
| |
|
|
|
|
| |
also update README.md for github
Change-Id: I7d578a902ffed7f6d69780721e29a1972b6f6992
|
| |
|
|
|
|
|
|
|
|
| |
- rewrite .gitignore to use git patterns
- mv hg(1) to git(1) and rewrite
- add lib/git/commit-msg.hook
- add skeleton codereview script
- update codereview(1)
Change-Id: I061cd8e4de77ebbd6037a7c5d1582cd1d986f62f
|
| |
|
|
|
| |
TBR=rsc
https://codereview.appspot.com/158240043
|
| |
|
|
|
|
| |
LGTM=rsc
R=rsc
https://codereview.appspot.com/71070050
|
| |
|
|
|
| |
R=rsc
https://codereview.appspot.com/7565045
|
| |
|
|
|
|
| |
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/6854092
|
| |
|
|
|
|
| |
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/6614056
|
| |
|
|
|
|
|
|
| |
Enable with export devdrawretina=1 (everything will be smaller).
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/6592072
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/4847051
|
| |
|
|
|
|
| |
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/4850052
|
| |
|
|
|
|
| |
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/4559071
|
| |
|
|
|
|
| |
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/4526096
|
| |
|
|
|
| |
R=rsc
http://codereview.appspot.com/4519049
|