Skip to content
  1. May 10, 2018
  2. May 09, 2018
  3. May 07, 2018
  4. May 05, 2018
  5. May 04, 2018
  6. May 03, 2018
  7. May 02, 2018
  8. Apr 30, 2018
  9. Apr 29, 2018
  10. Apr 27, 2018
  11. Apr 26, 2018
  12. Apr 25, 2018
    • 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