1
0
mirror of https://github.com/golang/go synced 2024-11-12 07:00:21 -07:00

doc/devel: release notes tweak

R=r
CC=golang-dev
https://golang.org/cl/3707041
This commit is contained in:
Andrew Gerrand 2010-12-16 12:51:01 +11:00
parent b05dd118ce
commit e253d37d3e

View File

@ -79,7 +79,7 @@ If necessary, the NaCl code can be recovered from the repository history.
* os: fix test of RemoveAll.
* os/inotify: new package (thanks Balazs Lecz).
* os: make MkdirAll work with symlinks (thanks Ryan Hitchman).
* regexp: simplify code for brackets, speed up by about 30%.
* regexp: speed up by about 30%; also simplify code for brackets.
* runtime/linux/386: set FPU to 64-bit precision.
* runtime: remove paranoid mapping at 0.
* suffixarray: add Bytes function.