1. 22 Mar, 2016 1 commit
  2. 09 Feb, 2016 2 commits
  3. 08 Feb, 2016 3 commits
  4. 05 Feb, 2016 4 commits
  5. 03 Feb, 2016 1 commit
    • Adam Wujek's avatar
      scripts: fix crashing menuconfig on target · 1a05465f
      Adam Wujek authored
      When running make menuconfig from /wr/etc, mconf was crashing when dialog box
      in the style of radiolist was displayed and special keys (like arrow keys)
      were pressed. Crash was due to assetion in function toupper from uClibc.
      Function to upper should return unchanged value if passed parameter is not
      alpha. However, uClibc's implementation behaves in the different way,
      it asserts.
      After assert following message was printed:
      (./mconf: libc/misc/ctype/ctype.c: 320: toupper:
      Assertion `((((unsigned int)((c) - 0)) <= ((127 * 2 + 1) - 0)) ||
      ((c) == (-1)))' failed.
      Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
      1a05465f
  6. 29 Jan, 2016 1 commit
  7. 08 Jan, 2016 4 commits
  8. 07 Jan, 2016 4 commits
  9. 03 Dec, 2015 1 commit
  10. 09 Nov, 2015 2 commits
  11. 08 Sep, 2015 2 commits
  12. 31 Aug, 2015 5 commits
  13. 28 Aug, 2015 4 commits
  14. 27 Aug, 2015 5 commits
  15. 26 Aug, 2015 1 commit