Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-18 | acme: avoid global named "class" | Russ Cox | 1 | -0/+3 | |
For AIX. | |||||
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, sam: fix regexp code for bigger Runemax | Russ Cox | 1 | -24/+26 | |
R=r http://codereview.appspot.com/1765042 | |||||
2009-09-11 | convert to 4-byte UTF-8 and 32-bit Rune | Russ Cox | 1 | -2/+2 | |
http://codereview.appspot.com/116075 | |||||
2008-01-30 | acme: fix regexp match choice bug | Russ Cox | 1 | -1/+1 | |
2007-12-07 | acme: revert regexp change | Russ Cox | 1 | -59/+51 | |
2007-12-07 | acme: regexp fix (see libregexp change) | Russ Cox | 1 | -51/+59 | |
2007-06-09 | better fix | rsc | 1 | -14/+15 | |
2007-06-09 | day one bug in sam regexp code | rsc | 1 | -1/+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/+835 | |
Also add acme! |