summaryrefslogtreecommitdiff
path: root/doc/progs/run
AgeCommit message (Collapse)AuthorFilesLines
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg1-0/+3
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg1-0/+1
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-0/+9
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-62/+89
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+85
2011-09-13Imported Upstream version 60Ondřej Surý1-85/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý1-1/+6
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-2/+2
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-7/+5
2010-03-30single argument panicRuss Cox1-0/+2
note that sortmain.go has been run through hg gofmt; only the formatting of the day initializers changed. i'm happy to revert that formatting if you'd prefer. stop on error in doc/progs/run R=r CC=golang-dev http://codereview.appspot.com/850041
2009-12-11Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell1-4/+6
This change removes the necessity to have GOBIN in $PATH, and also doesn't assume that the build is being run from $GOROOT/src. This is a minimal set of necessary changes to get Go to build happily from the FreeBSD ports collection. R=rsc CC=golang-dev http://codereview.appspot.com/171044 Committer: Russ Cox <rsc@golang.org>
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-1/+1
the bash scripts and makefiles for building go didn't take into account the fact $GOROOT / $GOBIN could both be directories containing whitespaces, and was not possible to build it in such a situation. this commit adjusts the various makefiles/scripts to make it aware of that possibility, and now it builds successfully when using a path with whitespaces as well. Fixes issue 115. R=rsc, dsymonds1 http://codereview.appspot.com/157067 Committer: Russ Cox <rsc@golang.org>
2009-11-18make all.bash finish on FreeBSDRuss Cox1-1/+1
R=dho CC=golang-dev http://codereview.appspot.com/156067
2009-09-14fix "declared and not used" errors in non-test code.Russ Cox1-1/+1
R=r DELTA=112 (6 added, 57 deleted, 49 changed) OCL=34610 CL=34610
2009-06-05restructure makefiles, scripts to factor out O= logic.Russ Cox1-8/+15
remove a few hardcoded paths elsewhere too. R=r,gri DELTA=123 (44 added, 15 deleted, 64 changed) OCL=29914 CL=29945
2009-06-01update Go tree to use new syscall package.Russ Cox1-1/+1
R=r DELTA=713 (109 added, 386 deleted, 218 changed) OCL=29707 CL=29722
2009-03-18remove print() from the tutorial, generating a little clumsiness around "import"Rob Pike1-4/+0
R=rsc,gri DELTA=103 (36 added, 33 deleted, 34 changed) OCL=26442 CL=26491
2009-03-16change the tutorial to use File, file rather than FD, fd.Rob Pike1-1/+1
also make the default input for makehtml be go_tutorial.txt. R=rsc DELTA=176 (58 added, 58 deleted, 60 changed) OCL=26374 CL=26374
2009-01-30clean up server code in tutorialRob Pike1-1/+2
R=rsc DELTA=15 (1 added, 0 deleted, 14 changed) OCL=23889 CL=23889
2009-01-09update tutorial to new language.Rob Pike1-1/+8
add a section on printing add a section on allocation R=rsc DELTA=500 (278 added, 15 deleted, 207 changed) OCL=22381 CL=22456
2009-01-06make the tutorial programs run again.Rob Pike1-2/+4
(the text still needs fixing) add the tutorial programs to the test run. R=rsc DELTA=41 (6 added, 0 deleted, 35 changed) OCL=22174 CL=22174
2008-09-17tutorial code:Rob Pike1-0/+65
tweak a program or two delete unused programs add shell script to run them all R=gri DELTA=213 (62 added, 147 deleted, 4 changed) OCL=15435 CL=15437