summaryrefslogtreecommitdiff
path: root/src/pkg/tabwriter
Commit message (Expand)AuthorAgeFilesLines
* tabwriter: use appendRobert Griesemer2010-10-281-43/+35
* tabwriter: delete unnecessary type declarationRobert Griesemer2010-10-251-5/+2
* gofmt -s -w src miscRobert Griesemer2010-10-221-53/+53
* build: no required environment variablesRuss Cox2010-08-181-1/+1
* gofmt: do not modify multi-line string literalsRobert Griesemer2010-08-162-29/+72
* tabwriter: fix a comment to fix godoc outputRobert Griesemer2010-07-191-1/+1
* changes &x -> x[0:] for array to slice conversionRuss Cox2010-05-271-1/+1
* tabwriter: use panic/recover to handle errorsRobert Griesemer2010-03-311-50/+47
* delete all uses of panicln by rewriting them using panic or,Rob Pike2010-03-241-1/+1
* tabwriter: make use of new []byte() conversionRobert Griesemer2010-02-251-2/+2
* tabwriter: indicate section breaks if Debug flag is setRobert Griesemer2010-02-252-0/+10
* 1) Change default gofmt default settings forRobert Griesemer2009-12-152-164/+164
* remove uses of string concatenation from src and misc directoryRobert Griesemer2009-12-091-120/+120
* Add flag -tabindent to gofmt: forces use ofRobert Griesemer2009-12-022-139/+159
* Change to container/vector interface:Robert Griesemer2009-11-241-3/+3
* go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2009-11-231-2/+2
* gofmt -r '?[?:len(?)] -> ?[?:]' -w src/cmd src/pkgRuss Cox2009-11-201-1/+1
* minor adjustments to package comments for better synopsis.Robert Griesemer2009-11-101-2/+3
* - replaced gofmt expression formatting algorithm withRobert Griesemer2009-11-092-20/+20
* remove semis after statements in one-statement statement listsRobert Griesemer2009-11-092-40/+40
* - avoid division-by-zero crash in tabwriterRobert Griesemer2009-11-072-6/+10
* - fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer2009-11-062-15/+5
* gofmt'ed various stragglersRobert Griesemer2009-11-051-120/+120
* gofmt-ify tabwriterRobert Griesemer2009-11-042-110/+115
* permit escaped text segments which pass through tabwriterRobert Griesemer2009-10-152-50/+109
* - debugging supportRobert Griesemer2009-10-082-12/+110
* support for "hard" and "soft" tabs:Robert Griesemer2009-10-072-18/+53
* - set uint type for flagsRobert Griesemer2009-10-061-16/+16
* add IgnoreEmptyColumns feature to tabwriterRobert Griesemer2009-10-062-21/+93
* rename bytes.Buffer.Data() to bytes.Buffer.Bytes()Rob Pike2009-09-161-4/+4
* convert non-low-level non-google pkg codeRuss Cox2009-08-122-65/+15
* io.StringBytes -> strings.BytesRuss Cox2009-06-291-2/+3
* 1) Fix a problem with tabwriter.Flush: any pending text not yetRobert Griesemer2009-06-182-120/+191
* mv src/lib to src/pkgRob Pike2009-06-093-0/+877