]> Cypherpunks repositories - gostls13.git/commit
runtime: convert print.c to Go
authorRuss Cox <rsc@golang.org>
Fri, 29 Aug 2014 03:26:40 +0000 (23:26 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 29 Aug 2014 03:26:40 +0000 (23:26 -0400)
commit597b266eafe7d63e9be8da1c1b4813bd2998a11c
treef69c69d422577069105676724f78c582ae582650
parentde7fea0d6161c876fca0b0293be3ac6f3e29a759
runtime: convert print.c to Go

LGTM=iant
R=golang-codereviews, iant
CC=dvyukov, golang-codereviews, khr, r
https://golang.org/cl/135930043
14 files changed:
src/pkg/runtime/alg.goc
src/pkg/runtime/mprof.go
src/pkg/runtime/os_darwin.c
src/pkg/runtime/os_dragonfly.c
src/pkg/runtime/os_freebsd.c
src/pkg/runtime/panic.c
src/pkg/runtime/print.c [deleted file]
src/pkg/runtime/print.go [deleted file]
src/pkg/runtime/print1.go [new file with mode: 0644]
src/pkg/runtime/proc.c
src/pkg/runtime/runtime.h
src/pkg/runtime/stubs.go
src/pkg/runtime/traceback_arm.c
src/pkg/runtime/traceback_x86.c