1
0
mirror of https://github.com/golang/go synced 2024-10-04 15:11:20 -06:00
go/src/pkg
Russ Cox 36b5e1d698 io: clarify Read, ReadAt, Copy, Copyn EOF behavior
R=golang-dev, bradfitz, iant, dsymonds, nigeltao, r
CC=golang-dev
https://golang.org/cl/4629062
2011-06-22 19:33:07 -04:00
..
archive os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
asn1 asn1: fix marshalling of empty optional RawValues 2011-06-01 12:54:16 -04:00
big os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
bufio os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
bytes os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
cmath src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
compress os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
container pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
crypto os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
debug os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
ebnf ebnf: follow EBNF for EBNF faithfully 2011-06-08 09:10:30 -07:00
encoding respect goto restrictions 2011-06-17 06:07:13 -04:00
exec exec: better error message for windows LookPath 2011-06-23 09:16:20 +10:00
exp First cut at the parser for the new template package. 2011-06-23 09:27:28 +10:00
expvar pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
flag sort: change IntArray etc. to IntSlice for better name hygiene. 2011-06-11 09:25:18 +10:00
fmt os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
go os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
gob os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
hash gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptr 2011-06-17 16:12:14 -04:00
html html: improve attribute parsing, note package status 2011-06-06 15:56:15 -07:00
http os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
image image: basic test for the 16-bits-per-color-channel types. 2011-06-23 08:39:00 +10:00
index/suffixarray pkg: spelling tweaks, I-Z 2011-05-30 18:02:59 +10:00
io io: clarify Read, ReadAt, Copy, Copyn EOF behavior 2011-06-22 19:33:07 -04:00
json fix tree for reflect rename 2011-04-25 13:39:36 -04:00
log src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
mail os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
math math: add sqrt_arm.s and sqrtGoC.go as fallback to soft fp emulation 2011-06-09 17:19:08 -04:00
mime mime: fix RFC references 2011-06-20 07:41:18 -07:00
net os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
netchan os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
os Fix Windows build; ErrorString->NewError 2011-06-22 11:33:30 -07:00
patch respect goto restrictions 2011-06-17 06:07:13 -04:00
path path/filepath: skip permission test in all.bash 2011-06-02 12:26:43 -04:00
rand os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
reflect gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptr 2011-06-17 16:12:14 -04:00
regexp regexp: add a package prefix to error strings. 2011-06-17 10:50:38 +10:00
rpc os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
runtime nacl, tiny: remove vestiges 2011-06-21 12:02:40 -04:00
scanner src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
smtp encoding/base64: add DecodeString and EncodeToString 2011-05-25 12:24:36 -07:00
sort sort: change the name of Float64Array to Float64Slice. 2011-06-16 17:48:02 +10:00
strconv os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
strings os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
sync sync: restore GOMAXPROCS during benchmarks 2011-06-22 16:20:37 -04:00
syscall syscall: add tty support to StartProcess 2011-06-22 18:07:20 -04:00
syslog os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
tabwriter pkg: spelling tweaks, I-Z 2011-05-30 18:02:59 +10:00
template template: rearrange the code into separate files. 2011-06-06 21:33:02 +00:00
testing testing: check that tests and benchmarks do not affect GOMAXPROCS 2011-06-03 13:50:44 -04:00
time os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
try fix tree for reflect rename 2011-04-25 13:39:36 -04:00
unicode unicode: add case folding tables 2011-06-16 17:56:25 -04:00
unsafe src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
utf8 src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
utf16 gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
websocket os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
xml os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
deps.bash build: use awk instead of giant egrep regexp 2011-06-16 00:04:24 -04:00
Makefile crypto/openpgp: add ElGamal support. 2011-06-21 21:00:49 -04:00