Sign in
go
/
go
/
refs/heads/release-branch.go1.3
/
src
/
pkg
/
strconv
/
atoi_test.go
1300fb5
strconv: use Quote to escape the input string for failed conversion errors
by Matt Brown
· 12 years ago
02f6719
strconv: include package and function name in error strings Fixes #2548.
by Rob Pike
· 13 years ago
efbeaed
strconv: new API
by Russ Cox
· 13 years ago
eb69292
src/pkg/[n-z]*: gofix -r error -force=error
by Russ Cox
· 13 years ago
c1178aa
strconv: use better errors than os.EINVAL, os.ERANGE
by Russ Cox
· 13 years ago
3478891
gofmt -s -w src misc
by Robert Griesemer
· 14 years ago
1959c3a
tests: fix prints
by Rob Pike
· 14 years ago
d65a5cc
1) Change default gofmt default settings for
by Robert Griesemer
· 15 years ago
f586870
Add benchmarks for commonly used routines.
by Trevor Strohman
· 15 years ago
9ac4449
gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg
by Russ Cox
· 15 years ago
3bb0032
- replaced gofmt expression formatting algorithm with
by Robert Griesemer
· 15 years ago
40621d5
remove semis after statements in one-statement statement lists
by Robert Griesemer
· 15 years ago
314b358
gofmt-ify strconv (and remove an empty line at the end of a file)
by Robert Griesemer
· 15 years ago
fcdba72
correct a design flaw: Atoi etc should not guess the base.
by Russ Cox
· 15 years ago
9154943
apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync syscall testing time unicode unsafe utf8
by Russ Cox
· 15 years ago
20011bc
unused imports
by Russ Cox
· 15 years ago
3b864e4
convert low-level (used by testing) packages to
by Russ Cox
· 15 years ago
c7a9d98
fix atoi test
by Russ Cox
· 16 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/atoi_test.go]
aaf63f8
Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Errors with os.Errors.
by Rob Pike
· 16 years ago
be2edb5
Automated g4 rollback of changelist 25024, plus significant hand editing.
by Russ Cox
· 16 years ago
eb3823a
allow hex, octal in Atoi, etc.
by Russ Cox
· 16 years ago
9f8f2e6
convert composite literals from { } to ( ).
by Russ Cox
· 16 years ago
839a684
delete export
by Russ Cox
· 16 years ago
8a7cbad
convert strconv
by Russ Cox
· 16 years ago
b54133d
make safe for new package local defaults
by Russ Cox
· 16 years ago
12254b6
change naming convention for tests from test*.go to *test.go
by Rob Pike
· 16 years ago
[Renamed from src/lib/strconv/testatoi.go]
6d30efc
add a type testing.T and use it in tests.
by Rob Pike
· 16 years ago
cf9b7f7
essentially 100% coverage of strconv in tests. fix a few bugs.
by Russ Cox
· 16 years ago
92a4fe1
more tests for strconv; convert to gotest.
by Russ Cox
· 16 years ago