]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2008-06-27 Rob Pikefix a few spelling mistakes in messages
2008-06-27 Robert Griesemer- added calc cmd
2008-06-27 Ken Thompsonbetter line numbers
2008-06-27 Rob Pikeadd readfile test
2008-06-26 Robert Griesemer- moved integer code into src/pkg
2008-06-26 Ken Thompsonsimultaneous assignment test
2008-06-26 Robert Griesemer- a couple of fixes for integer.go
2008-06-26 Rob Pikerepair struct definition
2008-06-26 Rob Pikeslight change to file names
2008-06-26 Rob Pikemake readfile work on darwin
2008-06-26 Robert Griesemer- added bug against maps
2008-06-26 Ken Thompsonadd pointer to val type of maps
2008-06-26 Rob Pikeadd sys.readfile()
2008-06-26 Robert Griesemer- filed a bug against len()
2008-06-26 Rob Pikeruntime needs runtime.c
2008-06-26 Rob Pikemaybe now $O is right
2008-06-26 Rob PikeO=6 not O=o
2008-06-26 Rob Pikeput a makefile into runtime
2008-06-26 Rob Pikeadd plan 9 ar, which understands our symbol tables
2008-06-26 Ken Thompsonautolib (#pragma lib)
2008-06-26 Robert Griesemer- dump registers in case of signal (linux)
2008-06-25 Rob Pikeimprove bug054.go
2008-06-25 Rob Pikeadd new bug: can't compile a, b := sys.frexp(1.0)
2008-06-25 Ken Thompsonsimul assignment
2008-06-25 Rob Pikeprevious change was a nit too aggressive - regular...
2008-06-25 Rob Pikeallow an underscore to match centered dot (rune 00B7...
2008-06-25 Ken Thompsonbug in returning a fat function result
2008-06-25 Rob Pikecenter dots into argument code
2008-06-25 Rob Pikeput center dot into main_main
2008-06-25 Ken Thompsonmiddle dot as alpha package separator
2008-06-24 Robert Griesemer- added access to thread state info from the signal...
2008-06-24 Rob Pikearguments available
2008-06-24 Ken Thompsonstring nil same as string ""
2008-06-24 Rob Pikeremove explicit import of "sys"
2008-06-24 Ken Thompsonmap[int] bug
2008-06-24 Ken Thompsonbug miscalculating ullman
2008-06-24 Rob Pikesafety checks, waiting for gri's real tracking of PC...
2008-06-24 Rob Pikeupdate some tests
2008-06-23 Rob Pikeadd signal handling to mac runtime
2008-06-23 Ken Thompsonmaps
2008-06-22 Rob Pikemore nearly correct interface code for signals on linux
2008-06-21 Rob Pikeadd signal handling and traceback support therein.
2008-06-21 Ken Thompsonredeclarations of variables in the same block.
2008-06-21 Ken Thompsonremove receclarations from tests
2008-06-20 Rob Pikedelete incorrect offset print
2008-06-19 Rob Pikeimproved formatting of traceback
2008-06-19 Rob Pikeprint rudimentary stack traceback after panic
2008-06-19 Ken Thompsonstack offset
2008-06-19 Ken Thompsonstack offseet table marker
2008-06-19 Robert Griesemer- added large integer arithmetic package and test cases
2008-06-18 Rob Pikeclean up ken/rob2.go to eliminate a few workarounds
2008-06-18 Rob Pikeadd new test bug055
2008-06-18 Rob Pikea couple of bugs around nil are fixed
2008-06-18 Rob Pikeforgot command line for bug054
2008-06-18 Rob Pike'default' bug in switch statements is fixed
2008-06-18 Rob Pikeadd a bug: method call doesn't compile
2008-06-18 Ken Thompsonbogus diagnostic with
2008-06-18 Ken Thompsonmore maps
2008-06-18 Ken Thompsonassign nil to interface
2008-06-18 Ken ThompsonSVN=123250
2008-06-18 Ken ThompsonSVN=123249
2008-06-18 Ken Thompsonyata
2008-06-18 Ken Thompsonoptional semi-colons
2008-06-17 Robert Griesemer- added another bug test ('len' shouldn't be a keyword)
2008-06-17 Robert Griesemer- added 2 bug tests
2008-06-17 Rob Pikeadd two more tests
2008-06-17 Ken Thompsonmaps
2008-06-17 Ken Thompsonadded and, or, xor opcodes
2008-06-17 Rob Pikeprint pc on faults
2008-06-16 Rob Pikeadded two new small tests
2008-06-16 Rob Pikeupdate more tests to reflect tweaked grammar for if...
2008-06-16 Rob Pikefix up grammar for optional elements in if and switch...
2008-06-16 Rob Pikeupdate test results
2008-06-16 Ken Thompsonnow checks for lvalue/rvalue context of
2008-06-16 Rob Pikeadd support for debugging in MACH binaries
2008-06-15 Rob Pikeerror messages now have colon after line number
2008-06-14 Ken Thompsonplan9 line numbers and line table
2008-06-14 Rob Pikehack to find first instruction for decoding the pc...
2008-06-13 Rob Pikesupport symbol tables and line numbers in 6.out executables
2008-06-13 Rob Pikeadd symbol tables and line/pc information to 6.outs
2008-06-13 Rob PikeAdd nil test, with bug
2008-06-13 Ken Thompsonbetter import/export
2008-06-13 Rob PikeBug fix. Without rounding, .shstrtab is written on...
2008-06-12 Rob Pikefix name of mach_amd64 library source dir
2008-06-12 Rob PikeAdd 6db
2008-06-12 Ken Thompsonbetter version of op=
2008-06-12 Rob Pikeadding ar.h for source-level compatibility in 6l.
2008-06-12 Rob Pikemake paths explicit for easier installation
2008-06-12 Rob Pikeremove reference to 9ar
2008-06-12 Rob Pikeremove reference to 9ar
2008-06-12 Rob Pikeadd missing include file
2008-06-12 Rob Pikeimport the plan 9 libraries libc (lib9) and libbio...
2008-06-12 Robert Griesemer- fixed minor issues in spec
2008-06-12 Rob PikeThis test now runs correctly, with no bugs commented out
2008-06-12 Ken Thompsonimport/export
2008-06-12 Rob Piketweaks in clean rules and dependencies
2008-06-12 Rob Pikeconvert from mk to make
2008-06-11 Rob Pikegenerated file; needs updating
2008-06-11 Rob Pikefix up mkfiles to use $GOROOT instead of $PLAN9
2008-06-11 Rob Pikeadd a setup document, and tweak the scripts that it...
next