Extra C functions for Windows CE

[Releases]
Clone this repo:

Branches

Tags

  1. ae5871e Rewrite clock(3), correctly by WHR · 2 years, 6 months ago master
  2. b1db5f4 Add new function clock by WHR · 4 years, 11 months ago
  3. 455333d Some unknown changes on 2016 by WHR · 4 years, 11 months ago
  4. cce31f1 statvfs changed by WHR · 9 years ago
  5. da98abf Add new function statvfs; Function open changed by WHR · 9 years ago
  6. ce864d3 Add new function mktemp by WHR · 9 years ago
  7. 5253055 Add new function localeconv; Function isatty changed: bug fixed; Function open changed: set errno to EISDIR when trying to open a directory by WHR · 9 years ago
  8. cfd52db Debugging function isatty by WHR · 9 years ago
  9. 8c61d95 Add new function access; auto-init for environ is supported by WHR · 10 years ago
  10. 353b79e Add new function chmod; Function strerror_r changed by WHR · 10 years ago 1.8
  11. 31bb624 Add new function clock_settime by WHR · 10 years ago
  12. 3e0f8dc Add functions truncate and statfs by WHR · 10 years ago
  13. 9e4d240 Rewrite the environment support; Function fstat changed: st_dev and st_nlink are supported by WHR · 10 years ago
  14. a257a02 Some underscored POSIX functions are removed; Function __map_mman_error been removed because the _errno function is already done this; Add a new function lseek by WHR · 10 years ago
  15. 3b5213b A integer overflow bug fixed; Function clock_gettime changed: get real time supported by WHR · 10 years ago
  16. d2db113 Add some null pointer check; Function strerror changed: some messages changed; Variables tzname, timezone, daylight are exported as the original name by WHR · 10 years ago
  17. 5b8f0ab Add new functions utimes and fsync; Add some copyright notes by WHR · 10 years ago
  18. 9a85786 Add some time functions; Add mbstowcs and wcstombs for Windows CE 1.x by WHR · 10 years ago
  19. ff0ae24 Add minimum target OS version selecting support; Add a function dup; Add dirtype support into dirent by WHR · 10 years ago
  20. 2192a0e POSIX standard dirent implemented; Function stat changed: ENOTDIR bug fixed by WHR · 10 years ago