aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
AgeCommit message (Collapse)Author
2008-11-18more tests for strconv; convert to gotest.Russ Cox
R=r DELTA=219 (186 added, 32 deleted, 1 changed) OCL=19508 CL=19523
2008-11-17correctly rounded floating-point conversionsRuss Cox
in new package strconv. move atoi etc to strconv too. update fmt, etc to use strconv. R=r DELTA=2232 (1691 added, 424 deleted, 117 changed) OCL=19286 CL=19380
2008-11-13* pretty printing snapshot: towards printing comments nicelyRobert Griesemer
- implemented elastic tabstops algorithm, now correct and documented - first cut at printing comments (use -comments flag, disabled for now) - struct field types are now aligned (using elastic tab stops) - needs more fine-tuning * fixed a bug in test script * added quick smoke test to makefile and invoke it in run.bash instead of the full test R=r OCL=19220 CL=19220
2008-10-29set -e doesn't apply to ( ) blocksRuss Cox
R=r DELTA=6 (0 added, 0 deleted, 6 changed) OCL=18044 CL=18068
2008-10-26delete unused reflection playpenRob Pike
R=rsc DELTA=442 (0 added, 442 deleted, 0 changed) OCL=17854 CL=17866
2008-10-24another step toward interface subtypesKen Thompson
put explicit ./ on some runtime tests R=r OCL=17839 CL=17839
2008-10-23add reflect to build, clean up testRob Pike
R=rsc DELTA=341 (188 added, 151 deleted, 2 changed) OCL=17678 CL=17750
2008-10-20run.bash: do not make test in gosrcRuss Cox
R=gri DELTA=1 (0 added, 0 deleted, 1 changed) OCL=17476 CL=17499
2008-10-14Make regexp build and install officiallyRob Pike
R=rsc DELTA=335 (172 added, 156 deleted, 7 changed) OCL=17167 CL=17180
2008-10-08split all.bash into make.bash and run.bashRuss Cox
R=r OCL=16720 CL=16728