LinuxTV

CVS log for dietlibc/lib/__v_scanf.c

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.23: 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
CVS tags: HEAD
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -0 lines
remove most gcc 7 warnings

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Nov 5 16:13:15 2010 UTC (13 years, 7 months ago) by leitner
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +5 -3 lines
only count %[] conversions if they matched at least one char (Indan Zupancic)

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Jul 7 12:52:55 2008 UTC (15 years, 11 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -0 lines
fix of scanf with negative floats (Andre Oliveira)

Revision 1.20: 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.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
  remove new gcc4 signedness warnings

Revision 1.19: 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.18: preferred, colored
Changes since revision 1.18: +7 -2 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.18: download - view: text, markup, annotated - select for diffs
Sat Oct 11 09:36:49 2003 UTC (20 years, 8 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +15 -7 lines
fixing strtok_r (rewrite)
making the %m support NON DEFAULT as it is NOT SUSv3 or SUSv2
started to fix scanf

Revision 1.17: 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.16: preferred, colored
Changes since revision 1.16: +12 -2 lines
several metric tons of new ports (ppc64, s390x), new functionality (%m
in printf) and fixes from SuSE

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Jun 7 17:40:09 2002 UTC (22 years ago) by olaf
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.15: preferred, colored
Changes since revision 1.15: +13 -9 lines
fix of *scanf with width
minor change in libdl

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Mar 7 20:38:05 2002 UTC (22 years, 3 months ago) by olaf
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1 lines
fixed width with numbers

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Mar 5 16:28:11 2002 UTC (22 years, 3 months ago) by olaf
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +32 -1 lines
FIXED a bug in *scanf (there was no long long handling).
one step more to unified libdl/dynlinker (still 3 functions missing).

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Feb 25 14:48:44 2002 UTC (22 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
small bug and mention diet.c in PORTING

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Oct 13 20:28:06 2001 UTC (22 years, 8 months ago) by fefe
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -0 lines
*scanf did not \0-terminate %[...]

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Sep 3 22:43:58 2001 UTC (22 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
another scanf fix (broke %d, they were not counted)

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Aug 30 22:17:11 2001 UTC (22 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -0 lines
x86 strchr did not declare weak alias for "index".
scanf did not accept %02x
scanf did not return EOF if it hit EOF without scanning anything.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Aug 23 21:25:33 2001 UTC (22 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +0 -2 lines
remove useless static variable

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Aug 23 18:39:51 2001 UTC (22 years, 9 months ago) by olaf
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
missed a line ...

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Aug 23 18:38:31 2001 UTC (22 years, 9 months ago) by olaf
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -12 lines
the %n for *scanf is now "thread-safe"

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Aug 23 18:33:44 2001 UTC (22 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +26 -3 lines
rename __syscall_syslog to klogctl (the glibc name for it), add a
prototype for it and pivot_root syscall, add %n for *scanf (Olaf says
it's not thread-safe and he will fix it).  Add C99 macros from
inttypes.h (I wouldn't have thought anyone actually uses those, ugh)

Revision 1.5: 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.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
enabled a few more obscure gcc warnings and started adding fluff code to
silence them.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jul 30 16:05:05 2001 UTC (22 years, 10 months ago) by olaf
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -0 lines
ups missed to move position in not class match aka. a string...

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jul 20 13:10:06 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
a few stdio fixes and typo removal

Revision 1.2: 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
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -0 lines
added warning to __v_scanf
added __v_printf to repository (new core for the printf function family)

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jul 11 22:29:07 2001 UTC (22 years, 11 months ago) by olaf
Branches: MAIN
Today was the day (aeh yesterday was the start now the stop...) I have
implemented all the *scanf functions (yes even sose crapy stdio variants..)
Now I... WE have to test them :) (other should have FUN too ...)

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>