aboutsummaryrefslogtreecommitdiff
path: root/py/warning.c
AgeCommit message (Expand)Author
2019-02-06py: Update my copyright info on some files.Paul Sokolovsky
2019-01-31py/warning: Support categories for warnings.Paul Sokolovsky
2017-09-26py: Add config option to print warnings/errors to stderr.David Lechner
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2016-10-31py: fix null pointer dereference in mpz.c, fix missing va_end in warning.cPavol Rusnak
2015-04-16py: Convert occurrences of non-debug printf to mp_printf.Damien George
2015-01-12py: Can compile with -Wmissing-declarations and -Wmissing-prototypes.Damien George
2015-01-01py: Move to guarded includes, everywhere in py/ core.Damien George
2015-01-01py: Add basic framework for issuing compile/runtime warnings.Paul Sokolovsky