2009-05-01 |
Kai Backman | Copied 8g/6g into 5g. Used sharp tools to coax a .5... |
commit | commitdiff | tree |
2009-04-30 |
Robert Griesemer | - incorporated feedback per rsc |
commit | commitdiff | tree |
2009-04-30 |
Russ Cox | bug146: array/slice conversion before I left missed... |
commit | commitdiff | tree |
2009-04-30 |
Russ Cox | auto-detect whether to use IPv6 or IPv4 kernel interface |
commit | commitdiff | tree |
2009-04-30 |
Russ Cox | better error messages, not that anyone ever sees them |
commit | commitdiff | tree |
2009-04-30 |
Russ Cox | change 6l library directory flag to -L, |
commit | commitdiff | tree |
2009-04-30 |
Rob Pike | don't print binary data. add TODO for better errors. |
commit | commitdiff | tree |
2009-04-30 |
Rob Pike | rename variables for clarity. |
commit | commitdiff | tree |
2009-04-30 |
Ian Lance Taylor | Conversion from array to slices should work like assign... |
commit | commitdiff | tree |
2009-04-30 |
Russ Cox | don't set CLONE_PTRACE -- it confuses strace |
commit | commitdiff | tree |
2009-04-30 |
Russ Cox | if the process stops with SIGTRAP (breakpoint), |
commit | commitdiff | tree |
2009-04-30 |
Rob Pike | Bug in reflect found by gri. Structs in 6g have a... |
commit | commitdiff | tree |
2009-04-30 |
Rob Pike | drop unused result name - trivial change. |
commit | commitdiff | tree |
2009-04-30 |
Russ Cox | exit with error status EPIPE if |
commit | commitdiff | tree |
2009-04-30 |
Brendan O'Dea | Ignore SIGPIPE such that write returns EPIPE. |
commit | commitdiff | tree |
2009-04-30 |
Brendan O'Dea | Fix channels used by WaitWrite (http server hangs on... |
commit | commitdiff | tree |
2009-04-29 |
Robert Griesemer | typo in spec |
commit | commitdiff | tree |
2009-04-29 |
Robert Griesemer | Some adjustments to godoc: |
commit | commitdiff | tree |
2009-04-29 |
Ken Thompson | allow "defer close(chan)" |
commit | commitdiff | tree |
2009-04-28 |
Ken Thompson | bug 139 |
commit | commitdiff | tree |
2009-04-28 |
Ken Thompson | bug131 has been fixed with no change |
commit | commitdiff | tree |
2009-04-28 |
Ken Thompson | bug 145 |
commit | commitdiff | tree |
2009-04-28 |
Robert Griesemer | fix for broken build |
commit | commitdiff | tree |
2009-04-28 |
Ian Lance Taylor | Recognize gcco error messages. |
commit | commitdiff | tree |
2009-04-28 |
David Symonds | Add a HTTP handler to the exvar package. |
commit | commitdiff | tree |
2009-04-28 |
David Symonds | Add more dependencies for lib/go. |
commit | commitdiff | tree |
2009-04-28 |
Rob Pike | implement .alternates |
commit | commitdiff | tree |
2009-04-27 |
Stephen Ma | Fix the chunked encoding - terminate the chunk with... |
commit | commitdiff | tree |
2009-04-27 |
David Symonds | Add string-valued variables to exvar. |
commit | commitdiff | tree |
2009-04-27 |
Brendan O'Dea | flags.Usage() calls fmt.Fprintf() with incorrect args |
commit | commitdiff | tree |
2009-04-26 |
Robert Griesemer | - install doc in lib/go |
commit | commitdiff | tree |
2009-04-25 |
Robert Griesemer | - minor formatting and capitalization (export) changes |
commit | commitdiff | tree |
2009-04-25 |
Robert Griesemer | - renamed docprinter.go -> doc.go |
commit | commitdiff | tree |
2009-04-25 |
Robert Griesemer | daily snapshot: |
commit | commitdiff | tree |
2009-04-25 |
Robert Griesemer | cannot declare a variable in new scope with same name... |
commit | commitdiff | tree |
2009-04-25 |
Robert Griesemer | daily snapshot: |
commit | commitdiff | tree |
2009-04-24 |
Ken Thompson | recognize a defined constant |
commit | commitdiff | tree |
2009-04-24 |
Robert Griesemer | - fixed a couple of potential end-less loops |
commit | commitdiff | tree |
2009-04-24 |
Robert Griesemer | - cannot declare local variable named like a constant... |
commit | commitdiff | tree |
2009-04-24 |
Robert Griesemer | daily snapshot: |
commit | commitdiff | tree |
2009-04-24 |
Ben Eitzen | Clear upper bits of 64-bit indexing register when using... |
commit | commitdiff | tree |
2009-04-23 |
Robert Griesemer | fixed typo in EBNF of ENBF |
commit | commitdiff | tree |
2009-04-22 |
Rob Pike | add {.tab} |
commit | commitdiff | tree |
2009-04-22 |
Rob Pike | allow godoc to match on regular expressions. |
commit | commitdiff | tree |
2009-04-22 |
Rob Pike | fix template. |
commit | commitdiff | tree |
2009-04-22 |
David Symonds | Extend fixedbugs/bug143.go with function return values, |
commit | commitdiff | tree |
2009-04-22 |
David Symonds | Clean up some more code after bug143 was fixed. |
commit | commitdiff | tree |
2009-04-22 |
Ken Thompson | 2 minor bugs. |
commit | commitdiff | tree |
2009-04-22 |
Ken Thompson | bug in shift of longer operand |
commit | commitdiff | tree |
2009-04-22 |
Robert Griesemer | remove lots of accumulated crud: |
commit | commitdiff | tree |
2009-04-22 |
David Symonds | Bug 143 is fixed, so clean up some of exvar. |
commit | commitdiff | tree |
2009-04-22 |
Rob Pike | bug143 is fixed |
commit | commitdiff | tree |
2009-04-22 |
Ken Thompson | supply default indirection to |
commit | commitdiff | tree |
2009-04-21 |
David Symonds | Change exvar to use a goroutine channel worker instead... |
commit | commitdiff | tree |
2009-04-21 |
Robert Griesemer | minor adjustment to comment formatting for better godoc... |
commit | commitdiff | tree |
2009-04-21 |
Robert Griesemer | minor adjustments to comments for better godoc output |
commit | commitdiff | tree |
2009-04-21 |
Robert Griesemer | - documentation for bignum package |
commit | commitdiff | tree |
2009-04-21 |
Rob Pike | update golden for bug 143 |
commit | commitdiff | tree |
2009-04-21 |
David Symonds | Refactor exvar to use interface types, and add mapVar. |
commit | commitdiff | tree |
2009-04-21 |
David Symonds | Add bug143 to demonstrate bug with "v, ok :=" on pointe... |
commit | commitdiff | tree |
2009-04-21 |
Rob Pike | rewrite template library: |
commit | commitdiff | tree |
2009-04-21 |
David Symonds | Move iterable package to usr/dsymonds/. |
commit | commitdiff | tree |
2009-04-20 |
Robert Griesemer | - book-keeping in the TODO section: |
commit | commitdiff | tree |
2009-04-20 |
Robert Griesemer | missing '}' (found by pretty) |
commit | commitdiff | tree |
2009-04-20 |
David Symonds | Oops, forgot to commit this change. |
commit | commitdiff | tree |
2009-04-20 |
David Symonds | Use the mutex in exvar.Set since map access is not... |
commit | commitdiff | tree |
2009-04-20 |
David Symonds | Add Inject function to iterable package. |
commit | commitdiff | tree |
2009-04-20 |
David Symonds | Initial cut at an "exported variables" (exvar) package. |
commit | commitdiff | tree |
2009-04-20 |
Rob Pike | typo in message |
commit | commitdiff | tree |
2009-04-20 |
Rob Pike | add another test to decl to see that result vars are... |
commit | commitdiff | tree |
2009-04-20 |
Rob Pike | Readn is a silly name when there's no n. Change to... |
commit | commitdiff | tree |
2009-04-20 |
Rob Pike | spec change for redeclaration |
commit | commitdiff | tree |
2009-04-19 |
Rob Pike | tests for redeclaration in := |
commit | commitdiff | tree |
2009-04-18 |
Rob Pike | the Big Error Shift applied to lib/time/zoneinfo.go. |
commit | commitdiff | tree |
2009-04-18 |
Ken Thompson | mixed old/new declaration |
commit | commitdiff | tree |
2009-04-18 |
Rob Pike | add -P pkgdir option to 6l to have it look first in... |
commit | commitdiff | tree |
2009-04-17 |
Rob Pike | Step 2 of the Big Error Shift. |
commit | commitdiff | tree |
2009-04-17 |
Rob Pike | Step 1 of the Big Error Shift: make os.Error an interfa... |
commit | commitdiff | tree |
2009-04-17 |
Russ Cox | make string(array) take []byte only (and thus *[10... |
commit | commitdiff | tree |
2009-04-17 |
Russ Cox | make string take []byte only, so have to use *[10]byte... |
commit | commitdiff | tree |
2009-04-17 |
Russ Cox | regenerate makefile with installed gobuild |
commit | commitdiff | tree |
2009-04-17 |
Russ Cox | spec edits for array slice change |
commit | commitdiff | tree |
2009-04-17 |
Rob Pike | fix linux build |
commit | commitdiff | tree |
2009-04-17 |
Russ Cox | Convert go tree to hierarchical pkg directory: |
commit | commitdiff | tree |
2009-04-17 |
Russ Cox | build packages in obj/ subdirectory that mimics $GOROOT... |
commit | commitdiff | tree |
2009-04-17 |
Rob Pike | document template |
commit | commitdiff | tree |
2009-04-16 |
Russ Cox | regenerate Makefiles. |
commit | commitdiff | tree |
2009-04-16 |
Russ Cox | rewrite gobuild in go. |
commit | commitdiff | tree |
2009-04-16 |
Russ Cox | panicln: emit just one newline |
commit | commitdiff | tree |
2009-04-16 |
Rob Pike | fix gotest by fixing nm -s to print in file order by... |
commit | commitdiff | tree |
2009-04-16 |
Rob Pike | fix one word for consistency. |
commit | commitdiff | tree |
2009-04-16 |
Rob Pike | update tutorial for new slicing rules. |
commit | commitdiff | tree |
2009-04-16 |
Rob Pike | tweak grammar and associated prose to permit things... |
commit | commitdiff | tree |
2009-04-16 |
Rob Pike | spec for range on strings |
commit | commitdiff | tree |
2009-04-16 |
Russ Cox | code changes for array conversion. |
commit | commitdiff | tree |
2009-04-16 |
Russ Cox | compiler implementation of array slice change |
commit | commitdiff | tree |
2009-04-16 |
Russ Cox | document and partially fix a race |
commit | commitdiff | tree |
2009-04-16 |
Russ Cox | godoc: use data-driven templates for html, text generation |
commit | commitdiff | tree |
2009-04-16 |
Russ Cox | fix traceback prints - %S was not advancing pointer... |
commit | commitdiff | tree |
2009-04-16 |
Russ Cox | make Location translate relative path to absolute |
commit | commitdiff | tree |
next |