Commit Graph

12 Commits

Author SHA1 Message Date
Ben Vanik
ec4f41fec4 Moving byte order/memory access to poly. 2014-07-17 19:20:17 -07:00
Ben Vanik
bf882714d0 Cleaning up asserts and file/line macros. 2014-07-12 16:51:52 -07:00
gibbed
7b9a804fc0 vsprintf. 2014-01-20 10:15:53 -08:00
gibbed
7e22d3be92 - Renamed SHIM_SET_RETURN macro to SHIM_SET_RETURN_64.
- Added SHIM_SET_RETURN_32 macro, which sign-extends to 64-bit.
- Updated all uses of SHIM_SET_RETURN to the appropriate macro (either SHIM_SET_RETURN_32 or SHIM_SET_RETURN_64).
2014-01-19 07:24:16 -08:00
Ben Vanik
946397cc8c Fixing warnings. 2014-01-18 00:13:03 -08:00
gibbed
5cdae4cee4 Fixed cast for %p. 2014-01-17 19:18:35 -08:00
gibbed
4fa3efd2b6 Corrected implementation of %s for _vswprintf. 2014-01-17 19:15:58 -08:00
gibbed
373d8a3eb8 Corrected implementation of %n. 2014-01-17 19:10:33 -08:00
gibbed
a6e1095cbc Fixed some formatting and a cast. 2014-01-17 18:57:56 -08:00
gibbed
dbaa47a851 Whoops. Memory leak. 2014-01-17 18:48:47 -08:00
gibbed
441013770d Return value of _vsnprintf and _vswprintf should not be counting the null terminator. 2014-01-17 18:48:02 -08:00
gibbed
cd8c081ee6 _vswprintf. Also moved _vsnprintf and _vswprintf to its own file. 2014-01-17 18:46:56 -08:00