LinuxTV

CVS log for dietlibc/lib/vsnprintf.c

[BACK] Up to [DVB] / dietlibc / lib

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat May 5 00:30:21 2018 UTC (6 years, 1 month ago) by leitner
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -2 lines
fix a few gcc 8.1 warnings

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Apr 10 13:59:32 2005 UTC (19 years, 2 months ago) by leitner
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
  remove new gcc4 signedness warnings

Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Mar 26 14:46:48 2004 UTC (20 years, 2 months ago) by leitner
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
catch case where __v_printf returns -1 (Glenn Strauss)

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Jan 16 23:16:50 2004 UTC (20 years, 4 months ago) by leitner
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
snprintf fix

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Dec 5 14:10:10 2003 UTC (20 years, 6 months ago) by leitner
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -3 lines
a few sprintf fixes

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Dec 3 20:51:24 2003 UTC (20 years, 6 months ago) by leitner
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
sprintf fix; unfortunately, test/sprintf.c is still broken

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Nov 14 15:16:46 2003 UTC (20 years, 7 months ago) by leitner
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
remove a warning

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Oct 14 15:52:50 2003 UTC (20 years, 8 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -1 lines
fixing snprintf (Gernot Tenchio)

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Jun 3 12:05:40 2003 UTC (21 years ago) by leitner
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
oops, fix asprintf

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed May 7 12:52:29 2003 UTC (21 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +5 -2 lines
fix sprintf

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Apr 25 13:06:33 2003 UTC (21 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
fix vsnprintf (bug if n=1)

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu May 9 01:01:16 2002 UTC (22 years, 1 month ago) by fefe
Branches: MAIN
CVS tags: finnland_test_200301, branch_rc14_fieldtest_finnland, branch_rc13_fieldtest_finnland, branch_rc12_fieldtest_finnland, branch_rc10_fieldtest_finnland, RELEASE_finnland_200301_1, RC12_FIELDTEST_FINNLAND, RC10_FIELDTEST_FINNLAND
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -0 lines
x86_64 port by Michal Ludvig!

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Feb 7 15:36:20 2002 UTC (22 years, 4 months ago) by fefe
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -3 lines
fix vsnprintf zero termination

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Jan 29 02:00:04 2002 UTC (22 years, 4 months ago) by fefe
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +6 -3 lines
shave off a few bytes from parselib by removing the exit code from
__prepare_parse, which was not used anyway because you could see whether
it worked by looking at the struct state afterwards.  Uwe Ohse noticed
this.
Also, fix asprintf, which relied on vsnprintf to not write anything when
passed a NULL pointer.  This was no longer the case after Olaf redid the
printf engine.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Jul 26 11:31:44 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -3 lines
fix a lot of bugs ;)

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Jul 25 13:21:46 2001 UTC (22 years, 10 months ago) by olaf
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1 lines
Ups missing \0 termination ....

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Jul 18 15:09:00 2001 UTC (22 years, 10 months ago) by olaf
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +21 -269 lines
moved the stdio function in libstdio
now the v?sn?printf functions are useing the new core

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Jun 7 17:12:07 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1 lines
char -> signed char for the flag that can also be negative.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jun 7 12:29:36 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +7 -7 lines
a ton of warnings fixed ;)

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Jun 6 18:12:10 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -1 lines
add %h to vsnprintf.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu May 31 19:52:37 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +24 -2 lines
long long support (optional) for printf (%lld)

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu May 31 17:55:13 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -3 lines
vsnprintf %X now uses upper case (again)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri May 18 15:16:10 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
I misinterpreted "width".

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri May 18 15:04:34 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +10 -0 lines
distinguish between '%f' and '%g'.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri May 11 21:53:23 2001 UTC (23 years, 1 month ago) by olaf
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
some minor changes ...

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue May 8 23:07:15 2001 UTC (23 years, 1 month ago) by fefe
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +9 -1 lines
add "%.2f" support for printf.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Apr 22 15:17:59 2001 UTC (23 years, 1 month ago) by fefe
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +15 -5 lines
add "%*s" and "%*.*s" to vsnprintf.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Feb 9 23:48:48 2001 UTC (23 years, 4 months ago) by fefe
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -0 lines
Implemented linker warnings!  Woohoo!
Added linker warnings to a couple of dangerous or bloaty functions.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Feb 3 20:41:12 2001 UTC (23 years, 4 months ago) by fefe
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
vsnprintf(0,...) estimated the length of strings with a padding width incorrectly.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jan 9 17:57:43 2001 UTC (23 years, 5 months ago) by cvs
Branches: MAIN

files where missing (?)

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

LinuxTV legacy CVS <linuxtv.org/cvs>