1. 19 Jul, 2011 9 commits
  2. 18 Jul, 2011 23 commits
  3. 17 Jul, 2011 5 commits
  4. 15 Jul, 2011 3 commits
    • Russ Cox's avatar
      http: fixes for sniffing · e07c6e6e
      Russ Cox authored
      R=golang-dev, dsymonds
      CC=golang-dev
      https://golang.org/cl/4753044
      e07c6e6e
    • Lucio De Re's avatar
      6a, 6c, 6l: fix for Plan 9 build · 4c6280b0
      Lucio De Re authored
      6a/a.h:
      . Dropped <u.h> and <libc.h>.
      . Made definition of EOF conditional.
      
      6a/a.y:
      . Added <u.h> and <libc.h>.
      
      6a/lex.c:
      . Added <u.h> and <libc.h>.
      . Dropped <ctype.h> (now in <u.h>).
      
      6c/gc.h:
      . Added varargck pragma for "lD".
      
      6c/swt.c:
      . Dropped unused "thestring" argument in Bprint() calls.
      
      6l/Makefile:
      . Dropped unneeded directory prefix.
      
      6l/l.h:
      . Dropped unneeded directory prefix.
      . Added varargck pragma for "I" and "i".
      
      6l/obj.c:
      . Dropped unneeded assignment.
      . Dropped unreachable goto statement.
      
      6l/pass.c:
      . Dropped assignments flagged as unused.
      
      6l/prof.c:
      . Replaced "#if 0" with "#ifdef NOTDEF".
      
      6l/span.c:
      . Dropped unused incrementation.
      . Added USED() as required.
      . Dropped unreachable "return" statement.
      
      R=golang-dev
      CC=golang-dev, rsc
      https://golang.org/cl/4747044
      4c6280b0
    • Lucio De Re's avatar
      5a, 5c, 5l: fix for Plan 9 build · 5ea4d73b
      Lucio De Re authored
      5a/a.h:
      . Removed <u.h> and <lib.h>.
      . Made definition of EOF conditional.
      
      5a/a.y:
      . Added <u.h> and <lib.h>.
      
      5a/lex.c:
      . Added <u.h> and <lib.h>.
      . Dropped <ctype.h> (now in <u.h>).
      
      5c/peep.c:
      . Removed unnecessary "return 0" statement.
      
      5c/reg.c:
      . Added compilation condition around unused code.
      
      5c/swt.c:
      . Removed unused "thestring" argument from Bprint() calls.
      
      5l/asm.c:
      . Added USED() statements as required.
      . Adjusted a few format specifications.
      . Added compilation condition around unused code.
      
      5l/l.h:
      . Dropped directory prefix from <../5l/5.out.h>.
      . Added varargck pragma for "I" and "i".
      
      5l/obj.c:
      . Cascaded consecutive "if" statements.
      . Dropped unnecessary incrementation and assignments.
      
      5l/pass.c:
      . Dropped unnecessary assignment.
      
      5l/prof.c:
      . #if 0 converted to #ifdef NOTDEF.
      
      5l/span.c:
      . Dropped unnecessary incrementation and assignments.
      
      R=golang-dev
      CC=golang-dev, rsc
      https://golang.org/cl/4752041
      5ea4d73b