aboutsummaryrefslogtreecommitdiff
path: root/src/lib/fmt
AgeCommit message (Expand)Author
2009-06-09mv src/lib to src/pkgRob Pike
2009-06-05rebuilt Makefiles for CL 29923Russ Cox
2009-05-15implement %#o %#x %#X formatsRob Pike
2009-05-11change utf8.FullRuneInString and utf8.DecodeRuneInStringRuss Cox
2009-05-08Name change to improve embeddability:Rob Pike
2009-05-05fmt: dead code and dataRuss Cox
2009-04-21minor adjustment to comment formatting for better godoc outputRobert Griesemer
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike
2009-04-16Convert go tree to hierarchical pkg directory:Russ Cox
2009-04-16regenerate Makefiles.Russ Cox
2009-04-06add method Value() Value to InterfaceValue.Russ Cox
2009-04-06an early 6g limitation forced the use ofRuss Cox
2009-03-10fix old-style print call in constantRob Pike
2009-03-09delete float80 from librariesRob Pike
2009-03-06delete vestigial references to package syscallRob Pike
2009-03-06document fmt.Rob Pike
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox
2009-02-13convert composite literals from { } to ( ).Russ Cox
2009-01-27change dotdotdot interfaces to be structs,Russ Cox
2009-01-23fix typo in comment. s/put/Put/Rob Pike
2009-01-22move math routines from package sys to package math,Russ Cox
2009-01-20delete exportRuss Cox
2009-01-16casify, cleanup sysRuss Cox
2009-01-16two more casifications in fmtRob Pike
2009-01-15convert strconvRuss Cox
2009-01-15make safe for new package local defaultsRuss Cox
2009-01-15more casifying fixupsRob Pike
2009-01-15casify fmt and its dependents.Rob Pike
2009-01-15printf->Printf etc.Rob Pike
2009-01-06new new & makeRuss Cox
2008-12-23put array test in table, with TODO to fix when arrays work in interfaces.Rob Pike
2008-12-22print array (not just *array) using %vRob Pike
2008-12-19[] and struct in interfaces.Russ Cox
2008-12-19fmt and reflect updates for recent changesRuss Cox
2008-12-18convert *[] to [].Russ Cox
2008-12-16clear flags so that %+v does not pass the +Russ Cox
2008-12-11print field names on struct members.Russ Cox
2008-12-11add uintptr to reflect and printRob Pike
2008-12-11handle the nil interface better in reflect and printRob Pike
2008-12-10assorted cleanup and fixesRuss Cox
2008-12-09fix historical editing glitchRob Pike
2008-12-09use unsafe.pointer in reflection objectsRob Pike
2008-11-25% x inserts spaces between hex bytes in string/*[]byteRuss Cox
2008-11-24replay CL 19916 and CL 19913 now that the build can handle themRuss Cox
2008-11-24Automated g4 rollback of changelist 19916.Russ Cox
2008-11-24utf8: add InString routines for decoding in stringsRuss Cox
2008-11-19refine gobuild: the files must be *_test.go not *test.goRob Pike
2008-11-19gobuild: add coverage rule, ignore files in package main.Russ Cox
2008-11-19leave 6.out around after gotest;Russ Cox
2008-11-18gobuild changes.Russ Cox