]> Cypherpunks repositories - gostls13.git/commit
spec: Use "non-negative" instead of "positive"
authorMatthew Dempsky <mdempsky@google.com>
Mon, 7 Jan 2013 00:56:06 +0000 (16:56 -0800)
committerRobert Griesemer <gri@golang.org>
Mon, 7 Jan 2013 00:56:06 +0000 (16:56 -0800)
commit80a87a99cccc730980aae0b7b10c6e645869f755
tree19e540c7f963f1148d466484237249c84407f245
parent47e5266a225476961dfc3e0b26a2e3e620d89114
spec: Use "non-negative" instead of "positive"

Replacing division-by-power-of-2 with right-shift is valid for
zero too.

R=gri
CC=golang-dev
https://golang.org/cl/7027049
doc/go_spec.html