- 18 Sep, 2008 1 commit
-
-
Russ Cox authored
use -j4 (4-way parallel) in make.bash. halves time for make.bash on r45 also add libregexp, acid to default build R=r DELTA=90 (39 added, 37 deleted, 14 changed) OCL=15485 CL=15487
-
- 17 Sep, 2008 1 commit
-
-
Russ Cox authored
rename AddrToInt, StatToInt, etc -> BytePtr, StatPtr, ... R=r OCL=15450 CL=15456
-
- 11 Sep, 2008 2 commits
-
-
Rob Pike authored
tweak os to adjust move StringToBytes into syscall, at least for now this program still works: package main import os "os" func main() { os.Stdout.WriteString("hello, world\n"); a, b := os.NewFD(77).WriteString("no way"); os.Stdout.WriteString(b.String() + "\n"); } R=rsc DELTA=263 (59 added, 176 deleted, 28 changed) OCL=15153 CL=15153
-
Rob Pike authored
break lib/os into multiple source files R=rsc DELTA=189 (178 added, 4 deleted, 7 changed) OCL=15149 CL=15152
-
- 10 Sep, 2008 2 commits
- 05 Sep, 2008 1 commit
-
-
Rob Pike authored
fix a typo in syscall/Makefile R=ken OCL=14863 CL=14863
-
- 29 Jul, 2008 1 commit
-
-
Rob Pike authored
R=gri OCL=13546 CL=13546
-
- 26 Jul, 2008 2 commits