1. 22 Sep, 2008 6 commits
    • Russ Cox's avatar
      test cleanup · fb40f88c
      Russ Cox authored
      	- do not print tracebacks if $GOTRACEBACK=0
      	- set GOTRACEBACK=0 during tests
      	- filter out pc numbers in errors
      
      R=r
      DELTA=70  (22 added, 30 deleted, 18 changed)
      OCL=15618
      CL=15642
      fb40f88c
    • Russ Cox's avatar
      time bug: darwin, linux return microseconds not nanoseconds · a27e61e2
      Russ Cox authored
      R=r
      DELTA=2  (0 added, 0 deleted, 2 changed)
      OCL=15626
      CL=15641
      a27e61e2
    • Russ Cox's avatar
      compiler changes: · fb2c6671
      Russ Cox authored
      	export.c:
      		- only expose explicitly exported types to importer
      		- fix behind your back
      	go.h:
      		- add deep() prototype (fixes 64-bit linux crash on time.go)
      	go.y:
      		- add a new syntax error case
      	walk.c:
      		- allow a,b = f() where f is func ptr (fixes bug088)
      
      R=ken
      OCL=15617
      CL=15630
      fb2c6671
    • Ken Thompson's avatar
      now method/interface code · 8231e945
      Ken Thompson authored
      R=r
      OCL=15627
      CL=15627
      8231e945
    • Ian Lance Taylor's avatar
      Correct two web links, add missing semicolon after &lt. · 128f0528
      Ian Lance Taylor authored
      R=r
      DELTA=3  (0 added, 0 deleted, 3 changed)
      OCL=15619
      CL=15624
      128f0528
    • Russ Cox's avatar
      better yacc rule in Makefile · b676b0e1
      Russ Cox authored
      if y.tab.c is older than y.tab.h, make
      interprets doing nothing as a failure,
      because y.tab.c hasn't been updated.
      so update it.
      
      R=r
      DELTA=4  (0 added, 0 deleted, 4 changed)
      OCL=15615
      CL=15622
      b676b0e1
  2. 21 Sep, 2008 1 commit
  3. 20 Sep, 2008 5 commits
  4. 19 Sep, 2008 12 commits
  5. 18 Sep, 2008 9 commits
  6. 17 Sep, 2008 7 commits