| On OpenBSD MAP_ANONYMOUS is called MAP_ANON. |
|
More...
|
over 12 years ago
|
| malloc.h is obsolete. |
|
More...
|
over 12 years ago
|
| Update README with disclaimer for changing code; use gmake on BSD. |
|
More...
|
over 12 years ago
|
| Add new alloc metric: peak_bytes_allocated. |
|
More...
|
over 12 years ago
|
| py: change declaration of mp_map_t in obj.h (for issue #24). |
|
More...
|
over 12 years ago
|
| Add new alloc metric: current_bytes_allocated. |
|
More...
|
over 12 years ago
|
| m_realloc: Account only allocation size difference in total_bytes_allocated. |
|
More...
|
over 12 years ago
|
| Merge pull request #21 from pfalcon/readline-improve |
|
More...
|
over 12 years ago
|
| py: add int() and float() built-ins, partially implemented. |
|
More...
|
over 12 years ago
|
| Make GNU Readline usage optional (USE_READLINE define). Still enabled. |
|
More...
|
over 12 years ago
|
| Add readline history support. |
|
More...
|
over 12 years ago
|
| Update README.md |
|
More...
|
over 12 years ago
|
| Merge pull request #12 from pfalcon/minor-fixes |
|
More...
|
over 12 years ago
|
| py: make closures work. |
|
More...
|
over 12 years ago
|
| Typo fix in comment. |
|
More...
|
over 12 years ago
|
| Use rm -rf to remove build dir, so it doesn't error out if dir doesn't exist. |
|
More...
|
over 12 years ago
|
| Put unicode functions in unicode.c, and tidy their names. |
|
More...
|
over 12 years ago
|
| Make unix-cpy cross platform; remove dependency of asmx64 on mpconfig. |
|
More...
|
over 12 years ago
|
| Merge branch 'cross-plat' of https://github.com/pfalcon/micropython into pfalcon-cross-plat |
|
More...
|
over 12 years ago
|
| Make "unix" target be crossplatform and support x86, x64, ARM hosts. |
|
More...
|
over 12 years ago
|
| Small change to handling of integers in run-tests. |
|
More...
|
over 12 years ago
|
| Add basic functionality tests for the Python bit. |
|
More...
|
over 12 years ago
|
| py: add dict length function, and fix rt_store_set. |
|
More...
|
over 12 years ago
|
| Change memory allocation API to require size for free and realloc. |
|
More...
|
over 12 years ago
|
| Update README.md. |
|
More...
|
over 12 years ago
|
| py: implement POP_BLOCK in VM. |
|
More...
|
over 12 years ago
|
| Merge pull request #3 from pfalcon/for-upstream |
|
More...
|
over 12 years ago
|
| Add 2 files to a gitignore. |
|
More...
|
over 12 years ago
|
| Add tests to test compiler and emitted byte code. |
|
More...
|
over 12 years ago
|
| Don't error out if build/ directory already exists. |
|
More...
|
over 12 years ago
|