summaryrefslogtreecommitdiff
path: root/libc/misc/dirent/alphasort.c
AgeCommit message (Expand)Author
2012-06-15alphasort*.c: use strcoll instead of strcmp to support localesPeter S. Mazinger
2012-06-15versionsort*.c, alphasort*.c: do not need *64 compiled for __WORDSIZE = 64Peter S. Mazinger
2009-07-20dirent: push dirent type to prototypesMike Frysinger
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
2006-02-04add some copyright/license infoMike Frysinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2005-12-01Hide mostly used functionsPeter S. Mazinger
2001-11-14Scrub up some lingering problems preventing readdir64 from workingEric Andersen
2001-05-08Turns out alphasort was totally broken. This fixed one works.Eric Andersen
2001-03-19Add in alphasort (working fine) and scandir (just a stub for now).Eric Andersen