Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-10 | acme: check file content before declaring file "modified since last read" | Russ Cox | 1 | -0/+1 | |
Bad remote file systems can change mtime unexpectedly, and then there is the problem that git rebase and similar operations like to change the files and then change them back, modifying the mtimes but not the content. Avoid spurious Put errors on both of those by checking file content. (False positive "modified since last read" make the real ones difficult to notice.) | |||||
2013-07-31 | acme: allow :6 in 5-line file | Russ Cox | 1 | -0/+2 | |
R=rsc https://codereview.appspot.com/12162043 | |||||
2011-07-10 | acme: fix out of order address crash | Russ Cox | 1 | -1/+1 | |
R=rsc http://codereview.appspot.com/4690042 | |||||
2007-03-26 | make :1-1 work (Arvindh Tamilmani) | rsc | 1 | -1/+2 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 1 | -2/+2 | |
2005-01-27 | remove searching print; check fids in use; handle addr correctly again | rsc | 1 | -1/+0 | |
2004-10-22 | change md argument to number etc. (which acted only as a flag) | rsc | 1 | -12/+14 | |
to an actual flag. buffer underrun check in number add xdata file for exactly the addressed region save addr across opens | |||||
2004-03-26 | SunOS can rot in hell. | rsc | 1 | -3/+3 | |
2003-12-11 | More files related to user-level file servers. | rsc | 1 | -0/+269 | |
Also add acme! |