summaryrefslogtreecommitdiff
path: root/src/lib9
Commit message (Expand)AuthorAgeFilesLines
* 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
* build: test for _WIN32, not _MINGW32Joe Poirier2010-09-083-4/+4
* build: $GOBIN defaults to $GOROOT/binRuss Cox2010-08-241-29/+9
* build: no required environment variablesRuss Cox2010-08-181-2/+2
* misc/builder: support for uploading tarballs to googlecodeAndrew Gerrand2010-07-301-1/+3
* rename GOOS=mingw to GOOS=windowsAlex Brainman2010-04-291-1/+1
* *l/*c: add -V flag to display version numberAndrew Gerrand2010-02-082-1/+7
* build: move GOOS, GOARCH, GOROOT lookup into central library.Russ Cox2010-01-182-0/+39
* Ports of lib9, libbio and libmach to Windows.Hector Chu2009-11-309-116/+70
* go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2009-11-231-4/+4
* two gopack nits.Russ Cox2009-11-111-13/+0
* lib9: rip out platform specific code that breaks on pclinuxosRuss Cox2009-11-101-109/+7
* fix build after Mercurial move.Russ Cox2009-10-226-17/+1960
* convert C runtime to 32-bit runes;Russ Cox2009-08-312-9/+10
* inline lib9.hRob Pike2009-08-175-5/+10
* add exitsRob Pike2009-08-131-0/+34
* fmt boundary bugs.Russ Cox2009-07-281-4/+13
* fix memset in fmtnull.Russ Cox2009-07-201-2/+5
* remove incorrect (!) constsKen Thompson2008-07-073-11/+11
* update to Unicode 5Rob Pike2008-07-0711-1194/+1254
* import the plan 9 libraries libc (lib9) and libbio into the tree.Rob Pike2008-06-1275-0/+7510