aboutsummaryrefslogtreecommitdiff
path: root/test/chan/powser1.go
AgeCommit message (Expand)Author
2020-03-25test/chan: fix trivial typossjnam
2019-02-06test/chan: fix broken link to Squinting at Power SeriesYasser Abdolmaleki
2017-05-18test: gofmt chan/*.goJosh Bleecher Snyder
2012-02-19test/chan: document testsRob Pike
2012-02-16test: use testlib (first 100)Russ Cox
2010-09-04test: remove semiocolons.Rob Pike
2009-12-09making some more non-gofmt'ed files save for new semicolon ruleRobert Griesemer
2009-08-12convert non-pkg go files to whole-package compilation.Russ Cox
2009-05-08move things out of sys into os and runtimeRuss Cox
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox
2009-02-13convert composite literals from { } to ( ).Russ Cox
2009-02-06powser cleanup.Rob Pike
2009-01-20delete exportRuss Cox
2009-01-16convert tests; nothing interesting.Russ Cox
2009-01-16casify, cleanup sysRuss Cox
2009-01-06new new & makeRuss Cox
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
2008-12-18convert *[] to [].Russ Cox
2008-11-05Fix powser1.go to compile with the current 6g, which doesn'tIan Lance Taylor
2008-11-05Don't use a named pointer type as a receiver type. TheIan Lance Taylor
2008-10-07update code to follow new semicolon rules:Russ Cox
2008-10-04fix method use bug in powser1.Russ Cox
2008-09-16update tests to new communications syntaxRob Pike
2008-09-11fixes for funcs without returnsRob Pike
2008-08-27arraysKen Thompson
2008-08-11fix bug depot:Rob Pike
2008-08-05workaround for compiler bug: len(a) is zeroRob Pike
2008-07-28use real selectRob Pike
2008-07-20start of selectKen Thompson
2008-07-19add an eval function (written by ken)Rob Pike
2008-07-18add doug's power series packageRob Pike