Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-07-16 | chan bool offset bug | Ken Thompson | 1 | -5/+8 | |
SVN=127537 | |||||
2008-07-15 | new chan syntax | Ken Thompson | 1 | -2/+45 | |
SVN=127437 | |||||
2008-07-15 | add linkage for writefile on darwin | Rob Pike | 4 | -9/+22 | |
SVN=127208 | |||||
2008-07-14 | add sys.writefile; support for darwin only in this CL | Rob Pike | 3 | -3/+40 | |
SVN=127153 | |||||
2008-07-14 | chan asynch | Ken Thompson | 1 | -5/+45 | |
SVN=127121 | |||||
2008-07-14 | stop traceback when pc leaves text segment | Rob Pike | 1 | -0/+4 | |
SVN=127088 | |||||
2008-07-14 | synch chan | Ken Thompson | 1 | -0/+264 | |
SVN=127057 | |||||
2008-07-14 | synch chan | Ken Thompson | 4 | -238/+100 | |
SVN=127055 | |||||
2008-07-13 | chan | Ken Thompson | 1 | -0/+28 | |
SVN=126959 | |||||
2008-07-13 | chan | Ken Thompson | 5 | -194/+286 | |
SVN=126958 | |||||
2008-07-12 | morestack magic number | Ken Thompson | 2 | -13/+13 | |
automatically generated in 6g and 6c, manually set in 6a. format is TEXT a(SB),, $a-b where a is auto size and b is parameter size SVN=126946 | |||||
2008-07-12 | preserve AX across stack jump so C routines return correct value when ↵ | Rob Pike | 4 | -14/+34 | |
triggering morestack. SVN=126935 | |||||
2008-07-11 | delete dead code | Rob Pike | 1 | -8/+0 | |
SVN=126932 | |||||
2008-07-11 | fix comment | Rob Pike | 1 | -1/+1 | |
SVN=126931 | |||||
2008-07-11 | fix traceback to know about new segmenting | Rob Pike | 1 | -4/+2 | |
SVN=126930 | |||||
2008-07-11 | segmented stacks AND goroutines | Ken Thompson | 6 | -225/+315 | |
SVN=126929 | |||||
2008-07-09 | defined external registers g and m | Ken Thompson | 3 | -14/+20 | |
SVN=126521 | |||||
2008-07-08 | fix ldexp, frexp, and make math package compile and test correctly | Rob Pike | 1 | -6/+6 | |
SVN=126423 | |||||
2008-07-08 | unique import/export names | Ken Thompson | 4 | -14/+76 | |
more on go statement SVN=126421 | |||||
2008-07-08 | add bytestorune and stringtorune to sys. | Rob Pike | 2 | -0/+25 | |
SVN=126321 | |||||
2008-07-07 | more coroutine | Ken Thompson | 1 | -1/+6 | |
fixed a,b,c := x,x,x SVN=126250 | |||||
2008-07-07 | update to Unicode 5 | Rob Pike | 4 | -49/+227 | |
SVN=126184 | |||||
2008-07-04 | floating point print | Ken Thompson | 1 | -1/+57 | |
SVN=126038 | |||||
2008-07-03 | drop some superfluous file prefixes in runtime | Rob Pike | 5 | -4/+7 | |
SVN=125956 | |||||
2008-06-30 | update golden | Rob Pike | 1 | -1/+1 | |
fix a comment SVN=125405 | |||||
2008-06-30 | clean up rearrangement of runtime functions in the source | Rob Pike | 2 | -429/+461 | |
add isNaN, isInf, NaN, Inf SVN=125389 | |||||
2008-06-30 | makes stack traces work for segmented stacks | Rob Pike | 6 | -12/+58 | |
SVN=125371 | |||||
2008-06-30 | Break runtime.c into separate pieces for maps, strings, print, etc. | Rob Pike | 11 | -1698/+1582 | |
Share common assembler for amd64 runtime SVN=125317 | |||||
2008-06-29 | segmented stacks | Ken Thompson | 3 | -36/+286 | |
SVN=125267 | |||||
2008-06-27 | export sys.exit | Rob Pike | 1 | -2/+1 | |
update tests to use exit rather than return ignore return value from main (actually done in prior CL) SVN=125173 | |||||
2008-06-27 | update darwin for segmented stacks | Rob Pike | 2 | -30/+45 | |
SVN=125154 | |||||
2008-06-27 | segmented stack | Ken Thompson | 2 | -36/+45 | |
SVN=125151 | |||||
2008-06-27 | add a test | Rob Pike | 1 | -4/+2 | |
fix make.bash for runtime - sysfile.6 depends on OS so simplest thing is to build just our own version SVN=125130 | |||||
2008-06-26 | repair struct definition | Rob Pike | 1 | -5/+5 | |
SVN=124985 | |||||
2008-06-26 | slight change to file names | Rob Pike | 3 | -2/+2 | |
SVN=124982 | |||||
2008-06-26 | make readfile work on darwin | Rob Pike | 6 | -38/+107 | |
parameterize the system interface a bit SVN=124981 | |||||
2008-06-26 | add pointer to val type of maps | Ken Thompson | 1 | -2/+33 | |
SVN=124971 | |||||
2008-06-26 | add sys.readfile() | Rob Pike | 5 | -6/+153 | |
add args to linux runtime SVN=124961 | |||||
2008-06-25 | runtime needs runtime.c | Rob Pike | 1 | -0/+1 | |
6l needs to know that there is no rt_amd64.6 SVN=124766 | |||||
2008-06-25 | put a makefile into runtime | Rob Pike | 3 | -17/+51 | |
make the runtime library an archive (rt0 is still separate) update 6l to use the archive add fakeobj.c, missing from prior change SVN=124762 | |||||
2008-06-25 | - dump registers in case of signal (linux) | Robert Griesemer | 2 | -25/+132 | |
SVN=124702 | |||||
2008-06-24 | center dots into argument code | Rob Pike | 1 | -4/+4 | |
SVN=124433 | |||||
2008-06-24 | put center dot into main_main | Rob Pike | 2 | -1/+77 | |
restore smashed arg code, lost in incorrect resolve SVN=124432 | |||||
2008-06-24 | middle dot as alpha package separator | Ken Thompson | 7 | -164/+166 | |
SVN=124419 | |||||
2008-06-24 | - added access to thread state info from the signal handler | Robert Griesemer | 1 | -15/+105 | |
SVN=124404 | |||||
2008-06-24 | arguments available | Rob Pike | 1 | -0/+5 | |
argc, argv, envc, envv all in sys now sys.argc() etc. SVN=124398 | |||||
2008-06-24 | string nil same as string "" | Ken Thompson | 2 | -8/+26 | |
SVN=124381 | |||||
2008-06-24 | map[int] bug | Ken Thompson | 1 | -1/+1 | |
SVN=124332 | |||||
2008-06-23 | safety checks, waiting for gri's real tracking of PC and SP | Rob Pike | 2 | -4/+9 | |
extant code is too fragile SVN=124223 | |||||
2008-06-23 | add signal handling to mac runtime | Rob Pike | 2 | -1/+86 | |
SVN=124184 |