1. 25 3月, 2011 2 次提交
  2. 20 3月, 2011 1 次提交
  3. 18 3月, 2011 2 次提交
    • R
      implement [v]swprintf · e18b5638
      Rich Felker 提交于
      e18b5638
    • R
      implement wprintf family of functions · c35bb664
      Rich Felker 提交于
      this implementation is extremely ugly and inefficient, but it avoids a
      good deal of code duplication and bloat. it may be cleaned up later to
      eliminate the remaining code duplication and some of the warts, but i
      don't really care about its performance.
      
      note that swprintf is not yet implemented.
      c35bb664
  4. 16 3月, 2011 1 次提交
  5. 14 3月, 2011 1 次提交
  6. 13 3月, 2011 1 次提交
  7. 23 2月, 2011 1 次提交
  8. 21 2月, 2011 3 次提交
  9. 17 2月, 2011 1 次提交
  10. 15 2月, 2011 1 次提交
  11. 14 2月, 2011 1 次提交
    • R
      cleaning up syscalls in preparation for x86_64 port · 2cdfb7ca
      Rich Felker 提交于
      - hide all the legacy xxxxxx32 name cruft in syscall.h so the actual
      source files can be clean and uniform across all archs.
      
      - cleanup llseek/lseek and mmap2/mmap handling for 32/64 bit systems
      
      - alternate implementation for nice if the target lacks nice syscall
      2cdfb7ca
  12. 12 2月, 2011 1 次提交