1
0
mirror of https://github.com/golang/go synced 2024-10-05 04:21:22 -06:00
go/src/lib
Robert Griesemer ea3d4540b3 - itob
- more test cases

R=rsc
DELTA=97  (52 added, 4 deleted, 41 changed)
OCL=25585
CL=25607
2009-03-02 17:52:58 -08:00
..
container - vector package (identical to array except for names) 2009-02-13 15:07:56 -08:00
fmt convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
hash convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
http drop trailing slashes - missed comment from last review 2009-02-17 19:59:23 -08:00
io fix names: s/fd/r/ 2009-03-02 16:12:04 -08:00
json convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
math convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
net change the URL in the test to avoid a redirection that breaks it in sydney. 2009-02-15 19:58:00 -08:00
os assorted changes: 2009-02-15 22:12:35 -08:00
reflect few more Sizeof. 2009-02-17 13:40:28 -08:00
regexp convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
strconv - itob 2009-03-02 17:52:58 -08:00
sync add os.ForkExec, os.Exec, os.Wait, exec.OpenCmd. 2009-02-15 19:35:52 -08:00
syscall assorted changes: 2009-02-15 22:12:35 -08:00
tabwriter - vector package (identical to array except for names) 2009-02-13 15:07:56 -08:00
time fix build - missed this file before 2009-02-16 17:07:11 -08:00
unicode convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
bignum_test.go convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
bignum.go convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
bufio_test.go convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
bufio.go convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
exec_test.go add os.ForkExec, os.Exec, os.Wait, exec.OpenCmd. 2009-02-15 19:35:52 -08:00
exec.go add os.ForkExec, os.Exec, os.Wait, exec.OpenCmd. 2009-02-15 19:35:52 -08:00
flag_test.go use proper strconv in string values. 2009-02-16 21:55:37 -08:00
flag.go use proper strconv in string values. 2009-02-16 21:55:37 -08:00
log_test.go convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
log.go convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
Makefile io.Pipe 2009-02-16 16:32:30 -08:00
malloc.go gc #0. mark and sweep collector. 2009-01-26 17:37:05 -08:00
once_test.go update go code tree to new func rules. 2009-01-30 14:39:31 -08:00
once.go assorted changes: 2009-02-15 22:12:35 -08:00
rand.go delete export 2009-01-20 14:40:40 -08:00
sort_test.go convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
sort.go delete export 2009-01-20 14:40:40 -08:00
strings_test.go convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
strings.go delete export 2009-01-20 14:40:40 -08:00
testing.go update go code tree to new func rules. 2009-01-30 14:39:31 -08:00
utf8_test.go convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
utf8.go delete export 2009-01-20 14:40:40 -08:00
xml.go proposed XML parser design. 2009-02-16 20:14:21 -08:00