]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2009-05-06 Rob Pikeadd missing Makefile to repair build
2009-05-06 Ken Thompsonsigns on div and mod
2009-05-06 Robert Griesemernew dir structure for lib/go
2009-05-06 Russ Cox6g bug: was dropping assignment of nil to globals
2009-05-06 Rob Pikemv container/vector down one level for new rules.
2009-05-06 Robert Griesemerwrong type used for dynamic type test
2009-05-06 Rob Pikedirectory-per-package step 1: move files from lib/X...
2009-05-05 Russ Cox6g tweaks
2009-05-05 Russ Coxbug117 is fixed in 6g; now an errchk
2009-05-05 Russ Cox6l: eliminate dead code, not just the symbols
2009-05-05 Robert Griesemerbetter io.ByteBuffer implementation:
2009-05-05 Russ Coxfmt: dead code and data
2009-05-05 Russ Coxupdate convlit.go to current spec
2009-05-05 Rob Pikestring slicing is efficient so remove base and bounds...
2009-05-05 Ken Thompsonmore code optimization
2009-05-04 David SymondsRemake exvar package to be more Go-ish.
2009-05-04 Robert Griesemer- remove wrong fix
2009-05-04 Ken Thompsonmore morestack fiddling
2009-05-03 Ken Thompsonmore code fiddling
2009-05-03 David SymondsFix mismatched quote in a comment.
2009-05-02 Ian Lance TaylorVerify that a send on a sychronous channel waits until the
2009-05-02 Robert Griesemerweekly snapshot:
2009-05-02 Ken Thompsoncode optmization
2009-05-02 Ken Thompsoncode improvement
2009-05-02 Robert Griesemerclarifying ambiguity of evaluation order
2009-05-01 Kai BackmanCopied 8g/6g into 5g. Used sharp tools to coax a .5...
2009-04-30 Robert Griesemer- incorporated feedback per rsc
2009-04-30 Russ Coxbug146: array/slice conversion before I left missed...
2009-04-30 Russ Coxauto-detect whether to use IPv6 or IPv4 kernel interface
2009-04-30 Russ Coxbetter error messages, not that anyone ever sees them
2009-04-30 Russ Coxchange 6l library directory flag to -L,
2009-04-30 Rob Pikedon't print binary data. add TODO for better errors.
2009-04-30 Rob Pikerename variables for clarity.
2009-04-30 Ian Lance TaylorConversion from array to slices should work like assign...
2009-04-30 Russ Coxdon't set CLONE_PTRACE -- it confuses strace
2009-04-30 Russ Coxif the process stops with SIGTRAP (breakpoint),
2009-04-30 Rob PikeBug in reflect found by gri. Structs in 6g have a...
2009-04-30 Rob Pikedrop unused result name - trivial change.
2009-04-30 Russ Coxexit with error status EPIPE if
2009-04-30 Brendan O'DeaIgnore SIGPIPE such that write returns EPIPE.
2009-04-30 Brendan O'DeaFix channels used by WaitWrite (http server hangs on...
2009-04-29 Robert Griesemertypo in spec
2009-04-29 Robert GriesemerSome adjustments to godoc:
2009-04-29 Ken Thompsonallow "defer close(chan)"
2009-04-28 Ken Thompsonbug 139
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
next