index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
Age
Commit message (
Expand
)
Author
2011-07-12
[release-branch.r58] cgo: handle new Apple LLVM-based gcc from Xcode 4.2
release.r58.1
Russ Cox
2011-07-11
[release-branch.r58] build: use awk instead of giant egrep regexp
Russ Cox
2011-07-11
[release-branch.r58] runtime/cgo: fix for OS X 10.7
Russ Cox
2011-06-10
image: add Paletted.Set, and a basic test of the concrete image types.
Nigel Tao
2011-06-10
sync/atomic: fix arm check64 bug
Andrew Gerrand
2011-06-09
http: fix regression permitting io.Copy on HEAD response
Brad Fitzpatrick
2011-06-10
mail: decode RFC 2047-encoded words, not phrases.
David Symonds
2011-06-09
5l: fix softfloat nits
Russ Cox
2011-06-09
math: add sqrt_arm.s and sqrtGoC.go as fallback to soft fp emulation
Fan Hongjian
2011-06-09
runtime: improve memmove
Quan Yong Zhai
2011-06-09
runtime: increase maximum number of windows callbacks
Alex Brainman
2011-06-09
mail: decode "Q"-encoded mail addresses.
David Symonds
2011-06-09
compress/lzw: reduce decoder buffer size from 3*4096 to 2*4096.
Nigel Tao
2011-06-08
http: fix handling of 0-lengthed http requests
Brad Fitzpatrick
2011-06-08
http: change most map[string][]string types to new Values type
Brad Fitzpatrick
2011-06-08
big: removed some gratuitous +/-1's
Robert Griesemer
2011-06-08
ebnf: follow EBNF for EBNF faithfully
Robert Griesemer
2011-06-08
big: gobs for big rats
Robert Griesemer
2011-06-08
os: fix Getenv for Plan 9. Truncate the rightmost char if it is '\0'.
Yuval Pavel Zholkover
2011-06-07
runtime: SysMap uses MAP_FIXED if needed on 64-bit Linux
Jonathan Mark
2011-06-08
mail: format addresseses correctly.
David Symonds
2011-06-07
big.nat: Improved speed of nat-to-string conversion
Michael T. Jones
2011-06-07
exec: export the underlying *os.Process in Cmd
Brad Fitzpatrick
2011-06-07
net: fix bug in net.Interfaces: handle elastic sdl_data size correctly
Mikio Hara
2011-06-07
compress/lzw: do not use background goroutines
Russ Cox
2011-06-07
godefs: do not assume forward type references are enums
Robert Hencke
2011-06-07
strconv: change Quote to be Unicode-friendly,
Rob Pike
2011-06-07
image/gif: fix buglet in graphics extension.
Rob Pike
2011-06-06
html: improve attribute parsing, note package status
Brad Fitzpatrick
2011-06-06
template: rearrange the code into separate files.
Rob Pike
2011-06-06
big: Rat always outputs the requested precision from FloatString
Graham Miller
2011-06-06
crypto: reorg, cleanup and add function for generating CRLs.
Adam Langley
2011-06-06
os: add Process.Kill and Process.Signal
Evan Shaw
2011-06-06
netchan: added drain method to importer.
David Jakob Fritz
2011-06-06
mail: address list parsing.
David Symonds
2011-06-06
crypto/twofish: fix Reset index overflow bug.
Andrew Gerrand
2011-06-06
image/tiff: support for bit depths other than 8.
Benny Siegert
2011-06-06
go/build: fix windows build by commenting out references to stdout and stderr...
Alex Brainman
2011-06-06
go/build: exclude cgo test from arm
Andrew Gerrand
2011-06-05
image/draw: move exp/draw to image/draw and exp/gui.
Nigel Tao
2011-06-04
go/build: new package for building go programs
Andrew Gerrand
2011-06-04
unicode: for consistency with MaxRune, s/Latin1Max/MaxLatin1/ and
Rob Pike
2011-06-04
unicode: add the first few property tests for printing.
Rob Pike
2011-06-03
ebnf: update comment
Robert Griesemer
2011-06-03
http: don't fail on accept hitting EMFILE
Brad Fitzpatrick
2011-06-03
net: fix windows build
Mikio Hara
2011-06-03
net: add network interface identification API
Mikio Hara
2011-06-03
testing: check that tests and benchmarks do not affect GOMAXPROCS
Dmitriy Vyukov
2011-06-03
image: rename Contains and ContainsRectangle to In.
Nigel Tao
2011-06-03
gc: allow tags on parameters in export section of object files.
Luuk van Dijk
[next]