1. 03 Apr, 2008 2 commits
    • Rob Pike's avatar
      make digits a string instead of an array of bytes. · 01764a30
      Rob Pike authored
      use string* to pass it around.
      
      SVN=114795
      01764a30
    • 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
  2. 01 Apr, 2008 2 commits
  3. 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
  4. 29 Mar, 2008 2 commits
    • Ken Thompson's avatar
      bug28 · c69d54e7
      Ken Thompson authored
      fix code generation bug in
      second index of string slice.
      
      SVN=114255
      c69d54e7
    • Ken Thompson's avatar
      fix bug30 · 0b62cb61
      Ken Thompson authored
      automatic declaration leaking
      from one function to another
      
      SVN=114252
      0b62cb61
  5. 28 Mar, 2008 7 commits
  6. 27 Mar, 2008 1 commit
  7. 26 Mar, 2008 4 commits
  8. 20 Mar, 2008 1 commit
  9. 19 Mar, 2008 1 commit
  10. 18 Mar, 2008 1 commit
  11. 17 Mar, 2008 1 commit
  12. 12 Mar, 2008 7 commits
  13. 11 Mar, 2008 3 commits
  14. 10 Mar, 2008 1 commit
  15. 08 Mar, 2008 1 commit
  16. 07 Mar, 2008 5 commits