]> Cypherpunks repositories - gostls13.git/log
gostls13.git
15 years agonoted by kaib: explicit assignment initialization
Russ Cox [Tue, 10 Nov 2009 01:09:33 +0000 (17:09 -0800)]
noted by kaib: explicit assignment initialization
didn't match the composite literal initialization.

R=r
CC=kaib
http://go/go-review/1024039

15 years agoadd id tags to contribute.html
Russ Cox [Tue, 10 Nov 2009 00:56:17 +0000 (16:56 -0800)]
add id tags to contribute.html

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

15 years agocleanup style:
Robert Griesemer [Tue, 10 Nov 2009 00:19:38 +0000 (16:19 -0800)]
cleanup style:
- consistently remove all underbars from links
- this removes need for noline style
- removed unused info style

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

15 years agocomment out red TODO clauses except for the last one
Rob Pike [Tue, 10 Nov 2009 00:09:57 +0000 (16:09 -0800)]
comment out red TODO clauses except for the last one

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

15 years agoerror rewording suggested by robert.
Russ Cox [Mon, 9 Nov 2009 23:25:18 +0000 (15:25 -0800)]
error rewording suggested by robert.
update comment.

R=ken
http://go/go-review/1025031

15 years agomake search box ever so slightly wider
Robert Griesemer [Mon, 9 Nov 2009 22:49:01 +0000 (14:49 -0800)]
make search box ever so slightly wider

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

15 years agoTBR:
Robert Griesemer [Mon, 9 Nov 2009 22:44:16 +0000 (14:44 -0800)]
TBR:
fix typo that prevented function bodies from being indexed (ouch!)

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

15 years agofix for incorrect composite literal grammar
Robert Griesemer [Mon, 9 Nov 2009 20:35:56 +0000 (12:35 -0800)]
fix for incorrect composite literal grammar
(issue found by ken)

R=go-dev, rsc
http://go/go-review/1025030

15 years agoremove semis after statements in one-statement statement lists
Robert Griesemer [Mon, 9 Nov 2009 20:07:39 +0000 (12:07 -0800)]
remove semis after statements in one-statement statement lists

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

15 years agotweak documentation of commands
Russ Cox [Mon, 9 Nov 2009 19:45:15 +0000 (11:45 -0800)]
tweak documentation of commands
so that first sentence is better for cmd page.

live at http://r45:3456/cmd/

R=gri, r
http://go/go-review/1024034

15 years ago- rename Context to exprContext to remove it from public interface
Robert Griesemer [Mon, 9 Nov 2009 18:37:36 +0000 (10:37 -0800)]
- rename Context to exprContext to remove it from public interface
  (and to match the style of declContext)

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

15 years agomake search box width dynamically sized
Robert Griesemer [Mon, 9 Nov 2009 18:27:07 +0000 (10:27 -0800)]
make search box width dynamically sized

R=rsc, agl
http://go/go-review/1024032

15 years agodelete commented-out section; details now covered elsewhere
Rob Pike [Mon, 9 Nov 2009 17:46:10 +0000 (09:46 -0800)]
delete commented-out section; details now covered elsewhere

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

15 years agofix for nodeSize computation, used to determine if
Robert Griesemer [Mon, 9 Nov 2009 17:34:55 +0000 (09:34 -0800)]
fix for nodeSize computation, used to determine if
a node fits on one line:
- for purposes of measuring the node size in text,
  don't generate html or use a styler that could
  generate html as it will lead to overly large
  sizes

A consequence of this bug is that source code displayed
with godoc may show functions that fit on one line in
the source on multiple lines.

This change causes no difference to the gofmt formatting
of any files in src or misc.

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

15 years ago- exit godoc w/o crashing if negative tabwidth is provided
Robert Griesemer [Mon, 9 Nov 2009 07:42:00 +0000 (23:42 -0800)]
- exit godoc w/o crashing if negative tabwidth is provided
- minor related cleanups

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

15 years agocopy help section to install doc,
Russ Cox [Mon, 9 Nov 2009 07:38:30 +0000 (23:38 -0800)]
copy help section to install doc,
since most people won't get to the second one.

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

15 years agochange highlight color from green to yellow
Russ Cox [Mon, 9 Nov 2009 07:37:46 +0000 (23:37 -0800)]
change highlight color from green to yellow
(fits better in the color scheme).

