]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2009-04-28 Ken Thompsonbug131 has been fixed with no change
2009-04-28 Ken Thompsonbug 145
2009-04-28 Robert Griesemerfix for broken build
2009-04-28 Ian Lance TaylorRecognize gcco error messages.
2009-04-28 David SymondsAdd a HTTP handler to the exvar package.
2009-04-28 David SymondsAdd more dependencies for lib/go.
2009-04-28 Rob Pikeimplement .alternates
2009-04-27 Stephen MaFix the chunked encoding - terminate the chunk with...
2009-04-27 David SymondsAdd string-valued variables to exvar.
2009-04-27 Brendan O'Deaflags.Usage() calls fmt.Fprintf() with incorrect args
2009-04-26 Robert Griesemer- install doc in lib/go
2009-04-25 Robert Griesemer- minor formatting and capitalization (export) changes
2009-04-25 Robert Griesemer- renamed docprinter.go -> doc.go
2009-04-25 Robert Griesemerdaily snapshot:
2009-04-25 Robert Griesemercannot declare a variable in new scope with same name...
2009-04-25 Robert Griesemerdaily snapshot:
2009-04-24 Ken Thompsonrecognize a defined constant
2009-04-24 Robert Griesemer- fixed a couple of potential end-less loops
2009-04-24 Robert Griesemer- cannot declare local variable named like a constant...
2009-04-24 Robert Griesemerdaily snapshot:
2009-04-24 Ben EitzenClear upper bits of 64-bit indexing register when using...
2009-04-23 Robert Griesemerfixed typo in EBNF of ENBF
2009-04-22 Rob Pikeadd {.tab}
2009-04-22 Rob Pikeallow godoc to match on regular expressions.
2009-04-22 Rob Pikefix template.
2009-04-22 David SymondsExtend fixedbugs/bug143.go with function return values,
2009-04-22 David SymondsClean up some more code after bug143 was fixed.
2009-04-22 Ken Thompson2 minor bugs.
2009-04-22 Ken Thompsonbug in shift of longer operand
2009-04-22 Robert Griesemerremove lots of accumulated crud:
2009-04-22 David SymondsBug 143 is fixed, so clean up some of exvar.
2009-04-22 Rob Pikebug143 is fixed
2009-04-22 Ken Thompsonsupply default indirection to
2009-04-21 David SymondsChange exvar to use a goroutine channel worker instead...
2009-04-21 Robert Griesemerminor adjustment to comment formatting for better godoc...
2009-04-21 Robert Griesemerminor adjustments to comments for better godoc output
2009-04-21 Robert Griesemer- documentation for bignum package
2009-04-21 Rob Pikeupdate golden for bug 143
2009-04-21 David SymondsRefactor exvar to use interface types, and add mapVar.
2009-04-21 David SymondsAdd bug143 to demonstrate bug with "v, ok :=" on pointe...
2009-04-21 Rob Pikerewrite template library:
2009-04-21 David SymondsMove iterable package to usr/dsymonds/.
2009-04-20 Robert Griesemer- book-keeping in the TODO section:
2009-04-20 Robert Griesemermissing '}' (found by pretty)
2009-04-20 David SymondsOops, forgot to commit this change.
2009-04-20 David SymondsUse the mutex in exvar.Set since map access is not...
2009-04-20 David SymondsAdd Inject function to iterable package.
2009-04-20 David SymondsInitial cut at an "exported variables" (exvar) package.
2009-04-20 Rob Piketypo in message
2009-04-20 Rob Pikeadd another test to decl to see that result vars are...
2009-04-20 Rob PikeReadn is a silly name when there's no n. Change to...
2009-04-20 Rob Pikespec change for redeclaration
2009-04-19 Rob Piketests for redeclaration in :=
2009-04-18 Rob Pikethe Big Error Shift applied to lib/time/zoneinfo.go.
2009-04-18 Ken Thompsonmixed old/new declaration
2009-04-18 Rob Pikeadd -P pkgdir option to 6l to have it look first in...
2009-04-17 Rob PikeStep 2 of the Big Error Shift.
2009-04-17 Rob PikeStep 1 of the Big Error Shift: make os.Error an interfa...
2009-04-17 Russ Coxmake string(array) take []byte only (and thus *[10...
2009-04-17 Russ Coxmake string take []byte only, so have to use *[10]byte...
2009-04-17 Russ Coxregenerate makefile with installed gobuild
2009-04-17 Russ Coxspec edits for array slice change
2009-04-17 Rob Pikefix linux build
2009-04-17 Russ CoxConvert go tree to hierarchical pkg directory:
2009-04-17 Russ Coxbuild packages in obj/ subdirectory that mimics $GOROOT...
2009-04-17 Rob Pikedocument template
2009-04-16 Russ Coxregenerate Makefiles.
2009-04-16 Russ Coxrewrite gobuild in go.
2009-04-16 Russ Coxpanicln: emit just one newline
2009-04-16 Rob Pikefix gotest by fixing nm -s to print in file order by...
2009-04-16 Rob Pikefix one word for consistency.
2009-04-16 Rob Pikeupdate tutorial for new slicing rules.
2009-04-16 Rob Piketweak grammar and associated prose to permit things...
2009-04-16 Rob Pikespec for range on strings
2009-04-16 Russ Coxcode changes for array conversion.
2009-04-16 Russ Coxcompiler implementation of array slice change
2009-04-16 Russ Coxdocument and partially fix a race
2009-04-16 Russ Coxgodoc: use data-driven templates for html, text generation
2009-04-16 Russ Coxfix traceback prints - %S was not advancing pointer...
2009-04-16 Russ Coxmake Location translate relative path to absolute
2009-04-16 Russ Coxtweak flag comment
2009-04-16 Russ Coxgodoc: supporting data
2009-04-15 Russ Coxcheck for type equality in deepequal
2009-04-15 Russ Coxtreat "" as empty
2009-04-15 Russ Coxbetter html support.
2009-04-15 Rob Pikeconfigurable delimiters.
2009-04-15 Russ Coxtest & fix template used twice
2009-04-15 Russ Coxhttp additions
2009-04-15 Rob Pikeadd a section about order of evaluation
2009-04-15 Russ Coxtweak interface warning heuristic.
2009-04-15 Russ Coxdo not create interfaces containing interfaces
2009-04-15 Russ Coxfix infinite loop in Readdirnames: bufp > nbuf can...
2009-04-14 Ian Lance TaylorMake the reflection library match the reflection string...
2009-04-14 Russ Coxadd type in not-found error messages.
2009-04-14 Rob Pikeadd (stub) parser to template code, enabling rewrite.
2009-04-14 Rob Pikeenable test and fix bug in white space before {
2009-04-14 Russ Coxtemplate bug
2009-04-14 Russ Coxchange template function interface to
2009-04-14 Rob Pike\r is white space
2009-04-14 Russ Coxfix error return in Remove
next