Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / mpaland/printf issues and pull requests
#142 - File size not changing with disabled options
Issue -
State: closed - Opened by Rockwell1799 4 months ago
- 2 comments
#141 - Updated catch.hpp from v2.7.0 to v2.13.10
Pull Request -
State: open - Opened by wdl83 over 1 year ago
- 1 comment
#140 - I've created an Arduino Library from your source code
Issue -
State: closed - Opened by NormanDunbar over 2 years ago
- 4 comments
#139 - _vsnprintf reads past the format parameter value
Issue -
State: closed - Opened by aptly-io over 2 years ago
- 6 comments
#138 - for declaration not compatible with C compilers
Issue -
State: closed - Opened by d-vazquez over 2 years ago
- 1 comment
#137 - Mayhem
Pull Request -
State: closed - Opened by jacobclemente over 2 years ago
- 1 comment
#136 - GCC flags for freestanding?
Issue -
State: closed - Opened by laoshaw almost 3 years ago
- 2 comments
#135 - Support for either float or double as the internal floating-point type
Pull Request -
State: closed - Opened by eyalroz almost 3 years ago
- 1 comment
#134 - WebAssembly
Issue -
State: closed - Opened by RobLoach almost 3 years ago
- 2 comments
#133 - Fixes #51: Support MSVC-style integer specifiers.
Pull Request -
State: closed - Opened by eyalroz almost 3 years ago
- 1 comment
#132 - this is incredible
Issue -
State: closed - Opened by rickyelopez almost 3 years ago
- 6 comments
#131 - Zero padding disabled when precision specified
Issue -
State: closed - Opened by Iangitpers almost 3 years ago
- 3 comments
#130 - create CI server
Pull Request -
State: closed - Opened by IvanVnucec almost 3 years ago
#129 - delete surplus word
Pull Request -
State: open - Opened by IvanVnucec almost 3 years ago
#128 - [notice] https://github.com/eyalroz/printf <-This repo is maintaining
Issue -
State: open - Opened by mysterywolf about 3 years ago
- 8 comments
#127 - could you support %I64d %I64u like msvc done?
Issue -
State: open - Opened by superzmy about 3 years ago
- 1 comment
#126 - Vfctprintf
Issue -
State: closed - Opened by ilobilo about 3 years ago
#125 - Floating point printing - how?
Issue -
State: closed - Opened by AVI-crak over 3 years ago
#124 - Siginificant-digits-to-precision transition made invalid by rounding
Issue -
State: open - Opened by eyalroz over 3 years ago
#123 - Support for FreeRTOS lxip specifier
Issue -
State: open - Opened by sdc-andy over 3 years ago
- 1 comment
#122 - More cases of "%g" not falling back to decimal mode
Issue -
State: open - Opened by eyalroz over 3 years ago
#121 - Printing +/-0 with "%g" doesn't fall back to decimal mode
Issue -
State: open - Opened by eyalroz over 3 years ago
#120 - printf_("%.1e", 9.96) prints "10.0e+00", should print "1.0e+01"
Issue -
State: open - Opened by eyalroz over 3 years ago
#119 - Proper handling of denormals
Issue -
State: open - Opened by eyalroz over 3 years ago
#118 - Undefined behavior on INT_MIN
Issue -
State: open - Opened by eyalroz over 3 years ago
- 1 comment
#117 - Avoid geneal-case division and modulus in _ntoa functions
Issue -
State: open - Opened by eyalroz over 3 years ago
#116 - Use more appropriate types for base, precision and width
Issue -
State: open - Opened by eyalroz over 3 years ago
- 4 comments
#115 - Consider unifying _ntoa_long and _ntoa_long_long
Issue -
State: open - Opened by eyalroz over 3 years ago
- 1 comment
#114 - printf_("%#.0llo", 0) produces "", should produce "0"
Issue -
State: open - Opened by eyalroz over 3 years ago
#113 - Width specifier not always respected for non-left-aligned fields
Issue -
State: open - Opened by eyalroz over 3 years ago
#112 - Test failures should show the printing command
Issue -
State: open - Opened by eyalroz over 3 years ago
#111 - No test coverage of the alternative implementation with %f, %g, %e, %a
Issue -
State: open - Opened by eyalroz over 3 years ago
#110 - printf_("%#.4o", 1) produces "00001", should produce "0001"
Issue -
State: open - Opened by eyalroz over 3 years ago
#109 - printf_("%#.0o", 0) produces "", should produce "0"
Issue -
State: open - Opened by eyalroz over 3 years ago
#108 - On 16-bit-integer platforms, we overflow the integer part of 32-bit float's
Issue -
State: open - Opened by eyalroz over 3 years ago
#107 - Fixes #106: Switch to a CMake-based build
Pull Request -
State: closed - Opened by eyalroz over 3 years ago
#106 - Switch to a CMake-based build
Issue -
State: open - Opened by eyalroz over 3 years ago
- 4 comments
#105 - Switch to LF-only line breaks
Pull Request -
State: closed - Opened by eyalroz over 3 years ago
#104 - dos-style line breaks :-(
Issue -
State: open - Opened by eyalroz over 3 years ago
- 4 comments
#103 - Avoid compilation warnings
Pull Request -
State: closed - Opened by eyalroz over 3 years ago
#102 - Compilation warnings with GCC
Issue -
State: open - Opened by eyalroz over 3 years ago
#101 - Code cannot compile with COSMIC STM8 compiler
Issue -
State: open - Opened by AN-sabik over 3 years ago
#100 - redundant code `if (value != value)`
Issue -
State: closed - Opened by Umair-Anwar over 3 years ago
- 2 comments
#99 - Hash modifier with hexadecimal format
Issue -
State: open - Opened by tikonen over 3 years ago
- 11 comments
#98 - %1.6e prints 10.000000e+00
Issue -
State: open - Opened by igor-m over 3 years ago
- 1 comment
#97 - double with 15digits precision?
Issue -
State: open - Opened by igor-m over 3 years ago
- 8 comments
#96 - More complete fixes, including integer stuff
Pull Request -
State: open - Opened by essele over 3 years ago
- 4 comments
#95 - Float enhancements
Pull Request -
State: open - Opened by essele almost 4 years ago
- 1 comment
#94 - Kleinere Bugs
Issue -
State: open - Opened by MIchaelKopka almost 4 years ago
- 3 comments
#93 - bugfix
Pull Request -
State: closed - Opened by mickjc750 about 4 years ago
- 2 comments
#92 - Added AVR PSTR() compatibility
Pull Request -
State: closed - Opened by mickjc750 about 4 years ago
- 9 comments
#91 - puts must append newline
Issue -
State: closed - Opened by aautotte about 4 years ago
- 2 comments
#90 - Change %p formatting to match glibc
Pull Request -
State: open - Opened by elipsitz about 4 years ago
- 2 comments
#89 - recommendation!
Issue -
State: open - Opened by tinebp about 4 years ago
- 1 comment
#88 - Refactor: C90 support.
Pull Request -
State: closed - Opened by patha454 about 4 years ago
- 1 comment
#87 - Documentation: Use C90 style comments in printf.c.
Pull Request -
State: closed - Opened by patha454 about 4 years ago
- 1 comment
#86 - Documentation: Use strict C90 style comments.
Pull Request -
State: closed - Opened by patha454 about 4 years ago
- 1 comment
#85 - Adapt fork
Pull Request -
State: closed - Opened by martukas about 4 years ago
#84 - %p prints uppercase alphabets
Issue -
State: open - Opened by min-lee over 4 years ago
- 1 comment
#83 - added vfctprintf() support
Pull Request -
State: open - Opened by bart112233 over 4 years ago
- 4 comments
#82 - Variable "va" is used before its value is set
Issue -
State: open - Opened by nacansino over 4 years ago
- 1 comment
#81 - Add support for Arduino Uno Wifi Rev2
Issue -
State: closed - Opened by phillipjohnston over 4 years ago
- 1 comment
#80 - Mark the *printf functions with __attribute__((format)).
Pull Request -
State: open - Opened by svkampen over 4 years ago
- 3 comments
#79 - Mark the variadic *printf functions with __attribute__((format)).
Issue -
State: open - Opened by svkampen over 4 years ago
- 2 comments
#78 - printf %g float passing on ARM crash
Issue -
State: open - Opened by chuckb over 4 years ago
- 4 comments
#77 - native 16bit int and large floats fix
Pull Request -
State: open - Opened by StuartGorman over 4 years ago
- 1 comment
#76 - added vsprintf() - sprintf with variable arguments list
Pull Request -
State: open - Opened by fronders over 4 years ago
- 1 comment
#75 - Format "%.4g" not working as expected
Issue -
State: open - Opened by fbeaulier over 4 years ago
- 3 comments
#74 - cstdio name collision solution
Pull Request -
State: open - Opened by diggit almost 5 years ago
- 7 comments
#73 - Add ability to skip comma flag even if no comma output implemented
Pull Request -
State: open - Opened by simonhf almost 5 years ago
- 1 comment
#72 - Build taking too long / nearly a minute to make
Issue -
State: open - Opened by simonhf almost 5 years ago
- 8 comments
#71 - request: sprintf() comma compatibility
Issue -
State: open - Opened by simonhf almost 5 years ago
- 3 comments
#70 - Not working
Issue -
State: closed - Opened by lemmerelassal almost 5 years ago
- 2 comments
#69 - printf coexistence with RF24's library implementation
Issue -
State: open - Opened by alw1746 almost 5 years ago
#68 - Caveat: requires remainder, divide, and multiply instructions or software implementations
Issue -
State: closed - Opened by jamolnng almost 5 years ago
- 2 comments
#67 - Add __io_lock() and __io_unlock() functions to lock io functions
Pull Request -
State: open - Opened by gwtsivasiva almost 5 years ago
- 5 comments
#66 - proposal: additional prefix to avoid name collision
Issue -
State: open - Opened by diggit about 5 years ago
- 3 comments
#65 - added fctvprintf() - vprintf with output function
Pull Request -
State: open - Opened by usaygo about 5 years ago
- 1 comment
#64 - Not working in freertos, are you sure it's threadsafe?
Issue -
State: closed - Opened by mttbx about 5 years ago
- 3 comments
#63 - printf("%s", NULL) - crash
Issue -
State: open - Opened by mad-rain about 5 years ago
- 4 comments
#62 - Another project using this library :)
Issue -
State: open - Opened by phillipjohnston about 5 years ago
- 2 comments
#61 - Do not assume char is always signed
Pull Request -
State: open - Opened by erik-hallberg over 5 years ago
- 3 comments
#60 - Code fix / improvements
Pull Request -
State: open - Opened by ledvinap over 5 years ago
- 3 comments
#59 - unify PRINTF_FTOA_BUFFER_SIZE / PRINTF_NTOA_BUFFER_SIZE
Issue -
State: open - Opened by ledvinap over 5 years ago
#58 - Unittest redesign
Pull Request -
State: open - Opened by ledvinap over 5 years ago
- 3 comments
#57 - %p format
Issue -
State: open - Opened by ledvinap over 5 years ago
- 2 comments
#56 - Preview of changes, for discussion
Pull Request -
State: open - Opened by ledvinap over 5 years ago
- 3 comments
#55 - %g should omit trailing zeros
Issue -
State: open - Opened by ledvinap over 5 years ago
- 1 comment
#54 - floating point zero handling
Issue -
State: open - Opened by ledvinap over 5 years ago
- 2 comments
#53 - printf("%#.5o", 06143), printf("%#.0o", 0)
Issue -
State: open - Opened by ledvinap over 5 years ago
- 1 comment
#52 - Discard round-to-even code?
Issue -
State: open - Opened by ledvinap over 5 years ago
- 1 comment
#51 - bug in printf("%.1f", -.95);
Issue -
State: open - Opened by ledvinap over 5 years ago
- 1 comment
#50 - Bug in # flag
Issue -
State: open - Opened by ledvinap over 5 years ago
#48 - possible `%g` minor non-compliance
Issue -
State: open - Opened by ledvinap over 5 years ago
- 1 comment
#47 - Some ideas / notes
Issue -
State: open - Opened by ledvinap over 5 years ago
- 8 comments
#26 - Problems with zero precision
Issue -
State: closed - Opened by ghost about 6 years ago
- 2 comments
Labels: bug
#25 - Passing negative precision is broken
Issue -
State: closed - Opened by ghost about 6 years ago
- 4 comments
Labels: bug
#15 - Scawy big no functionality at all UwU
Issue -
State: closed - Opened by MikuChan03 over 6 years ago
- 7 comments
Labels: bug
#14 - Scawy big unkown symbol UwU
Issue -
State: closed - Opened by MikuChan03 over 6 years ago
- 2 comments
#13 - Scawy big unkown type UwU
Issue -
State: closed - Opened by MikuChan03 over 6 years ago
- 3 comments