index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
fmt
/
format.go
Age
Commit message (
Expand
)
Author
2009-06-09
mv src/lib to src/pkg
Rob Pike
2009-05-15
implement %#o %#x %#X formats
Rob Pike
2009-05-05
fmt: dead code and data
Russ Cox
2009-04-21
minor adjustment to comment formatting for better godoc output
Robert Griesemer
2009-04-06
an early 6g limitation forced the use of
Russ Cox
2009-03-10
fix old-style print call in constant
Rob Pike
2009-03-06
document fmt.
Rob Pike
2009-01-23
fix typo in comment. s/put/Put/
Rob Pike
2009-01-20
delete export
Russ Cox
2009-01-16
two more casifications in fmt
Rob Pike
2009-01-15
convert strconv
Russ Cox
2009-01-15
make safe for new package local defaults
Russ Cox
2009-01-15
casify fmt and its dependents.
Rob Pike
2009-01-06
new new & make
Russ Cox
2008-12-19
fmt and reflect updates for recent changes
Russ Cox
2008-12-11
print field names on struct members.
Russ Cox
2008-11-25
% x inserts spaces between hex bytes in string/*[]byte
Russ Cox
2008-11-24
replay CL 19916 and CL 19913 now that the build can handle them
Russ Cox
2008-11-24
Automated g4 rollback of changelist 19916.
Russ Cox
2008-11-24
utf8: add InString routines for decoding in strings
Russ Cox
2008-11-17
correctly rounded floating-point conversions
Russ Cox
2008-10-29
update Fmt interface: d=int, ud=uint, d32=int32, d64=int64, etc.
Russ Cox
2008-10-29
adapt to new compiler types
Russ Cox
2008-10-26
fix top-level comments
Rob Pike
2008-10-24
add printf to fmt.
Rob Pike