]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2010-02-07 Russ Coxruntime: introduce MemStatsType
2010-02-07 Kai Backmanfix comment
2010-02-06 Nigel Taodraw.Draw fast paths for a nil mask (and RGBA dst).
2010-02-06 Ian Lance TaylorMatch gccgo error message.
2010-02-06 Ian Lance TaylorMatch gccgo error messages.
2010-02-06 Petar Maymounkovhttp: sort header keys when writing Response or Request...
2010-02-05 Ken Thompsonbug in const float divide
2010-02-05 Charles L.... math: Atan2 special cases and tests; atan2_386
2010-02-05 Rob PikeUgly hack to provide some mechanism for printing docume...
2010-02-05 Russ Coxdashboard: present benchmarks
2010-02-05 Adam Langleyasn1: Fixes and additions to marshalling
2010-02-05 Adam Langleycrypto/tls: typo fix
2010-02-05 Stephen Weinbergpath: make Join variadic
2010-02-05 Dean Prichard5a/6a/8a/5c/6c/8c: remove fixed-size arrays for -I...
2010-02-05 Charles L.... math: special cases for Modf, Frexp and Ldexp; added...
2010-02-05 Ian Lance TaylorMatch gccgo error messages.
2010-02-05 Andrew Gerrandrelease.2010-02-04
2010-02-05 Andrew Gerrandrelease.2010-02-04 step one weekly.2010-02-04
2010-02-05 Rob Pikehandle nils safely in Printf.
2010-02-04 Joe PoirierAdded mingw specific build stubs.
2010-02-04 Christopher... time: Sleep through interruptions
2010-02-04 Christopher... FreeBSD: Kill only takes pid & signal
2010-02-04 Russ CoxA+C: Joe Poirier (individual CLA)
2010-02-04 Andrew Gerrand6l: move mapped symbol table lower in memory
2010-02-04 Andrew GerrandAdded Andrew Gerrand to CONTRIBUTORS
2010-02-04 Nigel TaoIn draw.Draw, separate the source-point and mask-point.
2010-02-04 Russ Coxsyscall: on freebsd, darwin, give Kill same signature...
2010-02-04 Nigel TaoAdd named colors (e.g. image.Blue), suitable for exp...
2010-02-04 Petar Maymounkovhttp: use ChunkWriter in Request.Write
2010-02-04 Christopher... os/signal: send SIGCHLDs to Incoming
2010-02-04 Kai Backmansearch for runtime.a in the package path instead of...
2010-02-04 Russ Coxarm: toss make-arm.bash
2010-02-04 Rob PikeAdd RFC822 formats as named constants.
2010-02-04 Rob Pikeadd apple's .DS_Store to ignored list
2010-02-04 Russ Coxdebug/gosym: fix test for new 6l
2010-02-04 Russ Coxfinalizers; merge package malloc into package runtime
2010-02-04 Russ Coxld: include main and runtime in the library loop
2010-02-03 Andrey Mirtchovskisort: fix comment typo
2010-02-03 Russ Coxfix build - misc ... vs ...T fixes
2010-02-03 Kai Backmanadded note about the GOARM env variable
2010-02-02 Russ Coxbug252: make ... vs ...T crossing an error, at least...
2010-02-02 Russ Coxgc: bug250, bug251 - recursive interface types
2010-02-02 Nigel TaoNew image.A type, to represent anti-aliased font glyphs.
2010-02-02 Ian Lance TaylorMatch gccgo error messages.
2010-02-02 Russ Coxgc: bug246
2010-02-02 Russ Coxmath: change Cosh test to close, not veryclose (needed...
2010-02-02 Charles L.... math: add functions; update tests and special cases
2010-02-02 Russ Coxgc: bug242
2010-02-02 Rob Pike...T is now implemented
2010-02-02 Robert Griesemerupdate printer tests to use new syntax
2010-02-02 Russ Coxio: revised Pipe implementation
2010-02-02 Rob Pikeallow any scalar type in xml.Unmarshal.
2010-02-02 Ian Lance TaylorMatch gccgo error messages.
2010-02-02 Ian Lance TaylorIgnore the temporary files used for improved error...
2010-02-02 Ian Lance TaylorFix for gccgo, which uses a package prefix.
2010-02-02 Ian Lance TaylorMatch gccgo error messages.
2010-02-02 Russ Coxgc: final ...T bug for the day
2010-02-02 Robert GriesemerCorrected broken assertion.
2010-02-02 Robert Griesemerdon't report a couple of meaningless errors in command...
2010-02-01 Rob PikeChange type of Printf's args to ... interface{}
2010-02-01 Russ Coxnacl: fix build, finally fixed 8l convergence bug
2010-02-01 Russ Coxdashboard: avoid seeing cron's sh -c in ps check
2010-02-01 Petar Maymounkovhttp: test for ReadReqeust
2010-02-01 Russ Coxgc: ... T corner cases
2010-02-01 Rob Pikelanguage FAQ entry on braces and semicolons
2010-02-01 Russ Coxgc: add ... T, rework plain ...
2010-02-01 Rob Pikeadd link to go build dashboard.
2010-02-01 Rob PikeFix redirection if the page is in a subdirectory.
2010-02-01 Rob Pikethe package global name space problem is addressed...
2010-02-01 Ian Lance TaylorFix expected string.
2010-01-30 Ian Lance TaylorMatch gccgo error messages.
2010-01-30 Ian Lance TaylorNew gccgo error message; match both compilers with...
2010-01-30 Ian Lance TaylorMatch gccgo error message.
2010-01-30 Ian Lance TaylorRecognize gccgo error messages.
2010-01-30 Nigel TaoCheck gzip strings for NUL elements, since they are...
2010-01-30 Nigel TaoAdd a GZIP test for the empty payload.
2010-01-30 Petar Maymounkovhttp: increase header line limit, let req.Host override...
2010-01-30 Ian Lance TaylorLong-overdue update for semicolon change.
2010-01-30 Ian Lance TaylorThe gccgo frontend has moved to a new repository.
2010-01-29 Rob Pikefix bug in tick
2010-01-29 Devon H. O... math: Change veryclose to close for Sinh and Exp tests.
2010-01-29 Russ Coxtwo minor build fixes
2010-01-29 Rob Pikemove comment on StringHeader to fix godoc output.
2010-01-29 Russ Coxio: fix nil Write bug in Pipe
2010-01-29 Ken Thompsonadded StringHeader to reflect
2010-01-29 Dean Prichardavoid overflow of symb buffer in 5a/6a/8a/5c/6c/8c
2010-01-29 Nigel Taogzip deflater (i.e., writer).
2010-01-28 Russ Coxgc: tweak error messages, avoid internalization setting...
2010-01-28 Petar Maymounkovhttp: add lexing functions
2010-01-28 Petar MaymounkovCosmetic bug or compliance fixes in http.Response.
2010-01-28 Rob PikeAn experimental implemenation of Ticker using two gorou...
2010-01-28 Robert Griesemersupport for ...T parameters (go/* packages)
2010-01-28 Russ Coxcodereview: make sure each mail has a reviewer
2010-01-28 Russ Coxdashboard: move key.py out of the way,
2010-01-28 Michael HoisieAllow underscores in XML element names (except for...
2010-01-28 Rob PikeRegularize the comments for the websocket package and...
2010-01-28 Russ Coxrelease.2010-01-27, take 2
2010-01-28 Russ Coxprepare for take 2 on release.2010-01-27 weekly.2010-01-27
2010-01-28 Russ Coxgo/parser: disable scoping code always
2010-01-28 Russ Coxrelease.2010-01-27
next