aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/ecmd.c
AgeCommit message (Collapse)AuthorFilesLines
2017-10-10acme: check file content before declaring file "modified since last read"Russ Cox1-1/+2
Bad remote file systems can change mtime unexpectedly, and then there is the problem that git rebase and similar operations like to change the files and then change them back, modifying the mtimes but not the content. Avoid spurious Put errors on both of those by checking file content. (False positive "modified since last read" make the real ones difficult to notice.)
2010-01-12acme: let Edit redo when file is cleanRuss Cox1-1/+1
R=, rsc CC= http://codereview.appspot.com/188042
2008-03-07acme: sync against Plan 9, remove -$ optionRuss Cox1-1/+1
2008-03-07acme: fix acme Edit abortRob Pike1-1/+3
2006-05-05fix edit pipe bugrsc1-0/+18
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-9/+9
2005-05-07no wide character constants; sighrsc1-2/+2
2005-03-23Two bug fixes.rsc1-10/+6
1. Make sure cmdname NUL-terminates its arguments. 2. Fix the elogapply warning, hopefully.
2004-03-25Today's changes.rsc1-1/+1
More changes.
2004-02-29Fighting the good fight.rsc1-2/+5
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/+1325
Also add acme!