Commit Briefs

Russ Cox

INSTALL: add -r flag

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


Russ Cox

acme Mail: drop noscroll

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


Russ Cox

CONTRIBUTORS: 0intro

R=rsc http://codereview.appspot.com/4536101


Russ Cox

build: fix for non-standard uname

The scratchbox-based SDK for maemo cross-compilation (for Nokia N800 and N900) has a non-standard uname command which doesn't support the '-p' option. This patch allows INSTALL to work anyway, by issuing 'uname -m' if 'uname -m -p' fails. R=rsc CC=plan9port.codebot http://codereview.appspot.com/4554041


Russ Cox

arm: build fixes

Get p9p to build cleanly for ARM - based on suggestions from rsc and eekee, plus a final tweak from me. Tested (a bit) on sheevaplug (ubuntu jaunty), Nokia N800 (maemo 4) and Nokia N900 (maemo 5). R=rsc CC=plan9port.codebot http://codereview.appspot.com/4524056


Russ Cox

CONTRIBUTORS: add Richard Miller

R=rsc http://codereview.appspot.com/4532070


Russ Cox

SunOS fixes (thanks Aram Hăvărneanu)

R=rsc, rsc http://codereview.appspot.com/4271084


Russ Cox

gif: fix setting of transparency channels when writing gifs.

R=rsc http://codereview.appspot.com/4538073


Russ Cox

man: import fixes from plan 9 (0intro@gmail.com)

R=rsc http://codereview.appspot.com/4515060


Russ Cox

man: import fixes from plan 9 (0intro@gmail.com)

R=rsc http://codereview.appspot.com/4519049


Russ Cox

lib9: restore SIGCHLD handler in rfork

R=rsc http://codereview.appspot.com/4436071


Russ Cox

fortunes

R=rsc http://codereview.appspot.com/4444082


Russ Cox

crop: fix 64-bit

R=rsc http://codereview.appspot.com/4438088


Russ Cox

9term, acme: autoscroll

Ignore scroll/noscroll window setting. Instead, scroll when the write begins in or immediately after the displayed window content. In the new scrolling discipline, executing "Noscroll" is replaced by typing Page Up or using the mouse to scroll higher in the buffer, and executing "Scroll" is replaced by typing End or using the mouse to scroll to the bottom of the buffer. R=r, r2 http://codereview.appspot.com/4433060


Russ Cox

mklatinkbd: fix buffer overflow

Fixes #71. R=rsc CC=codebot http://codereview.appspot.com/4327057