aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/exec.c
AgeCommit message (Collapse)AuthorFilesLines
2012-11-25acme: set $samfile (same as $%) during executionMarius Eriksen1-0/+1
R=rsc CC=plan9port.codebot http://codereview.appspot.com/6854092
2012-10-22acme: use threadspawnd to avoid changing "." of current processRuss Cox1-29/+8
R=rsc http://codereview.appspot.com/6736060
2012-10-21acme: add $acmeshell to control execution shellMarius Eriksen1-2/+8
R=rsc CC=plan9port.codebot http://codereview.appspot.com/6614056
2011-08-02acme: scrolling fixes + new home/endRuss Cox1-1/+2
Home and End previously navigated between two different window locations: the top and the bottom of the text. Now they include a third waypoint: the location where typing last happened. Thus, in a win window, typing ls -l <home> scrolls to the beginning of the ls -l output. A second <home> continues to the top of the file. Makes Send scroll always, along with writes by external programs to +Errors. R=r CC=mccoyst http://codereview.appspot.com/4830051
2011-04-279term, acme: autoscrollRuss Cox1-0/+1
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
2010-03-18acme: attempt to fix Put mtime skew on NFSRuss Cox1-0/+13
R=r http://codereview.appspot.com/583043
2009-09-25acme: correct modified message after initial load; more detail inRuss Cox1-5/+5
message http://codereview.appspot.com/123051
2009-07-08src: use whatis instead of whichMichael Teichgräber1-1/+1
2007-11-28acme: refresh window properly after Tab command (Fazlul Shahriar)Russ Cox1-1/+1
2007-06-15fix acme Snarf bug; change Indent to apply to all windowsrsc1-16/+37
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-3/+3
2005-12-21stupid gccrsc1-6/+6
2005-10-31Cleanup in preparation for multiline tags.rsc1-1/+1
2005-09-26More thread names.rsc1-0/+2
2005-01-23add undocumented Abort builtinrsc1-5/+27
2005-01-04don't need to rename Fid anymorersc1-4/+2
2004-12-27change to use new thread libraryrsc1-0/+1
2004-11-01bug fix in Get from robrsc1-0/+2
2004-10-22change md argument to number etc. (which acted only as a flag)rsc1-2/+2
to an actual flag. buffer underrun check in number add xdata file for exactly the addressed region save addr across opens
2004-09-28autoindent fixes from robrsc1-12/+25
2004-06-11scrollingrsc1-2/+3
2004-05-15restore current directory after threadexec.rsc1-7/+48
this is dodgy.
2004-05-14various bug fixesrsc1-1/+1
2004-04-25no more Dotfilesrsc1-17/+0
2004-04-21undo the madness.rsc1-2/+0
2004-04-21$foo in tags - here only for reference.rsc1-0/+2
2004-04-19oldorg was bad idearsc1-11/+0
2004-04-19various little bug fixesrsc1-0/+11
2004-04-08Let's try this - Dotfiles toggles listing of .* in directory listings.rsc1-0/+18
2004-03-26SunOS can rot in hell.rsc1-1/+1
2004-03-25Today's changes.rsc1-1/+3
More changes.
2004-03-21Small tweaksrsc1-0/+1
Lots of new code imported.
2004-02-29Fighting the good fight.rsc1-11/+63
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-12-11More files related to user-level file servers.rsc1-0/+1491
Also add acme!