summaryrefslogtreecommitdiff
path: root/src/lib/runtime
AgeCommit message (Collapse)AuthorFilesLines
2009-06-09mv src/lib to src/pkgRob Pike75-14781/+0
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102
2009-06-08Add comment.Russ Cox1-0/+2
R=gri DELTA=2 (2 added, 0 deleted, 0 changed) OCL=30058 CL=30060
2009-06-08add exec example to http triv.go.Russ Cox1-4/+16
fix darwin interrupt bug (race with SIGCHLD). R=gri DELTA=46 (40 added, 0 deleted, 6 changed) OCL=30052 CL=30057
2009-06-08Fix Makefile in runtime to create proper /pkg subdir.Kai Backman1-1/+2
R=rsc APPROVED=rsc DELTA=2 (1 added, 0 deleted, 1 changed) OCL=30043 CL=30043
2009-06-06move src/runtime -> src/lib/runtime;Russ Cox1-42/+106
hand-edited files. R=r DELTA=125 (77 added, 16 deleted, 32 changed) OCL=30001 CL=30008
2009-06-06move src/runtime -> src/lib/runtime;Russ Cox74-0/+14614
only automatic g4 mv here. R=r OCL=30002 CL=30007
2009-06-05rebuilt Makefiles for CL 29923Russ Cox1-14/+6
R=r DELTA=761 (1 added, 433 deleted, 327 changed) OCL=29927 CL=29966
2009-06-05fix 386 log testRuss Cox1-1/+1
R=r DELTA=13 (0 added, 1 deleted, 12 changed) OCL=29928 CL=29943
2009-05-22Automated g4 rollback of changelist 29302.Russ Cox1-121/+0
*** Reason for rollback *** too many files included *** Original change description *** simplifying grammar: delete LBASETYPE and LACONST R=ken OCL=29303 CL=29303
2009-05-22simplifying grammar: delete LBASETYPE and LACONSTRuss Cox1-0/+121
R=ken OCL=29300 CL=29302
2009-05-12no need for compiler to hard-code definition of runtime.Russ Cox2-0/+70
use the actual go source instead. R=r DELTA=90 (66 added, 18 deleted, 6 changed) OCL=28708 CL=28719
2009-05-08Document runtime functions.Rob Pike1-0/+26
R=rsc DELTA=25 (25 added, 0 deleted, 0 changed) OCL=28574 CL=28580
2008-06-05rearrange tree to reflect design based on $GOROOT $GOOS $GOARCHRob Pike2-702/+0
SVN=121291
2008-06-04initial runtime code checkinRob Pike2-0/+702
SVN=121183