summaryrefslogtreecommitdiff
path: root/src/lib/regexp/regexp.go
AgeCommit message (Expand)AuthorFilesLines
2009-06-09mv src/lib to src/pkgRob Pike1-764/+0
2009-05-11change utf8.FullRuneInString and utf8.DecodeRuneInStringRuss Cox1-2/+2
2009-05-08move things out of sys into os and runtimeRuss Cox1-1/+2
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike1-4/+4
2009-04-16Convert go tree to hierarchical pkg directory:Russ Cox1-1/+1
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 Pike1-175/+192
2009-02-08a few small cleanupsRob Pike1-16/+16
2009-01-20delete exportRuss Cox1-13/+13
2009-01-16casify, cleanup sysRuss Cox1-4/+5
2009-01-16recasify regexp to use underscores and clean up the tests moreRob Pike1-120/+120
2009-01-15casify lib/regexpRob Pike1-187/+187
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