summaryrefslogtreecommitdiff
path: root/src/lib/regexp
AgeCommit message (Collapse)AuthorFilesLines
2009-01-06new new & makeRuss Cox2-26/+26
R=r OCL=22166 CL=22166
2009-01-06A richer interface for regexps. Simple boolean matcher, a vector of strings ↵Rob Pike2-6/+121
rather than indexes, and a global boolean function for quick action. R=rsc DELTA=152 (127 added, 12 deleted, 13 changed) OCL=22140 CL=22142
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-20/+20
fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581
2008-12-18convert *[] to [].Russ Cox2-54/+39
R=r OCL=21563 CL=21571
2008-11-19refine gobuild: the files must be *_test.go not *test.goRob Pike2-1/+1
this causes complications R=rsc DELTA=1724 (849 added, 856 deleted, 19 changed) OCL=19667 CL=19667
2008-11-19change naming convention for tests fromRob Pike1-1/+1
test*.go to *test.go R=rsc DELTA=1747 (864 added, 855 deleted, 28 changed) OCL=19666 CL=19666
2008-11-19gotestify regexpRob Pike2-42/+70
R=rsc DELTA=101 (53 added, 25 deleted, 23 changed) OCL=19635 CL=19637
2008-11-19- removed uses of vector in favor of array in a few placesRobert Griesemer1-13/+13
- fixed make.bash R=r DELTA=21 (1 added, 3 deleted, 17 changed) OCL=19624 CL=19629
2008-10-26use embedded types to save boilerplate - almost 300 lines' worthRob Pike1-68/+25
R=rsc DELTA=427 (53 added, 302 deleted, 72 changed) OCL=17857 CL=17868
2008-10-21fix a couple of inconsequential glitches in regexp code.Rob Pike1-2/+1
R=rsc DELTA=2 (0 added, 1 deleted, 1 changed) OCL=17589 CL=17595
2008-10-20add nukeRuss Cox1-0/+3
R=r DELTA=3 (3 added, 0 deleted, 0 changed) OCL=17497 CL=17500
2008-10-15remove hack now that vector of int works.Rob Pike1-9/+6
R=rsc DELTA=9 (0 added, 3 deleted, 6 changed) OCL=17248 CL=17250
2008-10-14Make regexp build and install officiallyRob Pike2-6/+12
R=rsc DELTA=335 (172 added, 156 deleted, 7 changed) OCL=17167 CL=17180
2008-10-14move regexp to libRob Pike3-0/+947
next cl will update names and add to build R=rsc DELTA=1876 (938 added, 938 deleted, 0 changed) OCL=17149 CL=17166