1
0
mirror of https://github.com/golang/go synced 2024-11-20 09:44:45 -07:00
go/src/pkg/runtime
Russ Cox a18208fb60 fix range on invalid utf8 bug
R=r
DELTA=42  (21 added, 20 deleted, 1 changed)
OCL=34328
CL=34333
2009-09-03 13:56:06 -07:00
..
386 use correct pc for printing fn+%#x in tracebacks 2009-08-31 10:55:24 -07:00
amd64 use correct pc for printing fn+%#x in tracebacks 2009-08-31 10:55:24 -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 finish ChanValue: Len and Cap. 2009-08-26 12:42:22 -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 newprocreadylocked for debugger 2009-08-31 18:10:11 -07:00
reflect.cgo finish ChanValue: Len and Cap. 2009-08-26 12:42:22 -07:00
rune.c fix range on invalid utf8 bug 2009-09-03 13:56:06 -07:00
runtime.c sliceslice inline 2009-08-28 12:37:39 -07:00
runtime.h finish ChanValue: Len and Cap. 2009-08-26 12:42:22 -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