eliminate background color on line numbers at
bottom of search results, now that they are grouped.

live at http://r45:3456/search?q=Reader

R=r, gri
http://go/go-review/1024030

15 years agoAddressing issue brought up by dsymonds:
Robert Griesemer [Mon, 9 Nov 2009 07:34:08 +0000 (23:34 -0800)]
Addressing issue brought up by dsymonds:
- When providing alternative spellings to a query, do not
  prefix it with a package qualifier as the suggestion may
  not have any results. Correctly filtering is quite a bit
  of work, and clicking the alternative spelling will always
  also show the qualified hits if they exist (but also others).
  Seems good enough for now.
- Give user feedback when the query syntax was wrong.
- Package names in search results are now links to the respective
  package documentation.
- Experimented with excluding main packages and test files
  from index with inconclusive results. Code is present and
  can be enabled by changing a flag in the source. This needs
  some more work.

R=rsc
CC=r, dsymonds
http://go/go-review/1026033

15 years agobug212, bug213.
Russ Cox [Mon, 9 Nov 2009 07:22:06 +0000 (23:22 -0800)]
bug212, bug213.

R=ken
http://go/go-review/1026032

15 years agomake hg mail more forgiving:
Russ Cox [Mon, 9 Nov 2009 06:13:10 +0000 (22:13 -0800)]
make hg mail more forgiving:
create CL first, even if gofmt is needed
or no reviewers listed.

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

15 years agomention license in install.html.
Russ Cox [Mon, 9 Nov 2009 06:12:51 +0000 (22:12 -0800)]
mention license in install.html.
tighter nav list.

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

15 years agolink the course slides from early in the tutorial
Rob Pike [Mon, 9 Nov 2009 06:03:12 +0000 (22:03 -0800)]
link the course slides from early in the tutorial

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

15 years agomake "Go for it" link to install.html.
Rob Pike [Mon, 9 Nov 2009 06:02:15 +0000 (22:02 -0800)]
make "Go for it" link to install.html.
delete the unnecessary "Programming in Go. Watch Now" from the right box.
center the video picture in the right box.

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

15 years agodelete a pointless todo in all_test.go.
Rob Pike [Mon, 9 Nov 2009 05:57:59 +0000 (21:57 -0800)]
delete a pointless todo in all_test.go.
address one in rpc/client.go

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

15 years agoimproved sentence extraction:
Robert Griesemer [Mon, 9 Nov 2009 05:48:51 +0000 (21:48 -0800)]
improved sentence extraction:
- don't forget first periods
- look at capitalization of last char before periods

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

15 years agoa nagging inconsistency: capitalization of
Russ Cox [Mon, 9 Nov 2009 05:46:20 +0000 (21:46 -0800)]
a nagging inconsistency: capitalization of
HTML vs Html, URL vs Url, HTTP vs Http,
current source is 6:1 in favor of the former,
so change instances of the latter.

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

15 years agoassorted cleanup
Russ Cox [Mon, 9 Nov 2009 05:08:27 +0000 (21:08 -0800)]
assorted cleanup

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

15 years agoMinor cleanups.
Ian Lance Taylor [Mon, 9 Nov 2009 05:00:45 +0000 (21:00 -0800)]
Minor cleanups.
These are all fairly trivial and may be ignored.

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

15 years agodelete TODO now that compiler is better at %
Rob Pike [Mon, 9 Nov 2009 04:45:39 +0000 (20:45 -0800)]
delete TODO now that compiler is better at %
adjust an inconsistency in reflect/type.go's package comment

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

15 years agouse grouping instead of colors to show non-global search hits:
Robert Griesemer [Mon, 9 Nov 2009 04:17:04 +0000 (20:17 -0800)]
use grouping instead of colors to show non-global search hits:
- introduced a new run per file containing all spots belonging
  to the same kind (e.g. var decl, const decl, etc.)
- more comments, better index.go file organization

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

15 years agofix sentence extraction
Robert Griesemer [Mon, 9 Nov 2009 02:19:06 +0000 (18:19 -0800)]
fix sentence extraction

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

15 years ago- properly align package synopses
Robert Griesemer [Mon, 9 Nov 2009 00:47:32 +0000 (16:47 -0800)]
- properly align package synopses
  (this was surprisingly hard to get right in HTML)
- show modification times in source directory listings
- various tweaks

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

