]> Cypherpunks repositories - gostls13.git/commit
runtime: change textflags from numbers to symbols
authorKeith Randall <khr@golang.org>
Mon, 12 Aug 2013 20:47:18 +0000 (13:47 -0700)
committerKeith Randall <khr@golang.org>
Mon, 12 Aug 2013 20:47:18 +0000 (13:47 -0700)
commite838334beb38c20d2b4035b53ec4e3e3487844f9
tree3e098b463e89455884e6a15c019bee84c522e088
parent2791ef0b6784f487738b7dbe6bda520b426131f3
runtime: change textflags from numbers to symbols

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/12798043
36 files changed:
src/pkg/runtime/alg.c
src/pkg/runtime/atomic_386.c
src/pkg/runtime/atomic_amd64.c
src/pkg/runtime/atomic_arm.c
src/pkg/runtime/cgocall.c
src/pkg/runtime/chan.c
src/pkg/runtime/hashmap.c
src/pkg/runtime/hashmap_fast.c
src/pkg/runtime/iface.c
src/pkg/runtime/lock_futex.c
src/pkg/runtime/lock_sema.c
src/pkg/runtime/malloc.goc
src/pkg/runtime/noasm_arm.goc
src/pkg/runtime/os_darwin.c
src/pkg/runtime/os_freebsd.c
src/pkg/runtime/os_freebsd_arm.c
src/pkg/runtime/os_linux.c
src/pkg/runtime/os_linux_386.c
src/pkg/runtime/os_linux_arm.c
src/pkg/runtime/os_netbsd.c
src/pkg/runtime/os_netbsd_arm.c
src/pkg/runtime/os_openbsd.c
src/pkg/runtime/os_plan9.c
src/pkg/runtime/os_windows.c
src/pkg/runtime/panic.c
src/pkg/runtime/print.c
src/pkg/runtime/proc.c
src/pkg/runtime/race.c
src/pkg/runtime/runtime.c
src/pkg/runtime/sigqueue.goc
src/pkg/runtime/slice.c
src/pkg/runtime/softfloat_arm.c
src/pkg/runtime/string.goc
src/pkg/runtime/time_plan9_386.c
src/pkg/runtime/vlrt_386.c
src/pkg/runtime/vlrt_arm.c