Commit Briefs

Russ Cox

install(1): mention libfontconfig1-dev for Debian

Also update install.txt, which mistakenly contained intro(1). Pointed out by Nicholas Schwartz.


Russ Cox

tmac: rename IM (italic manual) to MR (manual reference)

Suggested by G. Brandon Robinson.


Russ Cox

tmac: introduce real manual reference macro instead of overloading IR

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.


Russ Cox

9c, 9l: accept CC9FLAGS from config

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.


Russ Cox

all: remove Linux 2.4 vs 2.6 detection

Linux 2.4 is dead. (The libthread code hasn't worked for Linux 2.4 for a long time.)



Russ Cox

man: more Mercurial references changed to Git

Change-Id: I940a21d67b21b5dd139cb20b9fae9595506fc5ae


Russ Cox

INSTALL: add -r flag

R=rsc CC=plan9port.codebot http://codereview.appspot.com/4526096


Russ Cox

install(1): cvs -> hg

R=rsc CC=codebot http://codereview.appspot.com/637041


Russ Cox

install: typo in man page



rsc

document new install


rsc

add note about mk


rsc

x11, used, etc.


rsc

new man pages