1. 05 Mar, 2018 32 commits
  2. 02 Mar, 2018 3 commits
  3. 01 Mar, 2018 3 commits
  4. 28 Feb, 2018 2 commits
    • Poul-Henning Kamp's avatar
      Try to get this test running on SunOS · 60f1a5f6
      Poul-Henning Kamp authored
      (Theory: "stty raw" doesn't clear -echo)
      60f1a5f6
    • Poul-Henning Kamp's avatar
      Improve the RST output. · e7c04974
      Poul-Henning Kamp authored
      I came for something else, but one thing led to another...
      
      Emit a proper summary at the top, but elide ENUMs to keep it
      compact.
      
      If the entire VCL prototype fits in the header, put it there.
      else if it fits with ENUMs elided do that or finally resort
      to just the name + "(...)".
      
      If the header didn't hold the full prototype, emit a codeblock
      with it, and split that in one line per argument if it is too
      wide for the manual pages.
      
      Remove the manual summary from the libvmod_blob docs.
      
      otherwise summarize it (ie: elide ENUMs)
      e7c04974