aboutsummaryrefslogtreecommitdiff
path: root/unix
AgeCommit message (Expand)Author
2014-08-04Put call to qstr_init and mp_init_emergency_exc_buf in mp_init.Damien George
2014-07-31py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself.Damien George
2014-07-29Merge pull request #738 from dhylands/except-argsDamien George
2014-07-28py: Implement __file__ attribute for modules.Paul Sokolovsky
2014-07-27py: Change stream protocol API: fns return uint; is_text for text.Damien George
2014-07-25Add support for storing args during an exception raised by an irq.Dave Hylands
2014-07-19Merge pull request #757 from stinos/windows-fsyncDamien George
2014-07-19py: Add stream reading of n unicode chars; unicode support by default.Damien George
2014-07-16Add fsync for windows, i.e. _commit. See dce8876stijn
2014-07-13unix: file: No fsync() on Windows.Paul Sokolovsky
2014-07-13unix: file: Implement .flush() method.Paul Sokolovsky
2014-07-13unix: Allow to disable MICROPY_EMIT_X64 from commandline.Paul Sokolovsky
2014-07-09moductypes: Foreign data interface module, roughly based on ctype ideas.Paul Sokolovsky
2014-07-03py: Implement sys.maxsize, standard way to check platform "bitness".Paul Sokolovsky
2014-07-03Rename machine_(u)int_t to mp_(u)int_t.Damien George
2014-07-01stackctrl: Add "mp_" prefix.Paul Sokolovsky
2014-07-01modffi: Add special 'C' code for passing a callback function pointer.Paul Sokolovsky
2014-06-29Merge pull request #730 from stinos/windows-mpconfigPaul Sokolovsky
2014-06-29modffi: Support short types.Paul Sokolovsky
2014-06-29windows: Sync mpconfigport.h with the unix' versionstijn
2014-06-28unix: Fix mpconfig.h not being included before misc.hstijn
2014-06-28unix, stmhal: Add option for STR_UNICODE to mpconfigport.h.Damien George
2014-06-27py: Move stack_ctrl_init() to mp_init().Paul Sokolovsky
2014-06-27Merge pull request #717 from stinos/dead-codePaul Sokolovsky
2014-06-27py: Add portable framework to query/check C stack usage.Paul Sokolovsky
2014-06-25unix: Remove unused CTRL-D definitionstijn
2014-06-24Merge pull request #690 from stinos/msvc-gcPaul Sokolovsky
2014-06-24modsocket: Fix uClibc detection.Paul Sokolovsky
2014-06-24unix: Dump default heap size in usage message.Paul Sokolovsky
2014-06-22unix: Don't error out on #warning directive.Paul Sokolovsky
2014-06-22modsocket: Workaround uClibc issue with numeric port for getaddrinfo().Paul Sokolovsky
2014-06-22modsocket: Add call to freeaddrinfo().Paul Sokolovsky
2014-06-22unix: uClibc doesn't like NULL as a buffer arg to realpath().Paul Sokolovsky
2014-06-22gc: Use simple cast instead of union to silence compilerstijn
2014-06-22windows: Enable GC and implement bss start and end symbolsstijn
2014-06-22py: Support arm and thumb ARM ISAs, in addition to thumb2.Paul Sokolovsky
2014-06-20unix: Allow to override MICROPY_GCREGS_SETJMP from cmdline.Paul Sokolovsky
2014-06-20unix: Add CFLAGS_EXTRA & LDFLAGS_EXTRA for command line usage.Paul Sokolovsky
2014-06-20unix: Refactor order file munging fo MacOSX.Paul Sokolovsky
2014-06-20unix: Group CFLAGS related stuff together.Paul Sokolovsky
2014-06-20unix: Allow to override compiler warning options without touching the rest.Paul Sokolovsky
2014-06-19Prefix ARRAY_SIZE with micropython prefix MP_Emmanuel Blot
2014-06-08Provide definition of alloca() in mpconfigport.h.Damien George
2014-06-08Merge branch 'alloca' of github.com:marcusva/micropython into marcusva-allocaDamien George
2014-06-07modsys: Add optional support for sys.platform.Paul Sokolovsky
2014-06-07Merge pull request #672 from marcusva/makefileDamien George
2014-06-07- Cast the struct stat sb.st_ino field to machine_int_t explicitly to avoid aMarcus von Appen
2014-06-07- FreeBSD provides alloca() via stdlib.h, in contrast to Linux and WindowsMarcus von Appen
2014-06-07- Let the build environment decide about the toolchain to be used, in caseMarcus von Appen
2014-06-07Merge pull request #662 from stinos/windows-pathsepDamien George