Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-04 | sam: use ulong as type of dev consistently | Russ Cox | 1 | -1/+1 | |
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 | |||||
2007-01-12 | change name | rsc | 1 | -1/+1 | |
2007-01-12 | Fix 15-year-old sam protocol bug. | rsc | 1 | -1/+2 | |
2006-04-21 | darwin | rsc | 1 | -0/+3 | |
2006-04-20 | 64-bit fixes | rsc | 1 | -19/+11 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 1 | -5/+7 | |
2006-03-20 | update usage | rsc | 1 | -1/+0 | |
2006-03-20 | update lucida | rsc | 1 | -0/+1 | |
2005-01-27 | add autoindent (-a) and chording. | rsc | 1 | -1/+1 | |
clean up argument parsing. | |||||
2004-12-28 | more little compile fixes | rsc | 1 | -0/+3 | |
2004-05-14 | allow | rsc | 1 | -1/+1 | |
sam -r machine filelist... from presotto | |||||
2003-11-25 | Add the #goo to allow use in C++. | rsc | 1 | -1/+0 | |
Silence a few more warnings. Strip down the mkfiles more. Fix bug in X11 mouse handling, note groups. | |||||
2003-11-24 | Changes for Mac OS X. Most important is stack sizes in samterm, | rsc | 1 | -0/+1 | |
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.) | |||||
2003-11-23 | create, perror, and remove are now properly in the headers. | rsc | 1 | -4/+0 | |
2003-10-11 | Various tweaks. The implementation of notify, create, etc. | rsc | 1 | -0/+5 | |
should really be in lib9. | |||||
2003-09-30 | Reorg | rsc | 1 | -4/+3 | |
2003-09-30 | Initial revision | rsc | 1 | -0/+407 | |