commit 174ca90b2cad59b1525e0db85ffe25aa3f8e75dc [browse]
Author: Andrew Gerrand
Date: 2010-05-05 12:12:04 +10:00
release.2010-05-04
R=r, rsc
CC=golang-dev
https://golang.org/cl/1094043
commit df674ffb43628bde1221f3a34c98f91f44528b97 [browse]
Author: Robert Griesemer
Date: 2010-05-04 17:31:40 -07:00
go spec: clarification of make arguments,
specification of runtime exceptions for
make and division by zero
R=r, rsc, ken2, iant
CC=golang-dev
https://golang.org/cl/1081041
commit a3a0a5fdc3bc2debdc5fda4c11fc013076795df4 [browse]
Author: Ken Thompson
Date: 2010-05-03 22:51:30 -07:00
allow data statements for simple
external variable assignements.
R=rsc
CC=golang-dev
https://golang.org/cl/1094041
commit b9caa4ac56f306e4195dcbf5db1afd831a6049fa [browse]
Author: Robert Griesemer
Date: 2010-05-03 18:48:05 -07:00
big: completed set of Int division routines & cleanups
- renamed Len -> BitLen, simplified implementation
- renamed old Div, Mod, DivMod -> Que, Rem, QuoRem
- implemented Div, Mod, DivMod (Euclidian definition, more
useful in a mathematical context)
- fixed a bug in Exp (-0 was possible)
- added extra tests to check normalized results everywhere
- uniformly set Int.neg flag at the end of computations
- minor cosmetic cleanups
- ran all tests
R=rsc
CC=golang-dev
https://golang.org/cl/1091041
commit 32df67889433b43f0e20c89dec5a8f88920bddcf [browse]
Author: Russ Cox
Date: 2010-05-03 17:51:48 -07:00
gc: bug264
Fixes #692.
R=ken2
CC=golang-dev
https://golang.org/cl/1092041
clone the repository to get more history