An error occurred fetching the project authors.
  1. 11 Nov, 2009 1 commit
  2. 05 Nov, 2009 1 commit
  3. 04 Nov, 2009 1 commit
  4. 02 Nov, 2009 1 commit
  5. 22 Oct, 2009 1 commit
  6. 09 Oct, 2009 1 commit
    • Russ Cox's avatar
      fix nacl build · f0bde7c5
      Russ Cox authored
      R=r
      DELTA=23  (5 added, 0 deleted, 18 changed)
      OCL=35510
      CL=35518
      f0bde7c5
  7. 03 Oct, 2009 1 commit
    • Russ Cox's avatar
      8c, 8l dynamic loading support. · 133a158b
      Russ Cox authored
      better mach binaries.
      cgo working on darwin+linux amd64+386.
      eliminated context switches - pi is 30x faster.
      add libcgo to build.
      
      on snow leopard:
        - non-cgo binaries work; all tests pass.
        - cgo binaries work on amd64 but not 386.
      
      R=r
      DELTA=2031  (1316 added, 626 deleted, 89 changed)
      OCL=35264
      CL=35304
      133a158b
  8. 14 Aug, 2009 1 commit
  9. 12 Aug, 2009 1 commit
  10. 28 Jul, 2009 1 commit
  11. 13 Jul, 2009 1 commit
    • Robert Griesemer's avatar
      ebnflint command · 7b7b83ba
      Robert Griesemer authored
      - basic verification of EBNF grammars
      - tested with (and has testcase for) go_spec.html
      
      R=rsc
      DELTA=150  (148 added, 0 deleted, 2 changed)
      OCL=31481
      CL=31517
      7b7b83ba
  12. 22 Jun, 2009 1 commit
  13. 16 Jun, 2009 2 commits
  14. 09 Jun, 2009 1 commit
    • Rob Pike's avatar
      mv src/lib to src/pkg · d90e7cba
      Rob Pike authored
      tests: all.bash passes, gobuild still works, godoc still works.
      
      R=rsc
      OCL=30096
      CL=30102
      d90e7cba
  15. 07 Jun, 2009 1 commit
  16. 16 Apr, 2009 1 commit
  17. 21 Nov, 2008 1 commit
    • Russ Cox's avatar
      convert lib to a Makefile, · 5a863a4e
      Russ Cox authored
      mainly for "make bufio.install".
      
      R=r
      DELTA=144  (80 added, 62 deleted, 2 changed)
      OCL=19760
      CL=19799
      5a863a4e
  18. 19 Nov, 2008 2 commits
    • Russ Cox's avatar
      avoid problem overwriting read-only quietgcc · aa1ede15
      Russ Cox authored
      TBR=r
      OCL=19600
      CL=19600
      aa1ede15
    • Russ Cox's avatar
      build with warnings enabled. · d2dfd76b
      Russ Cox authored
      new script "quietgcc" installed in $HOME/bin during make.bash
      	runs gcc with warnings, turns off inappropriate ones,
      	greps out useless output.
      
      quietgcc also makes sure to run the correct 64-bit gcc.
      
      R=r
      DELTA=38  (36 added, 0 deleted, 2 changed)
      OCL=17493
      CL=19599
      d2dfd76b
  19. 18 Nov, 2008 1 commit
  20. 08 Oct, 2008 1 commit
  21. 26 Sep, 2008 1 commit
    • Russ Cox's avatar
      move src/syscall to src/lib/syscall. · 6201a963
      Russ Cox authored
      enforce rule: all kernel data structures and constants
      	go in syscall module.
      move things that should be in syscall out of net.
      make net a single package.
      
      R=r
      OCL=15985
      CL=15994
      6201a963
  22. 19 Sep, 2008 1 commit
    • Russ Cox's avatar
      add gobuild. · 72e3b204
      Russ Cox authored
      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
      72e3b204
  23. 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
  24. 11 Sep, 2008 1 commit
    • 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
  25. 08 Aug, 2008 1 commit
    • Rob Pike's avatar
      include syscall in default build · fa7d54ff
      Rob Pike authored
      fix an issue with autolib names by compiling to target location
      print a bit more when compiling
      
      R=gri
      OCL=13988
      CL=13988
      fa7d54ff
  26. 09 Jul, 2008 1 commit
  27. 13 Jun, 2008 1 commit
  28. 12 Jun, 2008 2 commits
  29. 11 Jun, 2008 1 commit
  30. 04 Jun, 2008 1 commit
  31. 26 Mar, 2008 3 commits
  32. 12 Mar, 2008 1 commit