Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-03-14 | Add $foo window names back to acme, enabled with -'$'. | rsc | 1 | -0/+3 | |
See the comment in wind.c about why this isn't the right solution. | |||||
2005-02-15 | ignore tty notes; still not 100% right | rsc | 1 | -4/+13 | |
2005-01-17 | do not call exits in threaded programs | rsc | 1 | -6/+6 | |
2005-01-13 | Many small edits. | rsc | 1 | -3/+1 | |
2005-01-10 | add -r flag to reverse scrolling behavior. | rsc | 1 | -0/+10 | |
from peter canning. | |||||
2005-01-04 | back to threadnotify | rsc | 1 | -1/+1 | |
2004-12-27 | changes from plan 9 | rsc | 1 | -6/+9 | |
2004-12-27 | change to use new thread library | rsc | 1 | -20/+31 | |
2004-10-22 | change md argument to number etc. (which acted only as a flag) | rsc | 1 | -0/+20 | |
to an actual flag. buffer underrun check in number add xdata file for exactly the addressed region save addr across opens | |||||
2004-06-17 | look for $HOME - thanks to peter canning. | rsc | 1 | -0/+2 | |
2004-06-09 | Buttons 4 and 5. | rsc | 1 | -0/+12 | |
2004-04-29 | add -W to specify window size. | rsc | 1 | -1/+6 | |
various other little fixes. | |||||
2004-04-25 | add tab size to window ctl file | rsc | 1 | -0/+1 | |
2004-03-25 | Today's changes. | rsc | 1 | -11/+13 | |
More changes. | |||||
2004-03-21 | Small tweaks | rsc | 1 | -3/+6 | |
Lots of new code imported. | |||||
2004-03-05 | Various little fixes. | rsc | 1 | -2/+2 | |
2004-03-05 | Pipes cannot use SOCK_DGRAM. Back to SOCK_STREAM. | rsc | 1 | -2/+0 | |
Add debugging to fdwait. Rewrite getcallerpc on PowerMac to be correct. | |||||
2004-03-05 | Debugging libthread for acme. | rsc | 1 | -0/+2 | |
2004-02-29 | Fighting the good fight. | rsc | 1 | -22/+40 | |
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. | |||||
2004-02-09 | completion, pageup/pagedown | rsc | 1 | -0/+2 | |
2003-12-11 | More files related to user-level file servers. | rsc | 1 | -0/+949 | |
Also add acme! |