summaryrefslogtreecommitdiff
path: root/src/lib/regexp/regexp.go
AgeCommit message (Expand)AuthorFilesLines
2008-10-26use embedded types to save boilerplate - almost 300 lines' worthRob Pike1-68/+25
2008-10-21fix a couple of inconsequential glitches in regexp code.Rob Pike1-2/+1
2008-10-15remove hack now that vector of int works.Rob Pike1-9/+6
2008-10-14move regexp to libRob Pike1-0/+767