summaryrefslogtreecommitdiff
path: root/src/hash/crc32
Commit message (Collapse)AuthorAgeFilesLines
* all: power64 is now ppc64Russ Cox2014-12-051-1/+1
| | | | | | | | | Fixes issue 8654. LGTM=austin R=austin CC=golang-codereviews https://codereview.appspot.com/180600043
* [dev.cc] all: merge default (e4ab8f908aac) into dev.ccRuss Cox2014-11-201-1/+1
|\ | | | | | | | | | | TBR=austin CC=golang-codereviews https://codereview.appspot.com/179040044
| * build: merge the great pkg/ rename into dev.power64Austin Clements2014-10-221-1/+1
| | | | | | | | | | | | | | | | | | This also removes pkg/runtime/traceback_lr.c, which was ported to Go in an earlier commit and then moved to runtime/traceback.go. Reviewer: rsc@golang.org rsc: LGTM
* | hash/crc32: fix comment that the IEEE polynomial applies to MPEG-2.Nigel Tao2014-11-121-2/+2
|/ | | | | | | LGTM=minux R=adg, minux CC=golang-codereviews https://codereview.appspot.com/170520043
* build: move package sources from src/pkg to srcRuss Cox2014-09-086-0/+403
Preparation was in CL 134570043. This CL contains only the effect of 'hg mv src/pkg/* src'. For more about the move, see golang.org/s/go14nopkg.