commit | a2a7d473f464d99b96366404a468d50131d61b9a | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Wed Jun 09 11:00:55 2010 -0700 |
committer | Russ Cox <rsc@golang.org> | Wed Jun 09 11:00:55 2010 -0700 |
tree | 7e88feb433e89c7c55564cbceeb37d60baf6b37e | |
parent | 42a691b8778becb7d2ee78ac171e26e03dbbf30a [diff] |
gc: more cleanup * disallow surrogate pair runes. * diagnose impossible type assertions * eliminate another static buffer. * do not overflow lexbuf. * add -u flag to disable package unsafe. R=ken2 CC=golang-dev https://golang.org/cl/1619042