]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2010-07-01 Charles L.... cmath: correct IsNaN for argument cmplx(Inf, NaN)
2010-07-01 Russ Coxtest: override gcc bug when preparing complex divide...
2010-07-01 Russ Coxcodereview: allow multiple email addresses in CONTRIBUTORS
2010-07-01 Gustavo Niemeyergoinstall: support for Bazaar+Launchpad
2010-07-01 Russ CoxA+C: add Gustavo Niemeyer (individual CLA)
2010-07-01 Russ Coxcgo: use slash-free relative paths for .so references
2010-07-01 Russ Cox8g: out of register bug fix
2010-07-01 Russ Coxgc: do not crash on bad [...]T
2010-07-01 Daniel Fleischmantemplate: fix typo in doc comment
2010-07-01 Russ Coxbytes, strings: add Replace
2010-06-30 Adam Langley x509: fix English.
2010-06-30 Adam Langleyx509: support non-self-signed certs.
2010-06-30 Ivan Krasinsyscall: add socketpair
2010-06-30 Charles L.... math: amd64 versions of exp and fabs
2010-06-30 Peter Mundyio/ioutil.TempFile for Windows
2010-06-30 Ian Lance Taylorio: Avoid race condition in pipe.
2010-06-30 Andrew Gerrandhttp: client_test nil pointer fix
2010-06-30 Andrew Gerrandgodoc: canonicalize codewalk paths
2010-06-30 Andrew Gerranddoc/codewalk: Share Memory By Communicating
2010-06-30 Alex Brainmantime: implement timezones for windows
2010-06-30 Andrew GerrandContributors: add Kirklin McDonald (a Google employee)
2010-06-30 Alex Brainmannet: initial attempt to implement windows version
2010-06-30 Russ Coxld: fix implementation of -u
2010-06-30 Kirklin McDonald net: add support for DNS SRV requests.
2010-06-30 Russ Coxruntime: fix scheduling bug - world wasn't stopping
2010-06-29 Rob Pikestrconv: fix %.1f, 0.09
2010-06-29 Rob Pikestrconv: fix %.2g, 40
2010-06-29 Ken Thompsoncode gen bug in len(nil) and cap(nil)
2010-06-29 Vinu RajashekharMove the function Run() back into fd.go.
2010-06-29 Rob Pikegob: a couple of tiny simplifications using Kind()
2010-06-29 Alex Brainmanruntime: fix windows build
2010-06-29 Nigel Taoexp/draw/x11: implement the mapping from keycodes to...
2010-06-29 Ian Lance TaylorOnly catch all signals if os/signal package imported.
2010-06-29 Rob Pikenetchan: use gob DecodeValue to eliminate the need...
2010-06-29 Rob Pikegob: add DecodeValue and EncodeValue
2010-06-28 Andrew GerrandA+C for Peter Mundy (peterGo)
2010-06-28 Ken Thompsoncompiler fatal error in switch.
2010-06-28 Peter Mundysyscall: Add syscall_bsd.go to zsycall_freebsd_386.go
2010-06-28 Rob Pikerpc: allow non-struct args and reply (they must still...
2010-06-28 Rob Pikenetchan: allow chan of basic types now that gob can...
2010-06-28 Rob Pikefmt.Printf: fix bug in handling of %#v.
2010-06-28 Rob Pikegob: allow transmission of things other than structs...
2010-06-28 Vinu RajashekharMove the functions, newPollServer and Run, from fd.go
2010-06-28 Ken Thompson8g compiler missing call to splitclean().
2010-06-28 Ken Thompsonoptimization of static initialization
2010-06-24 Rob Pikefmt.Scan: fix handling of EOFs.
2010-06-24 Rob Pikegob: add support for complex numbers
2010-06-23 Russ Coxgc: fix crash for nested complex division
2010-06-23 Andrew Gerrandgodashboard: add Projects page
2010-06-23 Christopher... Build draw/x11. Skip for test.
2010-06-22 Rob Pikeregexp: restore accidentally deleted test item.
2010-06-22 Rob Pikeregexp: bug fix: need to track whether match begins...
2010-06-22 Rob Pikedebug/dwarf: update PDF link.
2010-06-22 Andrew Gerrandmisc/vim: always override filetype detection for .go...
2010-06-22 Russ Coxruntime: split extern.go into debug.go, extern.go,...
2010-06-22 Russ Coxbig, bytes: move assembly externs to separate file
2010-06-22 Russ Coxnet: move Dial, Listen out of net.go.
2010-06-22 Russ Coxld: add -u flag to check safe bits; discard old -u...
2010-06-22 Russ Coxruntime: delete old types
2010-06-21 Christopher... net: Fix ICMP test.
2010-06-21 Russ Coxtest: another listen on ":0" -> "127.0.0.1:0"
2010-06-21 Andrew Gerrandrelease.2010-06-21 tag
2010-06-21 Andrew Gerrandrelease.2010-06-21 weekly.2010-06-21
2010-06-21 Russ Coxsyslog: use local network for tests
2010-06-21 Russ Coxreflect: add Type.Bits method, add tags to prohibit...
2010-06-21 Russ Coxgc: include struct field tags in type equality
2010-06-21 Russ Coxpkg/Makefile: allow DISABLE_NET_TESTS=1 to disable...
2010-06-21 Russ Coxspec: struct tags must be identical for types to be...
2010-06-21 Roger Peppegoinstall: process dependencies for package main
2010-06-21 James Whiteheadmisc/vim: clarifies syntax highlighting installation...
2010-06-20 Russ Coxundo changes accidentally included in 09c5add99d50
2010-06-20 Russ Coxreflect: add Kind, remove Int8Type, Int8Value, etc.
2010-06-20 Russ Coxgc: delete debug print
2010-06-20 Russ Coxerrchk: fix build - allow matches in multiline error...
2010-06-20 Russ Coxgc: better error messages for interface failures, conve...
2010-06-20 Russ Coxgc: fix build - subnode not addable in complexgen
2010-06-20 James Whiteheadmisc/vim: reorganize plugin so it uses ftplugin and...
2010-06-19 Russ Coxnacl: fix build
2010-06-19 Russ Coxstrconv: add AtofN, FtoaN
2010-06-19 Christopher... test: add missing import for zerodivide
2010-06-19 Rob Pikefmt.Scanf: improve error message when input does not...
2010-06-19 Rob PikeEffective Go: minor change to correct a comment in...
2010-06-18 Russ Coxcomplex divide: match C99 implementation
2010-06-18 Rob PikeEffective Go: panic and recover
2010-06-16 Rob PikeEffective Go: add a section on defer.
2010-06-16 Brad Fitzpatrickhttp: reply to Expect 100-continue requests automatically
2010-06-16 Nigel Taocmd/gotest: Delete temporary _testmain.go files.
2010-06-16 Nigel Taoimage: add an Alpha16 type, for completeness.
2010-06-16 Rob Pikefmt.Scan: fix %c in the case where the input does not...
2010-06-16 Rob Pikebytes.Buffer.ReadFrom: fix bug.
2010-06-15 Rob PikeEffective Go: update ... discussion.
2010-06-15 Russ Coxruntime: correct fault for 16-bit divide on Leopard
2010-06-15 Rob Pikefmt.Printf: write tests for %T.
2010-06-15 Rob Pikefmt.Print*: reimplement to switch on type first.
2010-06-14 Nigel Taohtml: sync testdata/webkit to match WebKit tip.
2010-06-14 Rob PikeAdd test for division by zero.
2010-06-14 Roger PeppeAdd IndexFunc and LastIndexFunc.
2010-06-14 Rob Piketutorial: update discussion of variadic functions
2010-06-14 Russ Coxgc: no more ...
2010-06-14 Russ Coxremove uses of ... from tree, add one test
next