Skip to content
Snippets Groups Projects
  1. Mar 07, 2016
    • Calvin Walton's avatar
      recording: Escape custom poll answers in gnuplot file · 0f9b36bc
      Calvin Walton authored
      Custom poll answers were previously printed into the gnuplot control
      file directly, between double-quotes. As a result, if a poll answer
      contains a double-quote, it could cause a syntax error in the gnuplot
      script, or worse.
      
      Gnuplot accepts standard C-style double-quoted string escapes, so I can
      just use ruby's "inspect" method to generate a safetly escaped string.
      
      Note that within the string, % still has to be escaped separately
      (doubled) to avoid issues with the string formatting. As well, I have
      disabled "enhanced" mode which allows using special characters for
      formatting commands.
      
      Fixes #3039
      0f9b36bc
  2. Mar 03, 2016
  3. Mar 02, 2016
  4. Feb 28, 2016
  5. Feb 26, 2016
  6. Feb 22, 2016
  7. Feb 19, 2016
  8. Feb 18, 2016
  9. Feb 17, 2016
  10. Feb 16, 2016
  11. Feb 12, 2016
  12. Feb 09, 2016
  13. Feb 08, 2016
Loading