index
:
avr/qmk/printf
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
printf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
chore(printf): make pointer var const
Marco Paland
2019-01-31
1
-4
/
+3
*
fix(printf): fixed support of NaN
Marco Paland
2019-01-26
1
-2
/
+12
*
Merge pull request #32 from embeddedartistry/master
Marco Paland
2019-01-26
1
-1
/
+1
|
\
|
*
Add cast to uintptr to silent the const-cast warning
Phillip Johnston
2019-01-16
1
-1
/
+1
*
|
patch for issue #40 (Digit missing from negative numbers in certain cases)
Vedran Grudenic
2019-01-26
1
-8
/
+6
|
/
*
fix(printf): fctprintf() must not append null terminator
Marco Paland
2019-01-16
1
-2
/
+4
*
chore(printf): cleanup secure strlen() function, added test cases
Marco Paland
2018-12-05
1
-5
/
+4
*
fixing last fix
cz7asm
2018-12-05
1
-1
/
+1
*
added length limit for _strlen
cz7asm
2018-12-05
1
-2
/
+4
*
Merge remote-tracking branch 'origin/master'
Marco Paland
2018-11-15
1
-7
/
+11
|
\
|
*
perf(printf): check flags outside while loop
Marco Paland
2018-11-04
1
-7
/
+11
*
|
change(printf): removed PRINTF_OVERRIDE_LIBC option
Marco Paland
2018-11-15
1
-20
/
+8
|
/
*
feat(printf): added PRINTF_OVERRIDE_LIBC support
Marco Paland
2018-11-02
1
-1
/
+20
*
refactor(printf): move "printf_config.h" include to header
Marco Paland
2018-11-02
1
-10
/
+5
*
Added the possibility to inject a config file.
Fabian Zahn
2018-10-14
1
-17
/
+35
*
chore(printf): remove unused flag
Marco Paland
2018-09-30
1
-1
/
+0
*
chore(printf): small improvments
Marco Paland
2018-09-24
1
-3
/
+3
*
feat(printf): add # flag support for %b specifier
Marco Paland
2018-09-24
1
-1
/
+3
*
fix(printf): fix hash precision
Marco Paland
2018-09-24
1
-1
/
+1
*
fix(printf): ignore 0 flag for integers if precision is specified
Marco Paland
2018-09-14
1
-0
/
+5
*
fix(printf): zero precision and zero value hash problem
Marco Paland
2018-09-14
1
-3
/
+13
*
fix(printf): fix negative argument precision
Marco Paland
2018-09-14
1
-1
/
+2
*
fix(printf): fix broken right-padding in _ftoa
Marco Paland
2018-09-14
1
-1
/
+3
*
fix(printf): fix trailing field width in itoa conversion
Marco Paland
2018-08-21
1
-1
/
+3
*
fix(printf): fix floating point precision limit
Marco Paland
2018-08-21
1
-7
/
+11
*
fix(printf): change char* to void* pointer to avoid cast-align trouble
Marco Paland
2018-08-01
1
-6
/
+6
*
fix(printf): suppress terminating \0 in printf() output
Marco Paland
2018-06-24
1
-1
/
+3
*
fix(printf): fix 'expression is constant' warning
Marco Paland
2018-06-15
1
-1
/
+2
*
fix(printf): fix argument name in output function wrapper
Marco Paland
2018-06-05
1
-1
/
+1
*
test(test_suite): modified fctprintf() test case
Marco Paland
2018-06-05
1
-5
/
+5
*
feat(printf): add user pointer to fctprintf()
Sebastian Goll
2018-06-02
1
-8
/
+11
*
refactor(printf): changed oprintf() to fctprintf()
Marco Paland
2018-05-18
1
-1
/
+1
*
refactor(printf): use output function wrapping struct
Marco Paland
2018-05-16
1
-2
/
+8
*
feat(printf): added new oprintf() function
Marco Paland
2018-05-15
1
-1
/
+19
*
fix(printf): pass dummy buffer for printf to _vsnprintf instead of NULL
Marco Paland
2018-05-13
1
-1
/
+2
*
fix(printf): use C conform `NULL` instead of C++ `nullptr`
Marco Paland
2018-05-12
1
-1
/
+1
*
fix(printf,test_suite): fix compiler warnings
Marco Paland
2018-05-11
1
-4
/
+4
*
feat(printf): added support for %h, %hh, %j and %t length modifiers
Marco Paland
2018-05-11
1
-46
/
+78
*
fix(printf): use null output function for nullptr buffer
Marco Paland
2018-05-08
1
-1
/
+13
*
refactor(printf): usage of (buffer) output routine, fixes return value
Marco Paland
2018-05-08
1
-79
/
+79
*
fix(printf): move <stddef.h> to header
Marco Paland
2018-05-06
1
-1
/
+0
*
fix(printf): fixed floating point sign handling
Marco Paland
2018-04-20
1
-4
/
+4
*
chore(printf): update comments
Marco Paland
2018-04-20
1
-3
/
+3
*
feat(printf): add vsnprintf function
Marco Paland
2018-04-20
1
-13
/
+22
*
refactor(printf): improved _strlen() function
Marco Paland
2018-04-19
1
-7
/
+6
*
fix(printf): fix snprintf buffer termination
Marco Paland
2018-04-19
1
-6
/
+13
*
fix(printf): fixed conversion buffer handling
Marco Paland
2018-04-18
1
-33
/
+35
*
cleanup(printf): don't use fixed size for long type
Marco Paland
2018-04-17
1
-3
/
+3
*
add support for size_t flag: %zd
Arvid Gerstmann
2018-04-16
1
-0
/
+4
*
Fixed 64 bit pointer casting
Marco Paland
2017-11-22
1
-4
/
+5
[next]