1. 22 Sep, 2008 3 commits
    • Ken Thompson's avatar
      vectors bug · adaec0c4
      Ken Thompson authored
      R=r
      OCL=15664
      CL=15664
      adaec0c4
    • Russ Cox's avatar
      compiler changes: · fb2c6671
      Russ Cox authored
      	export.c:
      		- only expose explicitly exported types to importer
      		- fix behind your back
      	go.h:
      		- add deep() prototype (fixes 64-bit linux crash on time.go)
      	go.y:
      		- add a new syntax error case
      	walk.c:
      		- allow a,b = f() where f is func ptr (fixes bug088)
      
      R=ken
      OCL=15617
      CL=15630
      fb2c6671
    • Ken Thompson's avatar
      now method/interface code · 8231e945
      Ken Thompson authored
      R=r
      OCL=15627
      CL=15627
      8231e945
  2. 21 Sep, 2008 1 commit
  3. 20 Sep, 2008 1 commit
  4. 19 Sep, 2008 1 commit
  5. 18 Sep, 2008 1 commit
  6. 17 Sep, 2008 1 commit
  7. 15 Sep, 2008 1 commit
  8. 14 Sep, 2008 1 commit
  9. 13 Sep, 2008 2 commits
  10. 12 Sep, 2008 2 commits
  11. 11 Sep, 2008 3 commits
  12. 10 Sep, 2008 1 commit
  13. 09 Sep, 2008 1 commit
  14. 08 Sep, 2008 1 commit
  15. 05 Sep, 2008 1 commit
    • Ken Thompson's avatar
      bugs 29, 61, 62, 74 · 193eac79
      Ken Thompson authored
      fixedbugs 49 now (correctly) fails
      bugs 32, 41, 68, 77 shouldnt be bugs
      
      R=r
      OCL=14842
      CL=14842
      193eac79
  16. 04 Sep, 2008 1 commit
  17. 03 Sep, 2008 4 commits
  18. 02 Sep, 2008 1 commit
  19. 29 Aug, 2008 2 commits
  20. 28 Aug, 2008 2 commits
  21. 13 Aug, 2008 1 commit
  22. 12 Aug, 2008 1 commit
  23. 10 Aug, 2008 1 commit
  24. 09 Aug, 2008 1 commit
    • Ken Thompson's avatar
      mp constants · 9c2ade35
      Ken Thompson authored
      R=r
      DELTA=381  (142 added, 26 deleted, 213 changed)
      OCL=14011
      CL=14016
      9c2ade35
  25. 04 Aug, 2008 1 commit
    • Russ Cox's avatar
      make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc. · 9aad9fef
      Russ Cox authored
      these guys really really want long to be 32-bits,
      so ,s/long/int32/ (and then manual fixup).
      still passes all tests.
      
      (i started out looking for just those longs that
      needed to be int32 instead, and it was just too hard
      to track them down one by one.)
      
      the longs were rare enough that i don't think
      it will cause integration problems.
      
      R=ken
      OCL=13787
      CL=13789
      9aad9fef
  26. 27 Jul, 2008 1 commit
    • Ken Thompson's avatar
      select · bd397d2f
      Ken Thompson authored
      R=r
      DELTA=29  (27 added, 1 deleted, 1 changed)
      OCL=13503
      CL=13503
      bd397d2f
  27. 26 Jul, 2008 2 commits
    • Ken Thompson's avatar
      select/chan · 12082728
      Ken Thompson authored
      R=r
      DELTA=517  (137 added, 98 deleted, 282 changed)
      OCL=13495
      CL=13495
      12082728
    • Ken Thompson's avatar
      select · 949ab5c7
      Ken Thompson authored
      R=r
      APPROVED=r
      DELTA=41  (24 added, 13 deleted, 4 changed)
      OCL=13480
      CL=13480
      949ab5c7
  28. 25 Jul, 2008 1 commit
    • Ken Thompson's avatar
      select · e963cba8
      Ken Thompson authored
      R=r
      APPROVED=r
      DELTA=147  (94 added, 14 deleted, 39 changed)
      OCL=13477
      CL=13477
      e963cba8