Skip to content
Snippets Groups Projects
  1. Mar 17, 2019
  2. Mar 05, 2019
  3. Mar 04, 2019
  4. 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
    • Robin Randhawa's avatar
      aarch64-prep: Dummy auxv.h · f9f752d7
      Robin Randhawa authored
      For AArch64, the ring crate depends on the presence of this header and a definition
      of getauxval.
      f9f752d7
    • Robin Randhawa's avatar
      aarch64: Fix incorrect init/fini stack manipulation · 17bed541
      Robin Randhawa authored
      The pre-index operator ('!') was missing at the end of the stp
      instruction.
      
      As a result, the stack pointer wasn't updated after the
      store of the 64-bit pair and the stored values were basically lost when
      follow on code used the stack for later store ops.
      17bed541
    • Angelo Bulfone's avatar
      31fc29e7
    • jD91mZM2's avatar
      Merge branch 'cleanup' into 'master' · 269b8a1d
      jD91mZM2 authored
      tests: Macro based error handling
      
      See merge request !195
      269b8a1d
  5. Feb 28, 2019
  6. Feb 25, 2019
  7. Feb 24, 2019
    • Nagy Tibor's avatar
      tests: Fix expected outputs · 96182ce8
      Nagy Tibor authored
      96182ce8
    • Nagy Tibor's avatar
      tests: Even more work on error handling · a92be000
      Nagy Tibor authored
      realpath: Fixing undefined behaviour in the second test. If the call fails the resolved_name argument cannot be used for error checking because its state is undefined by SUSv2.
      pipe: Changing the order of close and write error handling code. Errors in close could overwrite errno after write errors, returning incorrect error messages.
      gmtime: Removed duplicate checks
      Other fixes for fseek, rename, mktime, putwchar
      a92be000
  8. Feb 23, 2019
  9. Feb 22, 2019
  10. Feb 21, 2019
  11. Feb 20, 2019
Loading