summaryrefslogtreecommitdiff
path: root/src/lib9
Commit message (Expand)AuthorAgeFilesLines
* lib9, cmd/ld: fixes for cross-linking on a Windows hostIan Lance Taylor2014-09-181-8/+11
* lib9: format %#04x, 0 as 0x0000 not 000000.Russ Cox2014-07-231-6/+0
* lib9: restore argv0 initialization code.Shenghou Ma2014-04-211-1/+1
* lib9/utf: bring C environment up to Unicode 6.3.0Rob Pike2014-02-253-5/+4
* lib9: fix Solaris buildDavid du Colombier2014-02-131-1/+0
* lib9: enable on Plan 9David du Colombier2014-02-1334-0/+64
* lib9: fix inconsistencies and warnings on Plan 9David du Colombier2014-02-1310-13/+47
* lib9, libmach, cmd/dist, go/build: add support for GOOS=solarisAram H?v?rneanu2014-01-072-2/+2
* all: compiler/bootstrap for dragonfly/amd64Joel Sing2013-08-242-2/+2
* libmach,lib9: override unused parameter warnings (fixes windows build)Alex Brainman2013-07-203-0/+6
* lib9: restore printing of signed integersRuss Cox2013-06-301-3/+3
* lib9: avoid all -Wconversion warningsIan Lance Taylor2013-06-2533-161/+165
* lib9/utf: remove unneccesary includesAnthony Martin2013-05-317-10/+1
* lib9: add newline to exec error messageIan Lance Taylor2013-04-092-2/+2
* lib9: handle empty TMPDIR more gracefully.Albert Strasheim2013-04-071-1/+1
* lib9/utf: Remove superfluous header inclusion.Lucio De Re2013-03-311-2/+0
* cmd/dist, cmd/ld: GO_EXTLINK_ENABLED=0 defaults to -linkmode=internalIan Lance Taylor2013-03-291-0/+6
* lib9, cmd/dist, cmd/ld: Plan 9: fix buildAkshat Kumar2013-03-112-4/+4
* lib9: fix windows build (don't use runesmprint)Russ Cox2013-03-071-10/+8
* lib9: add mktempdir, removeall, runprogRuss Cox2013-03-067-0/+390
* all: clean up C function prototypesAnthony Martin2013-02-263-6/+13
* lib9: fix build for windowsShenghou Ma2013-02-061-1/+2
* lib9/main.c: don't show the crash dialog on windowsShenghou Ma2013-02-031-0/+17
* lib9: declare __fixargv0 before use in flag.cAkshat Kumar2013-01-222-36/+8
* cmd/5l, cmd/6l, cmd/8l, cmd/cc, cmd/gc: new flag parsingRuss Cox2013-01-061-0/+300
* cmd/dist, cmd/8g: implement GO386=387/sse to choose FPU flavour.R?my Oudompheng2013-01-021-0/+6
* lib9: remove unreferenced externs and getuser()Carl Mastrangelo2012-11-081-43/+0
* src/lib9/utf: update to Unicode 6.2.0Rob Pike2012-10-313-27/+101
* lib9, cmd/dist, cmd/5l: embed GOARM into cmd/5l and auto detect GOARMShenghou Ma2012-10-221-0/+6
* lib9/fmt: do not put a main symbol into lib9.aRuss Cox2012-09-241-0/+2
* cmd/gc: string conversion for surrogatesRob Pike2012-08-301-5/+13
* lib9: fix memory leak in p9getwd()Shenghou Ma2012-06-051-2/+1
* lib9: fix warning under clang 3.1Dave Cheney2012-04-181-2/+2
* all: remove some references to Make.inc etc.Rob Pike2012-03-071-8/+6
* build: delete make paraphernaliaRuss Cox2012-02-061-119/+2
* lib9/utf: make safe for automatic buildRuss Cox2012-02-035-2903/+3
* lib9: make safe for automatic buildsRuss Cox2012-02-019-77/+11
* build: move the "-c" flag into HOST_CFLAGSAnthony Martin2012-01-311-3/+3
* lib9: fix windows buildRuss Cox2011-11-071-1/+1
* lib9: add ctimeRuss Cox2011-11-072-0/+29
* gc: changes to export format in preparation for inlining.Luuk van Dijk2011-10-082-33/+21
* build: fix unused parametersRuss Cox2011-08-251-0/+1
* build: fixes for mingw-w64Wei Guangjing2011-07-251-1/+1
* lib9: use $PWD in getwdRuss Cox2011-07-221-0/+21
* lib9: stop build if ../version.bash failsAlex Brainman2011-07-011-1/+2
* lib9/create.c: delete unused variableRob Pike2011-04-131-2/+1
* lib9, libmach: Change GOOS references to GOHOSTOSEvan Shaw2011-03-151-1/+1
* lib9: update to Unicode 6.0.0Russ Cox2011-01-315-56/+1588
* libutf: update to Unicode 5.2.0 to match pkg/unicodeAnthony Martin2010-11-012-7/+1561
* mkrunetype: install a Makefile and tweak it slightly so it can be built.Rob Pike2010-10-312-11/+24