]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2008-11-21 Rob Pikeautomatically add tabs after newlines
2008-11-21 Robert Griesemer- move tabwriter into library
2008-11-21 Russ Coxsymbol table changes
2008-11-21 Rob Piketweak pcs in traceback so they point to calling line...
2008-11-21 Robert Griesemer- correct error handling throughout
2008-11-20 Rob Pikerun tests in file order, not alphabetical
2008-11-20 Russ Coxnew flags to 6cov
2008-11-20 Russ Coxslightly simpler math.Pow per gri's suggestion
2008-11-20 Russ Coxadd math to tests; clean a bit
2008-11-20 Russ Coxmore accurate Log, Exp, Pow.
2008-11-20 Rob Pikerefine gobuild: the files must be *_test.go not *test.go
2008-11-20 Rob Pikechange naming convention for tests from
2008-11-20 Rob Pikea few Errorfs should have been Error
2008-11-20 Robert Griesemer- array-ify code, remove local implementation
2008-11-20 Robert Griesemer- full support for sorting (assumes array elements...
2008-11-20 Russ Coxgotestify & gostylify math.
2008-11-19 Rob Pikegotestify regexp
2008-11-19 Robert Griesemeruse new test framework in array test
2008-11-19 Robert Griesemer- removed uses of vector in favor of array in a few...
2008-11-19 Rob Pikeadd a type testing.T and use it in tests.
2008-11-19 Robert Griesemer- adjust sort.go to use new naming conventions
2008-11-19 Russ Coxaccept empty list of package imports.
2008-11-19 Robert Griesemernew Makefile generated by gobuild
2008-11-19 Russ Coxlook for .6 before .a; accept archives with 0 length...
2008-11-19 Robert Griesemer- array lib (essentially vector, more complete)
2008-11-19 Russ Coxavoid problem overwriting read-only quietgcc
2008-11-19 Russ Coxbuild with warnings enabled.
2008-11-19 Russ Coxgobuild: add coverage rule, ignore files in package...
2008-11-19 Russ Coxcoverage tweaks
2008-11-19 Russ Coxessentially 100% coverage of strconv in tests.
2008-11-19 Rob Pikegotest, via testing.go, should warn you if you failed...
2008-11-19 Robert Griesemersaving 2 lines :-)
2008-11-19 Russ Coxsilence gcc warnings: missing prototypes and unused...
2008-11-19 Russ Coxleave 6.out around after gotest;
2008-11-19 Russ Coxchange array slice error to include bounds
2008-11-19 Rob Pikeread and write never return -1 now: error return is...
2008-11-19 Ken Thompsonperm is [] instead of map
2008-11-19 Ken Thompsonneed ./ on local files
2008-11-19 Ken Thompsonoops
2008-11-19 Robert Griesemer- support for alignment via tabs instead of blanks
2008-11-19 Ken Thompsonfirst cut at optimizing
2008-11-19 Russ Coxmake Copyn take and return int64.
2008-11-19 Robert Griesemer- untab app (snapshot - not quite complete)
2008-11-19 Robert GriesemerCopyn
2008-11-19 Russ Coxadd -chatty flag to test.
2008-11-19 Russ Coxstop flag reading before lone - arg.
2008-11-19 Russ Coxfix build for newbies
2008-11-19 Ken Thompsonanother shift bug
2008-11-19 Russ Coxmore tests for strconv; convert to gotest.
2008-11-19 Russ Coxreturn *os.Error instead of bool from strconv.ato*
2008-11-19 Russ Coxgobuild changes.
2008-11-19 Russ Coxroll tests into one binary
2008-11-18 Ian Lance TaylorAdd ERROR comment for errmsg to look for.
2008-11-18 Rob Piketesting support library
2008-11-18 Rob Pikeallow files to be named on the command line
2008-11-18 Rob Pikenew gotest shell script (will be a proper command some...
2008-11-18 Russ Coxadd build step to install debuggers setgid procmod.
2008-11-18 Robert Griesemerimport syntax incorrect
2008-11-18 Russ Coxupdate golden.out
2008-11-18 Russ Coxuse correct lineno in nod even if yacc has looked ahead.
2008-11-18 Ian Lance TaylorThe compiler should reject calling a const as though...
2008-11-18 Ian Lance TaylorThe compiler should reject comparisons between ints...
2008-11-18 Robert Griesemer- factored out tabwriter a separate writer filter
2008-11-18 Robert Griesemer- allow for multiple method names per function type...
2008-11-18 Russ Cox* faster atof for common cases
2008-11-18 Russ Coxwork around more commonly-unreachable 6g code sequences.
2008-11-18 Russ Coxadd gobuild to build
2008-11-18 Robert Griesemer- new() accepts too many arguments
2008-11-18 Robert Griesemer- interface methods must have full function type
2008-11-17 Russ Coxfix the easy parts of bug120
2008-11-17 Ken Thompsonsilence compiler warning
2008-11-17 Russ Coxupdate golden.out.
2008-11-17 Russ Coxcorrectly rounded floating-point conversions
2008-11-17 Russ Coxfloating point constant errors in 6g
2008-11-17 Russ CoxFirst pieces of malloc.
2008-11-17 Ian Lance TaylorThe scope rules have been clarified to indicate that a
2008-11-17 Russ Coxadopt suggestions from Bentley and McIlroy (SP&E Nov...
2008-11-17 Robert GriesemerPackage-export proposal:
2008-11-16 Ken Thompsonrandom permutation function
2008-11-15 Russ Coxfix bugs in package locals
2008-11-15 Ian Lance TaylorThe compilers should and do permit interface types...
2008-11-15 Rob Pikeconflicting scopes should cause error exit
2008-11-15 Russ Coxpackage-local declarations using keyword "package".
2008-11-15 Ken Thompsonswitch
2008-11-14 Robert Griesemerbuf fix: make FD.Read, FD.Write work for empty buffers
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
next