An error occurred fetching the project authors.
  1. 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
  2. 04 Aug, 2008 2 commits
  3. 28 Jul, 2008 1 commit
  4. 27 Jul, 2008 1 commit
  5. 24 Jul, 2008 1 commit
    • Ken Thompson's avatar
      select · cb9b1038
      Ken Thompson authored
      R=r
      APPROVED=r
      DELTA=638  (433 added, 21 deleted, 184 changed)
      OCL=13426
      CL=13438
      cb9b1038
  6. 21 Jul, 2008 1 commit
  7. 20 Jul, 2008 1 commit
  8. 19 Jul, 2008 1 commit
  9. 17 Jul, 2008 1 commit
  10. 16 Jul, 2008 1 commit
  11. 15 Jul, 2008 1 commit
  12. 12 Jul, 2008 1 commit
  13. 07 Jul, 2008 1 commit
  14. 05 Jul, 2008 1 commit
    • Ken Thompson's avatar
      output args declared · 417a971f
      Ken Thompson authored
      arguments in first block for diagnostics
      thomo return
      better syntax error recovery
      
      SVN=126045
      417a971f
  15. 04 Jul, 2008 1 commit
  16. 03 Jul, 2008 1 commit
  17. 27 Jun, 2008 1 commit
  18. 21 Jun, 2008 1 commit
  19. 18 Jun, 2008 2 commits
  20. 16 Jun, 2008 1 commit
  21. 13 Jun, 2008 1 commit
  22. 12 Jun, 2008 1 commit
  23. 09 Jun, 2008 1 commit
  24. 08 Jun, 2008 2 commits
  25. 04 Jun, 2008 1 commit
  26. 03 Apr, 2008 1 commit
    • Ken Thompson's avatar
      generate an error if the foreward · 5d6eba80
      Ken Thompson authored
      declaration of a func does not exactly
      match the actual (or another foreward)
      declaration. the reason is that when
      there are 2 declarations of a function,
      the names of the parameters are taken
      from the first. thus
         func x(a int);
      followed by
         func x(b int) { ... }
      will have the parameter named "a" and
      "b" will be undefined.
      
      SVN=114788
      5d6eba80
  27. 01 Apr, 2008 1 commit
    • Ken Thompson's avatar
      bug36 · 87278c26
      Ken Thompson authored
      fixed error in symbol table in
      the second forward declaration of
      a function.
      
      SVN=114572
      87278c26
  28. 31 Mar, 2008 1 commit
    • Ken Thompson's avatar
      bug31 · 5918f80f
      Ken Thompson authored
      failed to correctly convert from pointer
      to interface in a return statement.
      
      moved ANY from a special type in
      chan/map to a basic type.
      
      SVN=114350
      5918f80f
  29. 29 Mar, 2008 1 commit
    • Ken Thompson's avatar
      fix bug30 · 0b62cb61
      Ken Thompson authored
      automatic declaration leaking
      from one function to another
      
      SVN=114252
      0b62cb61
  30. 28 Mar, 2008 1 commit