1. Dec 17, 2017
  2. Dec 13, 2017
  3. Dec 12, 2017
    • Jim Wilson's avatar
      Update MAINTAINERS file email address. · efce18d7
      Jim Wilson authored
      To update my email address to my current employer.  Specifix died quite a while
      ago, and I've had two jobs in the interim.
      
      	newlib/
      	* MAINTAINERS: Update my email address.
      efce18d7
  4. Dec 10, 2017
  5. Dec 08, 2017
  6. Dec 07, 2017
  7. Dec 06, 2017
  8. Dec 05, 2017
    • Corinna Vinschen's avatar
      newlib: vfwscanf: fix negation bug in %[ conversion · 67e628fa
      Corinna Vinschen authored
      
      
      Old BSD bug:  While ^ is recognized and the set of matching characters
      is negated, the code neglects to increment the pointer pointing to the
      matching characters.  Thus, on a negation expression like %[^xyz], the
      matching doesn't only stop at x, y, or z, but incorrectly also on ^.
      
      Fix this by setting the start pointer after recognizing the ^.
      
      Signed-off-by: default avatarCorinna Vinschen <corinna@vinschen.de>
      67e628fa
  9. Dec 04, 2017
  10. Dec 02, 2017
  11. Dec 01, 2017