1. 18 Sep, 2008 1 commit
    • Russ Cox's avatar
      make Makefiles safe for parallel make · 76036192
      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
      76036192
  2. 17 Sep, 2008 1 commit
    • Russ Cox's avatar
      time & date. · 9f35e8b2
      Russ Cox authored
      rename AddrToInt, StatToInt, etc -> BytePtr, StatPtr, ...
      
      R=r
      OCL=15450
      CL=15456
      9f35e8b2
  3. 11 Sep, 2008 2 commits
    • Rob Pike's avatar
      make syscall use strings for file names · ccede3e8
      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
      ccede3e8
    • Rob Pike's avatar
      add lib/os to standard build · c80b06a5
      Rob Pike authored
      break lib/os into multiple source files
      
      R=rsc
      DELTA=189  (178 added, 4 deleted, 7 changed)
      OCL=15149
      CL=15152
      c80b06a5
  4. 10 Sep, 2008 2 commits
  5. 05 Sep, 2008 1 commit
  6. 29 Jul, 2008 1 commit
  7. 26 Jul, 2008 2 commits