1. 12 Aug, 2009 5 commits
    • Russ Cox's avatar
      new included Make.pkg for handwritten package makefiles. · eda49f33
      Russ Cox authored
      gobuild is obsolete; don't build it (will delete eventually).
      
      revised gotest for whole-package compilation.
      
      R=r
      DELTA=102  (68 added, 6 deleted, 28 changed)
      OCL=33067
      CL=33098
      eda49f33
    • Russ Cox's avatar
      convert low-level (used by testing) packages to · 3b864e41
      Russ Cox authored
      whole-package compilation.  new Makefiles,
      tests now in separate package
      
      	bytes
      	flag
      	fmt
      	io
      	math
      	once
      	os
      	reflect
      	strconv
      	sync
      	time
      	utf8
      
      delete import "xxx" in package xxx.
      
      inside package xxx, xxx is not declared
      anymore so s/xxx.//g
      
      delete file and package level forward declarations.
      
      note the new internal_test.go and sync
      and strconv to provide public access to
      internals during testing.  the installed version
      of the package omits that file and thus does
      not open the internals to all clients.
      
      R=r
      OCL=33065
      CL=33097
      3b864e41
    • Russ Cox's avatar
      6g: save all 64 bits of AX/DX · dd5f3233
      Russ Cox authored
      8g: save AX/DX around div
      
      R=ken
      OCL=33094
      CL=33096
      dd5f3233
    • Russ Cox's avatar
      whole-package compilation · 66bb399f
      Russ Cox authored
      R=ken
      OCL=33063
      CL=33095
      66bb399f
    • Russ Cox's avatar
      bug186 - f(iota) · 866b2723
      Russ Cox authored
      R=ken
      OCL=33051
      CL=33051
      866b2723
  2. 11 Aug, 2009 8 commits
  3. 10 Aug, 2009 5 commits
  4. 09 Aug, 2009 4 commits
  5. 08 Aug, 2009 4 commits
  6. 07 Aug, 2009 14 commits