OSDN Git Service

This fixes a problem with the move of libc_hidden_proto to string.h.
[uclinux-h8/uClibc.git] / libc / string / strncasecmp.c
2008-06-04 Bernd SchmidtThis fixes a problem with the move of libc_hidden_proto...
2008-06-02 Denis Vlasenkofix fallout from libc_hidden_proto removal
2008-05-31 Denis Vlasenkofix fallout from string.h libc_hidden_proto removal
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2006-03-23 Peter S. Mazingerselect needs sys/select.h, str[n]casecmp/ffs needs...
2006-03-22 Peter S. MazingerCorrect build if UCLIBC_HAS_CTYPE_TABLES is not defined
2006-01-16 Peter S. MazingerLast relocs jump and global data, (even locales) that...
2006-01-14 Peter S. Mazingermake DODEBUG=y happy, update sysdeps/common/* copyright
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2006-01-03 Peter S. MazingerProvide __tolower and use it
2006-01-03 Peter S. MazingerRevert a change until I find the textrel cause
2006-01-03 Peter S. MazingerComplete split of all the string functions. Hope haven...
2002-06-12 Eric AndersenCleanup the mess, remove now obsolete files
2002-02-13 Eric AndersenFix copyright message
2002-02-12 Eric AndersenMark Robson noticed that our strcasecmp() behaviour...
2000-10-07 Eric AndersenUpdate and simplification.
2000-07-06 Eric AndersenRework all the string handling. Make const stuff be...
2000-05-14 Erik AndersenInitial revision