Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libc/stdlib



Module Name:    src
Committed By:   lukem
Date:           Fri Mar  5 05:58:29 UTC 2004

Modified Files:
        src/lib/libc/stdlib: strsuftoll.3 strsuftoll.c

Log Message:
Explicitly use base 10 when parsing numbers, to enforce the "decimal number"
semantics that the comments referred to and as per dd(1) (which was the
origin of this functionality).


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/lib/libc/stdlib/strsuftoll.3
cvs rdiff -r1.5 -r1.6 src/lib/libc/stdlib/strsuftoll.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index