]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2010-08-12 Robert Griesemerpartial correction for CL 1983043: fix various godoc...
2010-08-12 Rob Pikeregexp: delete the deprecated methods and tests.
2010-08-12 Ivan Krasincodereview.py: Fix issues with leading tabulation in...
2010-08-12 Mikio Haranet: make IPv6 String method standards compliant
2010-08-12 Rob Pikeupdate the tree to use the new regexp methods
2010-08-12 Rob Piketesting: delete the less useful methods in the testing...
2010-08-12 Andrew Gerrandre-tag release.2010-08-11
2010-08-12 Andrew Gerrandtag release.2010-08-11
2010-08-12 Andrew Gerrandrelease.2010-08-11 weekly.2010-08-11
2010-08-12 Russ Cox6g, 8g: handle slice by sub-word-sized index (uint8...
2010-08-12 Russ CoxA+C: Mikio Hara (individual CLA)
2010-08-12 Russ Coxgopack: handle long lines in export data
2010-08-12 Russ Cox5g, 8g: dead code (already removed from 6g)
2010-08-12 Rob Pikeregexp: new regularized methods for matching.
2010-08-12 Robert Griesemergofmt: if a semicolon is found unexpectedly, report...
2010-08-12 Rob Pikesync.once: document that Do cannot be invoked recursively.
2010-08-11 Kyle ConsalusSmall performance improvements to the HTML tokenizer...
2010-08-11 Scott Lawrencetemplate: added ParseFile method for template.Template
2010-08-11 Russ Coxgc: bug302
2010-08-11 Russ Coxlibbio: fix Bprint bug
2010-08-11 Nigel Taoexp/draw: fix drawRGBA when x0 > x1 and we have to...
2010-08-10 Rob Pikerpc: catch errors from ReadResponseBody.
2010-08-10 Robert Griesemerfix build: update exp/draw/draw_test.go
2010-08-10 Robert Griesemergodoc: report Status 404 if a pkg or file is not found
2010-08-10 Robert Griesemerasn1: remove superfluous if's, unused function
2010-08-10 Nigel Taoexp/draw: remove the Color, Point and Rectangle types.
2010-08-10 Scott Lawrencegopack documentation: fixed typo
2010-08-10 Nigel Taoimage: fix comment typo.
2010-08-10 Nigel Taoimage: change image representation from slice-of-slices...
2010-08-10 Nigel TaoFirst cut of an HTML tokenizer (and eventually a parser).
2010-08-10 Nigel Taoexp/draw/x11: temporarily workaround compiler bug 1011.
2010-08-10 Mathieu Lonjaretpng: grayscale support.
2010-08-10 Nigel Taoimage: replace Width and Height by Bounds, and introduc...
2010-08-09 Rob Pikeregexp: document that backslashes are the escape character.
2010-08-09 Scott Lawrencegoinstall docs: fixed typos
2010-08-09 Evan Shawbig: Several fixes to bitwise functions
2010-08-09 Nicholas Waplesasn1 incorrectly encoded signed integers. When determin...
2010-08-09 Alex Brainmanruntime: free memory returned by windows GetEnvironment...
2010-08-09 Alex Brainmanos: fix ForkExec() handling of envv == nil
2010-08-09 Nigel Taoimage: introduce Decode and RegisterFormat.
2010-08-07 Russ Coxnet/textproto: new package, with example net/dict
2010-08-07 Rob Pikefmt.Scan: empty strings are errors
2010-08-06 Kai Backmanarm: bugfixes and syscall
2010-08-06 Charles L.... math: fix amd64 Hypot.
2010-08-06 Roger Peppeencoding/binary: add complex
2010-08-06 Anschel Schaffer... exp/iterable: add UintArray
2010-08-06 Russ CoxA+C: Anschel Schaffer-Cohen (individual CLA)
2010-08-06 Robert Griesemertest/peano: use directly recursive type def
2010-08-06 Russ CoxA+C: Nicholas Waples and Mathieu Lonjaret (individual...
2010-08-05 Alex Brainmanfix windows build
2010-08-05 Rob Pikeonce: replace all uses of package once with sync.Once.
2010-08-05 Christian Himpelbytes: add IndexRune, FieldsFunc and To*Special
2010-08-05 Rob Pikesync: add sync.Once, a proposed replacement for package...
2010-08-05 Andrew Gerrandtag release.2010-08-04
2010-08-05 Andrew Gerrandrelease.2010-08-04 weekly.2010-08-04
2010-08-05 Alex Brainmanpath: fix comment for Split()
2010-08-05 Robert Griesemergo/parser.ParseFiles: don't override error (to nil...
2010-08-05 Robert Griesemerfix build: literal types cannot be parenthesized anymore
2010-08-05 Russ Coxamd64: use segment memory for thread-local storage
2010-08-05 Christian Himpelmisc/vim: highlight misspelled words only in comments
2010-08-05 Robert Griesemergofmt/go/parser: strengthen syntax checks
2010-08-05 Alex Brainmangoinstall: check for error from exec.*Cmd.Wait() before...
2010-08-05 Christian Himpelcgo: generate correct multiple return value function...
2010-08-05 Russ CoxA+C: fix email address
2010-08-04 Robert Griesemergofmt: make code more readable by avoiding redeclaration
2010-08-04 Scott Lawrencebytes: added test case for explode with blank string.
2010-08-04 Anthony Martinjson: object members must have a value
2010-08-04 Russ CoxA+C: Anthony Martin, Christian Himpel (individual CLA)
2010-08-03 Nigel Taobufio: introduce Peek.
2010-08-03 Rob Pikeos: change the type of permissions argument for Open...
2010-08-03 Tarmigan Caseboltwebsocket: correct challenge response
2010-08-03 Kai Backmanbikeshed: only output bug when we have a regression
2010-08-03 Russ CoxCONTRIBUTORS: Rietveld alias for brad@danga.com
2010-08-03 Peter Mundyos: Null device
2010-08-03 Kai Backmanarm: remove old qemu dependency from gotest
2010-08-03 Russ Coxtest/run: diff old new
2010-08-03 Adam Langleycrypto/x509: unwrap Subject Key Identifier
2010-08-03 Russ Coxgc: empty select
2010-08-03 Russ Coxgc: bug301
2010-08-03 Russ Coxgc: bug299, bug300
2010-08-03 Russ CoxA+C: Tarmigan Casebolt
2010-08-03 Russ Coxgc: index bounds tests and fixes
2010-08-03 Scott Lawrencestrings: fix Split("", "", -1)
2010-08-03 Rob PikeAdd Scott Lawrence to C&A
2010-08-03 Alex Brainmansyscall: make sure go error numbers do not clash with...
2010-08-03 Andrew Gerrandbuilder: update script so it doesn't create tar-bombs
2010-08-03 Nigel Taoimage: introduce Gray and Gray16 types, and remove...
2010-08-02 Rob Pikeio: consolidate multi_reader and multi_writer into...
2010-08-01 Nigel Taoimage/png: use image-specific methods for checking...
2010-07-30 Bill Neubauerwebsocket: fix bug involving spaces in header keys
2010-07-30 Russ CoxCONTRIBUTORS: add wcn@google.com alias to match with...
2010-07-30 Russ Coxruntime: do not fall through in SIGBUS/SIGSEGV
2010-07-30 Kai Backmanarm: disable another flaky test.
2010-07-30 Kai Backmanfix build
2010-07-30 Kai Backmanarm: bugfixes (stack clobbering, indices)
2010-07-30 Kai Backmanarm: add gdb support to android launcher script
2010-07-30 Andrew Gerrandtag release.2010-07-29
2010-07-30 Andrew Gerrandrelease.2010-07-29 weekly.2010-07-29
2010-07-30 Andrew Gerrandmisc/builder: support for uploading tarballs to googlecode
2010-07-30 Joe Poiriercov and prof: implement windows version (just function...
next