aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/sam/regexp.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-05acme, sam, samterm: remove weird switch usageRuss Cox1-1/+1
2010-07-14acme, sam: fix regexp code for bigger RunemaxRuss Cox1-24/+26
2009-09-11convert to 4-byte UTF-8 and 32-bit RuneRuss Cox1-2/+2
2008-01-30sam: fix regexp match choice bugRuss Cox1-1/+1
2007-12-07sam: revert regexp fixRuss Cox1-59/+49
2007-12-07sam: regexp fix (see libregexp change)Russ Cox1-49/+59
2007-06-09better fixrsc1-14/+15
2007-06-09day one bug in sam regexp codersc1-1/+1
2003-09-30Reorgrsc1-2/+2
2003-09-30Initial revisionrsc1-0/+801