summaryrefslogtreecommitdiffstats
path: root/src/cmd/acme/acme.c
Commit message (Collapse)AuthorAgeFilesLines
* acme: remove -$Russ Cox2008-03-071-18/+10
|
* acme: fix mtpt crash (Tim Wiess)Russ Cox2008-05-081-0/+3
|
* acme: add -m option and avoid looking in the mirrorRuss Cox2008-04-171-0/+16
|
* No more unrooted paths.rsc2006-06-161-2/+6
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-4/+4
|
* no more lucidarsc2006-03-191-1/+1
|
* more tweaksrsc2006-01-121-0/+1
|
* add bigtagsrsc2005-12-161-1/+5
|
* More thread names.rsc2005-09-261-0/+1
|
* Add $foo window names back to acme, enabled with -'$'.rsc2005-03-141-0/+3
| | | | | See the comment in wind.c about why this isn't the right solution.
* ignore tty notes; still not 100% rightrsc2005-02-151-4/+13
|
* do not call exits in threaded programsrsc2005-01-171-6/+6
|
* Many small edits.rsc2005-01-131-3/+1
|
* add -r flag to reverse scrolling behavior.rsc2005-01-101-0/+10
| | | | from peter canning.
* back to threadnotifyrsc2005-01-041-1/+1
|
* changes from plan 9rsc2004-12-271-6/+9
|
* change to use new thread libraryrsc2004-12-271-20/+31
|
* change md argument to number etc. (which acted only as a flag)rsc2004-10-221-0/+20
| | | | | | | | | | to an actual flag. buffer underrun check in number add xdata file for exactly the addressed region save addr across opens
* look for $HOME - thanks to peter canning.rsc2004-06-171-0/+2
|
* Buttons 4 and 5.rsc2004-06-091-0/+12
|
* add -W to specify window size.rsc2004-04-291-1/+6
| | | | various other little fixes.
* add tab size to window ctl filersc2004-04-251-0/+1
|
* Today's changes.rsc2004-03-251-11/+13
| | | | More changes.
* Small tweaksrsc2004-03-211-3/+6
| | | | Lots of new code imported.
* Various little fixes.rsc2004-03-051-2/+2
|
* Pipes cannot use SOCK_DGRAM. Back to SOCK_STREAM.rsc2004-03-051-2/+0
| | | | | | Add debugging to fdwait. Rewrite getcallerpc on PowerMac to be correct.
* Debugging libthread for acme.rsc2004-03-051-0/+2
|
* Fighting the good fight.rsc2004-02-291-22/+40
| | | | | | | | | | | | 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-0/+2
|
* More files related to user-level file servers.rsc2003-12-111-0/+949
Also add acme!