Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-10 | Trivial changes: whitespace and modes. | Dan Cross | 1 | -2/+2 | |
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net> | |||||
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.) | |||||
2010-07-14 | acme: fix off by one in editcmd, pointer comparison in getch, nextc | Russ Cox | 1 | -3/+3 | |
R=r http://codereview.appspot.com/868046 | |||||
2008-03-07 | acme: sync against Plan 9, remove -$ option | Russ Cox | 1 | -12/+10 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 1 | -3/+3 | |
2005-07-13 | apple | rsc | 1 | -0/+1 | |
2004-12-27 | changes from plan 9 | rsc | 1 | -0/+1 | |
2004-12-27 | change to use new thread library | rsc | 1 | -0/+1 | |
2003-12-11 | More files related to user-level file servers. | rsc | 1 | -0/+682 | |
Also add acme! |