summaryrefslogtreecommitdiff
path: root/src/lib/fmt.go
AgeCommit message (Expand)AuthorFilesLines
2008-10-24make fmt a directoryRob Pike1-523/+0
2008-09-04Update fmt, refl, and rpc to exploit bug fixes in compilerRob Pike1-3/+3
2008-08-11fix two print statementsRob Pike1-2/+2
2008-08-11- fix signedness bug in sys.Inf()Rob Pike1-1/+29
2008-08-09fix minor bug uncovered by new constant evaluatorRob Pike1-6/+4
2008-08-04- switched most of existing Go code to new export syntaxRobert Griesemer1-3/+3
2008-07-23Add a flags package.Rob Pike1-1/+1
2008-07-19update fmt to use some initializationRob Pike1-15/+11
2008-07-08fix ldexp, frexp, and make math package compile and test correctlyRob Pike1-1/+1
2008-07-08disambiguate typedefs in export blocks of .6 filesRob Pike1-22/+22
2008-06-28fix two (!) bugs printing floating point zeroRob Pike1-2/+16
2008-06-27add a testRob Pike1-5/+5
2008-06-24remove explicit import of "sys"Rob Pike1-1/+12
2008-05-07fix double declaration of gRob Pike1-1/+1
2008-04-02make digits a string instead of an array of bytes.Rob Pike1-18/+10
2008-03-27Basic formatted I/O library plus one support lib.Rob Pike1-0/+484