aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-23release.2010-02-23 part oneweekly.2010-02-23Andrew Gerrand
R=rsc CC=golang-dev https://golang.org/cl/217108
2010-02-23misc/bbedit: treat predeclared identifiers as "keywords"Anthony Starks
R=rsc CC=golang-dev https://golang.org/cl/218064
2010-02-23crypto package documentation fixMark Zavislak
Replaces stale references to modes.go. R=golang-dev, agl, rsc CC=golang-dev https://golang.org/cl/218071
2010-02-23add Mark Zavislak (Google) to CONTRIBUTORSRuss Cox
R=adg CC=golang-dev, zavislak https://golang.org/cl/218072
2010-02-23goyacc: fix handling of / and comments in goyaccRob Pike
Fixes #618. R=rsc CC=golang-dev https://golang.org/cl/217094
2010-02-22runtime: work around Linux kernel bug in futexRuss Cox
Fixes #420. R=r CC=golang-dev https://golang.org/cl/218065
2010-02-22net: disable UDP server testRuss Cox
has been flaking on various architectures. not sure why, but doesn't seem to be Go's fault. Fixes #617. R=r CC=golang-dev https://golang.org/cl/217093
2010-02-22math: add lgamma; in-line special cases of acosh, nextafterCharles L. Dorian
Added lgamma.go, tests and special cases. R=rsc CC=golang-dev https://golang.org/cl/217060
2010-02-23Fix xgb/example.go typo.Nigel Tao
R=adg CC=golang-dev https://golang.org/cl/210047
2010-02-22go_mem: clarified unbuffered channel sync exampleAndrew Gerrand
R=rsc CC=golang-dev https://golang.org/cl/218063
2010-02-22go/printer (gofmt): remove more residue from semicolon transitionRobert Griesemer
minor unrelated cleanups R=rsc CC=golang-dev https://golang.org/cl/217086
2010-02-22http: use RawURL in Request.WritePetar Maymounkov
R=rsc CC=golang-dev https://golang.org/cl/217066
2010-02-22xml: treat bool as value in UnmarshalMichael Hoisie
R=rsc CC=golang-dev https://golang.org/cl/218050
2010-02-22effective_go: clarified small commentAndrew Gerrand
R=rsc, cw CC=golang-dev https://golang.org/cl/217085
2010-02-22http: fix bug in PostPetar Maymounkov
R=rsc CC=golang-dev https://golang.org/cl/217059
2010-02-22json: fix quoted strings in MarshalSergei Skorobogatov
R=rsc CC=golang-dev https://golang.org/cl/217047
2010-02-22A+C: add Sergei Skorobogatov (individual CLA)Russ Cox
R=adg CC=golang-dev https://golang.org/cl/218060
2010-02-22scanner: match go/scanner and disallow NUL character;Robert Griesemer
also check for illegal UTF-8 sequences R=rsc CC=golang-dev https://golang.org/cl/218061
2010-02-21http request URI should never be emptyMichael Hoisie
R=rsc, adg CC=golang-dev https://golang.org/cl/217071
2010-02-21test: rename nul.go to nul1.goRuss Cox
nul is a reserved file name in Windows R=r CC=golang-dev https://golang.org/cl/216068
2010-02-21all done except -Ken Thompson
complex divide float(complex) conversion 8g 5g etc tests R=rsc CC=golang-dev https://golang.org/cl/218044
2010-02-21gc: minor const simplificationsRuss Cox
R=ken2 CC=golang-dev https://golang.org/cl/217069
2010-02-19fixed bug in mpconst float multiply by 0.Ken Thompson
more complex -- constants, variables and print. R=rsc CC=golang-dev https://golang.org/cl/217061
2010-02-19websocket: fix binary frame size decodingTimo Savola
R=ukai, rsc CC=golang-dev https://golang.org/cl/166074
2010-02-19A+C: add Timo Savola (individual CLA)Russ Cox
R=adg CC=golang-dev, tsavola https://golang.org/cl/217049
2010-02-19go/ast: use a slice instead of a linked list for the list of commentsRobert Griesemer
(this will simplify some further changes) removed several TODOs R=rsc CC=golang-dev https://golang.org/cl/216059
2010-02-19godoc: fix path resolution for command-line one more time (sigh...)Robert Griesemer
R=rsc CC=golang-dev https://golang.org/cl/217058
2010-02-19- removed exp/parser (support for old semicolon syntax)Robert Griesemer
- go/ast: removed StringList (not needed anymore) - go/ast: changed import path and field list tag to a single string - updated all dependencies R=rsc CC=golang-dev https://golang.org/cl/217056
2010-02-19godoc: make commandline use work againRobert Griesemer
R=rsc CC=golang-dev https://golang.org/cl/216054
2010-02-19remove absolute paths from search resultsRobert Griesemer
R=adg CC=golang-dev https://golang.org/cl/216053
2010-02-19http: unified body transfer (read & write) logic in http.Request/Response.Petar Maymounkov
Compliance issue addressed here: POST requests carrying form data are required to use "identity" transfer encoding by common nginx and apache server configurations, e.g. wordpress.com (and many others). So, Request needed to be able to send non-chunked encodings. Thus, Request is extended to support identity and chunked encodings, like Response. Since the Read() and Write() logic are shared by both (and are quite long), it is exported in a separate file transfer.go. R=rsc CC=golang-dev https://golang.org/cl/217048
2010-02-19http: add Pending method to ServerConn, ClientConnPetar Maymounkov
R=rsc CC=golang-dev https://golang.org/cl/216052
2010-02-19dashboard: lots of caching to avoid datastore queriesRuss Cox
reorganize benchmark computation so that it is incremental. if it times out, it doesn't lose the pieces it already computed, so that next time it has a fighting chance to finish. R=agl1, agl CC=golang-dev https://golang.org/cl/216046
2010-02-19crypto/x509: support certificate creation.Adam Langley
R=rsc CC=golang-dev https://golang.org/cl/212041
2010-02-19http: add DumpRequest, DumpResponse, for debuggingPetar Maymounkov
R=rsc CC=golang-dev https://golang.org/cl/206050
2010-02-18http: persistent connection objectsPetar Maymounkov
R=rsc CC=golang-dev https://golang.org/cl/203051
2010-02-18http: do not edit Response.ContentLength in Response.WritePetar Maymounkov
R=rsc CC=golang-dev https://golang.org/cl/207061
2010-02-18gc: double-initializationRuss Cox
R=ken2 CC=golang-dev https://golang.org/cl/217044
2010-02-18combined pchw and embedded into tiny. added section on arm to READMEKai Backman
R=rsc CC=golang-dev https://golang.org/cl/194151
2010-02-18math: add Cbrt and Sincos; x87 versions of Sincos, Frexp, LdexpCharles L. Dorian
Added special condition and benchmarks for Cbrt, Sincos. Took Frexp and Ldexp out of bits.go. R=rsc CC=golang-dev https://golang.org/cl/206084
2010-02-188a/8l: Added FCMOVcc instructionsEvan Shaw
Thanks to Charles Dorian for the help. R=rsc CC=Charlie Dorian, golang-dev https://golang.org/cl/207049
2010-02-18xml: allow unquoted attribute values in non-Strict modeAmrut Joshi
HTML4 standard supports unquoted attibute values in certain cases (http://www.w3.org/TR/REC-html40/intro/sgmltut.html#h-3.2.2). R=rsc CC=golang-dev https://golang.org/cl/207095
2010-02-18A+C: add Amrut Joshi (individual CLA)Russ Cox
R=r CC=golang-dev https://golang.org/cl/216047
2010-02-18http: avoid server crash on malformed client requestFumitoshi Ukai
R=r, rsc CC=golang-dev https://golang.org/cl/206079
2010-02-18exec: add dir argument to Run.Russ Cox
fix, test MergeWithStdout R=r CC=golang-dev https://golang.org/cl/214046
2010-02-18gc: fix this morning's bug fixRuss Cox
R=ken2 CC=golang-dev https://golang.org/cl/216043
2010-02-18complex constant multiply and divideKen Thompson
R=rsc CC=golang-dev https://golang.org/cl/217041
2010-02-18godoc: path cleanups, fixed a race condition, initial support for a menu on ↵Robert Griesemer
pages R=rsc CC=adg, golang-dev https://golang.org/cl/215050
2010-02-18sync: allow to work on armv5Dean Prichard
asm_arm.s was using ldrex which does not work on armv5. Tested on Sheevaplug. R=rsc, kaib CC=golang-dev https://golang.org/cl/214049
2010-02-18more complex - constantsKen Thompson
import and export R=rsc CC=golang-dev https://golang.org/cl/214050