summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
2009-06-09bring over deps.bashRuss Cox1-36/+0
2009-06-09mv src/lib to src/pkgRob Pike381-73042/+0
2009-06-08A basic tar package.David Symonds8-1/+379
2009-06-08mksyscall was treating 64-bit systems as 32-bit,Russ Cox4-72/+106
2009-06-08bug fix: literals can be emptyRobert Griesemer1-1/+1
2009-06-08add new function io.ReadAllRuss Cox1-7/+9
2009-06-08Pad error text for browsers that are too smart.Russ Cox1-0/+50
2009-06-08Add comment.Russ Cox1-0/+2
2009-06-08- bug fix: no need to add extra '.' when renaming custom formattersRobert Griesemer2-3/+9
2009-06-08add exec example to http triv.go.Russ Cox2-4/+44
2009-06-08Fix Makefile in runtime to create proper /pkg subdir.Kai Backman1-1/+2
2009-06-06move src/runtime -> src/lib/runtime;Russ Cox2-46/+107
2009-06-06move src/runtime -> src/lib/runtime;Russ Cox74-0/+14614
2009-06-06gzip packageRuss Cox5-0/+568
2009-06-06flate packageRuss Cox3-0/+864
2009-06-06Publish types PipeReader and PipeWriterRuss Cox2-81/+138
2009-06-06fix build: testing depends on regexp now; re-ran deps.bashRuss Cox1-2/+2
2009-06-06Basic HTTP POST support.David Symonds2-6/+43
2009-06-06delete unnecessary newlineRuss Cox1-1/+1
2009-06-05rebuilt Makefiles for CL 29923Russ Cox49-687/+295
2009-06-05Add Upper, Lower, Trim methods to strings package.Steve Newman2-0/+110
2009-06-05restructure makefiles, scripts to factor out O= logic.Russ Cox1-2/+0
2009-06-05fix 386 malloc tests,Russ Cox1-1/+1
2009-06-05fix 386 log testRuss Cox1-1/+1
2009-06-04386-related fixes and guardsRuss Cox2-5/+12
2009-06-04- interpret form feed char as newline + flushRobert Griesemer2-195/+176
2009-06-04rename -chatty to more conventional -v.Russ Cox1-1/+13
2009-06-04use the new bytes packageRob Pike6-34/+23
2009-06-04bytes.CopyRob Pike4-0/+38
2009-06-04add a bytes package analogous to the strings package.Rob Pike3-0/+352
2009-06-04- report an error if format is nil instead of crashingRobert Griesemer1-3/+7
2009-06-04allow &^= in assignmentsRobert Griesemer1-2/+2
2009-06-04missing darwin files; g4 nothave.Russ Cox2-0/+117
2009-06-04machine-generated files for CL 29882Russ Cox4-0/+1652
2009-06-04linux 386 support; now in same state as darwin 386Russ Cox8-7/+362
2009-06-04more 386 runtime fixes.Russ Cox4-16/+23
2009-06-03fix build. i would love to know why my other clientRuss Cox1-11/+0
2009-06-03Define os.PageSize and syscall.PageSize.David Symonds3-0/+13
2009-06-02mechanically-generated syscall filesRuss Cox4-0/+1615
2009-06-02386 library updatesRuss Cox6-4/+167
2009-06-02for consistency with syscall, rename filesRuss Cox6-10/+24
2009-06-02Add container/list package.David Symonds5-0/+292
2009-06-02change datafmt syntax to use '@' instead of '^' (to matchRobert Griesemer3-12/+14
2009-06-02remove superfluous indirectionRobert Griesemer1-7/+7
2009-06-02- renamed format -> datafmtRobert Griesemer8-40/+174
2009-06-02Fixes to URL functionality:Steve Newman2-32/+285
2009-06-01auto-generated, renamed, and deleted filesRuss Cox28-2046/+2539
2009-06-01new syscall package: manually maintained files and scripts.Russ Cox15-72/+2351
2009-06-01update Go tree to use new syscall package.Russ Cox22-555/+282
2009-06-01format packageRobert Griesemer6-0/+1675