LinuxTV

CVS log for dietlibc/lib/strtoul.c

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Jan 27 14:10:53 2004 UTC (20 years, 4 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +0 -1 lines
Remove unused labels (Martin Pohlack)

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Nov 5 13:58:27 2003 UTC (20 years, 7 months ago) by leitner
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
catch "0x," case

Revision 1.17: 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.16: preferred, colored
Changes since revision 1.16: +9 -5 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.16: 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.15: preferred, colored
Changes since revision 1.15: +8 -6 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.15: download - view: text, markup, annotated - select for diffs
Sun Sep 14 04:40:36 2003 UTC (20 years, 9 months ago) by leitner
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +12 -9 lines
  the overflow checking in strtou?ll? was broken in some cases.
    Unfortunately, correct overflow checking enlarged the routine by 20%.
    (reported by Manuel Novoa III)
  two stdio bug fixes (also reported by Manuel Novoa III)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Aug 19 17:13:46 2003 UTC (20 years, 9 months ago) by leitner
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
remove some more warnings

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Jul 1 11:51:26 2003 UTC (20 years, 11 months ago) by leitner
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
  fix strtoul (broke getaddrinfo and ssh)
  fix segfault in parser

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Jun 13 18:16:02 2003 UTC (21 years ago) by leitner
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +6 -2 lines
strtoul return code fixes (Jan Bobrowski)

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Oct 27 16:23:35 2002 UTC (21 years, 7 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.10: preferred, colored
Changes since revision 1.10: +3 -1 lines
add some regular expression tests
strtoul now accepts "-1" as well (Thomas Ogrisegg)
add i386 strcasecmp and __ltostr (Thomas Ogrisegg)

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

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Jul 11 18:19:51 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
squeeze a few bytes in the ctype.h routines and fix a signedness snafu
in strtoul.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jul 11 14:40:32 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Remove references to Eris

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Jul 11 00:12:40 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
/etc/hosts support!

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jul 10 21:10:17 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +12 -3 lines
add overflow handling for strtol and strtoul.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Jul 9 14:39:11 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
0x == 0X

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jul 9 14:33:05 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -4 lines
accept -ffff and 0xfefe with base==16.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jan 25 13:01:55 2001 UTC (23 years, 4 months ago) by fefe
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
oink oink, dumb mistake while optimizing strtoul.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jan 16 15:01:18 2001 UTC (23 years, 4 months ago) by fefe
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +15 -22 lines
optimized strtoul and strtoull.  They are much better now.
Don't look at the old versions, please!  (Yuck!) ;-)

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>