1
0
mirror of https://github.com/golang/go synced 2024-10-02 04:28:33 -06:00
go/src/runtime
Russ Cox d448d18cb4 test and fix non-blocking chan ops on buffered chans
R=ken
DELTA=68  (19 added, 0 deleted, 49 changed)
OCL=15966
CL=15969
2008-09-26 11:47:04 -07:00
..
amd64_darwin.h cleanup; sys.sleep can go. 2008-09-24 15:28:03 -07:00
amd64_linux.h cleanup; sys.sleep can go. 2008-09-24 15:28:03 -07:00
array.c arrays 2008-08-27 17:28:30 -07:00
chan.c test and fix non-blocking chan ops on buffered chans 2008-09-26 11:47:04 -07:00
iface.c vectors bug 2008-09-22 16:58:30 -07:00
Makefile now method/interface code 2008-09-22 12:16:19 -07:00
map.c bug075 2008-09-11 19:09:25 -07:00
print.c fix printing of -(1<<63) 2008-09-17 14:08:52 -07:00
proc.c get rid of per-G Note, avoids per-G kernel semaphore on Mac. 2008-09-24 14:13:07 -07:00
rt0_amd64_darwin.s Break runtime.c into separate pieces for maps, strings, print, etc. 2008-06-30 11:50:36 -07:00
rt0_amd64_linux.s Break runtime.c into separate pieces for maps, strings, print, etc. 2008-06-30 11:50:36 -07:00
rt0_amd64.s implement spec: when main.main returns, the program exits 2008-09-22 13:47:59 -07:00
rt1_amd64_darwin.c cleanup; sys.sleep can go. 2008-09-24 15:28:03 -07:00
rt1_amd64_linux.c cleanup; sys.sleep can go. 2008-09-24 15:28:03 -07:00
rt2_amd64.c fix up linux trap handling - INTB 5 gives SEGV 2008-09-12 12:35:06 -07:00
rune.c kill trailing white space. 2008-08-05 14:21:42 -07:00
runtime.c test cleanup 2008-09-22 13:47:53 -07:00
runtime.h get rid of per-G Note, avoids per-G kernel semaphore on Mac. 2008-09-24 14:13:07 -07:00
signals.h - catch trace traps 2008-09-12 09:44:41 -07:00
string.c change string([]byte) to pass array, rather than &a[0], 2008-09-22 20:12:15 -07:00
sys_amd64_darwin.s cleanup; sys.sleep can go. 2008-09-24 15:28:03 -07:00
sys_amd64_linux.s cleanup; sys.sleep can go. 2008-09-24 15:28:03 -07:00
sys_file.c add linkage for writefile on darwin 2008-07-15 08:27:50 -07:00
sys_types.h Remove doubled #else 2008-08-03 00:34:05 -07:00