summaryrefslogtreecommitdiff
path: root/src/lib/regexp/all_test.go
AgeCommit message (Collapse)AuthorFilesLines
2009-06-09mv src/lib to src/pkgRob Pike1-235/+0
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace ↵Rob Pike1-2/+2
*os.Errors with os.Errors. lib/template updated to use new setup; its clients also updated. Step 2 will make os's error support internally much cleaner. R=rsc OCL=27586 CL=27586
2009-03-04remove some incorrect capitalizations.Rob Pike1-1/+1
add commentary. R=rsc DELTA=231 (41 added, 24 deleted, 166 changed) OCL=25724 CL=25726
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-43/+43
plus significant hand editing. Back to T{x} for composite literals. R=r OCL=25612 CL=25632
2009-02-13convert composite literals from { } to ( ).Russ Cox1-43/+43
only non-trivial changes are in convlit1.go golden.out R=gri OCL=25019 CL=25024
2009-01-20delete exportRuss Cox1-16/+16
TBR=r OCL=23121 CL=23127
2009-01-16recasify regexp to use underscores and clean up the tests moreRob Pike1-24/+24
R=rsc DELTA=174 (0 added, 0 deleted, 174 changed) OCL=22917 CL=22942
2009-01-15casify lib/regexpRob Pike1-48/+48
R=rsc DELTA=259 (0 added, 0 deleted, 259 changed) OCL=22897 CL=22900
2009-01-06new new & makeRuss Cox1-1/+1
R=r OCL=22166 CL=22166
2009-01-06A richer interface for regexps. Simple boolean matcher, a vector of strings ↵Rob Pike1-4/+89
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-18convert *[] to [].Russ Cox1-45/+33
R=r OCL=21563 CL=21571
2008-11-19refine gobuild: the files must be *_test.go not *test.goRob Pike1-0/+162
this causes complications R=rsc DELTA=1724 (849 added, 856 deleted, 19 changed) OCL=19667 CL=19667