Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-15 | Imported Upstream version 1.4upstream/1.4 | Tianon Gravi | 2 | -14/+11 | |
2014-06-19 | Imported Upstream version 1.3upstream/1.3 | Michael Stapelberg | 50 | -22/+118 | |
2013-12-03 | Imported Upstream version 1.2upstream/1.2 | Michael Stapelberg | 36 | -173/+174 | |
2013-05-14 | Imported Upstream version 1.1upstream/1.1 | Michael Stapelberg | 9 | -2/+394 | |
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 12 | -117/+466 | |
2012-06-14 | Imported Upstream version 1.0.2upstream/1.0.2 | Ondřej Surý | 1 | -2/+2 | |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 19 | -3138/+71 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 85 | -0/+12551 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 85 | -12530/+0 | |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 1 | -1/+2 | |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 1 | -2/+1 | |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 1 | -1/+1 | |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 5 | -56/+1588 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 8 | -49/+1598 | |
2010-04-29 | rename GOOS=mingw to GOOS=windows | Alex Brainman | 1 | -1/+1 | |
R=rsc, Joe Poirier CC=golang-dev http://codereview.appspot.com/1015043 Committer: Russ Cox <rsc@golang.org> | |||||
2010-02-08 | *l/*c: add -V flag to display version number | Andrew Gerrand | 2 | -1/+7 | |
R=rsc CC=golang-dev http://codereview.appspot.com/204044 | |||||
2010-01-18 | build: move GOOS, GOARCH, GOROOT lookup into central library. | Russ Cox | 2 | -0/+39 | |
bake default values in during build. R=r CC=golang-dev http://codereview.appspot.com/186173 | |||||
2009-11-30 | Ports of lib9, libbio and libmach to Windows. | Hector Chu | 9 | -116/+70 | |
R=rsc http://codereview.appspot.com/157159 Committer: Russ Cox <rsc@golang.org> | |||||
2009-11-23 | go: makes it build for the case $GOROOT has whitespaces | Sergio Luis O. B. Correia | 1 | -4/+4 | |
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-11 | two gopack nits. | Russ Cox | 1 | -13/+0 | |
1. allocate an extra byte for use by write. 2. throw away the code trying to translate uid and gid to names. i suspect it of causing seg faults in some situations, and it is not needed by the compilers. Fixes issue 48. (I hope.) R=r http://codereview.appspot.com/152077 | |||||
2009-11-10 | lib9: rip out platform specific code that breaks on pclinuxos | Russ Cox | 1 | -109/+7 | |
R=r CC=golang-dev http://codereview.appspot.com/154049 | |||||
2009-10-22 | fix build after Mercurial move. | Russ Cox | 6 | -17/+1960 | |
various missing or incorrect files. R=r CC=go-dev http://go/go-review/1014004 | |||||
2009-08-31 | convert C runtime to 32-bit runes; | Russ Cox | 2 | -9/+10 | |
rune now unsigned. R=r DELTA=10 (1 added, 0 deleted, 9 changed) OCL=34140 CL=34146 | |||||
2009-08-17 | inline lib9.h | Rob Pike | 5 | -5/+10 | |
R=rsc DELTA=41 (20 added, 2 deleted, 19 changed) OCL=33412 CL=33415 | |||||
2009-08-13 | add exits | Rob Pike | 1 | -0/+34 | |
R=rsc DELTA=2339 (19 added, 2303 deleted, 17 changed) OCL=33239 CL=33253 | |||||
2009-07-28 | fmt boundary bugs. | Russ Cox | 1 | -4/+13 | |
pow10 was giving up too easily. R=r DELTA=4 (0 added, 3 deleted, 1 changed) OCL=32310 CL=32321 | |||||
2009-07-20 | fix memset in fmtnull. | Russ Cox | 1 | -2/+5 | |
R=r DELTA=1 (0 added, 0 deleted, 1 changed) OCL=31863 CL=31870 | |||||
2008-07-07 | remove incorrect (!) consts | Ken Thompson | 3 | -11/+11 | |
-r SVN=126198 | |||||
2008-07-07 | update to Unicode 5 | Rob Pike | 11 | -1194/+1254 | |
SVN=126184 | |||||
2008-06-12 | import the plan 9 libraries libc (lib9) and libbio into the tree. | Rob Pike | 75 | -0/+7510 | |
remove the dependency on /home/r. SVN=122482 |