1
0
mirror of https://github.com/golang/go synced 2024-11-20 00:04:43 -07:00
go/src/pkg/runtime
Russ Cox 653cef1ba0 add Close() and Closed() to ChanValue
R=r
DELTA=60  (56 added, 3 deleted, 1 changed)
OCL=33868
CL=33872
2009-08-26 10:47:18 -07:00
..
386 Account for CALL instructions before looking up the function 2009-08-14 11:09:53 -07:00
amd64 Account for CALL instructions before looking up the function 2009-08-14 11:09:53 -07:00
arm Fixed minor typo in asm file. 2009-07-12 22:12:19 -07:00
darwin fix bug in CL 30057: missed if+continue in one place. 2009-07-27 10:59:59 -07:00
linux start of FFI support, and a demo. 2009-08-24 17:30:00 -07:00
cgo2c.c rename runtime internals to have modern names (array->slice etc) 2009-08-25 15:54:25 -07:00
cgocall.c checkpoint & test (pidigits) before trying to automate. 2009-08-25 15:37:22 -07:00
cgocall.h start of FFI support, and a demo. 2009-08-24 17:30:00 -07:00
chan.c add Close() and Closed() to ChanValue 2009-08-26 10:47:18 -07:00
extern.go checkpoint & test (pidigits) before trying to automate. 2009-08-25 15:37:22 -07:00
float.cgo convert string runtime to use cgo. 2009-06-30 20:01:50 -07:00
hashmap.c rename runtime internals to have modern names (array->slice etc) 2009-08-25 15:54:25 -07:00
hashmap.h mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
iface.c rename runtime internals to have modern names (array->slice etc) 2009-08-25 15:54:25 -07:00
Makefile rename runtime internals to have modern names (array->slice etc) 2009-08-25 15:54:25 -07:00
malloc.cgo convert string runtime to use cgo. 2009-06-30 20:01:50 -07:00
malloc.h mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
mcache.c mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
mcentral.c mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
mem.c remove declarations for functions that cannot be called from c 2009-06-30 20:01:59 -07:00
mfixalloc.c mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
mgc0.c FFI step 2: can ask for libc.so.6. 2009-08-20 16:09:38 -07:00
mheap.c mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
mheapmap32.c mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
mheapmap32.h mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
mheapmap64.c mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
mheapmap64.h mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
mkasmh.sh rename mkasmh to mkasmh.sh 2009-08-13 14:23:35 -07:00
msize.c mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
print.c runtime: use new reflect data structures (CL 31107) 2009-07-07 11:02:54 -07:00
proc.c add runtime.GOMAXPROCS, allowing a program to, in effect, set $GOMAXPROCS 2009-08-06 13:07:05 -07:00
reflect.cgo add Close() and Closed() to ChanValue 2009-08-26 10:47:18 -07:00
rune.c mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
runtime.c rename runtime internals to have modern names (array->slice etc) 2009-08-25 15:54:25 -07:00
runtime.h add Close() and Closed() to ChanValue 2009-08-26 10:47:18 -07:00
sema.cgo convert string runtime to use cgo. 2009-06-30 20:01:50 -07:00
slice.c rename runtime internals to have modern names (array->slice etc) 2009-08-25 15:54:25 -07:00
string.cgo rename runtime internals to have modern names (array->slice etc) 2009-08-25 15:54:25 -07:00
symtab.c rename runtime internals to have modern names (array->slice etc) 2009-08-25 15:54:25 -07:00
type.go delete forward type declarations 2009-08-12 14:40:47 -07:00
type.h rename runtime internals to have modern names (array->slice etc) 2009-08-25 15:54:25 -07:00