index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
regexp
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-05
misc doc
Russ Cox
1
-10
/
+12
2009-03-05
delete deprecated files.
Rob Pike
1
-6
/
+6
2009-03-04
delete bogus vestige
Rob Pike
1
-3
/
+0
2009-03-04
typos
Rob Pike
1
-3
/
+2
2009-03-04
remove some incorrect capitalizations.
Rob Pike
2
-176
/
+193
2009-03-03
Automated g4 rollback of changelist 25024,
Russ Cox
1
-43
/
+43
2009-02-13
convert composite literals from { } to ( ).
Russ Cox
1
-43
/
+43
2009-02-08
a few small cleanups
Rob Pike
1
-16
/
+16
2009-01-20
delete export
Russ Cox
2
-29
/
+29
2009-01-16
casify, cleanup sys
Russ Cox
1
-4
/
+5
2009-01-16
recasify regexp to use underscores and clean up the tests more
Rob Pike
2
-144
/
+144
2009-01-15
casify lib/regexp
Rob Pike
2
-235
/
+235
2009-01-06
new new & make
Russ Cox
2
-26
/
+26
2009-01-06
A richer interface for regexps. Simple boolean matcher, a vector of strings ...
Rob Pike
2
-6
/
+121
2008-12-19
change *map to map; *chan to chan; new(T) to new(*T)
Russ Cox
1
-20
/
+20
2008-12-18
convert *[] to [].
Russ Cox
2
-54
/
+39
2008-11-19
refine gobuild: the files must be *_test.go not *test.go
Rob Pike
2
-1
/
+1
2008-11-19
change naming convention for tests from
Rob Pike
1
-1
/
+1
2008-11-19
gotestify regexp
Rob Pike
2
-42
/
+70
2008-11-19
- removed uses of vector in favor of array in a few places
Robert Griesemer
1
-13
/
+13
2008-10-26
use embedded types to save boilerplate - almost 300 lines' worth
Rob Pike
1
-68
/
+25
2008-10-21
fix a couple of inconsequential glitches in regexp code.
Rob Pike
1
-2
/
+1
2008-10-20
add nuke
Russ Cox
1
-0
/
+3
2008-10-15
remove hack now that vector of int works.
Rob Pike
1
-9
/
+6
2008-10-14
Make regexp build and install officially
Rob Pike
2
-6
/
+12
2008-10-14
move regexp to lib
Rob Pike
3
-0
/
+947