15 years agoadd top-level package comments for net, reflect, malloc.
Rob Pike [Sun, 8 Nov 2009 23:57:25 +0000 (15:57 -0800)]
add top-level package comments for net, reflect, malloc.
reflect is a little more detailed than some because it affords an opportunity
to explain how to approach the library.

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

15 years agoadded package documentation
Robert Griesemer [Sun, 8 Nov 2009 23:04:30 +0000 (15:04 -0800)]
added package documentation

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

15 years agoadd a README file, so that if someone finds a
Russ Cox [Sun, 8 Nov 2009 17:57:37 +0000 (09:57 -0800)]
add a README file, so that if someone finds a
go tar ball or finds themselves staring at
http://code.google.com/p/go/source/browse/,
there is an obvious path back to golang.org

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

15 years agolinks to Go Nuts, issue tracker,
Russ Cox [Sun, 8 Nov 2009 17:50:16 +0000 (09:50 -0800)]
links to Go Nuts, issue tracker,
source code browser on code.google.com
(where LICENSE file is visible)

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

15 years agoanother attempt at utf-8 uploads.
Russ Cox [Sun, 8 Nov 2009 17:49:13 +0000 (09:49 -0800)]
another attempt at utf-8 uploads.
the last attempt broke uploads of binary files like .png

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

15 years agogo for c++ programmers; fixes.
Russ Cox [Sun, 8 Nov 2009 09:08:26 +0000 (01:08 -0800)]
go for c++ programmers; fixes.

the most substantial are the wording around semicolons
and around the channel manager nits.  both were subtly
incorrect.

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

15 years agoeffective go: tiny fixes
Russ Cox [Sun, 8 Nov 2009 09:07:53 +0000 (01:07 -0800)]
effective go: tiny fixes

one real bug: *[]float -> *[3]float

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

15 years agoTBR
Robert Griesemer [Sun, 8 Nov 2009 08:51:08 +0000 (00:51 -0800)]
TBR
1st step of renaming dirList.html -> dirlist.html
(OS X filenames are not capitalization-sensitive)

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

15 years agoTBR
Robert Griesemer [Sun, 8 Nov 2009 08:49:56 +0000 (00:49 -0800)]
TBR
step 2: adding renamed dirlist.html again

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

15 years ago- better support for text files: show them nicely formatted
Robert Griesemer [Sun, 8 Nov 2009 08:40:43 +0000 (00:40 -0800)]
- better support for text files: show them nicely formatted
  instead of serving them raw
- path-related cleanups

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

15 years agomake the visited color darker instead of lighter
Rob Pike [Sun, 8 Nov 2009 08:18:15 +0000 (00:18 -0800)]
make the visited color darker instead of lighter

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

15 years agoscaled bumpers
Russ Cox [Sun, 8 Nov 2009 08:16:25 +0000 (00:16 -0800)]
scaled bumpers

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

15 years ago- avoid division-by-zero crash in tabwriter
Robert Griesemer [Sun, 8 Nov 2009 07:59:24 +0000 (23:59 -0800)]
- avoid division-by-zero crash in tabwriter
- correct tabwidth argument for some tabwriter test cases
- catch negative tabwidth flag in gofmt w/o crashing

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

15 years agoAdjust gccgo license references.
Ian Lance Taylor [Sun, 8 Nov 2009 07:42:58 +0000 (23:42 -0800)]
Adjust gccgo license references.

gccgo will be distributed under the same license as the rest
of the Go code.

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

15 years agofixes to spec. mostly minor but several of significance.
Rob Pike [Sun, 8 Nov 2009 06:00:59 +0000 (22:00 -0800)]
fixes to spec.  mostly minor but several of significance.
- carriage return is white space
- "" strings cannot span newlines
- f(g()) is ok if g is multivalue and matches f's args

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

15 years ago- added link to sources
Robert Griesemer [Sun, 8 Nov 2009 05:24:48 +0000 (21:24 -0800)]
- added link to sources
- renamed listing.html -> dirList.html
  (there is a dirs.html already, it should probably have a better name, too)

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

15 years agonice directory listings
Robert Griesemer [Sun, 8 Nov 2009 05:12:46 +0000 (21:12 -0800)]
nice directory listings

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

15 years agofix authentication in parallel LoadAllCL
Russ Cox [Sun, 8 Nov 2009 02:56:29 +0000 (18:56 -0800)]
fix authentication in parallel LoadAllCL

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

