- 02 Jan, 2014 16 commits
-
-
Damien George authored
-
Damien George authored
Generator objects now allocate the object and the state in one malloc. This improvement fixes Issue #38.
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
Add quick impl for MP_BC_LOAD_CONST_BYTES which just creates qstr so far...
-
Paul Sokolovsky authored
This is based on the fact that qstr so far behaves more like byte string than like Unicode string (for example, "012"[0] returns 48 (int)).
-
Damien George authored
This fixes Issue #29, and means the core is no longer dependent on string functions, except strlen.
-
Damien George authored
-
Damien George authored
-
Damien George authored
termcap is not needed on Linux. Need to work out how to automatically configure the Makefile...
-
Damien George authored
Make micropython build on OpenBSD.
-
Damien George authored
-
- 01 Jan, 2014 11 commits
-
-
Edd Barrett authored
Does not build with BSD make.
-
Edd Barrett authored
E.g.: /usr/lib/libreadline.so.4.0: undefined reference to `tgetnum' /usr/lib/libreadline.so.4.0: undefined reference to `tgoto' /usr/lib/libreadline.so.4.0: undefined reference to `tgetflag' /usr/lib/libreadline.so.4.0: undefined reference to `tputs' /usr/lib/libreadline.so.4.0: undefined reference to `tgetent' /usr/lib/libreadline.so.4.0: undefined reference to `tgetstr' Tested on linux too, works.
-
Edd Barrett authored
-
Edd Barrett authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
Support Readline history and make it optional
-
Damien George authored
-
Paul Sokolovsky authored
Readline is GPL, so linking with it casts the binary GPL.
-
Paul Sokolovsky authored
-
Dr-Syn authored
Updated to reflect build requirements for Ubuntu/Mint linuxes
-
- 30 Dec, 2013 8 commits
-
-
Damien George authored
Minor fixes
-
Damien George authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Damien George authored
-
Damien George authored
-
-
Paul Sokolovsky authored
-
- 29 Dec, 2013 5 commits