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
/
regexp.go
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-09
mv src/lib to src/pkg
Rob Pike
1
-764
/
+0
2009-05-11
change utf8.FullRuneInString and utf8.DecodeRuneInString
Russ Cox
1
-2
/
+2
2009-05-08
move things out of sys into os and runtime
Russ Cox
1
-1
/
+2
2009-04-17
Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...
Rob Pike
1
-4
/
+4
2009-04-16
Convert go tree to hierarchical pkg directory:
Russ Cox
1
-1
/
+1
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
1
-175
/
+192
2009-02-08
a few small cleanups
Rob Pike
1
-16
/
+16
2009-01-20
delete export
Russ Cox
1
-13
/
+13
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
1
-120
/
+120
2009-01-15
casify lib/regexp
Rob Pike
1
-187
/
+187
2009-01-06
new new & make
Russ Cox
1
-25
/
+25
2009-01-06
A richer interface for regexps. Simple boolean matcher, a vector of strings ...
Rob Pike
1
-2
/
+32
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
1
-9
/
+6
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-15
remove hack now that vector of int works.
Rob Pike
1
-9
/
+6
2008-10-14
move regexp to lib
Rob Pike
1
-0
/
+767