aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-02-05handle nils safely in Printf.Rob Pike
2010-02-04Added mingw specific build stubs.Joe Poirier
2010-02-04time: Sleep through interruptionsChristopher Wedgwood
2010-02-04FreeBSD: Kill only takes pid & signalChristopher Wedgwood
2010-02-046l: move mapped symbol table lower in memoryAndrew Gerrand
2010-02-04In draw.Draw, separate the source-point and mask-point.Nigel Tao
2010-02-04syscall: on freebsd, darwin, give Kill same signature as on linuxRuss Cox
2010-02-04Add named colors (e.g. image.Blue), suitable for exp/draw.Nigel Tao
2010-02-04http: use ChunkWriter in Request.WritePetar Maymounkov
2010-02-03os/signal: send SIGCHLDs to IncomingChristopher Wedgwood
2010-02-03search for runtime.a in the package path instead of hardcodingKai Backman
2010-02-03arm: toss make-arm.bashRuss Cox
2010-02-04Add RFC822 formats as named constants.Rob Pike
2010-02-03debug/gosym: fix test for new 6lRuss Cox
2010-02-03finalizers; merge package malloc into package runtimeRuss Cox
2010-02-03ld: include main and runtime in the library loopRuss Cox
2010-02-02sort: fix comment typoAndrey Mirtchovski
2010-02-02fix build - misc ... vs ...T fixesRuss Cox
2010-02-02bug252: make ... vs ...T crossing an error, at least for nowRuss Cox
2010-02-01gc: bug250, bug251 - recursive interface typesRuss Cox
2010-02-02New image.A type, to represent anti-aliased font glyphs.Nigel Tao
2010-02-01gc: bug246Russ Cox
2010-02-01math: change Cosh test to close, not veryclose (needed on some x86 chips)Russ Cox
2010-02-01math: add functions; update tests and special casesCharles L. Dorian
2010-02-01gc: bug242Russ Cox
2010-02-01update printer tests to use new syntaxRobert Griesemer
2010-02-01io: revised Pipe implementationRuss Cox
2010-02-02allow any scalar type in xml.Unmarshal.Rob Pike
2010-02-01gc: final ...T bug for the dayRuss Cox
2010-02-01Corrected broken assertion.Robert Griesemer
2010-02-01don't report a couple of meaningless errors in command-line modeRobert Griesemer
2010-02-02Change type of Printf's args to ... interface{}Rob Pike
2010-02-01nacl: fix build, finally fixed 8l convergence bugRuss Cox
2010-02-01http: test for ReadReqeustPetar Maymounkov
2010-02-01gc: ... T corner casesRuss Cox
2010-02-01gc: add ... T, rework plain ...Russ Cox
2010-02-01Fix redirection if the page is in a subdirectory.Rob Pike
2010-01-30Check gzip strings for NUL elements, since they are NUL-terminatedNigel Tao
2010-01-30Add a GZIP test for the empty payload.Nigel Tao
2010-01-29http: increase header line limit, let req.Host override req.URL.HostPetar Maymounkov
2010-01-29fix bug in tickRob Pike
2010-01-29math: Change veryclose to close for Sinh and Exp tests.Devon H. O'Dell
2010-01-28two minor build fixesRuss Cox
2010-01-29move comment on StringHeader to fix godoc output.Rob Pike
2010-01-28io: fix nil Write bug in PipeRuss Cox
2010-01-28added StringHeader to reflectKen Thompson
2010-01-28avoid overflow of symb buffer in 5a/6a/8a/5c/6c/8cDean Prichard
2010-01-29gzip deflater (i.e., writer).Nigel Tao
2010-01-28gc: tweak error messages, avoid internalization settings in bisonRuss Cox
2010-01-28http: add lexing functionsPetar Maymounkov