go/usr/gri/pretty
Robert Griesemer 2a9f1ee215 Daily snapshot.
- godoc now supports the following url prefixes:
  /doc/ for package documentation
  /file/ for files (directories, html, and .go files)
  /spec for the spec
  /mem for the memory model
- formatting of comments has been fixed
- tons of minor cleanups (still more to do)

Still missing:
- pretty printing of source is not as pretty as it used to be
(still a relict from the massive AST cleanup which has't quite made it's way everywhere)
- documentation entries should be sorted
- comments in code is not printed or not properly printed

TBR=r
DELTA=416  (182 added, 100 deleted, 134 changed)
OCL=27078
CL=27078
2009-04-03 16:19:22 -07:00
..
astprinter.go Daily snapshot. 2009-04-03 16:19:22 -07:00
compilation.go daily snapshot: 2009-03-31 16:53:58 -07:00
docprinter.go Daily snapshot. 2009-04-03 16:19:22 -07:00
godoc.go Daily snapshot. 2009-04-03 16:19:22 -07:00
Makefile Daily snapshot: 2009-04-02 18:25:18 -07:00
Makefile.iant Update for source code changes. 2008-12-19 14:32:00 -08:00
platform.go Rename os.FD to os.File. 2009-03-11 12:51:10 -07:00
pretty.go Daily snapshot. 2009-04-03 16:19:22 -07:00
selftest0.go delete export 2009-01-20 14:40:40 -08:00
selftest1.go Steps towards a general scanner/parser library for Go: 2009-02-27 15:40:17 -08:00
selftest2.go - using doc template for gds now 2009-03-05 18:44:21 -08:00
symboltable.go - vector package (identical to array except for names) 2009-02-13 15:07:56 -08:00
template.go - adjustments for changed AST 2009-04-02 15:58:58 -07:00
test.sh daily snapshot: 2009-03-13 16:59:51 -07:00
typechecker.go daily snapshot: 2009-03-31 16:53:58 -07:00
untab.go Rename os.FD to os.File. 2009-03-11 12:51:10 -07:00
utils.go Some real GDS functionality: 2009-02-09 21:05:14 -08:00