aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2009-05-05fmt: dead code and dataRuss Cox
2009-05-04string slicing is efficient so remove base and bounds arguments from RuneCoun...Rob Pike
2009-05-04Remake exvar package to be more Go-ish.David Symonds
2009-05-02Fix mismatched quote in a comment.David Symonds
2009-04-30- incorporated feedback per rscRobert Griesemer
2009-04-30bug146: array/slice conversion before I left missed conversionsRuss Cox
2009-04-30auto-detect whether to use IPv6 or IPv4 kernel interfaceRuss Cox
2009-04-30better error messages, not that anyone ever sees themRuss Cox
2009-04-29don't print binary data. add TODO for better errors.Rob Pike
2009-04-29rename variables for clarity.Rob Pike
2009-04-29Bug in reflect found by gri. Structs in 6g have a minimum alignment.Rob Pike
2009-04-29drop unused result name - trivial change.Rob Pike
2009-04-29exit with error status EPIPE ifRuss Cox
2009-04-29Fix channels used by WaitWrite (http server hangs on writesBrendan O'Dea
2009-04-28fix for broken buildRobert Griesemer
2009-04-28Add a HTTP handler to the exvar package.David Symonds
2009-04-27Add more dependencies for lib/go.David Symonds
2009-04-27implement .alternatesRob Pike
2009-04-27Fix the chunked encoding - terminate the chunk with CRLF.Stephen Ma
2009-04-26Add string-valued variables to exvar.David Symonds
2009-04-26flags.Usage() calls fmt.Fprintf() with incorrect argsBrendan O'Dea
2009-04-25- install doc in lib/goRobert Griesemer
2009-04-24- fixed a couple of potential end-less loopsRobert Griesemer
2009-04-22add {.tab}Rob Pike
2009-04-21Clean up some more code after bug143 was fixed.David Symonds
2009-04-21Bug 143 is fixed, so clean up some of exvar.David Symonds
2009-04-21Change exvar to use a goroutine channel worker instead of a mutex for synchro...David Symonds
2009-04-21minor adjustment to comment formatting for better godoc outputRobert Griesemer
2009-04-21minor adjustments to comments for better godoc outputRobert Griesemer
2009-04-21- documentation for bignum packageRobert Griesemer
2009-04-20Refactor exvar to use interface types, and add mapVar.David Symonds
2009-04-20rewrite template library:Rob Pike
2009-04-20Move iterable package to usr/dsymonds/.David Symonds
2009-04-20Oops, forgot to commit this change.David Symonds
2009-04-20Use the mutex in exvar.Set since map access is not atomic.David Symonds
2009-04-19Add Inject function to iterable package.David Symonds
2009-04-19Initial cut at an "exported variables" (exvar) package.David Symonds
2009-04-19Readn is a silly name when there's no n. Change to FullRead.Rob Pike
2009-04-18the Big Error Shift applied to lib/time/zoneinfo.go.Rob Pike
2009-04-17Step 2 of the Big Error Shift.Rob Pike
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike
2009-04-16regenerate makefile with installed gobuildRuss Cox
2009-04-16fix linux buildRob Pike
2009-04-16Convert go tree to hierarchical pkg directory:Russ Cox
2009-04-16document templateRob Pike
2009-04-16regenerate Makefiles.Russ Cox
2009-04-15code changes for array conversion.Russ Cox
2009-04-15document and partially fix a raceRuss Cox
2009-04-15godoc: use data-driven templates for html, text generationRuss Cox
2009-04-15make Location translate relative path to absoluteRuss Cox