go/src
Marcel van Lohuizen cadbd3ea49 exp/norm: fixed two unrelated bugs in normalization library.
1) incorrect length given for out buffer in String.
2) patchTail bug that could cause characters to be lost
   when crossing into the out-buffer boundary.

Added tests to expose these bugs.  Also slightly improved
performance of Bytes() and String() by sharing the reorderBuffer
across operations.

Fixes #2567.

R=r
CC=golang-dev
https://golang.org/cl/5502069
2011-12-23 18:21:26 +01:00
..
cmd cmd/go: two testing fixes 2011-12-22 22:24:43 -05:00
lib9 lib9: fix windows build 2011-11-07 14:16:00 -05:00
libbio
libmach os: OS-dependent bits to support NetBSD. 2011-12-15 12:19:19 -05:00
pkg exp/norm: fixed two unrelated bugs in normalization library. 2011-12-23 18:21:26 +01:00
Make.ccmd
Make.clib
Make.cmd
Make.common
Make.inc ld: allow for IMAGE_REL_AMD64_ADDR32NB relocation type 2011-12-16 10:32:14 +11:00
Make.pkg runtime: separate out auto-generated files, take 2 2011-12-19 15:51:13 -05:00
all-qemu.bash
all.bash
buildinfo.sh build: fix build 2011-12-20 17:00:52 -05:00
buildscript.sh buildscript: make script safer, same output on Windows 2011-12-21 15:58:05 -05:00
buildscript_darwin_386.sh fix build: updated build scripts 2011-12-22 15:37:09 -08:00
buildscript_darwin_amd64.sh fix build: correct build scripts 2011-12-22 15:52:33 -08:00
buildscript_freebsd_386.sh fix build: updated build scripts 2011-12-22 15:37:09 -08:00
buildscript_freebsd_amd64.sh fix build: correct build scripts 2011-12-22 15:52:33 -08:00
buildscript_linux_386.sh fix build: updated build scripts 2011-12-22 15:37:09 -08:00
buildscript_linux_amd64.sh fix build: correct build scripts 2011-12-22 15:52:33 -08:00
buildscript_linux_arm.sh fix build: updated build scripts 2011-12-22 15:37:09 -08:00
buildscript_netbsd_386.sh fix build: updated build scripts 2011-12-22 15:37:09 -08:00
buildscript_netbsd_amd64.sh fix build: correct build scripts 2011-12-22 15:52:33 -08:00
buildscript_openbsd_386.sh fix build: updated build scripts 2011-12-22 15:37:09 -08:00
buildscript_openbsd_amd64.sh fix build: correct build scripts 2011-12-22 15:52:33 -08:00
buildscript_plan9_386.sh fix build: updated build scripts 2011-12-22 15:37:09 -08:00
buildscript_windows_386.sh fix build: updated build scripts 2011-12-22 15:37:09 -08:00
buildscript_windows_amd64.sh fix build: correct build scripts 2011-12-22 15:52:33 -08:00
clean.bash test/bench/go1: first draft of Go 1 benchmark suite 2011-12-15 12:32:59 -05:00
env.bash build: use go command during build 2011-12-20 16:50:13 -05:00
make.bash build: fixes for Windows 2011-12-21 15:57:47 -05:00
quietgcc.bash
run.bash cmd/go: many improvements 2011-12-21 07:47:12 -05:00
sudo.bash
version.bash