]> Cypherpunks repositories - gostls13.git/commit
move things out of sys into os and runtime
authorRuss Cox <rsc@golang.org>
Fri, 8 May 2009 22:21:41 +0000 (15:21 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 8 May 2009 22:21:41 +0000 (15:21 -0700)
commit918afd9491bd07aed10bc364012683fc52c734bb
tree5b8c80c41b4110b57cef1a0945350c2caf7557e2
parentc367d1b789b0aed59e871aee588d776998a8f479
move things out of sys into os and runtime

R=r
OCL=28569
CL=28573
70 files changed:
doc/progs/cat.go
doc/progs/cat_rot13.go
doc/progs/helloworld3.go
doc/progs/strings.go
src/cmd/gc/Makefile
src/cmd/gc/builtin.c.boot
src/cmd/gc/go.h
src/cmd/gc/lex.c
src/cmd/gc/mkbuiltin
src/cmd/gc/runtime.go [new file with mode: 0644]
src/cmd/gc/sys.go
src/cmd/gobuild/gobuild.go
src/cmd/gobuild/util.go
src/lib/flag/flag.go
src/lib/http/triv.go
src/lib/log/log.go
src/lib/os/Makefile
src/lib/os/env.go
src/lib/os/file.go
src/lib/regexp/regexp.go
src/lib/template/template.go
src/lib/testing/testing.go
src/runtime/386/asm.s
src/runtime/386/traceback.c
src/runtime/amd64/asm.s
src/runtime/amd64/traceback.c
src/runtime/chan.c
src/runtime/darwin/386/signal.c
src/runtime/darwin/386/sys.s
src/runtime/darwin/amd64/signal.c
src/runtime/darwin/amd64/sys.s
src/runtime/linux/386/signal.c
src/runtime/linux/386/sys.s
src/runtime/linux/amd64/signal.c
src/runtime/linux/amd64/sys.s
src/runtime/proc.c
src/runtime/runtime.c
src/runtime/runtime.h
src/runtime/sema.c
src/runtime/string.c
test/235.go
test/args.go
test/chan/fifo.go
test/chan/goroutines.go
test/chan/nonblock.go
test/chan/powser1.go
test/chan/powser2.go
test/chan/sieve.go
test/char_lit.go
test/env.go
test/fixedbugs/bug006.go
test/fixedbugs/bug059.go
test/fixedbugs/bug060.go
test/fixedbugs/bug120.go
test/fixedbugs/bug130.go
test/fixedbugs/bug141.go
test/if1.go
test/int_lit.go
test/interface10.go
test/interface4.go
test/interface6.go
test/ken/chan.go
test/ken/chan1.go
test/string_lit.go
test/stringrange.go
test/switch1.go
test/typeswitch.go
usr/gri/pretty/godoc.go
usr/gri/pretty/pretty.go
usr/gri/pretty/untab.go