summaryrefslogtreecommitdiff
path: root/src/lib/regexp/regexp.go
AgeCommit message (Expand)AuthorFilesLines
2009-01-06new new & makeRuss Cox1-25/+25
2009-01-06A richer interface for regexps. Simple boolean matcher, a vector of strings ...Rob Pike1-2/+32
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-20/+20
2008-12-18convert *[] to [].Russ Cox1-9/+6
2008-11-19- removed uses of vector in favor of array in a few placesRobert Griesemer1-13/+13
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