1. 04 Feb, 2019 1 commit
    • Alessandro Rubini's avatar
      shell: replace strcasecmp with strcmp · bb84ad01
      Alessandro Rubini authored
      when trying a compiler built with a newer newlib, I got a size increase
      of 2kB in wrc.elf. This is due du "smarter" strcasecmp, which is
      now localized, with wide-character support and so on.
      
      We may implement our own ascii-only strcasecmp, but avoinding case-insensitive
      comparisons we save 400 bytes, and the binary size doesn't change changing
      newlib in the compiler.
      
      Nobody is expected to use uppercase commands in the wrpc shell, and there
      is no technical need to support them, when all documentation hints to
      use lower-case anyways.
      
      Change trivially performed by
      
         sed -i s/strcasecmp/strcmp/ shell/*.c
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      bb84ad01
  2. 21 Jan, 2019 1 commit
  3. 16 Jan, 2019 3 commits
  4. 12 Oct, 2018 1 commit
  5. 11 Oct, 2018 5 commits
  6. 10 Oct, 2018 2 commits
  7. 26 Sep, 2018 1 commit
  8. 30 Aug, 2018 6 commits
  9. 22 Aug, 2018 1 commit
  10. 21 Dec, 2017 2 commits
  11. 20 Dec, 2017 1 commit
  12. 18 Dec, 2017 1 commit
  13. 14 Dec, 2017 2 commits
  14. 04 Dec, 2017 2 commits
  15. 01 Dec, 2017 9 commits
  16. 30 Nov, 2017 2 commits