- Jan 13, 2014
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
vstr is initially intended to deal with arbitrary-length strings. By providing a bit lower-level API calls, it will be also useful to deal with arbitrary-length I/O buffers (the difference from strings is that buffers are filled from "outside", via I/O). Another issue, especially aggravated by I/O buffer use, is alloc size vs actual size length. If allocated 1Mb for buffer, but actually read 1 byte, we don't want to keep rest of 1Mb be locked by this I/O result, but rather return it to heap ASAP ("shrink" buffer before passing it to qstr_from_str_take()).
-
Paul Sokolovsky authored
By dispatching to long int methods.
-
Paul Sokolovsky authored
-
Damien George authored
-
Damien George authored
Added public domain implementations of strchr and strstr.
-
Damien George authored
-
Damien George authored
Initialize is_kw for dynamically allocated mp_obj_fun_native_t ojects.
-
Dave Hylands authored
This should fix issue #171
-
Mark Schafer authored
Also new vector_log png with alpha
-
Dave Hylands authored
-
Damien George authored
Implement a basic str.find; fixes #67
-
Damien George authored
Elaborate small-int/long-int
-
Damien George authored
Set features. As per #143.
-
Damien George authored
Added a hacky implementation for %g
-
Damien George authored
See pyb_usart_global_debug variable. Also did some work on USB OTG, but nothing working yet.
-
- Jan 12, 2014
-
-
John R. Lenton authored
-
John R. Lenton authored
-
John R. Lenton authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Long int is something which doesn't fit into SMALL_INT partion of machine_int_t. But it's also something which doesn't fit into machine_int_t in the first place.
-
Paul Sokolovsky authored
We likely should make mp_obj_new_int() inline, and rely on its encapsulated check rather than inline checks everywhere explicitly. Also, parser for big small int values is still broken.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
John R. Lenton authored
-
John R. Lenton authored
-
Dave Hylands authored
-
John R. Lenton authored
-
John R. Lenton authored
-
John R. Lenton authored
-
John R. Lenton authored
-
John R. Lenton authored
-
John R. Lenton authored
-
Damien George authored
Small graphic - Useful for WebBanners, etc...
-
John R. Lenton authored
-
John R. Lenton authored
-
Damien George authored
-
Damien George authored
Implement type virtual equality method support and implement comparisons for lists
-
Damien George authored
Added memzip filesystem support for teensy
-
Damien George authored
-