]> Cypherpunks.ru repositories - gostls13.git/log
gostls13.git
14 years agoexpand "this is not just mercurial" section weekly.2009-11-06
Russ Cox [Fri, 6 Nov 2009 18:33:46 +0000 (10:33 -0800)]
expand "this is not just mercurial" section

R=r
CC=go-dev
http://go/go-review/1024008

14 years agocontribute.html
Russ Cox [Fri, 6 Nov 2009 18:04:22 +0000 (10:04 -0800)]
contribute.html

R=r, iant
CC=go-dev
http://go/go-review/1022007

14 years agorequire gofmt for all $GOROOT/src/.../*.go.
Russ Cox [Fri, 6 Nov 2009 17:45:24 +0000 (09:45 -0800)]
require gofmt for all $GOROOT/src/.../*.go.

try harder to post messages to rietveld.

R=gri, r
CC=go-dev
http://go/go-review/1024006

14 years agocrypto/x509: build fix for 32-bit
Adam Langley [Fri, 6 Nov 2009 17:23:40 +0000 (09:23 -0800)]
crypto/x509: build fix for 32-bit

TBR=rsc

R=rsc
CC=go-dev
http://go/go-review/1024007

14 years agoFix add-back division test so that it triggers the add-back case on
Adam Langley [Fri, 6 Nov 2009 17:05:19 +0000 (09:05 -0800)]
Fix add-back division test so that it triggers the add-back case on
both 64 and 32 bit platforms.

Also, uncomment some tests that were still commented out from
debugging.

R=gri, rsc
CC=go-dev
http://go/go-review/1026003

14 years agogofmt -w misc
Robert Griesemer [Fri, 6 Nov 2009 07:18:06 +0000 (23:18 -0800)]
gofmt -w misc

R=rsc
http://go/go-review/1025004

14 years ago make 5g executables run on android/arm hardware. change OABI
Kai Backman [Fri, 6 Nov 2009 06:53:08 +0000 (22:53 -0800)]
make 5g executables run on android/arm hardware. change OABI
usage to EABI.

        go/test: passes 85% (296/347) on random android phone.

R=rsc
http://go/go-review/1024003

14 years agogofmt src/cmd/goyacc
Robert Griesemer [Fri, 6 Nov 2009 06:29:29 +0000 (22:29 -0800)]
gofmt src/cmd/goyacc
(with this change: gofmt -l src/cmd/ | wc
is 0 0 0)

R=ken, rsc
http://go/go-review/1024005

14 years agogofmt'ed src/cmd
Robert Griesemer [Fri, 6 Nov 2009 06:25:46 +0000 (22:25 -0800)]
gofmt'ed src/cmd

R=rsc
http://go/go-review/1024004

14 years ago- fix elf.go manually so it is idempotent for gofmt
Robert Griesemer [Fri, 6 Nov 2009 06:05:43 +0000 (22:05 -0800)]
- fix elf.go manually so it is idempotent for gofmt
- with this change, `gofmt -l src/pkg | wc` is 0

R=rsc
http://go/go-review/1025002

14 years agomissing piece gofmt'ed in reflect
Robert Griesemer [Fri, 6 Nov 2009 02:27:30 +0000 (18:27 -0800)]
missing piece gofmt'ed in reflect

R=r, rsc
http://go/go-review/1025001

14 years agogofmt'ed more stragglers
Robert Griesemer [Fri, 6 Nov 2009 02:26:16 +0000 (18:26 -0800)]
gofmt'ed more stragglers

R=rsc
http://go/go-review/1019004

14 years agogofmt'ed big
Robert Griesemer [Fri, 6 Nov 2009 02:25:23 +0000 (18:25 -0800)]
gofmt'ed big

R=agl
http://go/go-review/1022003

14 years agogofmt'ed various stragglers
Robert Griesemer [Fri, 6 Nov 2009 02:24:53 +0000 (18:24 -0800)]
gofmt'ed various stragglers

R=rsc
http://go/go-review/1022002

14 years agogofmt'ed more stragglers
Robert Griesemer [Fri, 6 Nov 2009 02:24:24 +0000 (18:24 -0800)]
gofmt'ed more stragglers
(now down to a handfull of files in pkg)

R=rsc
http://go/go-review/1019006

14 years agofix UTF-8 upload bug
Russ Cox [Fri, 6 Nov 2009 02:23:26 +0000 (18:23 -0800)]
fix UTF-8 upload bug

TBR=r
http://go/go-review/1026001

14 years agogofmt the last outstanding files in src/pkg
Robert Griesemer [Fri, 6 Nov 2009 02:14:47 +0000 (18:14 -0800)]
gofmt the last outstanding files in src/pkg
- added a list of issues to printer/nodes.go

R=rsc
http://go/go-review/1024002

14 years agogofmt'ed missing regexp file
Robert Griesemer [Fri, 6 Nov 2009 01:35:40 +0000 (17:35 -0800)]
gofmt'ed missing regexp file
(one-line functions will be re-established once we have all
formatted uniformly)

R=r
http://go/go-review/1023004

14 years agomanual fix for better gofmt result
Robert Griesemer [Fri, 6 Nov 2009 01:27:02 +0000 (17:27 -0800)]
manual fix for better gofmt result

R=r
http://go/go-review/1019005

14 years ago- gofmt'ing of some stragglers, now with correct comment indentation
Robert Griesemer [Fri, 6 Nov 2009 01:02:55 +0000 (17:02 -0800)]
- gofmt'ing of some stragglers, now with correct comment indentation
in special cases
- re-gofmt'ing of some files that are now improved

R=r, rsc
http://go/go-review/1023003

14 years agofix a comment formatting bug:
Robert Griesemer [Fri, 6 Nov 2009 01:02:29 +0000 (17:02 -0800)]
fix a comment formatting bug:
- this ensures better comment formatting in template.go and codec_test.go
- it affects only 2 files of all files that have been gofmt'ed already,
  see separate CL (it fixes the same issue in those files)

R=rsc
http://go/go-review/1023002

14 years agocrypto/tls (part 6/5)
Adam Langley [Fri, 6 Nov 2009 00:59:39 +0000 (16:59 -0800)]
crypto/tls (part 6/5)

Results of running gofmt again.

R=rsc
CC=go-dev
http://go/go-review/1022006

14 years agofix broken link
Rob Pike [Fri, 6 Nov 2009 00:44:55 +0000 (16:44 -0800)]
fix broken link

R=rsc, iant
CC=go-dev
http://go/go-review/1019003

14 years agocrypto/tls (part 5/5)
Adam Langley [Fri, 6 Nov 2009 00:44:02 +0000 (16:44 -0800)]
crypto/tls (part 5/5)

Make RSA and X509 build by using big. (This involves commenting out
key generation for now since I haven't written Miller-Rabin in big
yet.)

Add entries to the Makefile.

R=rsc
CC=go-dev
http://go/go-review/1022005

14 years agocrypto/tls (part 4/5)
Adam Langley [Fri, 6 Nov 2009 00:43:29 +0000 (16:43 -0800)]
crypto/tls (part 4/5)

R=rsc
CC=go-dev
http://go/go-review/1019002

14 years agoCleaned up gccgo error messages require minor adjustment to
Ian Lance Taylor [Fri, 6 Nov 2009 00:04:45 +0000 (16:04 -0800)]
Cleaned up gccgo error messages require minor adjustment to
test.

const1.go:27: error: integer constant overflow
const1.go:29: error: integer constant overflow
const1.go:30: error: integer constant overflow
const1.go:31: error: integer constant overflow
const1.go:32: error: integer constant overflow
const1.go:33: error: integer constant overflow
const1.go:33: error: integer constant overflow
const1.go:34: error: integer constant overflow
const1.go:37: error: integer constant overflow
const1.go:38: error: integer constant overflow
const1.go:40: error: integer constant overflow
const1.go:41: error: integer constant overflow
const1.go:43: error: integer constant overflow
const1.go:44: error: integer constant overflow
const1.go:45: error: integer constant overflow
const1.go:48: error: integer constant overflow
const1.go:50: error: integer constant overflow
const1.go:51: error: integer constant overflow
const1.go:52: error: integer constant overflow
const1.go:53: error: integer constant overflow
const1.go:55: error: integer constant overflow
const1.go:56: error: division by zero
const1.go:59: error: floating point constant overflow
const1.go:61: error: floating point constant overflow
const1.go:62: error: division by zero
const1.go:47: error: integer constant overflow
const1.go:49: error: integer constant overflow
const1.go:60: error: floating point constant overflow
const1.go:68: error: argument 1 has incompatible type (cannot use type int8 as type int)
const1.go:69: error: argument 1 has incompatible type (cannot use type int8 as type int)
const1.go:70: error: argument 1 has incompatible type (cannot use type uint8 as type int)
const1.go:72: error: argument 1 has incompatible type (cannot use type float32 as type int)
const1.go:73: error: argument 1 has incompatible type (cannot use type float as type int)
const1.go:74: error: floating point constant truncated to integer
const1.go:76: error: argument 1 has incompatible type (cannot use type float64 as type int)
const1.go:77: error: argument 1 has incompatible type
const1.go:78: error: argument 1 has incompatible type

R=rsc
http://go/go-review/1022001

14 years agogofmt'ed parts of go
Robert Griesemer [Thu, 5 Nov 2009 23:58:28 +0000 (15:58 -0800)]
gofmt'ed parts of go

R=rsc
http://go/go-review/1023001

14 years agobig: add Div, Mod, Exp, GcdExt and several other fixes.
Adam Langley [Thu, 5 Nov 2009 23:55:41 +0000 (15:55 -0800)]
big: add Div, Mod, Exp, GcdExt and several other fixes.

R=gri, rsc
CC=go-dev
http://go/go-review/1017036

14 years agocrypto/tls (part 3)
Adam Langley [Thu, 5 Nov 2009 23:44:32 +0000 (15:44 -0800)]
crypto/tls (part 3)

(With hindsight, record_process might have been designed wrong, but it
works for now. It'll get redrawn when client support is added.)

R=rsc
CC=r
http://go/go-review/1018032

14 years agogofmt-ify io, json, runtime, encoding
Robert Griesemer [Thu, 5 Nov 2009 23:37:55 +0000 (15:37 -0800)]
gofmt-ify io, json, runtime, encoding

R=rsc
http://go/go-review/1017056

14 years agogofmt'ed godefs
Robert Griesemer [Thu, 5 Nov 2009 23:35:53 +0000 (15:35 -0800)]
gofmt'ed godefs

R=rsc
http://go/go-review/1020001

14 years agogofmt'ed debug
Robert Griesemer [Thu, 5 Nov 2009 23:35:02 +0000 (15:35 -0800)]
gofmt'ed debug
(excluding debug/gosym/symtab.go which has a small issue)

R=rsc
http://go/go-review/1019001

14 years agogofmt'ed 6l 8l cgo
Robert Griesemer [Thu, 5 Nov 2009 23:33:26 +0000 (15:33 -0800)]
gofmt'ed 6l 8l cgo

R=r
http://go/go-review/1020002

14 years agogofmt-ify strings, template
Robert Griesemer [Thu, 5 Nov 2009 23:12:37 +0000 (15:12 -0800)]
gofmt-ify strings, template

R=r
http://go/go-review/1018064

14 years agoadd information comparing the compiler implementations to the installation document
Rob Pike [Thu, 5 Nov 2009 23:07:42 +0000 (15:07 -0800)]
add information comparing the compiler implementations to the installation document

R=rsc
CC=go-dev
http://go/go-review/1018063

14 years agogofmt-ify gob
Robert Griesemer [Thu, 5 Nov 2009 22:53:42 +0000 (14:53 -0800)]
gofmt-ify gob
(the one-line struct types used in composite literals will become
one line again in another cleanup round; don't worry about them now)

R=r
http://go/go-review/1016056

14 years agocodereview: new commands
Russ Cox [Thu, 5 Nov 2009 22:44:57 +0000 (14:44 -0800)]
codereview: new commands
* clpatch
* download
* submit, on behalf of clpatch

stir hgpatch to fix a few bugs

R=r
CC=go-dev
http://go/go-review/1016051

14 years agogofmt-ify 4s, iterable
Robert Griesemer [Thu, 5 Nov 2009 22:43:03 +0000 (14:43 -0800)]
gofmt-ify 4s, iterable

R=rsc
http://go/go-review/1016055

14 years agogofmt-ify draw
Robert Griesemer [Thu, 5 Nov 2009 22:42:28 +0000 (14:42 -0800)]
gofmt-ify draw

R=rsc
http://go/go-review/1017055

14 years agogofmt-ify eval
Robert Griesemer [Thu, 5 Nov 2009 22:41:56 +0000 (14:41 -0800)]
gofmt-ify eval

R=rsc
http://go/go-review/1016054

14 years agogofmt-ify ogle
Robert Griesemer [Thu, 5 Nov 2009 22:30:18 +0000 (14:30 -0800)]
gofmt-ify ogle

R=rsc
http://go/go-review/1016053

14 years agogofmt-ify nacl
Robert Griesemer [Thu, 5 Nov 2009 22:29:38 +0000 (14:29 -0800)]
gofmt-ify nacl

R=rsc
http://go/go-review/1018062

14 years agogofmt-ify reflect
Robert Griesemer [Thu, 5 Nov 2009 22:23:20 +0000 (14:23 -0800)]
gofmt-ify reflect
- the single line structs can be fixed in another round

R=rsc
http://go/go-review/1016052

14 years ago2nd attempt: no noIndent for string lists
Robert Griesemer [Thu, 5 Nov 2009 22:03:56 +0000 (14:03 -0800)]
2nd attempt: no noIndent for string lists
- slightly better output in general
- extra indentation where we could do without
  (however that seems better for now that not having the indentation
  where it is needed)
- no information is lost, so a future better approach can fix these
  places up again

R=rsc
http://go/go-review/1017050

14 years agoadd a place-holder link for the hour-long video
Rob Pike [Thu, 5 Nov 2009 21:46:12 +0000 (13:46 -0800)]
add a place-holder link for the hour-long video

R=rsc
CC=go-dev
http://go/go-review/1017054

14 years agoupdate the text on the landing page.
Rob Pike [Thu, 5 Nov 2009 21:39:00 +0000 (13:39 -0800)]
update the text on the landing page.

R=agl, rsc
CC=go-dev
http://go/go-review/1017053

14 years agoforgot a piece of debugging
Ken Thompson [Thu, 5 Nov 2009 21:05:07 +0000 (13:05 -0800)]
forgot a piece of debugging
in previous change

R=rsc
http://go/go-review/1017052

14 years agosame speedup as 6l
Ken Thompson [Thu, 5 Nov 2009 20:47:22 +0000 (12:47 -0800)]
same speedup as 6l

R=rsc
http://go/go-review/1016050

14 years agogodoc: style update.
Adam Langley [Thu, 5 Nov 2009 20:18:54 +0000 (12:18 -0800)]
godoc: style update.

R=r, rsc
CC=go-dev
http://go/go-review/1017051

14 years agogofmt-ify syscall
Robert Griesemer [Thu, 5 Nov 2009 18:55:57 +0000 (10:55 -0800)]
gofmt-ify syscall
(replacement for CL 1018053)

R=r
http://go/go-review/1017047

14 years agogofmt-ify template, time, unsafe, flag, fmt
Robert Griesemer [Thu, 5 Nov 2009 17:40:28 +0000 (09:40 -0800)]
gofmt-ify template, time, unsafe, flag, fmt
(replacement for CLs 1017039101704110170401018054)

R=r
http://go/go-review/1018060

14 years agonew command hgpatch, for use by codereview extension
Russ Cox [Thu, 5 Nov 2009 17:27:19 +0000 (09:27 -0800)]
new command hgpatch, for use by codereview extension

R=r
http://go/go-review/1018059

14 years agogofmt-ify math, expvar, exp/spacewar
Robert Griesemer [Thu, 5 Nov 2009 17:08:08 +0000 (09:08 -0800)]
gofmt-ify math, expvar, exp/spacewar

R=rsc
http://go/go-review/1018061

14 years agogofmt-ify parts of xml
Robert Griesemer [Thu, 5 Nov 2009 16:59:03 +0000 (08:59 -0800)]
gofmt-ify parts of xml

R=rsc
http://go/go-review/1017049

14 years agogofmt-ify encoding
Robert Griesemer [Thu, 5 Nov 2009 16:55:18 +0000 (08:55 -0800)]
gofmt-ify encoding

R=rsc
http://go/go-review/1017048

14 years agoadd -l flag to hg gofmt.
Russ Cox [Thu, 5 Nov 2009 16:11:44 +0000 (08:11 -0800)]
add -l flag to hg gofmt.
don't apply gofmt to non-go files during upload check.

R=r
http://go/go-review/1016048

14 years agoadd "hg gofmt" to run all modified files through gofmt.
Russ Cox [Thu, 5 Nov 2009 07:43:55 +0000 (23:43 -0800)]
add "hg gofmt" to run all modified files through gofmt.

add check before Upload, for now disabled by default,
that files do not change when run through gofmt.
enable by adding

[codereview]
force_gofmt = True

to .hgrc or .hg/hgrc.

add doc strings for a few more commands.
rename codereview-login to code-login
to make module doc visible.

R=r
CC=gri
http://go/go-review/1018056

14 years agogofmt-ify sort, sync
Robert Griesemer [Thu, 5 Nov 2009 07:25:29 +0000 (23:25 -0800)]
gofmt-ify sort, sync

R=rsc
http://go/go-review/1018057

14 years agogofmt-ify strconv
Robert Griesemer [Thu, 5 Nov 2009 07:20:49 +0000 (23:20 -0800)]
gofmt-ify strconv
(and remove an empty line at the end of a file)

R=rsc
http://go/go-review/1017046

14 years agogofmt-ify net
Robert Griesemer [Thu, 5 Nov 2009 07:16:46 +0000 (23:16 -0800)]
gofmt-ify net

R=rsc
http://go/go-review/1017045

14 years agogofmt-ify image
Robert Griesemer [Thu, 5 Nov 2009 06:52:28 +0000 (22:52 -0800)]
gofmt-ify image

R=rsc
http://go/go-review/1017044

14 years agogofmt-ify hash, http
Robert Griesemer [Thu, 5 Nov 2009 06:45:59 +0000 (22:45 -0800)]
gofmt-ify hash, http
(gofmt will be able to re-align map entries as in http nicely,
eventually)

R=rsc
http://go/go-review/1018055

14 years agogofmt-ify tabwriter
Robert Griesemer [Thu, 5 Nov 2009 06:26:48 +0000 (22:26 -0800)]
gofmt-ify tabwriter

R=rsc
http://go/go-review/1017042

14 years agomore comment formatting:
Robert Griesemer [Thu, 5 Nov 2009 06:07:13 +0000 (22:07 -0800)]
more comment formatting:
- preserve (some) indentation of comment text for /*-style comments
  even if the first comment line does not contain any text that might
  suggest the "correct" indentation
- enabled because otherwise existing larger comments get re-formatted
  (this will not introduce a lot of changes since comments of this
  kind - until now - were not changed with respect to indentation)

R=rsc
http://go/go-review/1016047

14 years agobumper for video
Rob Pike [Thu, 5 Nov 2009 05:56:33 +0000 (21:56 -0800)]
bumper for video

R=rsc
http://go/go-review/1017038

14 years agogofmt-ify unicode
Robert Griesemer [Thu, 5 Nov 2009 05:39:55 +0000 (21:39 -0800)]
gofmt-ify unicode

R=r
http://go/go-review/1018051

14 years agofixing (badly) linux_arm syscall.
Kai Backman [Thu, 5 Nov 2009 05:34:54 +0000 (21:34 -0800)]
fixing (badly) linux_arm syscall.

R=rsc
http://go/go-review/1017037

14 years ago- add a blank before the opening { for multi-line composites
Robert Griesemer [Thu, 5 Nov 2009 05:15:47 +0000 (21:15 -0800)]
- add a blank before the opening { for multi-line composites
(request by r)
- feature temporarily disabled

R=rsc
CC=r
http://go/go-review/1018052

14 years agogofmt-ify os
Robert Griesemer [Thu, 5 Nov 2009 04:42:40 +0000 (20:42 -0800)]
gofmt-ify os

R=r
http://go/go-review/1017034

14 years agospeed up 6l
Ken Thompson [Thu, 5 Nov 2009 02:17:57 +0000 (18:17 -0800)]
speed up 6l
hopefully no change

R=rsc
http://go/go-review/1017035

14 years agopackage patch
Russ Cox [Thu, 5 Nov 2009 01:55:06 +0000 (17:55 -0800)]
package patch

R=r
http://go/go-review/1018043

14 years agoadd a final section with a complete example
Rob Pike [Thu, 5 Nov 2009 01:29:20 +0000 (17:29 -0800)]
add a final section with a complete example

R=rsc
CC=go-dev
http://go/go-review/1017033

14 years agogofmt-ify compress
Robert Griesemer [Thu, 5 Nov 2009 01:10:18 +0000 (17:10 -0800)]
gofmt-ify compress

R=rsc
http://go/go-review/1016045

14 years agogofmt-ify ebnf
Robert Griesemer [Thu, 5 Nov 2009 01:05:01 +0000 (17:05 -0800)]
gofmt-ify ebnf

R=r
http://go/go-review/1018050

14 years agogofmt-ify bufio
Robert Griesemer [Thu, 5 Nov 2009 01:04:21 +0000 (17:04 -0800)]
gofmt-ify bufio

R=rsc
http://go/go-review/1018049

14 years agogofmt-ify asn1
Robert Griesemer [Thu, 5 Nov 2009 01:03:08 +0000 (17:03 -0800)]
gofmt-ify asn1

R=rsc
http://go/go-review/1018047

14 years agogofmt-ify src/pkg/archive
Robert Griesemer [Thu, 5 Nov 2009 01:02:47 +0000 (17:02 -0800)]
gofmt-ify src/pkg/archive

R=rsc
http://go/go-review/1018046

14 years agogofmt-ify crypto
Robert Griesemer [Thu, 5 Nov 2009 01:02:30 +0000 (17:02 -0800)]
gofmt-ify crypto

R=agl
CC=rsc
http://go/go-review/1017032

14 years agogofmt-ify src/pkg/go (excluding printer directory due to pending CL,
Robert Griesemer [Thu, 5 Nov 2009 01:02:05 +0000 (17:02 -0800)]
gofmt-ify src/pkg/go (excluding printer directory due to pending CL,
and parser.go and scanner_test.go which have minor formatting issues)

R=rsc
http://go/go-review/1016042

14 years agorename testfiles from .go -> .orig so that they won't be
Robert Griesemer [Thu, 5 Nov 2009 00:50:13 +0000 (16:50 -0800)]
rename testfiles from .go -> .orig so that they won't be
picked up by gofmt (they should not be modified) or godoc
(testdata should not be considered a potential package
directory)

R=rsc
http://go/go-review/1018045

14 years agogofmt-ify bytes
Robert Griesemer [Thu, 5 Nov 2009 00:49:28 +0000 (16:49 -0800)]
gofmt-ify bytes

R=r
http://go/go-review/1016044

14 years agobetter placement of /*-style comments interspersed with code on one line
Robert Griesemer [Wed, 4 Nov 2009 23:33:28 +0000 (15:33 -0800)]
better placement of /*-style comments interspersed with code on one line

R=rsc
http://go/go-review/1017030

14 years agobytes.SplitAfter and strings.SplitAfter
Russ Cox [Wed, 4 Nov 2009 23:19:30 +0000 (15:19 -0800)]
bytes.SplitAfter and strings.SplitAfter
most common usage is:

lines := strings.SplitAfter(text, "\n", 0)

R=r
http://go/go-review/1018042

14 years agodoc doc doc
Russ Cox [Wed, 4 Nov 2009 23:17:36 +0000 (15:17 -0800)]
doc doc doc

R=r
http://go/go-review/1016039

14 years agoavoid infinite recursion in matcher.
Russ Cox [Wed, 4 Nov 2009 23:17:01 +0000 (15:17 -0800)]
avoid infinite recursion in matcher.

after sync (or sync --local), clean up repository:
* look for and close CLs submitted on our behalf
* remove unmodified files from CLs
* warn about empty CLs

R=r
http://go/go-review/1017029

14 years agopanic can't print interfaces well so use err.String()
Rob Pike [Wed, 4 Nov 2009 23:13:16 +0000 (15:13 -0800)]
panic can't print interfaces well so use  err.String()

R=rsc
http://go/go-review/1016041

14 years ago- always format blocks with closing } on a new line, even if empty
Robert Griesemer [Wed, 4 Nov 2009 21:31:20 +0000 (13:31 -0800)]
- always format blocks with closing } on a new line, even if empty
- at the moment this also affects single-line function declarations
  because we have disabled them at the moment (but not single-line
  function literals)

R=rsc
http://go/go-review/1016040

14 years agostylistic issues in a couple of cmd docs
Rob Pike [Wed, 4 Nov 2009 21:13:17 +0000 (13:13 -0800)]
stylistic issues in a couple of cmd docs

R=rsc
http://go/go-review/1017028

14 years agodocument godoc and gofmt
Rob Pike [Wed, 4 Nov 2009 19:33:43 +0000 (11:33 -0800)]
document godoc and gofmt

R=rsc
http://go/go-review/1018036

14 years agoremove reference to /home/r
Robert Griesemer [Wed, 4 Nov 2009 19:15:19 +0000 (11:15 -0800)]
remove reference to /home/r

R=rsc
http://go/go-review/1018039

14 years ago- complete html-escaping also in printer.go
Robert Griesemer [Wed, 4 Nov 2009 18:59:25 +0000 (10:59 -0800)]
- complete html-escaping also in printer.go

R=rsc
http://go/go-review/1017027

14 years ago- respect source line breaks in grouped declarations
Robert Griesemer [Wed, 4 Nov 2009 18:58:54 +0000 (10:58 -0800)]
- respect source line breaks in grouped declarations
- made ast.Spec nodes implement Node interface
- added extra test cases

R=rsc
http://go/go-review/1016038

14 years agofix bufio test case
Robert Griesemer [Wed, 4 Nov 2009 18:58:30 +0000 (10:58 -0800)]
fix bufio test case

R=rsc
http://go/go-review/1018038

14 years agoremove "em" unit from td width specification
Robert Griesemer [Wed, 4 Nov 2009 18:58:13 +0000 (10:58 -0800)]
remove "em" unit from td width specification

R=rsc
http://go/go-review/1018037

14 years agotwo more regexp tweaks
Russ Cox [Wed, 4 Nov 2009 16:34:31 +0000 (08:34 -0800)]
two more regexp tweaks

TBR=r
http://go/go-review/1016037

14 years agoallow "no such host" and also "no answer from server";
Russ Cox [Wed, 4 Nov 2009 16:30:53 +0000 (08:30 -0800)]
allow "no such host" and also "no answer from server";
seems to help on snow leopard.

TBR=r
http://go/go-review/1018035

14 years agovarious tweaks to code review.
Russ Cox [Wed, 4 Nov 2009 11:15:24 +0000 (03:15 -0800)]
various tweaks to code review.
main one is to check at submit time that
user name being used in checkin message
is listed in the CONTRIBUTORS file.
this should catch misconfigurations.

another is to cut the @domain part
from the R= and CC= lines on checkin
messages, so that cc'ing someone on
a change does not mean their email
address is recorded for all time.

R=r
CC=go-dev
http://go/go-review/1016036

14 years agodocument gotest
Rob Pike [Wed, 4 Nov 2009 07:06:16 +0000 (23:06 -0800)]
document gotest

R=rsc
CC=go-dev
http://go/go-review/1017026

14 years agoadd " and ' to list of html-escaped chars
Robert Griesemer [Wed, 4 Nov 2009 06:52:10 +0000 (22:52 -0800)]
add " and ' to list of html-escaped chars

R=rsc
http://go/go-review/1017025

14 years agoadd goyacc to the build
Rob Pike [Wed, 4 Nov 2009 06:48:48 +0000 (22:48 -0800)]
add goyacc to the build

R=rsc
CC=go-dev
http://go/go-review/1018034