]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2008-12-02 Robert Griesemer- enabled comment printing by default
2008-12-02 Russ Coxbe more precise in ftoa_test.
2008-12-01 Robert Griesemer- better comment formatting, starting to look good
2008-12-01 Russ Coxadd blank line (response to post-submit review of CL...
2008-11-27 Robert Griesemer- collect addition source position information in parser
2008-11-26 Robert Griesemer- snapshot of state before trying yet another, hopefull...
2008-11-26 Russ Coxnew stacktrace format
2008-11-26 Russ Coxchange meaning of $GOMAXPROCS to number of cpus to...
2008-11-25 Robert Griesemer- fixed a problem with flushing
2008-11-25 Russ Coxgotest: change pattern to Test([^a-z].*)?
2008-11-25 Robert Griesemer- delete vector.go - not needed anymore
2008-11-25 Rob Pikemake a (rudimentary) ByteBuffer and put it in package...
2008-11-25 Russ Coxuse pc/ln table to print source lines in traceback
2008-11-25 Russ Cox% x inserts spaces between hex bytes in string/*[]byte
2008-11-25 Russ Coxadd author lines
2008-11-25 Robert Griesemer- move error handling out of scanner
2008-11-25 Ken Thompsonbetter code for += -= ^= |= and &=
2008-11-25 Rob Pikecompiler catches out of bounds; work around
2008-11-24 Russ Coxadd hash to build; rm pkg/* in clean.bash
2008-11-24 Russ Coxconvert tests.
2008-11-24 Russ Coxreplay CL 19916 and CL 19913 now that the build can...
2008-11-24 Russ Coxremove old .6 after install,
2008-11-24 Rob Pikereally restore helpful error rules
2008-11-24 Rob Pikerestore helpful error rules
2008-11-24 Ken Thompson1. retract general field names
2008-11-24 Rob Pikeadd missing file
2008-11-24 Russ CoxAutomated g4 rollback of changelist 19913.
2008-11-24 Russ CoxAutomated g4 rollback of changelist 19916.
2008-11-24 Russ Coxutf8: add InString routines for decoding in strings
2008-11-24 Robert Griesemerbufio.ReadRune
2008-11-24 Russ Coxmake bignum_test a test
2008-11-24 Russ Coxhash writers: adler32, crc32, md5, sha1.
2008-11-24 Rob Pikeoutput of fmt has changed for %g
2008-11-24 Russ Coxgobuild:
2008-11-24 Russ Coxfix %g 20 -> "2e+01" want "20"
2008-11-24 Ken Thompsonindexing optimizations and bug fix
2008-11-24 Russ Coxdelete stack mark strings
2008-11-23 Ken Thompsonsetup for keywords in fieldnames
2008-11-23 Ken Thompsonreg and peep
2008-11-22 Russ Coxutf8 routines in go; a start.
2008-11-22 Russ Coxfix 6l bug - moved symbol table without
2008-11-21 Russ Coxfix build - missed update that added tabwriter
2008-11-21 Russ Coxconvert lib to a Makefile,
2008-11-21 Robert Griesemer- implemented arbitrary padding char for tabwriter
2008-11-21 Rob Pikedon't print (incorrect anyway) line numbers in panic.
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
next