summaryrefslogtreecommitdiff
path: root/src/lib9/main.c
Commit message (Collapse)AuthorAgeFilesLines
* lib9: restore argv0 initialization code.Shenghou Ma2014-04-211-1/+1
| | | | | | | | | `GOARCH=arm go tool 6c` used to give "<prog>: cannot use 6c with GOARCH=arm" LGTM=r R=golang-codereviews, r CC=golang-codereviews https://codereview.appspot.com/89330043
* lib9: enable on Plan 9David du Colombier2014-02-131-0/+2
| | | | | | | | | This change depends on CL 57170052. LGTM=rsc R=rsc, bradfitz CC=golang-codereviews https://codereview.appspot.com/60840049
* all: clean up C function prototypesAnthony Martin2013-02-261-1/+3
| | | | | | R=minux.ma, rsc, akumar, bradfitz CC=golang-dev https://codereview.appspot.com/7313070
* lib9: fix build for windowsShenghou Ma2013-02-061-1/+2
| | | | | | R=golang-dev, rsc CC=golang-dev https://codereview.appspot.com/7311044
* lib9/main.c: don't show the crash dialog on windowsShenghou Ma2013-02-031-0/+17
| | | | | | | | Fixes issue 3202. (Or rather, work around issue 3202) R=alex.brainman, rsc CC=golang-dev https://codereview.appspot.com/7202053
* import the plan 9 libraries libc (lib9) and libbio into the tree.Rob Pike2008-06-121-0/+38
remove the dependency on /home/r. SVN=122482