summaryrefslogtreecommitdiff
path: root/com32/include/string.h
Commit message (Collapse)AuthorAgeFilesLines
* strreplace: additional cleanupsH. Peter Anvin2012-02-061-1/+1
| | | | | | Additional formatting cleanups. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* string: Adding strreplaceErwan Velu2011-04-271-0/+1
|
* com32: remove strpcpy() - we already have stpcpy()H. Peter Anvin2009-08-121-1/+0
| | | | | | | | Remove strpcpy(); it is exactly the same thing as stpcpy() which we already have, and which is more "standard" (in the sense that none of these are actually standard...) Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* libcom32: add strpcpy()H. Peter Anvin2009-03-121-0/+1
| | | | | Add strpcpy() -- by analogy with mempcpy(), a strcpy() which returns a pointer to the end of the string (specifically, to the final null.)
* Add stpcpy() and implement version/derivative queriesH. Peter Anvin2008-03-281-0/+1
| | | | | Add stpcpy(), and actually implement syslinux_version() and syslinux_derivative_info().
* Add sha256crypt and sha512crypt; not yet enabledH. Peter Anvin2007-11-091-0/+2
| | | | | | Add support for sha256crypt and sha512crypt to the library. Not yet included in the menu system, need to decide if it's worth 10K or if the code can be realistically compacted.
* Very first cut at a klibc-derived C library for com32hpa2004-11-101-0/+43