]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2008-11-14 Rob Pikeclean up make script
2008-11-14 Robert Griesemer- added Init() function so that vectors can be used...
2008-11-14 Russ Coxadd cov, prof to default build; clean up compiler warnings
2008-11-14 Russ Coxcode coverage tool
2008-11-14 Rob Pikehandle nils safely
2008-11-14 Robert Griesemer- better comment classification
2008-11-14 Robert Griesemer* pretty printing snapshot: towards printing comments...
2008-11-13 Rob Pikeadd a %v format to print an arbitrary value in its...
2008-11-13 Russ Coxmore array methods
2008-11-13 Russ Cox* 6l:
2008-11-13 Ken Thompsontemp fix for map not multiple of 8
2008-11-13 Ken Thompsonmike's map code
2008-11-13 Ian Lance TaylorThis bug has been fixed; moving it from bugs to fixedbugs.
2008-11-13 Rob Pikeadd some support for modifying what pointers point to
2008-11-13 Rob Pikefix bug in FullyReader
2008-11-12 Robert Griesemerwrong code for array access
2008-11-12 Rob Pikereflect.PtrValue.SetSub() to set pointers
2008-11-12 Rob Pikeconverting uint bits back into floats
2008-11-12 Robert Griesemer- lowercased package name (Bignum -> bignum)
2008-11-12 Ian Lance TaylorRecognize gccgo error messages. This uses GCCGO_ERROR...
2008-11-12 Ian Lance TaylorThe scope rules have been changed to say that labels...
2008-11-12 Ken Thompson6c bug with large constants
2008-11-12 Rob PikeImplement a "full reader" wrapper for io.Read, guarante...
2008-11-11 Russ Coxdon't try interface/structure conversion until
2008-11-11 Russ Coxwidth fixes.
2008-11-11 Ian Lance TaylorRemove useless "Trace/breakpoint trap" lines using...
2008-11-11 Rob Pikefix error-handling bug.
2008-11-11 Robert Griesemermore work on elastic tabs:
2008-11-10 Russ Cox* accept all NaNs, not just the one sys.NaN() returns.
2008-11-10 Rob Pikeupdate tests
2008-11-10 Russ Coxhandle Inf, NaN in float print
2008-11-10 Rob PikeAdd a cache to avoid unnecessary parsing of type string...
2008-11-10 Rob Pikefix start/stop bug in prof.
2008-11-10 Rob PikeProtocol buffer encoding.
2008-11-08 Robert GriesemerAdded missing Set method for Vector
2008-11-08 Robert Griesemer- steps towards "flexible tab stops" simulation in...
2008-11-08 Rob Pikewrong system call number for stat
2008-11-08 Ken Thompsonbyte multiply
2008-11-07 Ken Thompsonbyte multiply
2008-11-07 Robert Griesemer- language to define type equality rigorously
2008-11-07 Ian Lance TaylorDon't use a type guard with a type which is not an...
2008-11-07 Ian Lance TaylorTest case for evaluation order of select statement.
2008-11-07 Ken Thompsonbug in select default
2008-11-07 Ian Lance TaylorErroneous test case. The break statement should break...
2008-11-07 Robert Griesemer- binomial implementation (fixing broken build)
2008-11-07 Rob Pikesimpleminded ascii to floating point conversion
2008-11-06 Rob Pikeadd sys.float32bits, sys.float64bits
2008-11-06 Ian Lance TaylorTest that a break statement inside a select statement...
2008-11-06 Russ Coxs/gins/gbranch/
2008-11-06 Russ Coxchange minimum sethi/ullman number to 1
2008-11-06 Robert GriesemerA recreational programming exercise:
2008-11-06 Russ Cox6g ninit fixes - fixes the two test cases
2008-11-06 Robert Griesemer- implemented String() and Format functionality in...
2008-11-06 Robert Griesemer- fixes to sprintf (by rob)
2008-11-06 Rob PikeIf a value implements String(), use that in fmt.print...
2008-11-06 Rob PikePolymorphic printing.
2008-11-06 Ken Thompsonselect default
2008-11-06 Russ Coxmore runtime support for chan select default
2008-11-06 Russ Coxruntime support for default in select.
2008-11-06 Russ Coxallow any type at all in sys.unreflect;
2008-11-06 Robert Griesemer- fixed typo in parser.go
2008-11-05 Russ Coxfix renamed-package bug in exported names:
2008-11-05 Robert Griesemer- temporarily excluding bug118.go, causing pretty trouble
2008-11-05 Ken Thompsonmore on t,ok = I.(T)
2008-11-05 Ian Lance Taylor6g dumps core on this input file.
2008-11-05 Ken ThompsonT,ok = I.(T)
2008-11-05 Russ Coxnew interface error messages
2008-11-05 Rob Piketrim tags from type strings for structure fields.
2008-11-05 Ian Lance TaylorFix powser1.go to compile with the current 6g, which...
2008-11-05 Russ Cox6g interface changes:
2008-11-05 Ian Lance TaylorDon't use a named pointer type as a receiver type....
2008-11-05 Rob Pikeminor tweak to still non-portable alignment calculation
2008-11-05 Rob Pikemake sizes and offsets int, not uint64
2008-11-05 Rob Pikefix bugs parsing functions in reflect library.
2008-11-05 Rob Piketype strings through the reflection library.
2008-11-05 Robert Griesemer- added (incomplete) section on parameter passing
2008-11-04 Rob Pikeupdate golden.out
2008-11-04 Robert Griesemerget rid of bignum leftovers
2008-11-04 Rob Pikeprepare for recursive printfs
2008-11-04 Robert Griesemerinstall bignum as library
2008-11-04 Robert Griesemer- better support for string conversions
2008-11-04 Russ Coxmove invalid method uses to new test
2008-11-04 Robert Griesemer- completed integer support (some logical functions...
2008-11-04 Russ Coxruntime support for interface ok,
2008-11-04 Russ Cox6l: generate gotypesigs on demand.
2008-11-04 Russ Coxremove unnecessary 6g workaround
2008-11-03 Rob Pikemove DotDotDot into next case - hit submit too fast...
2008-11-03 Russ Coxfixed tests
2008-11-03 Rob Pikesupport ... as a special type in the reflection library.
2008-11-03 Russ Coxupdate names after 6g change
2008-11-03 Russ Coxrename various magic names.
2008-11-03 Ken Thompsontreat ... as agreed
2008-11-03 Rob Pikein traceback, handle the case where we've called throug...
2008-11-03 Ken Thompsonunsigned divide by fn()
2008-11-03 Russ Coxsilence gcc warnings
2008-11-03 Rob Pikeascii to unsigned integer
2008-11-03 Robert Griesemer- keeping track of to-do items
2008-11-03 Robert Griesemer- changed general div/mod implementation to a faster...
2008-11-02 Rob Pikeprintf as we know and love it.
2008-11-02 Rob Pikeadd creator for missing types, to avoid crashes when
next