summaryrefslogtreecommitdiffstats
path: root/runtime/vsprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Use clamping to more easily normalize input valuesJosh Stone2010-02-161-6/+6
* Cleanup and better original transport support.David Smith2009-05-261-3/+1
* Added error checking and other updates.David Smith2009-05-221-0/+2
* PR10099: Extend %M directive to support hexdumping large buffersWenji Huang2009-04-261-12/+19
* PR7072: use _stp_reserve_bytes for printf bufferKent Sebastian2009-04-171-7/+348
* Use 'static' as much as possibleJosh Stone2009-01-281-1/+1
* Removed left over remnant from previous implementationElliott Baron2008-12-191-3/+0
* Better implementation for %MElliott Baron2008-12-191-10/+17
* First attempt at printf kernel memory hex dumpElliott Baron2008-12-191-1/+6
* Removed an unused variable left from printf %n (PR7051)Kent Sebastian2008-12-051-2/+1
* PR7051: Remove broken printf %n directive supportroot2008-12-051-40/+6
* PR5648: Fix memcpy's endianess issue.Masami Hiramatsu2008-05-071-3/+9
* PR5648: Fix unaligned access warning on ia64.Shaohua Li2008-04-301-3/+3
* 2008-03-10 Dave Brolley <brolley@redhat.com>brolley2008-03-101-2/+2
* 2008-02-27 Dave Brolley <brolley@redhat.com>brolley2008-02-271-11/+67
* 2007-10-17 Martin Hunt <hunt@redhat.com>hunt2007-10-171-23/+0
* 2007-05-15 Martin Hunt <hunt@redhat.com>hunt2007-05-161-0/+1
* 2007-01-31 Martin Hunt <hunt@redhat.com>hunt2007-01-311-17/+0
* 2006-07-20 Martin Hunt <hunt@redhat.com>hunt2006-07-211-5/+8
* 2006-05-25 Martin Hunt <hunt@redhat.com>hunt2006-05-251-1/+17
* %0s support to print null-terminated stringguanglei2006-05-091-0/+5
* 2006-04-28 Martin Hunt <hunt@redhat.com>hunt2006-04-281-1/+1
* 2006-04-17 Martin Hunt <hunt@redhat.com>hunt2006-04-171-27/+50
* 2006-04-10 Martin Hunt <hunt@redhat.com>hunt2006-04-111-0/+11
* 2006-04-09 Martin Hunt <hunt@redhat.com>hunt2006-04-101-0/+389