aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/mkfile
AgeCommit message (Collapse)AuthorFilesLines
2014-04-30acme: add log file in acme root directoryRuss Cox1-0/+1
Reading /mnt/acme/log reports a log of window create, put, and delete events, as they happen. It blocks until the next event is available. Example log output: 8 new /Users/rsc/foo.go 8 put /Users/rsc/foo.go 8 del /Users/rsc/foo.go This lets acme-aware programs react to file writes, for example compiling code, running a test, or updating an import block. TBR=r R=r https://codereview.appspot.com/89560044
2008-03-07acme: revise multiline tag codeRuss Cox1-0/+16
2006-06-25reopen plumber, build mailrsc1-2/+2
2005-10-29add mailrsc1-0/+2
2005-01-04clean up mkfile; fix winctlprint bug reported by peter canningrsc1-10/+0
2004-04-19clean up when finished.rsc1-1/+0
2004-02-29Various tweaks.rsc1-1/+2
2004-02-29Fighting the good fight.rsc1-1/+3
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-09completion, pageup/pagedownrsc1-1/+1
2003-12-17Tweaks to various bits.rsc1-1/+1
Until I hear otherwise, Refs aren't used enough to merit their own assembly. They are now implemented with locks.
2003-12-11More files related to user-level file servers.rsc1-0/+41
Also add acme!