summaryrefslogtreecommitdiffstats
path: root/src/cmd/acme/regx.c
Commit message (Collapse)AuthorAgeFilesLines
* acme: avoid global named "class"Russ Cox2020-05-181-0/+3
| | | | For AIX.
* acme: check file content before declaring file "modified since last read"Russ Cox2017-10-101-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.)
* acme, sam: fix regexp code for bigger RunemaxRuss Cox2010-07-141-24/+26
| | | | | R=r http://codereview.appspot.com/1765042
* convert to 4-byte UTF-8 and 32-bit RuneRuss Cox2009-09-111-2/+2
| | | | http://codereview.appspot.com/116075
* acme: fix regexp match choice bugRuss Cox2008-01-301-1/+1
|
* acme: revert regexp changeRuss Cox2007-12-071-59/+51
|
* acme: regexp fix (see libregexp change)Russ Cox2007-12-071-51/+59
|
* better fixrsc2007-06-091-14/+15
|
* day one bug in sam regexp codersc2007-06-091-1/+1
|
* change to use new thread libraryrsc2004-12-271-0/+1
|
* More files related to user-level file servers.rsc2003-12-111-0/+835
Also add acme!