Sign in
go
/
go
/
51a218385150c44c60d3d61c7a6493a9ca342d29
/
src
/
pkg
/
strconv
/
Makefile
da392d9
build: no required environment variables
by Russ Cox
· 14 years ago
4b40426
Add strconv.Atob, Btoa. Fixes #639
by Rob Pike
· 15 years ago
6fc8207
go: makes it build for the case $GOROOT has whitespaces
by Sergio Luis O. B. Correia
· 15 years ago
3b864e4
convert low-level (used by testing) packages to
by Russ Cox
· 15 years ago
a0bcaf4
Change os.Error convention:
by Russ Cox
· 16 years ago
d90e7cb
mv src/lib to src/pkg
by Rob Pike
· 16 years ago
[Renamed from src/lib/strconv/Makefile]
b90960e
rebuilt Makefiles for CL 29923
by Russ Cox
· 16 years ago
1f6463f
Convert go tree to hierarchical pkg directory:
by Russ Cox
· 16 years ago
c8f9378
regenerate Makefiles. fix bug in RPC.go (import "RPC" not "rpc.pb")
by Russ Cox
· 16 years ago
387df5e
replay CL 19916 and CL 19913 now that the build can handle them
by Russ Cox
· 16 years ago
85fea81
Automated g4 rollback of changelist 19916.
by Russ Cox
· 16 years ago
b65a930
utf8: add InString routines for decoding in strings
by Russ Cox
· 16 years ago
c0a01e9
refine gobuild: the files must be *_test.go not *test.go
by Rob Pike
· 16 years ago
12254b6
change naming convention for tests from test*.go to *test.go
by Rob Pike
· 16 years ago
87b1124
gobuild: add coverage rule, ignore files in package main.
by Russ Cox
· 16 years ago
f1547e5
leave 6.out around after gotest; delete it in make clean.
by Russ Cox
· 16 years ago
360151d
gobuild changes.
by Russ Cox
· 16 years ago
079c00a
correctly rounded floating-point conversions in new package strconv.
by Russ Cox
· 16 years ago