Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-18 | This should resolve the crash indicated in issue 44: | Eoghan Sherry | 1 | -1/+1 | |
http://code.swtch.com/plan9port/issue/44/sam-crash R=rsc CC=codebot http://codereview.appspot.com/207094 | |||||
2009-04-30 | merge | Russ Cox | 1 | -0/+19 | |
2007-05-10 | Better tick management - no frdrawseltick calls. | rsc | 1 | -4/+6 | |
2007-05-10 | manage off-screen tick better | rsc | 2 | -8/+18 | |
2006-04-20 | shut up gcc | rsc | 1 | -2/+2 | |
2006-04-20 | 64-bit fixes from plan 9 | rsc | 3 | -23/+23 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 3 | -4/+4 | |
2006-02-09 | ignore interrupts | rsc | 1 | -0/+10 | |
2005-03-18 | cleanup | rsc | 3 | -9/+8 | |
2005-03-18 | line editing from rob | rsc | 1 | -9/+33 | |
2005-01-30 | disable chording | rsc | 1 | -3/+5 | |
2005-01-27 | add autoindent (-a) and chording. | rsc | 4 | -13/+71 | |
clean up argument parsing. | |||||
2005-01-20 | ignore host read eof while exiting | rsc | 3 | -0/+9 | |
2005-01-07 | gcc | rsc | 1 | -0/+1 | |
2005-01-07 | debugging for sam, and an old fix forgotten | rsc | 3 | -3/+18 | |
2005-01-07 | debugging | rsc | 3 | -10/+13 | |
2005-01-04 | use 9pclient | rsc | 1 | -3/+3 | |
2005-01-04 | Goodbye SHORTLIB | rsc | 1 | -2/+0 | |
2004-12-27 | change to use new thread library | rsc | 3 | -14/+31 | |
2004-06-25 | Fix missing parameter type. From rob. | wkj | 1 | -1/+1 | |
2004-06-17 | add key syms. | rsc | 1 | -1/+3 | |
where did these go? | |||||
2004-06-09 | Buttons 4 and 5 | rsc | 1 | -4/+37 | |
2004-04-29 | add -W to specify window size. | rsc | 1 | -2/+7 | |
various other little fixes. | |||||
2004-04-19 | clean up when finished. | rsc | 1 | -1/+0 | |
don't set PLAN9 don't set PLAN9 | |||||
2004-03-26 | SunOS can rot in hell. | rsc | 1 | -0/+1 | |
2004-03-21 | Small tweaks | rsc | 1 | -19/+17 | |
Lots of new code imported. | |||||
2004-03-02 | Little tweaks and documentation. | rsc | 3 | -29/+13 | |
2004-03-02 | Make sure snarf is <64kB, since the wire count | rsc | 1 | -4/+11 | |
is only 16 bits. | |||||
2004-02-29 | Various tweaks. | rsc | 1 | -4/+2 | |
2004-02-29 | Small tweaks to make things build again. | rsc | 1 | -2/+2 | |
2004-02-29 | Fighting the good fight. | rsc | 1 | -6/+9 | |
Move libfmt, libutf into subdirectories of lib9. Add poll-based socket i/o to libthread, so that we can avoid using multiple procs when possible, thus removing dependence on crappy pthreads implementations. Convert samterm, acme to the single-proc libthread. Bring libcomplete, acme up-to-date w.r.t. Plan 9 distribution. | |||||
2003-11-25 | More tweaks on Linux and Solaris. | rsc | 1 | -1/+1 | |
2003-11-24 | Changes for Mac OS X. Most important is stack sizes in samterm, | rsc | 2 | -4/+6 | |
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 | make -> mk | rsc | 2 | -29/+30 | |
2003-11-23 | perror, create, remove now in the headers | rsc | 1 | -4/+0 | |
2003-11-23 | remove debugging print. | rsc | 1 | -1/+0 | |
2003-11-23 | change from rob -- handle ^U like in rio, acme | rsc | 1 | -0/+4 | |
2003-10-11 | Use new directory structure. | rsc | 1 | -6/+6 | |
2003-10-11 | Tweaks to make it work on Unix. | rsc | 6 | -66/+86 | |
2003-09-30 | Reorg | rsc | 13 | -160/+9 | |
2003-09-30 | Initial revision | rsc | 21 | -0/+3271 | |
2003-09-30 | Initial import. | rsc | 5 | -0/+1548 | |