Skip to content
Snippets Groups Projects
  1. Aug 04, 2019
  2. Jul 18, 2019
  3. Jul 04, 2019
  4. Jul 01, 2019
  5. May 11, 2019
  6. Apr 27, 2019
  7. Apr 07, 2019
  8. Mar 03, 2019
    • Robin Randhawa's avatar
      Add wint_t definition to stddef.h · 9443eef5
      Robin Randhawa authored
      Without this the relibc tests would break. With this the relibc tests
      pass and formerly breaking builds (such as uutils -> onig_sys) pass.
      9443eef5
    • Robin Randhawa's avatar
      Remove redundant wchar_t and win_t definitions · 23de2ca7
      Robin Randhawa authored
      Typically with libc implementations, wchar_t and co are either defined
      entirely by the libc or, under libc's arrangement, by headers supplied
      by the compiler.
      
      Things like dlmalloc in relibc need these definitions from relibc itself
      and that's already already furnished by relibc's stddef.h.
      
      These additional definitions here are redundant and collide with
      compiler headers - for example: onig_sys (something that uutils depends
      on) breaks. Instead, this patch makes the compiler headers define
      things appropriately.
      23de2ca7
  9. Feb 28, 2019
  10. Feb 20, 2019
  11. Jan 16, 2019
  12. Jan 13, 2019
  13. Jan 05, 2019
  14. Jan 01, 2019
  15. Dec 23, 2018
  16. Dec 14, 2018
  17. Dec 13, 2018
  18. Dec 09, 2018
  19. Nov 27, 2018
  20. Nov 23, 2018
  21. Nov 17, 2018
  22. Oct 28, 2018
  23. Oct 27, 2018
  24. Oct 11, 2018
  25. Oct 09, 2018
  26. Oct 07, 2018
Loading