aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/mkfile
Commit message (Collapse)AuthorAgeFilesLines
* all: remove need for `-fcommon`Dan Cross2025-07-251-0/+1
| | | | | | | | | | Use `extern` where appropriate so that we can remove `-fcommon` on macOS and others. On macOS, `-fcommon` generates a number of linker warnings. I've tested building on macOS, Linux, FreeBSD, NetBSD, OpenBSD and illumos. I am not in a position to test on AIX or other more esoteric platforms, however.
* acme: add log file in acme root directoryRuss Cox2014-04-301-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
* acme: revise multiline tag codeRuss Cox2008-03-071-0/+16
|
* reopen plumber, build mailrsc2006-06-251-2/+2
|
* add mailrsc2005-10-291-0/+2
|
* clean up mkfile; fix winctlprint bug reported by peter canningrsc2005-01-041-10/+0
|
* clean up when finished.rsc2004-04-191-1/+0
|
* Various tweaks.rsc2004-02-291-1/+2
|
* Fighting the good fight.rsc2004-02-291-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.
* completion, pageup/pagedownrsc2004-02-091-1/+1
|
* Tweaks to various bits.rsc2003-12-171-1/+1
| | | | | Until I hear otherwise, Refs aren't used enough to merit their own assembly. They are now implemented with locks.
* More files related to user-level file servers.rsc2003-12-111-0/+41
Also add acme!