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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-09
mv src/lib to src/pkg
Rob Pike
15
-2875
/
+0
2009-06-06
delete unnecessary newline
Russ Cox
1
-1
/
+1
2009-06-05
rebuilt Makefiles for CL 29923
Russ Cox
1
-14
/
+6
2009-06-04
use the new bytes package
Rob Pike
1
-5
/
+6
2009-05-11
change utf8.FullRuneInString and utf8.DecodeRuneInString
Russ Cox
1
-79
/
+79
2009-05-08
embeddability: change bufio.BufRead to bufio.Reader etc.
Rob Pike
1
-1
/
+1
2009-04-17
Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...
Rob Pike
5
-16
/
+16
2009-04-16
Convert go tree to hierarchical pkg directory:
Russ Cox
1
-10
/
+14
2009-04-16
regenerate Makefiles.
Russ Cox
1
-11
/
+20
2009-04-13
add strconv.Unquote
Russ Cox
2
-2
/
+229
2009-03-11
Rename os.FD to os.File.
Russ Cox
1
-2
/
+3
2009-03-07
document bufio
Rob Pike
1
-1
/
+2
2009-03-05
strconv: doc
Russ Cox
5
-36
/
+81
2009-03-03
Automated g4 rollback of changelist 25024,
Russ Cox
9
-381
/
+380
2009-03-02
- itob
Robert Griesemer
2
-44
/
+92
2009-02-16
allow hex, octal in Atoi, etc.
Russ Cox
2
-86
/
+142
2009-02-13
convert composite literals from { } to ( ).
Russ Cox
9
-348
/
+348
2009-02-03
bufio:
Russ Cox
1
-4
/
+1
2009-01-22
move math routines from package sys to package math,
Russ Cox
3
-10
/
+15
2009-01-20
delete export
Russ Cox
12
-29
/
+29
2009-01-16
casify, cleanup sys
Russ Cox
2
-4
/
+4
2009-01-16
s/split/Split/ to get compiling again
Rob Pike
1
-3
/
+3
2009-01-15
convert strconv
Russ Cox
12
-527
/
+518
2009-01-15
make safe for new package local defaults
Russ Cox
7
-260
/
+256
2009-01-15
printf->Printf etc.
Rob Pike
1
-2
/
+2
2009-01-06
new new & make
Russ Cox
3
-5
/
+5
2008-12-19
change *map to map; *chan to chan; new(T) to new(*T)
Russ Cox
2
-2
/
+2
2008-12-18
convert *[] to [].
Russ Cox
3
-13
/
+13
2008-12-10
assorted cleanup and fixes
Russ Cox
2
-0
/
+4
2008-12-03
Make strconv.atof("-0") return -0
Russ Cox
2
-7
/
+9
2008-12-01
be more precise in ftoa_test.
Russ Cox
1
-12
/
+17
2008-12-01
add blank line (response to post-submit review of CL 19422)
Russ Cox
1
-0
/
+1
2008-11-24
replay CL 19916 and CL 19913 now that the build can handle them
Russ Cox
4
-2
/
+167
2008-11-24
Automated g4 rollback of changelist 19916.
Russ Cox
4
-167
/
+2
2008-11-24
utf8: add InString routines for decoding in strings
Russ Cox
4
-2
/
+167
2008-11-23
fix %g 20 -> "2e+01" want "20"
Russ Cox
2
-1
/
+11
2008-11-19
refine gobuild: the files must be *_test.go not *test.go
Rob Pike
1
-1
/
+1
2008-11-19
change naming convention for tests from
Rob Pike
7
-3
/
+3
2008-11-19
a few Errorfs should have been Error
Rob Pike
2
-6
/
+6
2008-11-19
add a type testing.T and use it in tests.
Rob Pike
6
-148
/
+116
2008-11-19
gobuild: add coverage rule, ignore files in package main.
Russ Cox
1
-0
/
+4
2008-11-19
essentially 100% coverage of strconv in tests.
Russ Cox
9
-23
/
+297
2008-11-19
leave 6.out around after gotest;
Russ Cox
1
-1
/
+1
2008-11-18
more tests for strconv; convert to gotest.
Russ Cox
3
-39
/
+190
2008-11-18
return *os.Error instead of bool from strconv.ato*
Russ Cox
2
-50
/
+100
2008-11-18
gobuild changes.
Russ Cox
1
-14
/
+25
2008-11-18
roll tests into one binary
Russ Cox
5
-118
/
+122
2008-11-17
* faster atof for common cases
Russ Cox
2
-14
/
+214
2008-11-17
correctly rounded floating-point conversions
Russ Cox
11
-0
/
+1654