summaryrefslogtreecommitdiff
path: root/src/lib9/readn.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* lib9: avoid all -Wconversion warningsIan Lance Taylor2013-06-251-1/+1
| | | | | | | | | | | Built after adding -Wconversion to the list of compiler arguments used when building. I believe these are all OK assuming we will not change the API. There is no effort to detect overflow due to very long strings. R=golang-dev, dave, rsc, r CC=golang-dev https://codereview.appspot.com/10195044
* inline lib9.hRob Pike2009-08-171-1/+2
| | | | | | | R=rsc DELTA=41 (20 added, 2 deleted, 19 changed) OCL=33412 CL=33415
* import the plan 9 libraries libc (lib9) and libbio into the tree.Rob Pike2008-06-121-0/+47
remove the dependency on /home/r. SVN=122482