Age | Commit message (Expand) | Author |
---|---|---|
2014-04-17 | py: Fix pfenv_print_strn to return correct number of chars printed. | Damien George |
2014-04-08 | py: Reinstate old pfenv_print_int function for stmhal's printf. | Damien George |
2014-04-08 | py: Rename pfenv_print_int to pfenv_print_mp_int, and add back former. | Damien George |
2014-04-07 | Add string formatting support for longlong and mpz. | Dave Hylands |
2014-04-05 | Change pfenv_print_int to take machine_uint_t rather than unsinged in | Dave Hylands |
2014-04-01 | py: Make pfenv.c conform to code conventions. | Damien George |
2014-04-01 | Reduce stack usage of pfenv_print_strn | Dave Hylands |
2014-04-01 | Fix INT_BUF_SIZE to work with 32-bit and 64-bit | Dave Hylands |
2014-04-01 | Enhance str.format support | Dave Hylands |