]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2008-12-05 Rob Piketest pairwise iota assignment
2008-12-05 Russ Coxadd support for ref counts to memory allocator.
2008-12-05 Rob Pikeuse sync.Mutex instead of a channel for locking
2008-12-05 Ian Lance TaylorThe DejaGNU testsuite harness used by the gccgo testsui...
2008-12-05 Robert Griesemer- handle UTF-8 text in tabwriter
2008-12-05 Russ Coxmalloc fixes.
2008-12-05 Russ Coxstrings.utflen -> utf8.RuneCount, RuneCountInString
2008-12-05 Rob Pikebug128 is fixed
2008-12-05 Robert Griesemer- adjusted const decl grammar to reflect spec changes
2008-12-05 Robert GriesemerRevised proposal for const/var cleanup, with
2008-12-05 Ken Thompsonempty switches -- bug128
2008-12-04 Ken Thompsonconst/var/iota declarations as discussed
2008-12-04 Russ Coxdon't warn anymore about missing imports
2008-12-04 Russ Coxemit dynamically linked 6.out on darwin instead of...
2008-12-04 Ian Lance TaylorMake run.bash run all the current tests.
2008-12-04 Russ Coxadd mutex.Mutex
2008-12-04 Russ Coxfix build - forgot these files
2008-12-04 Russ Coxadd stub routines stackalloc() and stackfree().
2008-12-04 Russ Coxadd time.Tick()
2008-12-03 Robert Griesemer- fixed a bug with import printing (missing separator...
2008-12-03 Russ Coxpreparation for exec.
2008-12-03 Russ Coxclean stack trace code.
2008-12-03 Russ CoxMake strconv.atof("-0") return -0
2008-12-03 Ken Thompsonimport/export of exact mp floating constants
2008-12-03 Russ Coxgolden.out drift
2008-12-03 Robert Griesemer- bug: empty switches don't compile
2008-12-03 Ken Thompsonsmall code improvement to
2008-12-03 Ken Thompsontruncating of float constants when
2008-12-03 Robert Griesemer- oversight: extra allow source-level line breaks insid...
2008-12-03 Robert Griesemer- fine-tuning of white space
2008-12-03 Russ Cox6g gives no error on "0 != nil"
2008-12-02 Ian Lance TaylorThe flag and fmt libraries are now available from gccgo by
2008-12-02 Russ Coxremove reference to non-existent mparith.h
2008-12-02 Robert Griesemerbug: constants should not be redeclarable
2008-12-02 Ken Thompsonmulti precision floating point
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.
next