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
/
format.go
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-10
fix old-style print call in constant
Rob Pike
1
-1
/
+1
2009-03-06
document fmt.
Rob Pike
1
-100
/
+136
2009-01-23
fix typo in comment. s/put/Put/
Rob Pike
1
-1
/
+1
2009-01-20
delete export
Russ Cox
1
-2
/
+2
2009-01-16
two more casifications in fmt
Rob Pike
1
-7
/
+7
2009-01-15
convert strconv
Russ Cox
1
-8
/
+8
2009-01-15
make safe for new package local defaults
Russ Cox
1
-4
/
+4
2009-01-15
casify fmt and its dependents.
Rob Pike
1
-99
/
+97
2009-01-06
new new & make
Russ Cox
1
-2
/
+2
2008-12-19
fmt and reflect updates for recent changes
Russ Cox
1
-1
/
+1
2008-12-11
print field names on struct members.
Russ Cox
1
-0
/
+2
2008-11-25
% x inserts spaces between hex bytes in string/*[]byte
Russ Cox
1
-0
/
+3
2008-11-24
replay CL 19916 and CL 19913 now that the build can handle them
Russ Cox
1
-9
/
+83
2008-11-24
Automated g4 rollback of changelist 19916.
Russ Cox
1
-83
/
+9
2008-11-24
utf8: add InString routines for decoding in strings
Russ Cox
1
-9
/
+83
2008-11-17
correctly rounded floating-point conversions
Russ Cox
1
-194
/
+51
2008-10-29
update Fmt interface: d=int, ud=uint, d32=int32, d64=int64, etc.
Russ Cox
1
-64
/
+97
2008-10-29
adapt to new compiler types
Russ Cox
1
-18
/
+18
2008-10-26
fix top-level comments
Rob Pike
1
-1
/
+3
2008-10-24
add printf to fmt.
Rob Pike
1
-0
/
+523