Skip to content
Snippets Groups Projects
  1. May 16, 2012
  2. May 14, 2012
  3. May 05, 2012
  4. May 04, 2012
  5. May 01, 2012
  6. Apr 04, 2012
  7. Mar 30, 2012
  8. Mar 19, 2012
  9. Mar 09, 2012
  10. Mar 08, 2012
  11. Mar 06, 2012
  12. Mar 01, 2012
  13. Feb 27, 2012
  14. Feb 20, 2012
  15. Feb 03, 2012
  16. Jan 27, 2012
  17. Jan 20, 2012
  18. Jan 16, 2012
  19. 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
  20. Jan 05, 2012
  21. Dec 22, 2011
  22. Dec 20, 2011
  23. Dec 13, 2011
  24. Dec 12, 2011
  25. Dec 11, 2011
  26. Dec 07, 2011
  27. Dec 05, 2011
    • Andrew Johnson's avatar
      softIoc: Strip single-quote chars from arg · 8cb8ad08
      Andrew Johnson authored
      Most shells strip the single-quote chars from arguments, but on
      win32-x86 this is not happening so we need to do it ourselves.
      The single quotes are important to prevent un-escaping of things
      that shouldn't be unescaped.
      8cb8ad08
  28. Dec 02, 2011
  29. Nov 29, 2011
Loading