index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
runtime.h
Age
Commit message (
Expand
)
Author
2008-12-15
check printf format strings
Russ Cox
2008-12-09
chans and maps of interfaces
Russ Cox
2008-12-05
add support for ref counts to memory allocator.
Russ Cox
2008-12-04
add stub routines stackalloc() and stackfree().
Russ Cox
2008-12-03
preparation for exec.
Russ Cox
2008-11-25
change meaning of $GOMAXPROCS to number of cpus to use,
Russ Cox
2008-11-25
use pc/ln table to print source lines in traceback
Russ Cox
2008-11-23
delete stack mark strings
Russ Cox
2008-11-17
First pieces of malloc.
Russ Cox
2008-11-13
mike's map code
Ken Thompson
2008-11-10
handle Inf, NaN in float print
Russ Cox
2008-11-05
select default
Ken Thompson
2008-10-07
sys.stringtorune doesn't need a length parameter.
Rob Pike
2008-09-26
go/acid/go
Russ Cox
2008-09-24
get rid of per-G Note, avoids per-G kernel semaphore on Mac.
Russ Cox
2008-09-24
only use mach kernel semaphores for actual contention.
Russ Cox
2008-09-22
test cleanup
Russ Cox
2008-09-22
now method/interface code
Ken Thompson
2008-09-18
proper handling of signals.
Russ Cox
2008-09-12
fix up linux trap handling - INTB 5 gives SEGV
Rob Pike
2008-09-12
fix silly portability bug
Rob Pike
2008-09-12
- catch trace traps
Rob Pike
2008-09-09
go threads for OS X
Russ Cox
2008-08-27
arrays
Ken Thompson
2008-08-05
kill trailing white space.
Russ Cox
2008-08-05
* comment, clean up scheduler
Russ Cox
2008-08-04
first cut at multithreading. works on Linux.
Russ Cox
2008-07-28
print tracebacks for all goroutines, not just the crashing one
Rob Pike
2008-07-25
select
Ken Thompson
2008-07-24
select
Ken Thompson
2008-07-20
start of select
Ken Thompson
2008-07-16
new (more fifo) schedulint algorithm
Ken Thompson
2008-07-14
add sys.writefile; support for darwin only in this CL
Rob Pike
2008-07-14
synch chan
Ken Thompson
2008-07-13
chan
Ken Thompson
2008-07-12
preserve AX across stack jump so C routines return correct value when trigger...
Rob Pike
2008-07-11
segmented stacks AND goroutines
Ken Thompson
2008-07-09
defined external registers g and m
Ken Thompson
2008-07-08
unique import/export names
Ken Thompson
2008-07-08
add bytestorune and stringtorune to sys.
Rob Pike
2008-07-07
update to Unicode 5
Rob Pike
2008-06-30
makes stack traces work for segmented stacks
Rob Pike
2008-06-30
Break runtime.c into separate pieces for maps, strings, print, etc.
Rob Pike
2008-06-26
add sys.readfile()
Rob Pike
2008-06-24
middle dot as alpha package separator
Ken Thompson
2008-06-24
string nil same as string ""
Ken Thompson
2008-06-21
add signal handling and traceback support therein.
Rob Pike
2008-06-16
maps
Ken Thompson
2008-06-16
print pc on faults
Rob Pike
2008-06-15
now checks for lvalue/rvalue context of
Ken Thompson
[prev]
[next]