| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd/5l, cmd/6l, cmd/8l, cmd/cc, cmd/gc: new flag parsing | Russ Cox | 2013-01-06 | 1 | -0/+300 |
* | cmd/dist, cmd/8g: implement GO386=387/sse to choose FPU flavour. | R?my Oudompheng | 2013-01-02 | 1 | -0/+6 |
* | lib9: remove unreferenced externs and getuser() | Carl Mastrangelo | 2012-11-08 | 1 | -43/+0 |
* | src/lib9/utf: update to Unicode 6.2.0 | Rob Pike | 2012-10-31 | 3 | -27/+101 |
* | lib9, cmd/dist, cmd/5l: embed GOARM into cmd/5l and auto detect GOARM | Shenghou Ma | 2012-10-22 | 1 | -0/+6 |
* | lib9/fmt: do not put a main symbol into lib9.a | Russ Cox | 2012-09-24 | 1 | -0/+2 |
* | cmd/gc: string conversion for surrogates | Rob Pike | 2012-08-30 | 1 | -5/+13 |
* | lib9: fix memory leak in p9getwd() | Shenghou Ma | 2012-06-05 | 1 | -2/+1 |
* | lib9: fix warning under clang 3.1 | Dave Cheney | 2012-04-18 | 1 | -2/+2 |
* | all: remove some references to Make.inc etc. | Rob Pike | 2012-03-07 | 1 | -8/+6 |
* | build: delete make paraphernalia | Russ Cox | 2012-02-06 | 1 | -119/+2 |
* | lib9/utf: make safe for automatic build | Russ Cox | 2012-02-03 | 5 | -2903/+3 |
* | lib9: make safe for automatic builds | Russ Cox | 2012-02-01 | 9 | -77/+11 |
* | build: move the "-c" flag into HOST_CFLAGS | Anthony Martin | 2012-01-31 | 1 | -3/+3 |
* | lib9: fix windows build | Russ Cox | 2011-11-07 | 1 | -1/+1 |
* | lib9: add ctime | Russ Cox | 2011-11-07 | 2 | -0/+29 |
* | gc: changes to export format in preparation for inlining. | Luuk van Dijk | 2011-10-08 | 2 | -33/+21 |
* | build: fix unused parameters | Russ Cox | 2011-08-25 | 1 | -0/+1 |
* | build: fixes for mingw-w64 | Wei Guangjing | 2011-07-25 | 1 | -1/+1 |
* | lib9: use $PWD in getwd | Russ Cox | 2011-07-22 | 1 | -0/+21 |
* | lib9: stop build if ../version.bash fails | Alex Brainman | 2011-07-01 | 1 | -1/+2 |
* | lib9/create.c: delete unused variable | Rob Pike | 2011-04-13 | 1 | -2/+1 |
* | lib9, libmach: Change GOOS references to GOHOSTOS | Evan Shaw | 2011-03-15 | 1 | -1/+1 |
* | lib9: update to Unicode 6.0.0 | Russ Cox | 2011-01-31 | 5 | -56/+1588 |
* | libutf: update to Unicode 5.2.0 to match pkg/unicode | Anthony Martin | 2010-11-01 | 2 | -7/+1561 |
* | mkrunetype: install a Makefile and tweak it slightly so it can be built. | Rob Pike | 2010-10-31 | 2 | -11/+24 |
* | build: test for _WIN32, not _MINGW32 | Joe Poirier | 2010-09-08 | 3 | -4/+4 |
* | build: $GOBIN defaults to $GOROOT/bin | Russ Cox | 2010-08-24 | 1 | -29/+9 |
* | build: no required environment variables | Russ Cox | 2010-08-18 | 1 | -2/+2 |
* | misc/builder: support for uploading tarballs to googlecode | Andrew Gerrand | 2010-07-30 | 1 | -1/+3 |
* | rename GOOS=mingw to GOOS=windows | Alex Brainman | 2010-04-29 | 1 | -1/+1 |
* | *l/*c: add -V flag to display version number | Andrew Gerrand | 2010-02-08 | 2 | -1/+7 |
* | build: move GOOS, GOARCH, GOROOT lookup into central library. | Russ Cox | 2010-01-18 | 2 | -0/+39 |
* | Ports of lib9, libbio and libmach to Windows. | Hector Chu | 2009-11-30 | 9 | -116/+70 |
* | go: makes it build for the case $GOROOT has whitespaces | Sergio Luis O. B. Correia | 2009-11-23 | 1 | -4/+4 |
* | two gopack nits. | Russ Cox | 2009-11-11 | 1 | -13/+0 |
* | lib9: rip out platform specific code that breaks on pclinuxos | Russ Cox | 2009-11-10 | 1 | -109/+7 |
* | fix build after Mercurial move. | Russ Cox | 2009-10-22 | 6 | -17/+1960 |
* | convert C runtime to 32-bit runes; | Russ Cox | 2009-08-31 | 2 | -9/+10 |
* | inline lib9.h | Rob Pike | 2009-08-17 | 5 | -5/+10 |
* | add exits | Rob Pike | 2009-08-13 | 1 | -0/+34 |
* | fmt boundary bugs. | Russ Cox | 2009-07-28 | 1 | -4/+13 |
* | fix memset in fmtnull. | Russ Cox | 2009-07-20 | 1 | -2/+5 |
* | remove incorrect (!) consts | Ken Thompson | 2008-07-07 | 3 | -11/+11 |
* | update to Unicode 5 | Rob Pike | 2008-07-07 | 11 | -1194/+1254 |
* | import the plan 9 libraries libc (lib9) and libbio into the tree. | Rob Pike | 2008-06-12 | 75 | -0/+7510 |