]> Cypherpunks repositories - gostls13.git/commit
Snapshot:
authorRobert Griesemer <gri@golang.org>
Wed, 10 Dec 2008 21:51:19 +0000 (13:51 -0800)
committerRobert Griesemer <gri@golang.org>
Wed, 10 Dec 2008 21:51:19 +0000 (13:51 -0800)
commit4873bb217c18b838feb12c58200b6a02e49c906c
treee58d9e039bff887aa75d7b86a2c4c1e7054c6670
parente956429166632c68785a17be44b649ae6205bfb0
Snapshot:
- fixed html tag generation
- simplified html escaping machinery
  (not 100% correct for strings yet)
- can now produce the first mostly correct formatted html pages from source
  with (fake) links: e.g. pretty -html srcfile.go > srcfile.html
  R=r

OCL=20915
CL=20915
usr/gri/pretty/Makefile
usr/gri/pretty/htmlwriter.go [deleted file]
usr/gri/pretty/printer.go
usr/gri/pretty/test.sh