Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / charlesnicholson/nanoprintf issues and pull requests

#247 - Issue #246. Fixes formatting floats via gcc-avr.

Pull Request - State: closed - Opened by jimktrains over 1 year ago - 3 comments

#246 - Wrong value for floats on atmega328p (arduino).

Issue - State: closed - Opened by jimktrains over 1 year ago - 5 comments

#245 - precision specifier cancels out the leading-zero flag on int conversions

Pull Request - State: closed - Opened by charlesnicholson over 1 year ago - 1 comment

#244 - Invalid output when both the 0 flag and a precision appear

Issue - State: closed - Opened by GabrielRavier over 1 year ago - 3 comments

#243 - small slow inaccurate floats

Pull Request - State: open - Opened by charlesnicholson almost 2 years ago

#241 - Better documentation for putc callback

Issue - State: open - Opened by charlesnicholson almost 2 years ago - 2 comments
Labels: documentation, good first issue

#239 - update actions + python

Pull Request - State: closed - Opened by charlesnicholson almost 2 years ago

#238 - Fix links to example .cc files in README

Pull Request - State: closed - Opened by sgraham almost 2 years ago

#237 - New MSVC support, license update, tiny simplification

Pull Request - State: closed - Opened by charlesnicholson almost 2 years ago

#236 - see what happens if we remove star

Pull Request - State: closed - Opened by charlesnicholson about 2 years ago

#235 - remove temporary variable

Pull Request - State: closed - Opened by charlesnicholson about 2 years ago

#233 - strlen on string that might not be null-terminated

Issue - State: closed - Opened by charlesnicholson about 2 years ago - 1 comment

#232 - bump doctest to new version

Pull Request - State: closed - Opened by charlesnicholson about 2 years ago

#230 - Odd prints, likely my configuration

Issue - State: closed - Opened by ypearson about 2 years ago - 9 comments

#228 - CVE-2007-4559 Patch

Pull Request - State: closed - Opened by TrellixVulnTeam about 2 years ago - 1 comment

#227 - name the structs, not just the struct typedefs

Pull Request - State: closed - Opened by charlesnicholson about 2 years ago

#223 - Add double printf support

Issue - State: open - Opened by lygstate about 2 years ago - 1 comment

#222 - better output if py3 isn't there

Pull Request - State: closed - Opened by charlesnicholson about 2 years ago

#221 - Explore smaller float code with uint32_t

Issue - State: open - Opened by charlesnicholson over 2 years ago - 8 comments

#220 - fix fractional floating point values on platforms where unsigned < 64 bits

Pull Request - State: closed - Opened by mateoconlechuga over 2 years ago - 16 comments

#219 - add a workflow_dispatch node for manual re-running

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#218 - silence a new warning that popped up

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#217 - case adj ptr

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#215 - dual-license under unlicense + 0bsd

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#213 - field width can just be a star flag

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#212 - maybe we don't need field width opt?

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#211 - scan for . instead of outputting it

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#210 - tidy

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#209 - tidy up an array-index / pointer conversion thing i left out

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#208 - playing with inf/nan reporting

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#207 - see if indexing with int instead of pointer math helps size

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#206 - see if indexing with int instead of pointer math helps size

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#204 - another attempt at converting ftoa errors as strings

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#203 - More size optimizations

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#202 - update the readme file with new gcc numbers

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#201 - try tidying up

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#200 - integer bit testing for nan / inf

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#199 - when ftoa fails, treat it as a string

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#197 - doctest upgrade

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#196 - unit tests for zero-sized buffers and safe snprintf modes

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#195 - add preprocessor options for handling snprintf buffer overflow

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#194 - hoist u

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#193 - tidy

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#192 - order binary in the conv enum to line up with its peer cases

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#191 - finish renaming: prec_type -> prec_opt

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#190 - get rid of percent enum, fold it into the char formatter

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#189 - write to last byte in user-supplied buffer

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#188 - see if an explicit if test is beter than subtracting not-not

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#187 - unify field width and precision option types into a single enum

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#186 - see what a sibling-call 0x printer does

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#185 - clearer rewrite of npf_bin_len

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#184 - see if alt form hash is smaller

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#183 - test if need_0x instead of writing 0 to it

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#182 - pre-decrement binary shift

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#181 - use need_0x for pointers

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#180 - cheeky multiplication instead of if

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#179 - try using npf_max instead of testing

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#178 - Trampoline writes through an accumulator

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#177 - base var

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#176 - there was still a variable named precision_, rename it to prec_

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#175 - tidy up the binary formatting path

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#174 - condense some default statements to single lines

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#173 - golfing itoa_rev

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#172 - golfing the float reporting errors

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#171 - alt form

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#169 - experiments with storing field_width and prec from star-args

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#168 - try four-byte copies

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#167 - try a smaller way to detect + report the float failure strings

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#165 - test the sign_c char only against 0 before printing it

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#164 - no need to test sign_c for + or - specifically

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#163 - shorten 'precision' to 'prec'

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#161 - no need to read fs.case_adjust for pointers

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#159 - hard-code base 10 for float conversion

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#158 - change the npf_putc callback from int to char

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#157 - move conv_case enum to a case_adjust value, use directly

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#152 - prepend

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#151 - enum values are format characters

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#150 - Code size golfing

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#149 - slightly shorter switch-case code, seeing if it helps codegen

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#148 - apple clang throws this bizarre poison system directory warning

Pull Request - State: closed - Opened by charlesnicholson over 2 years ago

#146 - add sanitizer support

Pull Request - State: closed - Opened by charlesnicholson almost 3 years ago