Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-04-30 | acme: add log file in acme root directory | Russ Cox | 1 | -2/+8 | |
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 | |||||
2012-01-16 | acme: claim input focus earlier | David Jeannot | 1 | -2/+2 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5505091 | |||||
2011-07-10 | acme: allow :?regexp for backward search | Russ Cox | 1 | -0/+4 | |
Fixes issue 80. R=rsc http://codereview.appspot.com/4662088 | |||||
2009-09-25 | acme: correct modified message after initial load; more detail in | Russ Cox | 1 | -1/+2 | |
message http://codereview.appspot.com/123051 | |||||
2008-03-07 | acme: sync against Plan 9, remove -$ option | Russ Cox | 1 | -29/+14 | |
2008-04-17 | acme: add -m option and avoid looking in the mirror | Russ Cox | 1 | -1/+1 | |
2007-11-27 | merge | Russ Cox | 1 | -2/+2 | |
2007-02-11 | various memory errors in acme | rsc | 1 | -6/+4 | |
2006-06-25 | reopen plumber, build mail | rsc | 1 | -14/+42 | |
2006-06-16 | No more unrooted paths. | rsc | 1 | -1/+23 | |
2005-12-16 | Better window size management. | rsc | 1 | -5/+9 | |
2005-07-13 | apple | rsc | 1 | -0/+2 | |
2005-07-13 | various needed casts | rsc | 1 | -3/+3 | |
2005-03-21 | fix q1 computation bug in expandfile(). only affects external programs | rsc | 1 | -2/+1 | |
2005-03-14 | Add dollarsign support. | rsc | 1 | -8/+20 | |
2005-01-04 | don't need to rename Fid | rsc | 1 | -5/+3 | |
2004-12-27 | change to use new thread library | rsc | 1 | -0/+1 | |
2004-10-22 | change md argument to number etc. (which acted only as a flag) | rsc | 1 | -2/+2 | |
to an actual flag. buffer underrun check in number add xdata file for exactly the addressed region save addr across opens | |||||
2004-04-21 | undo the madness. | rsc | 1 | -29/+8 | |
2004-04-21 | $foo in tags - here only for reference. | rsc | 1 | -8/+29 | |
2004-03-26 | SunOS can rot in hell. | rsc | 1 | -2/+2 | |
2004-03-25 | Today's changes. | rsc | 1 | -6/+6 | |
More changes. | |||||
2004-03-21 | Small tweaks | rsc | 1 | -2/+37 | |
Lots of new code imported. | |||||
2004-03-02 | Little tweaks and documentation. | rsc | 1 | -0/+2 | |
2004-02-29 | Fighting the good fight. | rsc | 1 | -52/+24 | |
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-11 | More files related to user-level file servers. | rsc | 1 | -0/+772 | |
Also add acme! |