- 24 Jul, 2014 1 commit
-
-
Damien George authored
Addresses issue #765.
-
- 17 May, 2014 1 commit
-
-
Paul Sokolovsky authored
-
- 03 May, 2014 1 commit
-
-
Damien George authored
Blanket wide to all .c and .h files. Some files originating from ST are difficult to deal with (license wise) so it was left out of those. Also merged modpyb.h, modos.h, modstm.h and modtime.h in stmhal/.
-
- 08 Apr, 2014 1 commit
-
-
Damien George authored
With the implementation of proper string formatting, code to print a small int was delegated to mpz_as_str_inpl (after first converting the small int to an mpz using stack memory). But mpz_as_str_inpl allocates heap memory to do the conversion, so small ints needed heap memory just to be printed. This fix has a separate function to print small ints, which does not allocate heap, and allocates less stack. String formatting, printf and pfenv are now large beasts, with some semi-duplicated code.
-
- 07 Apr, 2014 1 commit
-
-
Dave Hylands authored
-
- 04 Apr, 2014 1 commit
-
-
Damien George authored
-
- 22 Feb, 2014 1 commit
-
-
Damien George authored
Some functionality is still missing (eg and, or, bit shift), and some things are buggy (eg subtract).
-
- 15 Feb, 2014 2 commits
-
-
Damien George authored
-
Damien George authored
-
- 14 Feb, 2014 1 commit
-
-
Paul Sokolovsky authored
Done by introducing another factored out helper API in binary.c. This API can be reused also by array and struct modules.
-
- 27 Jan, 2014 1 commit
-
-
Paul Sokolovsky authored
-
- 15 Jan, 2014 1 commit
-
-
Paul Sokolovsky authored
-
- 13 Jan, 2014 1 commit
-
-
Paul Sokolovsky authored
-