1. 10 Dec, 2008 8 commits
    • Robert Griesemer's avatar
      Snapshot: · 4873bb21
      Robert Griesemer authored
      - fixed html tag generation
      - simplified html escaping machinery
        (not 100% correct for strings yet)
      - can now produce the first mostly correct formatted html pages from source
        with (fake) links: e.g. pretty -html srcfile.go > srcfile.html
        R=r
      
      OCL=20915
      CL=20915
      4873bb21
    • Ken Thompson's avatar
      string hash function faults w empty string · e9564291
      Ken Thompson authored
      fixes maps[""]
      
      R=r
      OCL=20909
      CL=20911
      e9564291
    • Ken Thompson's avatar
      2 minor bugs · 7dd62cb3
      Ken Thompson authored
      R=r
      OCL=20906
      CL=20906
      7dd62cb3
    • Ken Thompson's avatar
      bug126 · 57bd0da3
      Ken Thompson authored
      R=r
      OCL=20879
      CL=20879
      57bd0da3
    • Ken Thompson's avatar
      bug127 · 8bce3b56
      Ken Thompson authored
      R=r
      OCL=20874
      CL=20874
      8bce3b56
    • Rob Pike's avatar
      fix historical editing glitch · 436fcc68
      Rob Pike authored
      R=rsc
      DELTA=1  (0 added, 0 deleted, 1 changed)
      OCL=20871
      CL=20873
      436fcc68
    • Rob Pike's avatar
      implement two TODOs in reflect: · f5cfadde
      Rob Pike authored
      - delete vestigial SetString method
      - make type map use interface instead of *interface
      
      R=rsc
      DELTA=31  (0 added, 7 deleted, 24 changed)
      OCL=20861
      CL=20863
      f5cfadde
    • Russ Cox's avatar
      chans and maps of interfaces · 3935610e
      Russ Cox authored
      R=r
      DELTA=746  (729 added, 1 deleted, 16 changed)
      OCL=20858
      CL=20858
      3935610e
  2. 09 Dec, 2008 10 commits
  3. 08 Dec, 2008 2 commits
  4. 06 Dec, 2008 2 commits
    • Ken Thompson's avatar
      allowed syntax for range · b79272d9
      Ken Thompson authored
      a range m (implies :=)
      a,b range m (implies :=)
      a:b range m (implies :=)
      
      a := range m
      a,b := range m
      a:b := range m
      
      a = range m
      a,b = range m
      a:b = range m
      
      R=r
      OCL=20676
      CL=20676
      b79272d9
    • Ken Thompson's avatar
      range statement · 26b357ca
      Ken Thompson authored
      R=r
      OCL=20667
      CL=20667
      26b357ca
  5. 05 Dec, 2008 11 commits
  6. 04 Dec, 2008 7 commits