summaryrefslogtreecommitdiffstats
path: root/src/cmd/acme/ecmd.c
Commit message (Collapse)AuthorAgeFilesLines
* acme: sync against Plan 9, remove -$ optionRuss Cox2008-03-071-1/+1
|
* acme: fix acme Edit abortRob Pike2008-03-071-1/+3
|
* fix edit pipe bugrsc2006-05-051-0/+18
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-9/+9
|
* no wide character constants; sighrsc2005-05-071-2/+2
|
* Two bug fixes.rsc2005-03-231-10/+6
| | | | | 1. Make sure cmdname NUL-terminates its arguments. 2. Fix the elogapply warning, hopefully.
* Today's changes.rsc2004-03-251-1/+1
| | | | More changes.
* Fighting the good fight.rsc2004-02-291-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.
* More files related to user-level file servers.rsc2003-12-111-0/+1325
Also add acme!