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
/
print.go
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-09
delete float80 from libraries
Rob Pike
1
-3
/
+1
2009-03-06
document fmt.
Rob Pike
1
-11
/
+51
2009-01-27
change dotdotdot interfaces to be structs,
Russ Cox
1
-6
/
+6
2009-01-20
delete export
Russ Cox
1
-12
/
+12
2009-01-16
casify, cleanup sys
Russ Cox
1
-2
/
+3
2009-01-16
two more casifications in fmt
Rob Pike
1
-7
/
+7
2009-01-15
casify fmt and its dependents.
Rob Pike
1
-56
/
+56
2009-01-15
printf->Printf etc.
Rob Pike
1
-12
/
+12
2009-01-06
new new & make
Russ Cox
1
-2
/
+2
2008-12-22
print array (not just *array) using %v
Rob Pike
1
-1
/
+20
2008-12-19
[] and struct in interfaces.
Russ Cox
1
-4
/
+3
2008-12-19
fmt and reflect updates for recent changes
Russ Cox
1
-4
/
+6
2008-12-18
convert *[] to [].
Russ Cox
1
-10
/
+7
2008-12-16
clear flags so that %+v does not pass the +
Russ Cox
1
-1
/
+2
2008-12-11
print field names on struct members.
Russ Cox
1
-17
/
+40
2008-12-11
add uintptr to reflect and print
Rob Pike
1
-2
/
+7
2008-12-11
handle the nil interface better in reflect and print
Rob Pike
1
-5
/
+17
2008-12-10
assorted cleanup and fixes
Russ Cox
1
-1
/
+1
2008-12-09
fix historical editing glitch
Rob Pike
1
-1
/
+1
2008-12-09
use unsafe.pointer in reflection objects
Rob Pike
1
-4
/
+4
2008-11-24
replay CL 19916 and CL 19913 now that the build can handle them
Russ Cox
1
-12
/
+60
2008-11-24
Automated g4 rollback of changelist 19916.
Russ Cox
1
-60
/
+12
2008-11-24
utf8: add InString routines for decoding in strings
Russ Cox
1
-12
/
+60
2008-11-17
correctly rounded floating-point conversions
Russ Cox
1
-9
/
+42
2008-11-14
handle nils safely
Rob Pike
1
-22
/
+26
2008-11-13
add a %v format to print an arbitrary value in its "println" form.
Rob Pike
1
-38
/
+75
2008-11-06
- fixes to sprintf (by rob)
Robert Griesemer
1
-8
/
+11
2008-11-06
If a value implements String(), use that in fmt.print (not fmt.printf)
Rob Pike
1
-4
/
+13
2008-11-06
Polymorphic printing.
Rob Pike
1
-29
/
+89
2008-11-04
prepare for recursive printfs
Rob Pike
1
-22
/
+25
2008-11-02
printf as we know and love it.
Rob Pike
1
-21
/
+25
2008-11-01
a couple of bugs in print.
Rob Pike
1
-1
/
+11
2008-10-29
update fmt to int/int32 etc split
Rob Pike
1
-3
/
+9
2008-10-29
update Fmt interface: d=int, ud=uint, d32=int32, d64=int64, etc.
Russ Cox
1
-15
/
+15
2008-10-26
fix top-level comments
Rob Pike
1
-0
/
+5
2008-10-24
add printf to fmt.
Rob Pike
1
-0
/
+387