]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2010-06-14 Nigel Taoexp/draw: small draw.drawGlyphOver optimization.
2010-06-12 Russ Coxspec: remove ... (keeping ...T)
2010-06-12 Russ Coxgc: less aggressive name binding, for better line numbe...
2010-06-12 Russ Coxruntime: fix 386 signal handler bug
2010-06-12 Russ Coxgopack: add S flag to force marking a package as safe
2010-06-12 Rob Pikespec: clarify that result parameters are always zeroed...
2010-06-11 Russ Cox8l: correct test for sp == top of stack in 8l -K code
2010-06-11 Russ Coxgopack: simplify go metadata code
2010-06-11 Russ Coxgc: change -u to require imports to be marked safe
2010-06-11 Ian Lance TaylorPad Go symbol table out to page boundary when linking...
2010-06-11 Alex Brainmanruntime: switch to OS stack during Windows syscall
2010-06-11 Alex Brainmanruntime: free lock handles on Windows
2010-06-10 Russ Coxtest: check that surrogate pair runes and huge rune...
2010-06-10 Paolo Giarrusso.hgignore: ignore doc/htmlgen
2010-06-10 Paolo Giarrussocodereview: avoid exception in match
2010-06-10 Russ CoxA+C: James Whitehead and Paolo Giarrusso (both individu...
2010-06-10 Rob Pikeadd path.Base, analogous to Unix basename
2010-06-10 Adam Langleyasn1: allow '*' in PrintableString.
2010-06-09 Robert Griesemerbug286: test case
2010-06-09 Robert Griesemerexp/eval test: fix build
2010-06-09 Robert Griesemergo/scanner: report illegal escape sequences
2010-06-09 Andrew Gerrandrelease.2010-06-09 tag
2010-06-09 Andrew Gerrandrelease.2010-06-09 weekly.2010-06-09
2010-06-09 Russ Coxgc: more cleanup
2010-06-09 Russ Coxfix build: invalid character literals
2010-06-09 Russ Coxgc: new typechecking rules
2010-06-09 Russ Coxmisc cleanup: gofmt + &x -> x[0:] conversion
2010-06-09 Robert Griesemergo/printer: deleted dead code
next