aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2009-06-09bring over deps.bashRuss Cox
2009-06-09mv src/lib to src/pkgRob Pike
2009-06-08A basic tar package.David Symonds
2009-06-08mksyscall was treating 64-bit systems as 32-bit,Russ Cox
2009-06-08bug fix: literals can be emptyRobert Griesemer
2009-06-08add new function io.ReadAllRuss Cox
2009-06-08Pad error text for browsers that are too smart.Russ Cox
2009-06-08Add comment.Russ Cox
2009-06-08- bug fix: no need to add extra '.' when renaming custom formattersRobert Griesemer
2009-06-08add exec example to http triv.go.Russ Cox
2009-06-08Fix Makefile in runtime to create proper /pkg subdir.Kai Backman
2009-06-06move src/runtime -> src/lib/runtime;Russ Cox
2009-06-06move src/runtime -> src/lib/runtime;Russ Cox
2009-06-06gzip packageRuss Cox
2009-06-06flate packageRuss Cox
2009-06-06Publish types PipeReader and PipeWriterRuss Cox
2009-06-06fix build: testing depends on regexp now; re-ran deps.bashRuss Cox
2009-06-06Basic HTTP POST support.David Symonds
2009-06-06delete unnecessary newlineRuss Cox
2009-06-05rebuilt Makefiles for CL 29923Russ Cox
2009-06-05Add Upper, Lower, Trim methods to strings package.Steve Newman
2009-06-05restructure makefiles, scripts to factor out O= logic.Russ Cox
2009-06-05fix 386 malloc tests,Russ Cox
2009-06-05fix 386 log testRuss Cox
2009-06-04386-related fixes and guardsRuss Cox
2009-06-04- interpret form feed char as newline + flushRobert Griesemer
2009-06-04rename -chatty to more conventional -v.Russ Cox
2009-06-04use the new bytes packageRob Pike
2009-06-04bytes.CopyRob Pike
2009-06-04add a bytes package analogous to the strings package.Rob Pike
2009-06-04- report an error if format is nil instead of crashingRobert Griesemer
2009-06-04allow &^= in assignmentsRobert Griesemer
2009-06-04missing darwin files; g4 nothave.Russ Cox
2009-06-04machine-generated files for CL 29882Russ Cox
2009-06-04linux 386 support; now in same state as darwin 386Russ Cox
2009-06-04more 386 runtime fixes.Russ Cox
2009-06-03fix build. i would love to know why my other clientRuss Cox
2009-06-03Define os.PageSize and syscall.PageSize.David Symonds
2009-06-02mechanically-generated syscall filesRuss Cox
2009-06-02386 library updatesRuss Cox
2009-06-02for consistency with syscall, rename filesRuss Cox
2009-06-02Add container/list package.David Symonds
2009-06-02change datafmt syntax to use '@' instead of '^' (to matchRobert Griesemer
2009-06-02remove superfluous indirectionRobert Griesemer
2009-06-02- renamed format -> datafmtRobert Griesemer
2009-06-02Fixes to URL functionality:Steve Newman
2009-06-01auto-generated, renamed, and deleted filesRuss Cox
2009-06-01new syscall package: manually maintained files and scripts.Russ Cox
2009-06-01update Go tree to use new syscall package.Russ Cox
2009-06-01format packageRobert Griesemer