aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-09-09build: remove various uses of C undefined behaviorRuss Cox
2013-08-30libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/BputcDmitriy Vyukov
2013-06-28include/plan9: define size_t to fix build breakageIan Lance Taylor
2013-06-04build: add intptr typedef for Plan 9Anthony Martin
2013-06-01build: remove special definition of Runemax on Plan 9Anthony Martin
2013-05-22include: add a README fileShenghou Ma
2013-03-30include/plan9/libc.h: fix Plan 9 buildDavid du Colombier
2013-03-29cmd/dist, cmd/ld: GO_EXTLINK_ENABLED=0 defaults to -linkmode=internalIan Lance Taylor
2013-03-15build: fix for 32-bit windows builds on 64-bit windows systemRuss Cox
2013-03-06lib9: add mktempdir, removeall, runprogRuss Cox
2013-02-15build: clang supportRuss Cox
2013-01-30include: Plan 9: hide any previous definition of RunemaxAkshat Kumar
2013-01-11build: add missing function declarations for Plan 9Lucio De Re
2013-01-06cmd/5l, cmd/6l, cmd/8l, cmd/cc, cmd/gc: new flag parsingRuss Cox
2013-01-02cmd/dist, cmd/8g: implement GO386=387/sse to choose FPU flavour.Rémy Oudompheng
2012-11-08lib9: remove unreferenced externs and getuser()Carl Mastrangelo
2012-10-22lib9, cmd/dist, cmd/5l: embed GOARM into cmd/5l and auto detect GOARMShenghou Ma
2012-10-21build: u.h for plan9 armLucio De Re
2012-08-31src: Add support for 64-bit version of Plan 9Akshat Kumar
2012-02-06build: remove unnecessary pragmasAnthony Martin
2012-01-31build: add include files for Plan 9Anthony Martin
2011-12-15os: OS-dependent bits to support NetBSD.Christopher Nielsen
2011-11-07lib9: add ctimeRuss Cox
2011-11-01gopack: change archive file name length back to 16Russ Cox
2011-09-075a, 5c, 6a, 6c, 8a, 8c: fix Windows file pathsHector Chu
2011-08-29libmach: support reading symbols from Windows .exe for nmMateusz Czapliński
2011-08-29fix windows/amd64 build with newest mingw-w64Hector Chu
2011-07-25build: define getcallerpc in u.h (fix for Plan 9 build)Lucio De Re
2011-07-25build: fixes for mingw-w64Wei Guangjing
2011-06-14build: fix header files for Plan 9Lucio De Re
2011-02-08windows: replace remaining __MINGW32__ instances with _WIN32Joe Poirier
2010-07-30cov and prof: implement windows version (just function stubs and build mods)Joe Poirier
2010-07-28gc: fix SIGBUSRuss Cox
2010-02-08Fix *l/*c -V flag segfaultDean Prichard
2010-01-19libc: add goos, goarch, goroot. fixes buildRuss Cox
2009-11-30Ports of lib9, libbio and libmach to Windows.Hector Chu
2009-10-19support for 5.out filesRuss Cox
2009-08-31convert C runtime to 32-bit runes;Russ Cox
2009-08-14rename libmach_amd64 libmachRob Pike
2009-08-12change gotype in symbol table fromRuss Cox
2009-04-15fix gotest by fixing nm -s to print in file order by storing a sequence numberRob Pike
2009-02-03libmach:Russ Cox
2008-11-20symbol table changesRuss Cox
2008-10-206l:Russ Cox
2008-10-206g:Russ Cox
2008-09-16acid fixes etc. still not perfect.Russ Cox
2008-08-04fix go buildRuss Cox
2008-08-03make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc.Russ Cox
2008-06-12Add 6dbRob Pike
2008-06-12adding ar.h for source-level compatibility in 6l.Rob Pike