LinuxTV

CVS log for dietlibc/lib/__v_printf.c

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon Dec 10 20:50:38 2018 UTC (5 years, 6 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -1 lines
  printf("%#.0g", 1.0) -> "1." (Christopher Wellons)

Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu Feb 1 02:03:39 2018 UTC (6 years, 4 months ago) by leitner
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +5 -1 lines
split off stackgap-g.o, don't compile valgrind stuff into stackgap.o,
  diet chooses depending on presence of -g
move stackguard var from .data to .bss
remove gcc 7.3 warning from lib/__v_printf.c

Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue May 2 21:41:27 2017 UTC (7 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +8 -2 lines
remove most gcc 7 warnings

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Apr 29 21:49:28 2016 UTC (8 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +10 -5 lines
fix gcc 6 warnings

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat Apr 19 15:07:34 2014 UTC (10 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +31 -26 lines
Massive ARM changes from Enrico Scholz

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Feb 19 00:28:13 2008 UTC (16 years, 3 months ago) by leitner
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +6 -2 lines
  several fixes from Enrico Scholz (printf, string routines on big endian)
  add some more syscalls
  some minor cleanups
  shrink some string functions (Kris Katterjohn)

Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Dec 14 22:29:15 2007 UTC (16 years, 5 months ago) by leitner
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +14 -5 lines
small printf fix (Gernot Telchio)

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Nov 18 00:59:08 2007 UTC (16 years, 6 months ago) by leitner
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -2 lines
add some memory debugging stuff

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu May 17 05:00:42 2007 UTC (17 years ago) by leitner
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +43 -39 lines
  some work on printf

Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed May 16 07:32:08 2007 UTC (17 years ago) by leitner
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -3 lines
  work around gcc optimizing away our int overflow check in printf

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Jan 10 22:51:09 2007 UTC (17 years, 5 months ago) by leitner
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +32 -19 lines
  prevent integer overflows in printf (return -1, like Solaris)

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Aug 21 10:18:42 2006 UTC (17 years, 9 months ago) by leitner
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +6 -0 lines
support %j in printf (Gernot Tenchio)

Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Jul 5 06:27:18 2006 UTC (17 years, 11 months ago) by leitner
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +4 -4 lines
add dn_skipname

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Jul 4 03:33:02 2006 UTC (17 years, 11 months ago) by leitner
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -3 lines
  fix fd leak in if_nameindex (Florian Westphal)
  fix printf %g (well, get closer)

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Jul 2 00:55:26 2006 UTC (17 years, 11 months ago) by leitner
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +4 -1 lines
  fix printf %u/%x on 64-bit platforms

Revision 1.28: 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.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
  remove new gcc4 signedness warnings

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Dec 5 18:52:27 2003 UTC (20 years, 6 months ago) by leitner
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -1 lines
  handle negative precision and -0 (Jens Låås)

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Oct 17 14:36:38 2003 UTC (20 years, 7 months ago) by leitner
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +35 -11 lines
printf tests and more printf fixes (Gernot Tenchio)

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Oct 15 15:32:09 2003 UTC (20 years, 8 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +50 -31 lines
fixing memccpy,memcmp,strncmp (reported by Gernot Tenchio)
fixing strtoXXX (Gernot Tenchio, patch modified)
fixing the *scanf return behavior (reported by Enrico Scholz)

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Oct 13 15:56:52 2003 UTC (20 years, 8 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -1 lines
remove some warnings

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Oct 13 15:36:38 2003 UTC (20 years, 8 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -4 lines
minor change for 'q'

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Oct 13 14:39:23 2003 UTC (20 years, 8 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +41 -29 lines
make the HUGE_VAL/HUGE_VALF macros arch (endien) independend
changeing __dtostr so that it returns "inf" for an inf-value not "nan"
fixing the strrchr bug (reported by Gernot Tenchio)
fixing the strtoul/strtoull bug (reported by Gernot Tenchio)
adding the patch to printf (Gernot Tenchio)

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Oct 10 13:37:34 2003 UTC (20 years, 8 months ago) by leitner
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +12 -0 lines
several metric tons of new ports (ppc64, s390x), new functionality (%m
in printf) and fixes from SuSE

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Aug 23 17:49:12 2003 UTC (20 years, 9 months ago) by leitner
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -0 lines
fix (?) broken behaviour of printf with padding negative numbers

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Dec 16 23:32:51 2002 UTC (21 years, 5 months 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
two printf fixes (Gernot Tenchio)

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Nov 9 23:31:08 2002 UTC (21 years, 7 months ago) by fefe
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -1 lines
I botched readdir64 (#ifndef -> #ifdef)
The x86_64 ABI says %rcx -> %r10 (huh?!)
%p only printed the last 32 bits on 64-bit platforms.
All of the above fixed by Gwenole.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Sep 25 11:40:54 2002 UTC (21 years, 8 months ago) by olaf
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +9 -2 lines
fixing a formatation bug if the flag '#' is present.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Sep 19 14:34:52 2002 UTC (21 years, 8 months ago) by olaf
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -2 lines
sigaction flags now sys-depending
minor changes in printf

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Jul 3 00:21:45 2002 UTC (21 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
fix %f formatting

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Apr 21 21:45:02 2002 UTC (22 years, 1 month ago) by fefe
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +6 -1 lines
resolve "%8.7lx" issue (thanks, Igor Gilitschenski)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Mar 1 23:37:06 2002 UTC (22 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -0 lines
add getline and getdelim to libcompat

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Feb 28 16:40:34 2002 UTC (22 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -0 lines
add %Ld printf long long indicator

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Feb 28 15:53:34 2002 UTC (22 years, 3 months ago) by olaf
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +10 -5 lines
fixed a formating bug with sign-numbers

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Jan 9 02:34:09 2002 UTC (22 years, 5 months ago) by fefe
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -1 lines
__dtostr was really disgusting.
It still is, but it sucks in different ways now.
We really need to __dtostr, one for %g and one for %f.
The new version won't do scientific notation at all, but it's better
than the previous version anyway.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Aug 14 16:56:49 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +14 -15 lines
enabled a few more obscure gcc warnings and started adding fluff code to
silence them.

Revision 1.8: 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.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
fix a lot of bugs ;)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jul 24 14:23:56 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -3 lines
More assembly tweaks from Frank Klemm (and more printf brokenness by me)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jul 24 13:32:25 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
yet another printf bug

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Jul 24 13:19:15 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +6 -4 lines
fix printf.
longjmp references __sigprocmask (it's sigprocmask now)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jul 23 18:18:53 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +6 -2 lines
ugh!  floating point printf stinks!

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jul 20 13:09:09 2001 UTC (22 years, 10 months ago) by olaf
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -3 lines
fixed a bug with negativ long long values...

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jul 18 01:26:09 2001 UTC (22 years, 10 months ago) by olaf
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +26 -19 lines
a new printf core with the rest of the stdio family
(buffered variants are next on the list...)

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jul 12 18:13:00 2001 UTC (22 years, 11 months ago) by olaf
Branches: MAIN
added warning to __v_scanf
added __v_printf to repository (new core for the printf function family)

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>