aboutsummaryrefslogtreecommitdiffstats
path: root/src/stdio/printf.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-27fix punctuationMattias Andrée1-4/+4
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-27fix errors and warningsMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-11-26sprintf considered saferMattias Andrée1-0/+30
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-25tell in doc in which version things were introducedMattias Andrée1-2/+70
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-25typoMattias Andrée1-4/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-23add sockprintf, vsockprintf, sockwprintf, and vsockwprintfMattias Andrée1-2/+161
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-17fix errorsMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-16whitespaceMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-16improve and fix bprintfMattias Andrée1-12/+25
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-11mMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-11mMattias Andrée1-1/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-11m + m docMattias Andrée1-4/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-03add printf functions, not fully implementedMattias Andrée1-0/+1212
Signed-off-by: Mattias Andrée <maandree@operamail.com>