1
0
mirror of https://github.com/golang/go synced 2024-10-02 10:18:33 -06:00
go/src/pkg
Dave Cheney d28133dc9f net: remove another unguarded sysfile == nil check
Putting aside the unguarded access to fd.sysfile, the condition will never be true as fd.incref above handles the closed condition.

R=mikioh.mikioh, dvyukov
CC=golang-dev
https://golang.org/cl/6845062
2012-11-21 15:04:22 +11:00
..
archive archive/zip: handle extra data headers with no body 2012-11-18 00:45:47 +11:00
bufio bufio: remove a little unnecessary indirection in tests. 2012-10-20 13:02:29 +11:00
builtin builtin: Changed documentation for rune type. 2012-09-18 11:01:10 -07:00
bytes gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
compress compress/flate: shrink decompressor struct for better performance 2012-11-01 13:57:24 -04:00
container container/list: fix typo 2012-10-28 21:16:50 +11:00
crypto crypto/md5: speed up aligned writes and test/bench unaligned writes 2012-11-18 02:23:34 +08:00
database/sql all: clear execute bit 2012-11-01 10:04:42 +09:00
debug debug/elf: fix offset for GNU version symbols 2012-11-15 03:36:19 +11:00
encoding encoding/json: skip unexpected null values 2012-11-12 15:35:11 -05:00
errors pkg: a slew of examples 2012-02-18 11:48:33 +11:00
exp exp/types: don't test importing types if using gccgo 2012-11-19 21:56:24 -08: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 gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
go go/printer: simply ignore filename changes in position information 2012-11-19 13:23:32 -08:00
hash build: make int 64 bits on amd64 2012-09-24 20:57:01 -04:00
html gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
image image/jpeg: handle fill bytes. 2012-11-08 10:36:29 +11:00
index/suffixarray all: various typos 2012-03-13 17:29:07 -07:00
io io: add ByteWriter interface 2012-10-30 10:51:29 +01:00
log log/syslog: don't append \n if there is one 2012-07-27 14:22:27 -04:00
math gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
mime mime/multipart: transparently decode quoted-printable transfer encoding 2012-11-19 19:50:19 -08:00
net net: remove another unguarded sysfile == nil check 2012-11-21 15:04:22 +11:00
old/netchan gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
os os: add FileMode.IsRegular 2012-11-15 11:46:00 -08:00
path gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
reflect reflect: fix FieldByNameFunc 2012-11-13 10:45:30 -08:00
regexp regexp: add simple package-level example 2012-11-14 10:43:21 +01:00
runtime runtime: gdb support: use parse_and_eval to get the goroutine id 2012-11-19 10:22:47 -08:00
sort sort: fix comment for various Search routines 2012-11-07 05:07:46 +08:00
strconv strconv: Removed unnecessary use of goto. Made code easier to read. 2012-11-14 09:42:48 -08:00
strings gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
sync sync/atomic: fix race instrumentation 2012-11-15 21:30:24 +04:00
syscall syscall: fix data races in LazyDLL/LazyProc 2012-11-16 12:06:48 +04:00
testing gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
text gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
time time: clarify why timer.Stop and ticker.Stop don't close the channel 2012-11-08 23:25:48 +08:00
unicode unicode: move unicode and related packages to Unicode 6.2.0. 2012-10-31 17:32:16 +01:00
unsafe unsafe: fix a typo 2012-10-19 16:35:15 +11:00