Skip to content
Snippets Groups Projects
  1. Apr 07, 2019
  2. Mar 03, 2019
    • 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
  3. Feb 28, 2019
  4. Feb 20, 2019
  5. Jan 13, 2019
  6. Jan 05, 2019
  7. Dec 14, 2018
  8. Dec 13, 2018
  9. Dec 09, 2018
  10. Nov 23, 2018
  11. Nov 17, 2018
  12. Oct 28, 2018
  13. Oct 27, 2018
  14. Oct 11, 2018
  15. Oct 07, 2018
    • jD91mZM2's avatar
      Fix S_IS* · 0de7d306
      jD91mZM2 authored
      For some reason, C handles `==` before `&`.
      So `a & b == c` is the same thing as `a & (b == c)`.
      0de7d306
    • jD91mZM2's avatar
      Implement realpath · 418a960f
      jD91mZM2 authored
      418a960f
  16. Oct 06, 2018
  17. Sep 29, 2018
  18. Sep 26, 2018
  19. Sep 05, 2018
  20. Aug 18, 2018
  21. Aug 09, 2018
  22. Aug 05, 2018
  23. Aug 02, 2018
    • jD91mZM2's avatar
      Kind of get bash to compile · 44599a03
      jD91mZM2 authored
      Doesn't link yet due to "multiple definitions of malloc", because some are supplied by some library of bash itself. Really odd.
      44599a03
  24. Jul 30, 2018
  25. Jul 29, 2018
    • jD91mZM2's avatar
      Implement sys/select.h · d3e4fa71
      jD91mZM2 authored
      I really really wish I could actually test this on redox. All I know is: it compiles
      d3e4fa71
  26. Jul 28, 2018
  27. Jul 26, 2018
  28. Jul 25, 2018
  29. Jul 22, 2018
  30. Jul 12, 2018
  31. Jul 06, 2018
  32. Jul 03, 2018
  33. Jul 01, 2018
Loading