1
0
mirror of https://github.com/golang/go synced 2024-10-07 20:31:24 -06:00
go/src/pkg
Joel Sing 1b6557a0cf runtime: fix netbsd/386 stack pointer handling
When manipulating the stack pointer use the UESP register instead
of the ESP register, since the UESP register is the one that gets
restored from the machine context. Fixes broken tests on netbsd/386.

R=golang-dev, minux.ma, r, bsiegert
CC=golang-dev
https://golang.org/cl/6465054
2012-08-17 21:53:02 +10:00
..
archive archive/tar: fix windows test failure 2012-05-24 14:32:18 -07:00
bufio bufio: discourage use of ReadLine 2012-08-05 14:32:09 -04:00
builtin
bytes bytes: make Join return a new buffer on len(a) == 1 2012-07-20 16:04:22 -03:00
compress compress/flate: fix panic when nlit is out of bounds. 2012-07-16 12:01:18 +10:00
container godoc: make example code more readable with new comment convention 2012-02-16 11:50:28 +11:00
crypto crypto/rand: Example for Read. 2012-08-08 12:04:54 +10:00
database/sql pkg: Removing duplicated words ("of of", etc.), mostly from comments. 2012-07-09 09:16:10 +10:00
debug debug/elf: Add support for getting DynTag string table values. 2012-08-03 14:46:20 -04:00
encoding encoding/gob: test for type registration name. 2012-07-25 09:31:27 +10:00
errors pkg: a slew of examples 2012-02-18 11:48:33 +11:00
exp exp/html: simplify testing code 2012-08-16 09:31:22 +10:00
expvar expvar: add locking to String, and use RWMutex properly throughout. 2012-03-06 09:13:26 +11:00
flag flag: fix bug in handling of booleans on error 2012-07-27 16:13:29 -07:00
fmt fmt: set p.field before nil check 2012-06-25 16:48:20 -07:00
go go/scanner: faster scanning 2012-08-14 11:26:30 -07:00
hash hash/adler32: optimize. 2012-05-25 09:58:38 +10:00
html pkg: Removing duplicated words ("of of", etc.), mostly from comments. 2012-07-09 09:16:10 +10:00
image image/jpeg: send a correct Start Of Scan (SOS) header. 2012-08-08 09:57:09 +10:00
index/suffixarray all: various typos 2012-03-13 17:29:07 -07:00
io io: amend ReaderFrom doc as per r's comment 2012-08-08 15:41:47 +10:00
log log/syslog: don't append \n if there is one 2012-07-27 14:22:27 -04:00
math math: update definition of NaN in assembly language files 2012-08-09 09:40:05 +10:00
mime syscall: return EINVAL when string arguments have NUL characters 2012-08-05 17:24:32 -04:00
net net: implement netbsd sockoptip 2012-08-16 00:44:20 +10:00
old/netchan old/regexp, old/template: delete. 2012-04-27 15:12:24 +10:00
os os/exec: disable additional file descriptor test on netbsd 2012-08-16 02:06:21 +10:00
path syscall: return EINVAL when string arguments have NUL characters 2012-08-05 17:24:32 -04:00
reflect reflect: reflect.Zero results are neither addressable nor settable 2012-07-03 16:06:24 -07:00
regexp regexp: fix glitch in doc for FindReaderIndex 2012-07-30 12:46:50 -07:00
runtime runtime: fix netbsd/386 stack pointer handling 2012-08-17 21:53:02 +10:00
sort sort: add time complexity to doc 2012-03-22 09:27:02 -07:00
strconv strconv: speedup AppendFloat/FormatFloat. 2012-08-05 20:30:13 +02:00
strings go/parser: fix comment grouping (day 1 bug) 2012-05-22 10:04:34 -07:00
sync sync: mention that WaitGroup.Add panics 2012-07-19 11:55:03 -07:00
syscall syscall: fix plan9 build broken by CL 6458050 2012-08-06 16:24:08 -04:00
testing testing: add Verbose() to expose whether -test.v is set 2012-08-09 23:41:09 +08:00
text text/scanner: report illegal hexadecimal numbers (bug fix) 2012-08-15 11:09:34 -07:00
time time: accept .999 in Parse 2012-06-04 13:09:19 -04:00
unicode all: make Unicode surrogate halves illegal as UTF-8 2012-08-08 14:01:23 -07:00
unsafe pkg: Removing duplicated words ("of of", etc.), mostly from comments. 2012-07-09 09:16:10 +10:00