]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2010-08-25 Andrew Gerrandrelease.2010-08-25 weekly.2010-08-25
2010-08-25 Rob Pikescanner: change package comment to be clearer about...
2010-08-25 Russ Coxgotest: remove lingering references to $GOBIN
2010-08-25 Russ Coxbuild: fix build again - not sure where the " went...
2010-08-25 Ian Lance Taylortime: Remove unused zoneinfo.go (replaced by zoneinfo_u...
2010-08-25 Russ Coxbuild: fix build - last CL missed Make.clib
2010-08-25 Russ Coxbuild: update, streamline documentation for new $GOBIN
2010-08-25 Russ Coxbuild: $GOBIN defaults to $GOROOT/bin
2010-08-24 Jan H. Hosangtime.Parse should not require minutes for time zone
2010-08-24 Ian Lance Taylortest: Add testcase which crashes gccgo.
2010-08-24 Russ Coxruntime: fix freebsd/386 mmap
2010-08-24 Russ Coxgc: fix parenthesization check
2010-08-24 Rob Pikeeffective go: fix errors caught by HaWe
2010-08-24 Ian Lance Taylordoc: Update gccgo information for recent changes.
2010-08-24 Scott Lawrenceos: make return type of FileInfo.Permission() consisten...
2010-08-23 Russ Coxhttp: doc nit
2010-08-23 Ken Thompsonbetter job on 2007043
2010-08-23 Kai Backmanarm: fix build, regenerate syscall files
2010-08-23 Andrew Gerrandio: prevent ReadAtLeast spinloop if min > len(buf)
2010-08-22 Scott Lawrencenet/ipsock.go: fix error checking bug
2010-08-22 Scott Lawrencehttp: fix typo in http.Request documentation
2010-08-21 Russ Coxlibmach: implement register fetch for 32-bit x86 kernel
2010-08-20 Robert Griesemerfix build
2010-08-20 Ivan Krasinsyscall: regenerate syscall/z* files for linux/386...
2010-08-20 Ken Thompsonattempt to gete better registeration
2010-08-19 Robert Griesemergo/ast Fprint: handle cycles in AST
2010-08-19 Rob Pikemime: delete unnecessary constant conversions.
2010-08-19 Adam Langleycrypto/ocsp: add missing Makefile
2010-08-19 Robert Griesemergo/ast, gofmt: facility for printing AST nodes
2010-08-19 Christopher... clean.bash: fix standalone runs
2010-08-19 Russ CoxA+C: Eric Clark (individual CLA)
2010-08-19 Eric Clarkcgo: add C.GoStringN
2010-08-19 Rob Pikefmt: add sentence about return values to docs for Print...
2010-08-19 Christopher... doc: add missing paren (pointed out by nbjoerg)
2010-08-18 Luuk van DijkDwarf output for 6l.
2010-08-18 Russ Coxrun.bash: fix freebsd build (i hope)
2010-08-18 Russ Coxbuild: no required environment variables
2010-08-18 Russ Coxcgo: fix build: use $GCC, not $CC
2010-08-18 Russ Coxhttp: parse query string always, not just in GET
2010-08-17 Russ Coxjsonrpc: use `error: null` for success, not `error...
2010-08-17 Luuk van Dijkruntime: correct line numbers for .goc files.
2010-08-17 Robert Griesemerreflect: allow PtrValue.PointTo(nil)
2010-08-17 Russ CoxCONTRIBUTORS: add Luuk van Dijk (Google CLA)
2010-08-17 Scott LawrenceMake.common: add .PHONY rule
2010-08-17 Roger PeppeFix template package so that data items
2010-08-17 Roger PeppeRemove relic "once" import from time/zoneinfo.go
2010-08-17 Robert Griesemergofmt: do not modify multi-line string literals
2010-08-17 Alex Brainmanos: preserve "=C:" like env variables in env block...
2010-08-16 Rob Piketemplate: retain leading space if the line is not an...
2010-08-16 Rob Pikefmt/print: remove a TODO regarding printing renamed...
2010-08-16 Rob Pikeregexp: grow slices dynamically in the 'All' routines.
2010-08-16 Russ Coxtest/garbage: do not try to parse package bignum, which...
2010-08-16 Mikkel Krautzcrypto/tls: client certificate support.
2010-08-16 Russ CoxA+C: Mikkel Krautz (individual CLA)
2010-08-16 Nigel Taoimage/png: support 16-bit color.
2010-08-15 Rob Pikespec: delete erroneous word 'pointer' in specification...
2010-08-14 Ken Thompsoncode optimization on slices
2010-08-14 Stephen Maspec: trivial syntax fix
2010-08-13 Rob Pikefmt/print: give %p priority, analogous to %T
2010-08-13 Ken Thompsonfix bounds check in error recovery
2010-08-13 Robert Griesemergo AST: First step towards augmenting AST with full...
2010-08-13 Rob Pikefmt/print: honor Formatter in Print, Println.
2010-08-13 Russ Coxruntime: fix another stack split bug
2010-08-13 Alex Brainmanos: implement env using native windows api.
2010-08-13 Rob Pikedelete pkg/once
2010-08-12 Russ Coxcodereview: do not send "Abanoned" mail if this CL has
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.
next