Skip to content
Snippets Groups Projects
  1. 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
  2. Feb 28, 2019
  3. Feb 20, 2019
  4. Jan 16, 2019
  5. Jan 13, 2019
  6. Jan 05, 2019
  7. Jan 01, 2019
  8. Dec 23, 2018
  9. Dec 14, 2018
  10. Dec 13, 2018
  11. Dec 09, 2018
  12. Nov 27, 2018
  13. Nov 23, 2018
  14. Nov 17, 2018
  15. Oct 28, 2018
  16. Oct 27, 2018
  17. Oct 11, 2018
  18. Oct 09, 2018
  19. Oct 07, 2018
  20. Oct 06, 2018
  21. Oct 05, 2018
  22. Sep 29, 2018
  23. Sep 26, 2018
  24. Sep 24, 2018
  25. Sep 05, 2018
Loading