Commit Briefs

Dan Cross

Fix tyop


Russ Cox

acme: allow larger paste amounts


Russ Cox

page: scale ppi on high-res displays

Also fix wording of -w warning.





Dan Cross

fix indentation



Dan Cross

factotum: fix log read inuse bug

When log reading exits, inuse flag should be cleared. Signed-off-by: Tw <wei.tan@intel.com>


Dan Cross

acme: accept paths with spaces in the 'name' ctl message

As it is allowed to use spaces in file names set interactively through the tag since 7b1c85f, do not reject names with spaces in the 'name' ctl message either. Fixes #559.


Dan Cross

plumber: allow underscores in variable names in plumbing rules

Fixes #561.


Dan Cross

plumber: set match variables past the first non-matching subexpression

Fixes #563.


Dan Cross

web: fix plumbing with Firefox

Default builds of Firefox remove the previous X remote interface, now causing the use of -remote to silently exit and do nothing. https://hg.mozilla.org/mozilla-central/rev/ef22d8cbf4ef



Dan Cross

src/cmd: print all usage messages to stderr

All utilities print their usage message to stderr, cmp(1) and getflags(8) should do the same.