1. 02 Nov, 2009 1 commit
  2. 01 Nov, 2009 12 commits
  3. 31 Oct, 2009 2 commits
  4. 30 Oct, 2009 9 commits
  5. 28 Oct, 2009 1 commit
  6. 27 Oct, 2009 1 commit
  7. 29 Oct, 2009 5 commits
  8. 28 Oct, 2009 6 commits
  9. 27 Oct, 2009 3 commits
    • Robert Griesemer's avatar
      godoc search bug fixes: · e3fd2e1e
      Robert Griesemer authored
      - sort by package name (instead of package path) for results with snippets
      - sort line numbers in results without snippets
      - properly characterize package clauses
      - experiment with a leaner look: no underlines for top-level godoc links in the left side bar
      
      Still using colors to distinguish results. Next step.
      
      R=rsc
      http://go/go-review/1015016
      e3fd2e1e
    • Robert Griesemer's avatar
      code search for godoc: · 32810a5d
      Robert Griesemer authored
      - added goroutine to automatically index in the background
      - added handler for search requests
      - added search box to top-level godoc template
      - added search.html template for the display of search results
      - changes to spec.go because of name conflicts
      - added extra styles to style.css (for shorter .html files)
      
      R=rsc
      http://go/go-review/1014011
      32810a5d
    • Ian Lance Taylor's avatar
      Get the right sigaction struct for the 386 rt_sigaction system · f5292240
      Ian Lance Taylor authored
      call.  This uses the header files from a 32-bit Ubuntu Hardy
      system.
      
      The use of _LOOSE_KERNEL_NAMES seems right.  The
      -D__ARCH_SI_UID_T works around a bug which appears to be fixed
      in later Linux versions.
      
      R=rsc
      http://go/go-review/1013015
      f5292240