summaryrefslogtreecommitdiff
path: root/src/runtime/runtime.h
AgeCommit message (Expand)AuthorFilesLines
2015-01-15Imported Upstream version 1.4upstream/1.4Tianon Gravi1-0/+1132
2009-06-06move src/runtime -> src/lib/runtime;Russ Cox1-464/+0
2009-06-04386-related fixes and guardsRuss Cox1-4/+4
2009-06-04more 386 runtime fixes.Russ Cox1-1/+2
2009-06-0232-bit fixes in lessstack.Russ Cox1-1/+1
2009-05-20change representation of interface values.Russ Cox1-2/+14
2009-05-08move things out of sys into os and runtimeRuss Cox1-8/+4
2009-04-12fix string range to have full unicode range (up to 10FFFF).Rob Pike1-0/+1
2009-04-09change representation of stringsKen Thompson1-17/+17
2009-03-30more 386 runtime - can run tiny c programs.Russ Cox1-3/+8
2009-01-27spellingKen Thompson1-1/+1
2009-01-27deferKen Thompson1-4/+19
2009-01-26gc #0. mark and sweep collector.Russ Cox1-0/+4
2009-01-26interface speedups and fixes.Russ Cox1-0/+2
2009-01-26implement new restrictions on whatRuss Cox1-5/+10
2009-01-22move math routines from package sys to package math,Russ Cox1-10/+15
2009-01-16casify, cleanup sysRuss Cox1-13/+9
2009-01-13Tweak code to make it easier to compile with gcc.Ian Lance Taylor1-28/+64
2009-01-09update sys.reflect and sys.unreflect to accomodateRuss Cox1-1/+1
2009-01-08many interface bug fixes.Russ Cox1-1/+1
2008-12-19[] and struct in interfaces.Russ Cox1-2/+9
2008-12-19chan and map of [] and structRuss Cox1-1/+14
2008-12-19malloc bug fixes.Russ Cox1-4/+1
2008-12-18print(array)Ken Thompson1-1/+1
2008-12-18arraysKen Thompson1-1/+0
2008-12-18malloc in runtime (not used by default)Russ Cox1-1/+4
2008-12-17small bugKen Thompson1-0/+1
2008-12-15check printf format stringsRuss Cox1-0/+16
2008-12-09chans and maps of interfacesRuss Cox1-1/+1
2008-12-05add support for ref counts to memory allocator.Russ Cox1-0/+8
2008-12-04add stub routines stackalloc() and stackfree().Russ Cox1-0/+2
2008-12-03preparation for exec.Russ Cox1-3/+8
2008-11-25change meaning of $GOMAXPROCS to number of cpus to use,Russ Cox1-0/+6
2008-11-25use pc/ln table to print source lines in tracebackRuss Cox1-3/+8
2008-11-23delete stack mark stringsRuss Cox1-16/+34
2008-11-17First pieces of malloc.Russ Cox1-1/+7
2008-11-13mike's map codeKen Thompson1-0/+1
2008-11-10handle Inf, NaN in float printRuss Cox1-0/+2
2008-11-05select defaultKen Thompson1-0/+1
2008-10-07sys.stringtorune doesn't need a length parameter.Rob Pike1-1/+1
2008-09-26go/acid/goRuss Cox1-1/+0
2008-09-24get rid of per-G Note, avoids per-G kernel semaphore on Mac.Russ Cox1-1/+1
2008-09-24only use mach kernel semaphores for actual contention.Russ Cox1-1/+7
2008-09-22test cleanupRuss Cox1-0/+1
2008-09-22now method/interface codeKen Thompson1-27/+0
2008-09-18proper handling of signals.Russ Cox1-0/+5
2008-09-12fix up linux trap handling - INTB 5 gives SEGVRob Pike1-2/+0
2008-09-12fix silly portability bugRob Pike1-0/+1
2008-09-12- catch trace trapsRob Pike1-0/+2
2008-09-09go threads for OS XRuss Cox1-5/+12