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
/
fmt
/
fmt_test.go
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-06
delete vestigial references to package syscall
Rob Pike
1
-1
/
+0
2009-03-03
Automated g4 rollback of changelist 25024,
Russ Cox
1
-122
/
+122
2009-02-13
convert composite literals from { } to ( ).
Russ Cox
1
-122
/
+122
2009-01-22
move math routines from package sys to package math,
Russ Cox
1
-3
/
+4
2009-01-20
delete export
Russ Cox
1
-5
/
+5
2009-01-15
more casifying fixups
Rob Pike
1
-122
/
+122
2009-01-15
printf->Printf etc.
Rob Pike
1
-15
/
+15
2008-12-23
put array test in table, with TODO to fix when arrays work in interfaces.
Rob Pike
1
-0
/
+8
2008-12-22
print array (not just *array) using %v
Rob Pike
1
-0
/
+14
2008-12-19
[] and struct in interfaces.
Russ Cox
1
-15
/
+6
2008-12-19
fmt and reflect updates for recent changes
Russ Cox
1
-6
/
+7
2008-12-18
convert *[] to [].
Russ Cox
1
-5
/
+7
2008-12-11
print field names on struct members.
Russ Cox
1
-0
/
+75
2008-11-25
% x inserts spaces between hex bytes in string/*[]byte
Russ Cox
1
-0
/
+1
2008-11-24
replay CL 19916 and CL 19913 now that the build can handle them
Russ Cox
1
-0
/
+164
2008-11-24
Automated g4 rollback of changelist 19916.
Russ Cox
1
-164
/
+0
2008-11-24
utf8: add InString routines for decoding in strings
Russ Cox
1
-0
/
+164