1. 10 May, 2018 2 commits
  2. 09 May, 2018 1 commit
  3. 07 May, 2018 2 commits
  4. 05 May, 2018 2 commits
  5. 04 May, 2018 6 commits
  6. 03 May, 2018 6 commits
  7. 02 May, 2018 3 commits
  8. 30 Apr, 2018 6 commits
  9. 29 Apr, 2018 3 commits
  10. 27 Apr, 2018 2 commits
  11. 26 Apr, 2018 5 commits
  12. 25 Apr, 2018 2 commits
    • Daniel Stenberg's avatar
      RELEASE-NOTES: synced · 84358e4c
      Daniel Stenberg authored
      84358e4c
    • Daniel Gustafsson's avatar
      os400.c: fix ASSIGNWITHINCONDITION checksrc warnings · d25f0a42
      Daniel Gustafsson authored
      All occurrences of assignment within conditional expression in
      os400sys.c rewritten into two steps: first assignment and then the check
      on the success of the assignment. Also adjust related incorrect brace
      positions to match project indentation style.
      
      This was spurred by seeing "if((inp = input_token))", but while in there
      all warnings were fixed.
      
      There should be no functional change from these changes.
      
      Closes #2525
      d25f0a42