Commit Briefs

Russ Cox

acme, sam: handle >1GB files correctly

TBR=rsc https://codereview.appspot.com/74060043


Russ Cox

sam: use ulong as type of dev consistently

Otherwise io.c:39 compares int != ulong, causing spurious file modification warnings when dev doesn't fit in an int. R=r http://codereview.appspot.com/1917045


rsc

change name



rsc

darwin


rsc

64-bit fixes



rsc

update usage


rsc

update lucida


rsc

add autoindent (-a) and chording.

clean up argument parsing.


rsc

more little compile fixes


rsc

allow

sam -r machine filelist... from presotto


rsc

Add the #goo to allow use in C++.

Silence a few more warnings. Strip down the mkfiles more. Fix bug in X11 mouse handling, note groups.


rsc

Changes for Mac OS X. Most important is stack sizes in samterm,

which were completely bogus. (Libthread used to ignore them but not anymore. Maybe we really should ignore them, but that breaks Venti, which needs *really* big stacks.)