1
0
mirror of https://github.com/golang/go synced 2024-10-05 18:31:28 -06:00
go/src/pkg
Russ Cox 10ea6519e4 build: make int 64 bits on amd64
The assembly offsets were converted mechanically using
code.google.com/p/rsc/cmd/asmlint. The instruction
changes were done by hand.

Fixes #2188.

R=iant, r, bradfitz, remyoudompheng
CC=golang-dev
https://golang.org/cl/6550058
2012-09-24 20:57:01 -04:00
..
archive
bufio
builtin builtin: Changed documentation for rune type. 2012-09-18 11:01:10 -07:00
bytes build: make int 64 bits on amd64 2012-09-24 20:57:01 -04:00
compress compress/flate: move the history buffer out of the decompressor struct. 2012-09-24 17:58:08 +10:00
container
crypto crypto/tls: support session ticket resumption. 2012-09-24 16:52:43 -04:00
database/sql
debug debug/pe: add symbol support 2012-09-22 17:56:49 +10:00
encoding encoding/asn1: prepare for 64-bit ints 2012-09-24 10:30:37 -04:00
errors
exp exp/locale/collate/tools/colcmp: implementation of colcmp tool used for comparing 2012-09-24 13:22:03 +09:00
expvar
flag
fmt
go pkg/go/ast: Avoid doing zero-length writes to the fd. 2012-09-24 08:30:28 +10:00
hash build: make int 64 bits on amd64 2012-09-24 20:57:01 -04:00
html text/template: allow .Field access to parenthesized expressions 2012-09-24 13:23:15 +10:00
image image/jpeg: ignore an incorrect but harmless trailing restart marker. 2012-09-18 21:57:33 +10:00
index/suffixarray
io
log
math build: make int 64 bits on amd64 2012-09-24 20:57:01 -04:00
mime
net net: add read, write message methods to IPConn, UDPConn 2012-09-25 06:57:32 +09:00
old/netchan
os os: use small writes during console io 2012-09-19 16:55:21 +10:00
path
reflect reflect: add MakeFunc (API CHANGE) 2012-09-24 20:06:32 -04:00
regexp regexp/syntax: define accepted syntax 2012-09-24 15:33:53 -04:00
runtime build: make int 64 bits on amd64 2012-09-24 20:57:01 -04:00
sort
strconv
strings bytes, strings: add Fields benchmarks 2012-09-18 15:02:08 -04:00
sync all: match asm variable names to Go func declarations 2012-09-21 00:35:56 -04:00
syscall syscall: prepare for 64-bit ints 2012-09-24 00:06:22 -04:00
testing testing: document -test.bench flag 2012-09-24 13:05:47 -07:00
text text/template: allow .Field access to parenthesized expressions 2012-09-24 13:23:15 +10:00
time time: prepare for 64-bit ints 2012-09-23 23:04:28 -04:00
unicode unicode: performance improvements (API change) 2012-09-21 00:35:25 -04:00
unsafe