Skip to content
Snippets Groups Projects
  1. Jul 31, 2012
  2. Jun 21, 2012
  3. Jun 18, 2012
  4. May 21, 2012
  5. May 16, 2012
  6. May 14, 2012
  7. May 05, 2012
  8. May 04, 2012
  9. May 01, 2012
  10. Apr 04, 2012
  11. Mar 30, 2012
  12. Mar 19, 2012
  13. Mar 09, 2012
  14. Mar 08, 2012
  15. Mar 06, 2012
  16. Mar 01, 2012
  17. Feb 27, 2012
  18. Feb 20, 2012
  19. Feb 03, 2012
  20. Jan 27, 2012
  21. Jan 20, 2012
  22. Jan 16, 2012
  23. Jan 11, 2012
    • Andrew Johnson's avatar
      db: Allow single-char accesses as long strings · 7cc8a552
      Andrew Johnson authored
      Clients try to use long string support to fetch DBF_STRING
      fields use DBF_CTRL_CHAR with a 1-element array, but the IOC
      was rejecting that.  This permits it, and also ensures that
      the resulting strings are zero-terminated.
      
      Fixes lp:907761
      7cc8a552
    • Andrew Johnson's avatar
      libCom: Fix iocsh comment recognition · afaebfbe
      Andrew Johnson authored
      Merged J. Lewis Muir's fix for comments introduced by macro.
      Added fixes to allow comments to be indented too, which used
      to work if the '#' was followed by white-space or any argument
      separator character.
      afaebfbe
    • J. Lewis Muir's avatar
      libCom/iocsh: Ignore comment lines after macro expansion · ee2a2dff
      J. Lewis Muir authored
      The handling of comment lines is only performed before macro
      expansion, thus lines with macros that expand to comment lines will
      not be correctly handled as comment lines.
      
      By chance this kind of worked sometimes because a "#" command that
      does nothing is internally added to the command registry to make it
      show up in the help output.  Relying on this is broken.  Furthermore,
      if the line starts with '#' followed by a non-separator character
      (e.g. "##", "#whatever", etc.) it will not work (i.e. it will produce
      a command-not-found error).
      
      This fix checks to see if the first character of the line after macro
      expansion is '#'.  If it is, it considers the line to be a comment.
      ee2a2dff
  24. Jan 05, 2012
Loading