summaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Collapse)AuthorFilesLines
2008-06-22mapsKen Thompson1-0/+359
SVN=124030
2008-06-21more nearly correct interface code for signals on linuxRob Pike1-5/+4
SVN=124021
2008-06-21add signal handling and traceback support therein.Rob Pike8-58/+234
factor the runtime into architecture-dependent and -independent pieces. ditto for the OS dependence. SVN=124020
2008-06-20delete incorrect offset printRob Pike1-5/+2
SVN=123857
2008-06-18improved formatting of tracebackRob Pike1-8/+21
SVN=123527
2008-06-18print rudimentary stack traceback after panicRob Pike1-0/+50
SVN=123524
2008-06-16mapsKen Thompson2-32/+34
SVN=123089
2008-06-16print pc on faultsRob Pike4-11/+37
SVN=123030
2008-06-15now checks for lvalue/rvalue context ofKen Thompson2-2/+5
expressions. start of generics for calling builtin functions start of map type 'any' demoted from reserved word to type SVN=122808
2008-06-12make paths explicit for easier installationRob Pike1-3/+3
SVN=122488
2008-06-12import the plan 9 libraries libc (lib9) and libbio into the tree.Rob Pike1-0/+5
remove the dependency on /home/r. SVN=122482
2008-06-10debugging to get fmt to runKen Thompson1-0/+154
SVN=122046
2008-06-05fix different ANON flag betweenKen Thompson1-1/+10
darwin and linux SVN=121371
2008-06-05goos garchKen Thompson1-1/+1
SVN=121368
2008-06-05goos garchKen Thompson3-0/+716
SVN=121367
2008-06-05goos and goarchKen Thompson1-0/+86
SVN=121346
2008-06-05goos and goarchKen Thompson1-0/+87
SVN=121345