summaryrefslogtreecommitdiffstats
path: root/src/cmd/acme
Commit message (Collapse)AuthorAgeFilesLines
* applersc2005-07-132-0/+3
|
* exit gracefully on errorrsc2005-07-131-1/+1
|
* various needed castsrsc2005-07-132-5/+5
|
* no wide character constants; sighrsc2005-05-071-2/+2
|
* fix row dump/load inconsistency - thanks to peter canningrsc2005-05-021-5/+7
|
* unused neditwrselrsc2005-03-231-1/+0
|
* Two bug fixes.rsc2005-03-232-43/+31
| | | | | 1. Make sure cmdname NUL-terminates its arguments. 2. Fix the elogapply warning, hopefully.
* fix q1 computation bug in expandfile(). only affects external programsrsc2005-03-211-2/+1
|
* use nil instead of 0rsc2005-03-181-1/+1
|
* use typecommit; use nil in place of 0 againrsc2005-03-181-7/+3
|
* better tag handling in dollarsrsc2005-03-181-0/+13
|
* better scrollingrsc2005-03-182-39/+35
|
* month old bug fix from robrsc2005-03-182-16/+30
|
* garbage collectionrsc2005-03-181-1/+0
|
* Add dollarsign support.rsc2005-03-141-8/+20
|
* Add $foo window names back to acme, enabled with -'$'.rsc2005-03-144-7/+209
| | | | | 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
|
* bug fix in authrsc2005-02-111-1/+3
|
* add errors filersc2005-01-305-0/+51
|
* cope with unix ORCLOSErsc2005-01-271-1/+2
|
* fix rowdump bugrsc2005-01-271-1/+1
|
* remove searching print; check fids in use; handle addr correctly againrsc2005-01-273-4/+23
|
* add undocumented Abort builtinrsc2005-01-231-5/+27
|
* do not call exits in threaded programsrsc2005-01-171-6/+6
|
* ridiculous precisionrsc2005-01-141-7/+7
|
* floating percentrsc2005-01-141-3/+4
|
* checkpointrsc2005-01-141-9/+9
|
* Many small edits.rsc2005-01-131-3/+1
|
* os x changesrsc2005-01-111-0/+3
|
* add -r flag to reverse scrolling behavior.rsc2005-01-102-0/+11
| | | | from peter canning.
* clean up mkfile; fix winctlprint bug reported by peter canningrsc2005-01-044-21/+15
|
* don't need to rename Fidrsc2005-01-041-5/+3
|
* don't need to rename Fid anymorersc2005-01-041-4/+2
|
* back to threadnotifyrsc2005-01-041-1/+1
|
* dumb porting bugsrsc2004-12-271-2/+2
|
* changes from plan 9rsc2004-12-276-17/+31
|
* change to use new thread libraryrsc2004-12-277-24/+41
|
* allow last column to be deletedrsc2004-11-151-8/+0
|
* bug fix in Get from robrsc2004-11-011-0/+2
|
* change md argument to number etc. (which acted only as a flag)rsc2004-10-228-25/+55
| | | | | | | | | | to an actual flag. buffer underrun check in number add xdata file for exactly the addressed region save addr across opens
* bug fix in Zerox arrow handling from robrsc2004-10-171-2/+2
|
* autoindent fixes from robrsc2004-09-282-12/+27
|
* Compare function pointers against 0 rather than nil.wkj2004-07-091-1/+1
|
* unused variablersc2004-06-201-1/+0
|
* fix scrollingrsc2004-06-201-4/+5
|
* look for $HOME - thanks to peter canning.rsc2004-06-171-0/+2
|
* scrollingrsc2004-06-112-4/+7
|
* Buttons 4 and 5.rsc2004-06-093-3/+24
|
* restore current directory after threadexec.rsc2004-05-151-7/+48
| | | | this is dodgy.
* various bug fixesrsc2004-05-143-3/+8
|