summaryrefslogtreecommitdiff
path: root/usr/gri/pretty/untab.go
AgeCommit message (Expand)AuthorFilesLines
2009-06-15gofmt (final resting place TBD):Robert Griesemer1-58/+0
2009-05-08move things out of sys into os and runtimeRuss Cox1-1/+1
2009-04-16Convert go tree to hierarchical pkg directory:Russ Cox1-2/+2
2009-03-11Rename os.FD to os.File.Russ Cox1-1/+1
2009-03-10- adjustments due to changed tabwriter interfaceRobert Griesemer1-1/+1
2009-01-16casify, cleanup sysRuss Cox1-1/+1
2009-01-15- fixed untab.go to compile againRobert Griesemer1-7/+7
2009-01-09simplify flag interface. no more BVal etc. you just get a pointer.Rob Pike1-4/+4
2008-12-09- snapshot if current stateRobert Griesemer1-1/+1
2008-11-21- implemented arbitrary padding char for tabwriterRobert Griesemer1-1/+5
2008-11-20- move tabwriter into libraryRobert Griesemer1-1/+1
2008-11-20- correct error handling throughoutRobert Griesemer1-2/+2
2008-11-19- array-ify code, remove local implementationRobert Griesemer1-18/+18
2008-11-18- support for alignment via tabs instead of blanksRobert Griesemer1-1/+2
2008-11-18- untab app (snapshot - not quite complete)Robert Griesemer1-0/+53