summaryrefslogtreecommitdiff
path: root/src/lib/regexp
AgeCommit message (Expand)AuthorFilesLines
2009-03-05misc docRuss Cox1-10/+12
2009-03-05delete deprecated files.Rob Pike1-6/+6
2009-03-04delete bogus vestigeRob Pike1-3/+0
2009-03-04typosRob Pike1-3/+2
2009-03-04remove some incorrect capitalizations.Rob Pike2-176/+193
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-43/+43
2009-02-13convert composite literals from { } to ( ).Russ Cox1-43/+43
2009-02-08a few small cleanupsRob Pike1-16/+16
2009-01-20delete exportRuss Cox2-29/+29
2009-01-16casify, cleanup sysRuss Cox1-4/+5
2009-01-16recasify regexp to use underscores and clean up the tests moreRob Pike2-144/+144
2009-01-15casify lib/regexpRob Pike2-235/+235
2009-01-06new new & makeRuss Cox2-26/+26
2009-01-06A richer interface for regexps. Simple boolean matcher, a vector of strings ...Rob Pike2-6/+121
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-20/+20
2008-12-18convert *[] to [].Russ Cox2-54/+39
2008-11-19refine gobuild: the files must be *_test.go not *test.goRob Pike2-1/+1
2008-11-19change naming convention for tests fromRob Pike1-1/+1
2008-11-19gotestify regexpRob Pike2-42/+70
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-20add nukeRuss Cox1-0/+3
2008-10-15remove hack now that vector of int works.Rob Pike1-9/+6
2008-10-14Make regexp build and install officiallyRob Pike2-6/+12
2008-10-14move regexp to libRob Pike3-0/+947