aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/regx.c
AgeCommit message (Collapse)AuthorFilesLines
2020-05-18acme: avoid global named "class"Russ Cox1-0/+3
For AIX.
2017-10-10acme: check file content before declaring file "modified since last read"Russ Cox1-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-14acme, sam: fix regexp code for bigger RunemaxRuss Cox1-24/+26
R=r http://codereview.appspot.com/1765042
2009-09-11convert to 4-byte UTF-8 and 32-bit RuneRuss Cox1-2/+2
http://codereview.appspot.com/116075
2008-01-30acme: fix regexp match choice bugRuss Cox1-1/+1
2007-12-07acme: revert regexp changeRuss Cox1-59/+51
2007-12-07acme: regexp fix (see libregexp change)Russ Cox1-51/+59
2007-06-09better fixrsc1-14/+15
2007-06-09day one bug in sam regexp codersc1-1/+1
2004-12-27change to use new thread libraryrsc1-0/+1
2003-12-11More files related to user-level file servers.rsc1-0/+835
Also add acme!