micropython/py
Damien George 1c9a499135 py/vstr.c: Allow vstr_printf to print correctly to a fixed buffer.
This patch allows vstr_printf to use all the available space of a fixed
vstr buffer.  vstr_printf is a good alternative to snprintf.
2015-04-18 14:23:13 +01:00
..
argcheck.c py: Add %q format support to mp_[v]printf, and use it. 2015-04-16 14:30:16 +00:00
asmarm.c py: Adjust some spaces in code style/format, purely for consistency. 2015-04-09 15:29:54 +00:00
asmarm.h
asmthumb.c py: Implement full func arg passing for native emitter. 2015-04-07 22:43:28 +01:00
asmthumb.h py: Implement full func arg passing for native emitter. 2015-04-07 22:43:28 +01:00
asmx64.c py: Adjust some spaces in code style/format, purely for consistency. 2015-04-09 15:29:54 +00:00
asmx64.h py: Implement full func arg passing for native emitter. 2015-04-07 22:43:28 +01:00
asmx86.c py: Implement full func arg passing for native emitter. 2015-04-07 22:43:28 +01:00
asmx86.h py: Implement full func arg passing for native emitter. 2015-04-07 22:43:28 +01:00
bc.c py: Add %q format support to mp_[v]printf, and use it. 2015-04-16 14:30:16 +00:00
bc.h
bc0.h
binary.c
binary.h
builtin.h
builtinevex.c
builtinimport.c py: Add %q format support to mp_[v]printf, and use it. 2015-04-16 14:30:16 +00:00
compile.c py: Remove old debugging printf's in compile.c. 2015-04-11 21:52:27 +01:00
compile.h
emit.h
emitbc.c py: Convert occurrences of non-debug printf to mp_printf. 2015-04-16 14:30:16 +00:00
emitcommon.c
emitcpy.c
emitglue.c py: Implement full func arg passing for native emitter. 2015-04-07 22:43:28 +01:00
emitglue.h py: Implement full func arg passing for native emitter. 2015-04-07 22:43:28 +01:00
emitinlinethumb.c py: Add %q format support to mp_[v]printf, and use it. 2015-04-16 14:30:16 +00:00
emitnative.c py: Add %q format support to mp_[v]printf, and use it. 2015-04-16 14:30:16 +00:00
formatfloat.c py/formatfloat.c: Fix format of floating point numbers near 1.0. 2015-04-12 13:06:20 +01:00
formatfloat.h
frozenmod.c
frozenmod.h
gc.c py: Convert occurrences of non-debug printf to mp_printf. 2015-04-16 14:30:16 +00:00
gc.h
grammar.h
lexer.c
lexer.h
lexerstr.c
lexerunix.c
makeqstrdata.py
malloc.c
map.c py: Some trivial cosmetic changes, for code style consistency. 2015-04-04 15:53:11 +01:00
misc.h py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
mkenv.mk
mkrules.mk
modarray.c
modbuiltins.c py: Convert occurrences of non-debug printf to mp_printf. 2015-04-16 14:30:16 +00:00
modcmath.c
modcollections.c
modgc.c
modio.c
modmath.c
modmicropython.c py: Convert occurrences of non-debug printf to mp_printf. 2015-04-16 14:30:16 +00:00
modstruct.c
modsys.c py: Make mp_sys_stdout_print object, wrapping sys.stdout for mp_print*. 2015-04-16 14:30:16 +00:00
mpconfig.h py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
mpprint.c py: Add %q format support to mp_[v]printf, and use it. 2015-04-16 14:30:16 +00:00
mpprint.h py: Make mp_sys_stdout_print object, wrapping sys.stdout for mp_print*. 2015-04-16 14:30:16 +00:00
mpstate.c
mpstate.h
mpz.c py: Adjust some spaces in code style/format, purely for consistency. 2015-04-09 15:29:54 +00:00
mpz.h py: Allow MPZ_DIG_SIZE to be optionally configured by a port. 2015-04-03 14:11:13 +01:00
nativeglue.c py: Implement full func arg passing for native emitter. 2015-04-07 22:43:28 +01:00
nlr.h
nlrsetjmp.c
nlrthumb.S
nlrx64.S
nlrx86.S
nlrxtensa.S
obj.c py: Add %q format support to mp_[v]printf, and use it. 2015-04-16 14:30:16 +00:00
obj.h py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objarray.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objbool.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objboundmeth.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objcell.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objclosure.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objcomplex.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objdict.c py: Add %q format support to mp_[v]printf, and use it. 2015-04-16 14:30:16 +00:00
objenumerate.c py: Add MICROPY_PY_BUILTINS_ENUMERATE, disable for minimal ports. 2015-04-06 23:51:29 +03:00
objexcept.c py: Add %q format support to mp_[v]printf, and use it. 2015-04-16 14:30:16 +00:00
objexcept.h
objfilter.c
objfloat.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objfun.c py: Add %q format support to mp_[v]printf, and use it. 2015-04-16 14:30:16 +00:00
objfun.h
objgenerator.c py: Add %q format support to mp_[v]printf, and use it. 2015-04-16 14:30:16 +00:00
objgenerator.h
objgetitemiter.c py: Some trivial cosmetic changes, for code style consistency. 2015-04-04 15:53:11 +01:00
objint.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objint.h py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objint_longlong.c
objint_mpz.c
objlist.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objlist.h
objmap.c
objmodule.c py: Add %q format support to mp_[v]printf, and use it. 2015-04-16 14:30:16 +00:00
objmodule.h
objnamedtuple.c py: Add %q format support to mp_[v]printf, and use it. 2015-04-16 14:30:16 +00:00
objnone.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objobject.c
objproperty.c
objrange.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objreversed.c py: Add MICROPY_PY_BUILTINS_REVERSED, disable for minimal ports. 2015-04-07 00:17:11 +03:00
objset.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objslice.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objstr.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objstr.h py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objstringio.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objstrunicode.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objtuple.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objtuple.h py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
objtype.c py: Add %q format support to mp_[v]printf, and use it. 2015-04-16 14:30:16 +00:00
objtype.h py: Combine load_attr and store_attr type methods into one (attr). 2015-04-11 16:54:37 +01:00
objzip.c
opmethods.c
parse.c
parse.h
parsenum.c
parsenum.h
parsenumbase.c
parsenumbase.h
py-version.sh
py.mk py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
qstr.c py: Convert occurrences of non-debug printf to mp_printf. 2015-04-16 14:30:16 +00:00
qstr.h py: Adjust some spaces in code style/format, purely for consistency. 2015-04-09 15:29:54 +00:00
qstrdefs.h py: Implement delete for property and descriptors. 2015-04-04 20:15:31 +01:00
repl.c
repl.h
runtime.c py: Add %q format support to mp_[v]printf, and use it. 2015-04-16 14:30:16 +00:00
runtime.h py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
runtime0.h py: Implement full func arg passing for native emitter. 2015-04-07 22:43:28 +01:00
scope.c
scope.h
sequence.c
showbc.c py: Simplify bytecode prelude when encoding closed over variables. 2015-04-07 00:08:17 +01:00
smallint.c
smallint.h py: Allow configurable object representation, with 2 different options. 2015-04-03 14:11:13 +01:00
stackctrl.c vm: Support strict stackless mode, with proper exception reporting. 2015-04-03 00:26:47 +03:00
stackctrl.h
stream.c
stream.h
unicode.c py: Adjust some spaces in code style/format, purely for consistency. 2015-04-09 15:29:54 +00:00
unicode.h
vm.c py: Combine load_attr and store_attr type methods into one (attr). 2015-04-11 16:54:37 +01:00
vmentrytable.h
vstr.c py/vstr.c: Allow vstr_printf to print correctly to a fixed buffer. 2015-04-18 14:23:13 +01:00
warning.c py: Convert occurrences of non-debug printf to mp_printf. 2015-04-16 14:30:16 +00:00