aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/rows.c
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
2012-10-20fix gcc 4.7 warnings (thanks Tuncer Ayaz)Russ Cox1-3/+1
R=rsc http://codereview.appspot.com/6744053
2010-08-24acme: fix rounding in rows computationRob Pike1-3/+6
R=rsc CC=codebot http://codereview.appspot.com/2007045
2009-11-30acme: fix Load of acme with no windowsFazlul Shahriar1-2/+2
R=rsc CC=codebot http://codereview.appspot.com/161048
2009-07-14mergeRuss Cox1-0/+3
2009-06-09mergeRuss Cox1-2/+3
2008-12-06acme: fix Load bug (Fazlul Shahriar)Russ Cox1-2/+3
2008-07-20acme: Dump and Load tag contentsPeter Canning1-2/+55
2008-03-07acme: revise multiline tag codeRuss Cox1-17/+6
2007-04-25allow swap of column 0 with othersrsc1-2/+2
2006-03-21Write $-free paths in Dump files (Peter Canning).rsc1-4/+10
2005-12-16add bigtagsrsc1-0/+11
2005-10-31Cleanup in preparation for multiline tags.rsc1-1/+1
2005-05-02fix row dump/load inconsistency - thanks to peter canningrsc1-5/+7
2005-01-27cope with unix ORCLOSErsc1-1/+2
2005-01-27fix rowdump bugrsc1-1/+1
2005-01-14ridiculous precisionrsc1-7/+7
2005-01-14floating percentrsc1-3/+4
2005-01-14checkpointrsc1-9/+9
2004-12-27changes from plan 9rsc1-7/+10
2004-05-14various bug fixesrsc1-1/+3
2003-12-11More files related to user-level file servers.rsc1-0/+731
Also add acme!