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
/
strconv
/
atof.go
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-17
Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...
Rob Pike
1
-3
/
+3
2009-03-05
strconv: doc
Russ Cox
1
-13
/
+19
2009-03-03
Automated g4 rollback of changelist 25024,
Russ Cox
1
-6
/
+6
2009-02-13
convert composite literals from { } to ( ).
Russ Cox
1
-6
/
+6
2009-01-22
move math routines from package sys to package math,
Russ Cox
1
-2
/
+3
2009-01-20
delete export
Russ Cox
1
-3
/
+3
2009-01-16
casify, cleanup sys
Russ Cox
1
-2
/
+2
2009-01-15
convert strconv
Russ Cox
1
-28
/
+28
2009-01-15
make safe for new package local defaults
Russ Cox
1
-1
/
+1
2009-01-06
new new & make
Russ Cox
1
-1
/
+1
2008-12-19
change *map to map; *chan to chan; new(T) to new(*T)
Russ Cox
1
-1
/
+1
2008-12-03
Make strconv.atof("-0") return -0
Russ Cox
1
-6
/
+8
2008-12-01
add blank line (response to post-submit review of CL 19422)
Russ Cox
1
-0
/
+1
2008-11-19
essentially 100% coverage of strconv in tests.
Russ Cox
1
-14
/
+11
2008-11-18
return *os.Error instead of bool from strconv.ato*
Russ Cox
1
-24
/
+33
2008-11-17
* faster atof for common cases
Russ Cox
1
-13
/
+149
2008-11-17
correctly rounded floating-point conversions
Russ Cox
1
-0
/
+220