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.go
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-24
make fmt a directory
Rob Pike
1
-523
/
+0
2008-09-04
Update fmt, refl, and rpc to exploit bug fixes in compiler
Rob Pike
1
-3
/
+3
2008-08-11
fix two print statements
Rob Pike
1
-2
/
+2
2008-08-11
- fix signedness bug in sys.Inf()
Rob Pike
1
-1
/
+29
2008-08-09
fix minor bug uncovered by new constant evaluator
Rob Pike
1
-6
/
+4
2008-08-04
- switched most of existing Go code to new export syntax
Robert Griesemer
1
-3
/
+3
2008-07-23
Add a flags package.
Rob Pike
1
-1
/
+1
2008-07-19
update fmt to use some initialization
Rob Pike
1
-15
/
+11
2008-07-08
fix ldexp, frexp, and make math package compile and test correctly
Rob Pike
1
-1
/
+1
2008-07-08
disambiguate typedefs in export blocks of .6 files
Rob Pike
1
-22
/
+22
2008-06-28
fix two (!) bugs printing floating point zero
Rob Pike
1
-2
/
+16
2008-06-27
add a test
Rob Pike
1
-5
/
+5
2008-06-24
remove explicit import of "sys"
Rob Pike
1
-1
/
+12
2008-05-07
fix double declaration of g
Rob Pike
1
-1
/
+1
2008-04-02
make digits a string instead of an array of bytes.
Rob Pike
1
-18
/
+10
2008-03-27
Basic formatted I/O library plus one support lib.
Rob Pike
1
-0
/
+484