15 years agocontribute.html fixes
Russ Cox [Sun, 8 Nov 2009 02:56:00 +0000 (18:56 -0800)]
contribute.html fixes

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

15 years agotutorial fixes
Russ Cox [Sun, 8 Nov 2009 02:05:30 +0000 (18:05 -0800)]
tutorial fixes

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

15 years agoFAQ edits
Russ Cox [Sun, 8 Nov 2009 01:31:22 +0000 (17:31 -0800)]
FAQ edits

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

15 years agorequire Mercurial 1.3 again (how did that get dropped?)
Russ Cox [Sun, 8 Nov 2009 01:30:40 +0000 (17:30 -0800)]
require Mercurial 1.3 again (how did that get dropped?)

avoid deprecation warning about os.popen3

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

15 years agolanguage design FAQ edits
Russ Cox [Sun, 8 Nov 2009 01:25:53 +0000 (17:25 -0800)]
language design FAQ edits

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

15 years agofix a few style nits; arrange the doc list in
Russ Cox [Sun, 8 Nov 2009 00:46:49 +0000 (16:46 -0800)]
fix a few style nits; arrange the doc list in
an order we want people to read the docs.

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

15 years agoAdd flags of type float to the flag package.
Vish Subramanian [Sat, 7 Nov 2009 23:52:27 +0000 (15:52 -0800)]
Add flags of type float to the flag package.

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

15 years ago- support to extract one-line package synopsis for package listings
Robert Griesemer [Sat, 7 Nov 2009 21:17:53 +0000 (13:17 -0800)]
- support to extract one-line package synopsis for package listings
- formatting in dirs.html is crude, needs better html (open to suggestions),
  but shows the synopsis
- many package comments should probably be adjusted such that the first
  sentence is more concise

R=rsc, iant
http://go/go-review/1025014

