1
0
mirror of https://github.com/golang/go synced 2024-10-04 18:31:22 -06:00
go/src/pkg
Michael Hudson-Doyle 0a6ad46b4f reflect: Add tests for Call with functions taking and returning structs.
gccgo has problems using reflect.Call with functions that take and
return structs with no members.  Prior to fixing that problem there, I
thought it sensible to add some tests of this situation.

Update #6761

First contribution to Go, apologies in advance if I'm doing it wrong.

R=golang-dev, dave, minux.ma, iant, khr, bradfitz
CC=golang-dev
https://golang.org/cl/26570046
2013-12-17 14:49:51 -08:00
..
archive archive/tar: fix a case where USTAR-split is not working correctly. 2013-09-06 16:49:38 -04:00
bufio bufio: add Writer example 2013-08-12 13:03:50 +10:00
builtin builtin: document print and println 2013-07-09 16:20:19 -07:00
bytes all: add missing copyright 2013-12-17 06:52:32 -08:00
compress all: add missing copyright 2013-12-17 06:52:32 -08:00
container container/list: Add missing period to doc comment for Front 2013-12-17 14:21:11 -08:00
crypto all: add missing copyright 2013-12-17 06:52:32 -08:00
database/sql database/sql: fix typo in comment 2013-12-18 08:17:43 +11:00
debug debug/goobj: add package for reading new Go object files 2013-12-16 12:52:21 -05:00
encoding encoding/gob: do not hide an unsafe.Pointer in a uintptr 2013-12-03 15:24:27 -08:00
errors
expvar
flag flag: export commandLine, the previously internal default FlagSet 2013-08-08 11:50:58 +10:00
fmt fmt: Fix signed zero-padding for positive floats 2013-12-12 06:40:16 -08:00
go go/doc: add full stop of Japanese, Chinese and Korean. 2013-11-05 15:13:50 +11:00
hash all: change textflags from numbers to symbols. 2013-08-12 10:25:36 -07:00
html html/template: update the Tree field after parsing new templates 2013-09-25 10:00:09 +10:00
image image: roll back 13239051 (add RGB and RGB48) 2013-12-17 10:49:45 -08:00
index/suffixarray
io io: prevent write to PipeWriter after Close 2013-08-13 11:04:09 -07:00
log syslog: fix data race on 'crashy' in test function 2013-09-09 16:17:59 -04:00
math math/rand: minor optimization to Perm 2013-12-17 13:49:34 +11:00
mime all: dragonfly support 2013-08-24 02:22:52 +10:00
net net: reimplement toLower to not depend on strings 2013-12-17 14:19:11 -08:00
os os: avoid a string concat in readdir 2013-12-17 12:25:32 -08:00
path os, path/filepath: don't ignore Lstat errors in Readdir 2013-12-17 12:19:01 -08:00
reflect reflect: Add tests for Call with functions taking and returning structs. 2013-12-17 14:49:51 -08:00
regexp all: add missing copyright 2013-12-17 06:52:32 -08:00
runtime runtime: don't crash in SetFinalizer if sizeof *x is zero 2013-12-17 14:18:58 -08:00
sort sort: move example to package level and simplify further 2013-09-16 13:02:01 +10:00
strconv all: add missing copyright 2013-12-17 06:52:32 -08:00
strings strings: Add example function for IndexAny 2013-12-16 10:50:56 -08:00
sync sync/atomic: explain how to subtract an unsigned constant 2013-10-03 10:40:42 -07:00
syscall syscall: skip routing messages with mismatched version 2013-12-11 00:03:46 +11:00
testing cmd/godoc: document package-level examples 2013-11-11 12:09:24 +11:00
text net, text/tabwriter: use cap arg to make 2013-12-12 10:13:17 +04:00
time time: fix test error in Chinese edition of Windows 2013-12-17 02:43:14 -05:00
unicode all: add missing copyright 2013-12-17 06:52:32 -08:00
unsafe