1. 15 Oct, 2009 8 commits
  2. 14 Oct, 2009 11 commits
  3. 13 Oct, 2009 11 commits
  4. 12 Oct, 2009 10 commits
    • Ian Lance Taylor's avatar
      Review and update. No major changes, lots of minor tweaks. · e2854875
      Ian Lance Taylor authored
      R=go-dev
      DELTA=176  (39 added, 9 deleted, 128 changed)
      OCL=35612
      CL=35623
      e2854875
    • Rob Pike's avatar
      printing and maps · 9dfe4044
      Rob Pike authored
      R=rsc,gri
      DELTA=228  (223 added, 1 deleted, 4 changed)
      OCL=35617
      CL=35619
      9dfe4044
    • Kai Backman's avatar
      changed 5c 64 bit word ordering to little endian so it matches · 101f7cbd
      Kai Backman authored
      5g. fixes to 64 bit code gen. added (finally) function to do
      shifts properly.
      
      go/test: passes 83% (287/342)
      
      R=rsc
      APPROVED=rsc
      DELTA=156  (50 added, 53 deleted, 53 changed)
      OCL=35589
      CL=35616
      101f7cbd
    • Russ Cox's avatar
      sort errors by line number · 23724081
      Russ Cox authored
      turn off testdclstack and "not used" errors
      when there are syntax errors.
      
      BUG=2181825
      R=ken
      OCL=35606
      CL=35608
      23724081
    • Russ Cox's avatar
      stack overflow debugging and fix. · add89dd1
      Russ Cox authored
        * in 6l, -K already meant check for stack underflow.
          add -KK to mean double-check stack overflows
          even in nosplit functions.
      
        * comment out print locks; they deadlock too easily
           but are still useful to put back for special occasions.
      
        * let runcgo assembly switch to scheduler stack
          without involving scheduler directly.  because runcgo
          gets called from matchmg, it is too hard to keep it
          from being called on other stacks.
      
      R=r
      DELTA=94  (65 added, 18 deleted, 11 changed)
      OCL=35591
      CL=35604
      add89dd1
    • Russ Cox's avatar
      new builtin.c.boot from arm. · fd76b4f3
      Russ Cox authored
      node printing fixes.
      silence incorrect redeclaration error.
      
      R=ken
      OCL=35602
      CL=35602
      fd76b4f3
    • Russ Cox's avatar
      fix comment on strings.LastIndex. · 10c7d19e
      Russ Cox authored
      add bytes.LastIndex.
      add strings.Reader.
      
      R=r
      DELTA=59  (56 added, 0 deleted, 3 changed)
      OCL=35585
      CL=35601
      10c7d19e
    • Russ Cox's avatar
      introduce non-strict mode in xml parser, · d0aac0ac
      Russ Cox authored
      good enough to parse some html.
      
      in reader, add "comment" tag to collect
      comment text.
      
      do not allocate during Unmarshal unless pointer is nil.
      
      R=r
      DELTA=441  (416 added, 1 deleted, 24 changed)
      OCL=35586
      CL=35594
      d0aac0ac
    • Russ Cox's avatar
      correct a design flaw: Atoi etc should not guess the base. · fcdba72d
      Russ Cox authored
      leave that for Btoi with base == 0.
      
      R=r
      DELTA=146  (101 added, 29 deleted, 16 changed)
      OCL=35584
      CL=35593
      fcdba72d
    • Russ Cox's avatar
      fix build · 867e10f2
      Russ Cox authored
      TBR=r
      OCL=35592
      CL=35592
      867e10f2