15 years ago- blank before opening { for multi-line composite literals (as preferred by r)
Robert Griesemer [Sat, 7 Nov 2009 21:01:52 +0000 (13:01 -0800)]
- blank before opening { for multi-line composite literals (as preferred by r)
- blank padding around composite literal contents for a less dense look
  (most if not all composite literals were written in that style before gofmt
  ran through them)
- corresponding (internal) flag: compositeLitBlank

- don't print a semi after a one-statement statement list (as preferred by r)
- corresponding (internal flag): fewerSemis

- the number of changes in nodes.go is huge because of the removed semis;
  hg mail requires that I gofmt the file before

With both flags set to false, this CL causes no gofmt formatting change. We
can turn them on if we like it (and then remove the flags). Will submit with
flags disabled.

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

15 years agoIgnore more unimportant files.
Ian Lance Taylor [Sat, 7 Nov 2009 20:27:11 +0000 (12:27 -0800)]
Ignore more unimportant files.
- Emacs backup files.
- *.orig files left by hg merge conflicts.
- core files.
- generated enam.c files.
- runtime.acid now has an architecture.

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

15 years agonew style; live at http://r45:3456/
Russ Cox [Sat, 7 Nov 2009 20:11:28 +0000 (12:11 -0800)]
new style; live at http://r45:3456/

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

15 years agochange --enable-languages flag to include c, c++ in first mention
Rob Pike [Sat, 7 Nov 2009 19:22:30 +0000 (11:22 -0800)]
change --enable-languages flag to include c, c++ in first mention

R=iant
http://go/go-review/1026016

15 years agoadd an item about open source
Rob Pike [Sat, 7 Nov 2009 06:48:05 +0000 (22:48 -0800)]
add an item about open source

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

15 years agoTypo fixes.
David Symonds [Sat, 7 Nov 2009 02:43:57 +0000 (18:43 -0800)]
Typo fixes.

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

15 years agocodereview: print gofmt message when aborting
Russ Cox [Sat, 7 Nov 2009 02:40:30 +0000 (18:40 -0800)]
codereview: print gofmt message when aborting

R=r
CC=vish
http://go/go-review/1026013

15 years ago8g has an optimizer; update its description
Rob Pike [Sat, 7 Nov 2009 01:31:23 +0000 (17:31 -0800)]
8g has an optimizer; update its description

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

15 years agoContribute code instructions to use "hg codereview-login" did not work for me. I...
Vish Subramanian [Sat, 7 Nov 2009 01:08:47 +0000 (17:08 -0800)]
Contribute code instructions to use "hg codereview-login" did not work for me. I had to use
"hg code-login".

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

15 years agoAdd vish to contributors.
Vish Subramanian [Sat, 7 Nov 2009 01:05:42 +0000 (17:05 -0800)]
Add vish to contributors.

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

15 years agomake temporary google.com -> golang.org hack more sophisticated
Russ Cox [Sat, 7 Nov 2009 01:02:47 +0000 (17:02 -0800)]
make temporary google.com -> golang.org hack more sophisticated

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

15 years ago8g optimizer
Ken Thompson [Sat, 7 Nov 2009 00:51:49 +0000 (16:51 -0800)]
8g optimizer

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

15 years agoformat composite literal types that are "short" struct type literals
Robert Griesemer [Sat, 7 Nov 2009 00:34:19 +0000 (16:34 -0800)]
format composite literal types that are "short" struct type literals
on one line for a more compact representation of some composite Literals

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

15 years ago- application of gofmt with one-line composite literal structs enabled
Robert Griesemer [Sat, 7 Nov 2009 00:33:53 +0000 (16:33 -0800)]
- application of gofmt with one-line composite literal structs enabled
- this CL is dependent on CL 1025008

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

15 years agoarm port description.
Kai Backman [Fri, 6 Nov 2009 23:58:23 +0000 (15:58 -0800)]
arm port description.

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

15 years agoRename go_gccgo_setup to gccgo_install.
Ian Lance Taylor [Fri, 6 Nov 2009 22:36:34 +0000 (14:36 -0800)]
Rename go_gccgo_setup to gccgo_install.

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

15 years ago- one-line funcs in misc
Robert Griesemer [Fri, 6 Nov 2009 22:27:41 +0000 (14:27 -0800)]
- one-line funcs in misc
gofmt -w misc

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

15 years ago- fine-tuning of one-line func heuristic (nodes.go)
Robert Griesemer [Fri, 6 Nov 2009 22:24:38 +0000 (14:24 -0800)]
- fine-tuning of one-line func heuristic (nodes.go)
- enabled for function declarations (not just function literals)
- applied gofmt -w $GOROOT/src
(look for instance at src/pkg/debug/elf/elf.go)

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

15 years agoExpand section on building gccgo.
Ian Lance Taylor [Fri, 6 Nov 2009 22:16:47 +0000 (14:16 -0800)]
Expand section on building gccgo.

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

15 years agoAdd a document on contributing to gccgo.
Ian Lance Taylor [Fri, 6 Nov 2009 22:15:41 +0000 (14:15 -0800)]
Add a document on contributing to gccgo.

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

15 years agoupdated godoc documentation
Robert Griesemer [Fri, 6 Nov 2009 22:00:49 +0000 (14:00 -0800)]
updated godoc documentation

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

15 years agofix argument order bug for float
Kai Backman [Fri, 6 Nov 2009 21:51:17 +0000 (13:51 -0800)]
fix argument order bug for float

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

15 years agowith rsc: argsize rounding to 8 smashes stack data on 32bit machines.
Kai Backman [Fri, 6 Nov 2009 21:50:58 +0000 (13:50 -0800)]
with rsc: argsize rounding to 8 smashes stack data on 32bit machines.

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

15 years agoAdded tag release, release.2009-11-06 for changeset 1f0a01c93d30
Russ Cox [Fri, 6 Nov 2009 21:42:04 +0000 (13:42 -0800)]
Added tag release, release.2009-11-06 for changeset 1f0a01c93d30

15 years agoreplaced "Expressive" with "expressive" for a cleaner look
Robert Griesemer [Fri, 6 Nov 2009 20:52:04 +0000 (12:52 -0800)]
replaced "Expressive" with "expressive" for a cleaner look

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

15 years agobig: fix carry error, add test case.
Adam Langley [Fri, 6 Nov 2009 19:36:21 +0000 (11:36 -0800)]
big: fix carry error, add test case.
crypto/x509: reenable tests.

R=gri
CC=go-dev
http://go/go-review/1026004

15 years agominor fixups by gofmt
Robert Griesemer [Fri, 6 Nov 2009 19:00:06 +0000 (11:00 -0800)]
minor fixups by gofmt

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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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