1. 17 Sep, 2009 4 commits
    • Robert Griesemer's avatar
      fix build: updated Make.deps · 75f72e7b
      Robert Griesemer authored
      TBR=r
      OCL=34729
      CL=34729
      75f72e7b
    • Larry Hosken's avatar
      A step towards "externalizing" some Go docs. · 698c6c00
      Larry Hosken authored
      + style sheet: like code.google.com but less feature-ful
      + JS with table-of-contents generation
      + tweaked go_spec.html and go_mem.html to use new style+JS
      + static-HTML-ified a few other Go docs:
        + static HTML versions of some wiki pages (which I'll turn
          into links to these pages).
      
      A notable thing that is _not_ in this changelist: any change
      to the godoc tool or whatever thing generates http://go/godoc
      
      R=r
      APPROVED=r
      DELTA=2472  (2307 added, 113 deleted, 52 changed)
      OCL=34644
      CL=34728
      698c6c00
    • Rob Pike's avatar
      first cut at a string buffer. · 229e9761
      Rob Pike authored
      can be made more efficient but this is reasonable.
      
      R=rsc
      DELTA=363  (363 added, 0 deleted, 0 changed)
      OCL=34720
      CL=34720
      229e9761
    • Russ Cox's avatar
      first step toward cgo tool. · 0b7878a9
      Russ Cox authored
      can extract import "C" doc comment
      and all references to C package.
      
      ; cgo gmp.go | sort
      #include <gmp.h>
      gmp.go:197:4: mpz_t as type
      gmp.go:205:2: mpz_init as call
      gmp.go:206:2: mpz_set as call
      gmp.go:221:2: mpz_init as call
      gmp.go:227:7: size_t as call
      gmp.go:228:2: mpz_export as call
      gmp.go:235:13: mpz_sizeinbase as call
      gmp.go:241:2: mpz_set as call
      gmp.go:252:3: mpz_import as call
      gmp.go:261:2: mpz_set_si as call
      gmp.go:273:5: mpz_set_str as call
      gmp.go:282:9: mpz_get_str as call
      gmp.go:287:3: mpz_clear as call
      gmp.go:302:2: mpz_add as call
      gmp.go:311:2: mpz_sub as call
      gmp.go:320:2: mpz_mul as call
      gmp.go:329:2: mpz_tdiv_q as call
      gmp.go:339:2: mpz_tdiv_r as call
      gmp.go:348:2: mpz_mul_2exp as call
      gmp.go:356:2: mpz_div_2exp as call
      gmp.go:367:3: mpz_pow as call
      gmp.go:369:3: mpz_powm as call
      gmp.go:378:2: mpz_neg as call
      gmp.go:386:2: mpz_abs as call
      gmp.go:404:9: mpz_cmp as call
      gmp.go:413:2: mpz_tdiv_qr as call
      gmp.go:426:2: mpz_gcdext as call
      ;
      
      R=r
      DELTA=746  (746 added, 0 deleted, 0 changed)
      OCL=34710
      CL=34714
      0b7878a9
  2. 16 Sep, 2009 10 commits
  3. 15 Sep, 2009 18 commits
  4. 14 Sep, 2009 7 commits
  5. 11 Sep, 2009 1 commit