summaryrefslogtreecommitdiff
path: root/src/cmd/godoc
AgeCommit message (Expand)AuthorFilesLines
2010-02-19- removed exp/parser (support for old semicolon syntax)Robert Griesemer1-6/+2
2010-02-19godoc: make commandline use work againRobert Griesemer2-10/+7
2010-02-18godoc: path cleanups, fixed a race condition, initial support for a menu on p...Robert Griesemer3-36/+20
2010-02-16godoc: updated documentationRobert Griesemer2-8/+24
2010-02-16godoc: initialize vars depending on flags after parsing the flags.Robert Griesemer2-1/+4
2010-02-16godoc: fix initialization issueRobert Griesemer2-2/+1
2010-02-16godoc support for directories outside $GOROOTRobert Griesemer4-253/+310
2010-02-11correct meaning of "absolute" and "relative"Robert Griesemer1-15/+15
2010-02-11Steps towards more flexible godoc:Robert Griesemer1-0/+176
2010-02-06Ugly hack to provide some mechanism for printing documentation aboutRob Pike2-2/+38
2010-02-01don't report a couple of meaningless errors in command-line modeRobert Griesemer2-7/+8
2010-02-01Fix redirection if the page is in a subdirectory.Rob Pike1-0/+3
2010-01-27More steps towards tracking of identifier scopes.Robert Griesemer2-4/+4
2010-01-22Trim space on input to make searching more robust.Christopher Wedgwood1-1/+1
2010-01-15 Steps towards tracking scopes for identifiers.Robert Griesemer3-9/+9
2010-01-13Distinguish between html generation and html quoting in godoc formatters.Robert Griesemer1-0/+9
2010-01-13godoc: skip template wrapping for complete HTML filesRuss Cox1-0/+22
2010-01-11Remove -oldprinter flag from gofmt; all code isRobert Griesemer1-1/+1
2010-01-06godoc: serve index.html in place of directory listing, when presentRuss Cox1-0/+10
2010-01-04Simplified parser interface.Robert Griesemer1-3/+11
2009-12-28Fix bug in godoc tab conversion filter:Robert Griesemer1-5/+13
2009-12-17use new tab indentation format in godoc, but convertRobert Griesemer1-2/+70
2009-12-15 1) Change default gofmt default settings forRobert Griesemer5-665/+665
2009-12-14don't show semicolons anymore with godocRobert Griesemer1-1/+1
2009-12-09remove uses of string concatenation from src and misc directoryRobert Griesemer1-1/+1
2009-12-07the AST walker currently provides no way to find out how theRoger Peppe1-3/+6
2009-12-02move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.Rob Pike1-5/+6
2009-12-01some godoc cleanup:Robert Griesemer2-99/+28
2009-11-24Change to container/vector interface:Robert Griesemer1-1/+1
2009-11-24godoc: plug file descriptor leakRuss Cox1-0/+1
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-2/+2
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox2-6/+6
2009-11-16Don't emit line tags when source code is printed as part ofRobert Griesemer1-3/+10
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer4-25/+25
2009-11-09TBR:Robert Griesemer1-1/+1
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer5-134/+134
2009-11-09tweak documentation of commandsRuss Cox1-1/+1
2009-11-08- exit godoc w/o crashing if negative tabwidth is providedRobert Griesemer1-10/+9
2009-11-08Addressing issue brought up by dsymonds:Robert Griesemer2-17/+42
2009-11-08improved sentence extraction:Robert Griesemer1-10/+28
2009-11-08a nagging inconsistency: capitalization ofRuss Cox3-49/+49
2009-11-08use grouping instead of colors to show non-global search hits:Robert Griesemer2-70/+119
2009-11-08fix sentence extractionRobert Griesemer1-6/+13
2009-11-08- properly align package synopsesRobert Griesemer1-31/+153
2009-11-08TBRRobert Griesemer1-1/+1
2009-11-08- better support for text files: show them nicely formattedRobert Griesemer1-21/+88
2009-11-07- added link to sourcesRobert Griesemer1-5/+5
2009-11-07nice directory listingsRobert Griesemer1-9/+46
2009-11-07- support to extract one-line package synopsis for package listingsRobert Griesemer1-2/+25
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer2-51/+17