aboutsummaryrefslogtreecommitdiff
path: root/src/pkg
AgeCommit message (Expand)Author
2011-10-18[release-branch.r58] reflect: disallow Interface method on Value obtained via...release.r58.2Andrew Gerrand
2011-07-12[release-branch.r58] cgo: handle new Apple LLVM-based gcc from Xcode 4.2release.r58.1Russ Cox
2011-07-11[release-branch.r58] build: use awk instead of giant egrep regexpRuss Cox
2011-07-11[release-branch.r58] runtime/cgo: fix for OS X 10.7Russ Cox
2011-06-10image: add Paletted.Set, and a basic test of the concrete image types.Nigel Tao
2011-06-10sync/atomic: fix arm check64 bugAndrew Gerrand
2011-06-09http: fix regression permitting io.Copy on HEAD responseBrad Fitzpatrick
2011-06-10mail: decode RFC 2047-encoded words, not phrases.David Symonds
2011-06-095l: fix softfloat nitsRuss Cox
2011-06-09math: add sqrt_arm.s and sqrtGoC.go as fallback to soft fp emulationFan Hongjian
2011-06-09runtime: improve memmoveQuan Yong Zhai
2011-06-09runtime: increase maximum number of windows callbacksAlex Brainman
2011-06-09mail: decode "Q"-encoded mail addresses.David Symonds
2011-06-09compress/lzw: reduce decoder buffer size from 3*4096 to 2*4096.Nigel Tao
2011-06-08http: fix handling of 0-lengthed http requestsBrad Fitzpatrick
2011-06-08http: change most map[string][]string types to new Values typeBrad Fitzpatrick
2011-06-08big: removed some gratuitous +/-1'sRobert Griesemer
2011-06-08ebnf: follow EBNF for EBNF faithfullyRobert Griesemer
2011-06-08big: gobs for big ratsRobert Griesemer
2011-06-08os: fix Getenv for Plan 9. Truncate the rightmost char if it is '\0'.Yuval Pavel Zholkover
2011-06-07runtime: SysMap uses MAP_FIXED if needed on 64-bit LinuxJonathan Mark
2011-06-08mail: format addresseses correctly.David Symonds
2011-06-07big.nat: Improved speed of nat-to-string conversionMichael T. Jones
2011-06-07exec: export the underlying *os.Process in CmdBrad Fitzpatrick
2011-06-07net: fix bug in net.Interfaces: handle elastic sdl_data size correctlyMikio Hara
2011-06-07compress/lzw: do not use background goroutinesRuss Cox
2011-06-07godefs: do not assume forward type references are enumsRobert Hencke
2011-06-07strconv: change Quote to be Unicode-friendly,Rob Pike
2011-06-07image/gif: fix buglet in graphics extension.Rob Pike
2011-06-06html: improve attribute parsing, note package statusBrad Fitzpatrick
2011-06-06template: rearrange the code into separate files.Rob Pike
2011-06-06big: Rat always outputs the requested precision from FloatStringGraham Miller
2011-06-06crypto: reorg, cleanup and add function for generating CRLs.Adam Langley
2011-06-06os: add Process.Kill and Process.SignalEvan Shaw
2011-06-06netchan: added drain method to importer.David Jakob Fritz
2011-06-06mail: address list parsing.David Symonds
2011-06-06crypto/twofish: fix Reset index overflow bug.Andrew Gerrand
2011-06-06image/tiff: support for bit depths other than 8.Benny Siegert
2011-06-06go/build: fix windows build by commenting out references to stdout and stderr...Alex Brainman
2011-06-06go/build: exclude cgo test from armAndrew Gerrand
2011-06-05image/draw: move exp/draw to image/draw and exp/gui.Nigel Tao
2011-06-04go/build: new package for building go programsAndrew Gerrand
2011-06-04unicode: for consistency with MaxRune, s/Latin1Max/MaxLatin1/ andRob Pike
2011-06-04unicode: add the first few property tests for printing.Rob Pike
2011-06-03ebnf: update commentRobert Griesemer
2011-06-03http: don't fail on accept hitting EMFILEBrad Fitzpatrick
2011-06-03net: fix windows buildMikio Hara
2011-06-03net: add network interface identification APIMikio Hara
2011-06-03testing: check that tests and benchmarks do not affect GOMAXPROCSDmitriy Vyukov
2011-06-03image: rename Contains and ContainsRectangle to In.Nigel Tao