| Commit message (Expand) | Author | Age | Files | Lines |
* | lib9, cmd/ld: fixes for cross-linking on a Windows host | Ian Lance Taylor | 2014-09-18 | 1 | -8/+11 |
* | lib9: format %#04x, 0 as 0x0000 not 000000. | Russ Cox | 2014-07-23 | 1 | -6/+0 |
* | lib9: restore argv0 initialization code. | Shenghou Ma | 2014-04-21 | 1 | -1/+1 |
* | lib9/utf: bring C environment up to Unicode 6.3.0 | Rob Pike | 2014-02-25 | 3 | -5/+4 |
* | lib9: fix Solaris build | David du Colombier | 2014-02-13 | 1 | -1/+0 |
* | lib9: enable on Plan 9 | David du Colombier | 2014-02-13 | 34 | -0/+64 |
* | lib9: fix inconsistencies and warnings on Plan 9 | David du Colombier | 2014-02-13 | 10 | -13/+47 |
* | lib9, libmach, cmd/dist, go/build: add support for GOOS=solaris | Aram H?v?rneanu | 2014-01-07 | 2 | -2/+2 |
* | all: compiler/bootstrap for dragonfly/amd64 | Joel Sing | 2013-08-24 | 2 | -2/+2 |
* | libmach,lib9: override unused parameter warnings (fixes windows build) | Alex Brainman | 2013-07-20 | 3 | -0/+6 |
* | lib9: restore printing of signed integers | Russ Cox | 2013-06-30 | 1 | -3/+3 |
* | lib9: avoid all -Wconversion warnings | Ian Lance Taylor | 2013-06-25 | 33 | -161/+165 |
* | lib9/utf: remove unneccesary includes | Anthony Martin | 2013-05-31 | 7 | -10/+1 |
* | lib9: add newline to exec error message | Ian Lance Taylor | 2013-04-09 | 2 | -2/+2 |
* | lib9: handle empty TMPDIR more gracefully. | Albert Strasheim | 2013-04-07 | 1 | -1/+1 |
* | lib9/utf: Remove superfluous header inclusion. | Lucio De Re | 2013-03-31 | 1 | -2/+0 |
* | cmd/dist, cmd/ld: GO_EXTLINK_ENABLED=0 defaults to -linkmode=internal | Ian Lance Taylor | 2013-03-29 | 1 | -0/+6 |
* | lib9, cmd/dist, cmd/ld: Plan 9: fix build | Akshat Kumar | 2013-03-11 | 2 | -4/+4 |
* | lib9: fix windows build (don't use runesmprint) | Russ Cox | 2013-03-07 | 1 | -10/+8 |
* | lib9: add mktempdir, removeall, runprog | Russ Cox | 2013-03-06 | 7 | -0/+390 |
* | all: clean up C function prototypes | Anthony Martin | 2013-02-26 | 3 | -6/+13 |
* | lib9: fix build for windows | Shenghou Ma | 2013-02-06 | 1 | -1/+2 |
* | lib9/main.c: don't show the crash dialog on windows | Shenghou Ma | 2013-02-03 | 1 | -0/+17 |
* | lib9: declare __fixargv0 before use in flag.c | Akshat Kumar | 2013-01-22 | 2 | -36/+8 |
* | 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 |