Source-Changes archive

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

CVS commit: src/lib/libc/string



Module Name:    src
Committed By:   joerg
Date:           Wed Jul 30 16:13:59 UTC 2008

Modified Files:
        src/lib/libc/string: strcspn.c strspn.c

Log Message:
Before using the slightly more involved bitmap tables,
check that the charset for strspn/strcspn is non-trivial.
An empty charset is either a direct return or a strlen and
a single charset a simple loop.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/lib/libc/string/strcspn.c \
    src/lib/libc/string/strspn.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