]> Cypherpunks repositories - gostls13.git/commit
casify, cleanup sys
authorRuss Cox <rsc@golang.org>
Fri, 16 Jan 2009 22:58:14 +0000 (14:58 -0800)
committerRuss Cox <rsc@golang.org>
Fri, 16 Jan 2009 22:58:14 +0000 (14:58 -0800)
commit360962420c484427bbc16e1f8699ee5cccc4f012
tree321251a8cd180ad7856af54e8e531850d0735fb0
parentec9f2b0cd46300b9da3a82aa3604c98fce017baa
casify, cleanup sys

R=r
OCL=22978
CL=22984
74 files changed:
doc/progs/cat.go
doc/progs/cat_rot13.go
doc/progs/helloworld3.go
src/cmd/gc/export.c
src/cmd/gc/sys.go
src/cmd/gc/sysimport.c
src/lib/flag.go
src/lib/fmt/print.go
src/lib/math/exp.go
src/lib/math/floor.go
src/lib/math/fmod.go
src/lib/math/log.go
src/lib/math/pow.go
src/lib/math/sin.go
src/lib/math/sqrt.go
src/lib/math/tan.go
src/lib/os/os_env.go
src/lib/reflect/type.go
src/lib/reflect/value.go
src/lib/regexp/regexp.go
src/lib/strconv/atof.go
src/lib/strconv/ftoa.go
src/lib/sync/mutex.go
src/lib/sync/mutex_test.go
src/lib/testing.go
src/libmach_amd64/darwin.c
src/runtime/Makefile
src/runtime/chan.c
src/runtime/iface.c
src/runtime/proc.c
src/runtime/rt0_amd64.s
src/runtime/rt1_amd64_darwin.c
src/runtime/rt1_amd64_linux.c
src/runtime/rt2_amd64.c
src/runtime/rune.c
src/runtime/runtime.c
src/runtime/runtime.h
src/runtime/sema.c
src/runtime/sys_amd64_darwin.s
src/runtime/sys_amd64_linux.s
src/runtime/sys_file.c [deleted file]
test/235.go
test/args.go
test/bugs/bug130.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/bug097.go
test/fixedbugs/bug120.go
test/if1.go
test/int_lit.go
test/interface4.go
test/interface6.go
test/ken/chan.go
test/readfile.go
test/string_lit.go
test/switch1.go
test/utf.go
usr/gri/gosrc/compilation.go
usr/gri/gosrc/go.go
usr/gri/gosrc/scanner.go
usr/gri/gosrc/test_scanner.go
usr/gri/pretty/compilation.go
usr/gri/pretty/platform.go
usr/gri/pretty/pretty.go
usr/gri/pretty/untab.go