summaryrefslogtreecommitdiff
path: root/src/libbio
AgeCommit message (Collapse)AuthorFilesLines
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý17-0/+1220
2011-09-13Imported Upstream version 60Ondřej Surý17-1220/+0
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý3-39/+53
2009-11-30Ports of lib9, libbio and libmach to Windows.Hector Chu2-3/+5
R=rsc http://codereview.appspot.com/157159 Committer: Russ Cox <rsc@golang.org>
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-3/+3
the bash scripts and makefiles for building go didn't take into account the fact $GOROOT / $GOBIN could both be directories containing whitespaces, and was not possible to build it in such a situation. this commit adjusts the various makefiles/scripts to make it aware of that possibility, and now it builds successfully when using a path with whitespaces as well. Fixes issue 115. R=rsc, dsymonds1 http://codereview.appspot.com/157067 Committer: Russ Cox <rsc@golang.org>
2009-08-31convert C runtime to 32-bit runes;Russ Cox2-2/+2
rune now unsigned. R=r DELTA=10 (1 added, 0 deleted, 9 changed) OCL=34140 CL=34146
2009-08-17fix build (Makefile comment convention)Rob Pike1-4/+4
R=rsc OCL=33418 CL=33418
2008-10-206l:Russ Cox2-6/+13
use libbio instead of maintaining own buffer libbio: always use vlong offsets; die if off_t is too small R=r DELTA=163 (23 added, 63 deleted, 77 changed) OCL=17508 CL=17512
2008-09-19add gobuild.Russ Cox1-0/+2
use gobuild-generated Makefile for math and os. other makefile tweaks. move math/main.go to test/math.go R=r OCL=15529 CL=15537
2008-08-03Use a single Make.conf for setting CC, etc.Russ Cox1-2/+1
This makes it easy to build with other flags (like -ggdb) or other compilers (like cc64). R=r DELTA=45 (6 added, 22 deleted, 17 changed) OCL=13790 CL=13793
2008-06-12import the plan 9 libraries libc (lib9) and libbio into the tree.Rob Pike17-0/+1196
remove the dependency on /home/r. SVN=122482