You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paul Sokolovsky
c48740e20b
unix: modsocket: Implement inet_pton() in preference of inet_aton().
inet_pton supports both ipv4 and ipv6 addresses. Interface is also extensible
for other address families, but underlying libc inet_pton() function isn't
really extensible (e.g., it doesn't return length of binary address, i.e. it's
really hardcoded to AF_INET and AF_INET6). But anyway, on Python side, we could
extend it to support other addresses.
9 years ago
..
.gitignore
unix: Update .gitignore; now ignores coverage build.
10 years ago
Makefile
unix: Prepare upip frozen modules under build/.
10 years ago
alloc.c
unix: Add target to build "minimal" uPy interpreter.
10 years ago
coverage.c
tests: Add special tests to test mp_printf function to improve coverage.
10 years ago
file.c
unix: Add O_WRONLY | O_CREAT to open call when opening file for append ("a").
10 years ago
gccollect.c
unix: Add target to build "minimal" uPy interpreter.
10 years ago
input.c
unix: Print an extra newline to the output on ctrl-D
10 years ago
input.h
unix: Support readline history saving to file, improves interactive usage.
10 years ago
main.c
unix: Allow to cat a script into stdin from the command line.
10 years ago
modffi.c
unix/modffi.c: get_buffer is allowed to return NULL if len=0.
10 years ago
modos.c
unix: Prefix includes with py/; remove need for -I../py.
10 years ago
modsocket.c
unix: modsocket: Implement inet_pton() in preference of inet_aton().
9 years ago
modtermios.c
unix: Prefix includes with py/; remove need for -I../py.
10 years ago
modtime.c
py, unix, lib: Allow to compile with -Wold-style-definition.
10 years ago
mpconfigport.h
modmachine: Implement physical memory access using /dev/mem (Linux, etc).
9 years ago
mpconfigport.mk
unix: Add option to use uPy readline, and enable by default.
10 years ago
mpconfigport_fast.h
unix: Include upip as fronzen modules inside the standard interpreter.
10 years ago
mpconfigport_minimal.h
py: Use a wrapper to explicitly check self argument of builtin methods.
10 years ago
qstrdefsport.h
unix: modsocket: Implement inet_pton() in preference of inet_aton().
9 years ago
unix_mphal.c
unix: Add option to use uPy readline, and enable by default.
10 years ago
unix_mphal.h
unix: Add option to use uPy readline, and enable by default.
10 years ago