1. e2b3ee5 msvcrt: The __p_* functions are only exported on i386. by Alexandre Julliard · 16 years ago
  2. b19913a msvcrt: Add a few more *_func functions to replace the __p_* ones. by Alexandre Julliard · 16 years ago
  3. bcfd7dd msvcrt: The _CI* math functions are only exported on i386. by Alexandre Julliard · 16 years ago
  4. 4305e6d msvcrt: Use iob_func instead of p__iob on non-x86. by Alexandre Julliard · 16 years ago
  5. 9366161 msvcrt: Fix _execv spec entries for the forwarding variants too. by Hans Leidekker · 17 years ago
  6. 1476116 Forward all functions to msvcrt instead of having them link directly to libc. by Alexandre Julliard · 20 years ago
  7. aa0b9aa Sort entry points alphabetically. by Alexandre Julliard · 20 years ago
  8. dcad086 Fix duplication of _Getnames and _Gettnames, only the latter actually exists. by Alexandre Julliard · 20 years ago
  9. d8817fe Added stub for _CrtCheckMemory. by Lionel Ulmer · 21 years ago
  10. 5c4420f Implemented the debug version of operator new (C++). by Patrik Stridvall · 21 years ago
  11. 8f7c2bc Fixed the prototypes of the _adj_fdiv_* functions. by Alexandre Julliard · 21 years ago
  12. 16e5634 Implemented a few more crt* functions. by Alexandre Julliard · 21 years ago
  13. 759d956 Forward _set_error_mode to msvcrt. by André Johansen · 21 years ago
  14. f752be8 Implement some more register functions using DEFINE_REGS_ENTRYPOINT to by Alexandre Julliard · 21 years ago
  15. 00e5ccf Stub out the _[w]popen/_pclose() functions. by Dimitrie O. Paun · 22 years ago
  16. 9b8a059 _ftol should return a 64-bit int (spotted by Jon Griffiths). by Alexandre Julliard · 22 years ago
  17. cf4e5d4 Added an assembly wrapper to retrieve the this pointer from %ecx for by Alexandre Julliard · 22 years ago
  18. e434d89 Fixed ecvt/fcvt/gcvt entries. by Adam Gundy · 22 years ago
  19. 19a1513 Added an implementation of the MSVCRTD.DLL debugging C runtime DLL. by Adam Gundy · 22 years ago