summaryrefslogtreecommitdiff
path: root/libc/misc/error/err.c
AgeCommit message (Expand)Author
2012-06-15err.c: add attribute_noreturn to static functionsPeter S. Mazinger
2012-06-15err.c, err.h: no need for hidden functionsPeter S. Mazinger
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-11-18libc_hidden_proto removal, a few more functionsDenis Vlasenko
2008-11-18libc_hidden_proto removal, just a few functionsDenis Vlasenko
2008-06-03- adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer
2006-03-10Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger
2006-02-03err() is not used internallyPeter S. Mazinger
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger
2006-01-16Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2006-01-04tweak __progname handling some more since some [bad] apps actually try and us...Mike Frysinger
2005-12-16Convert usersPeter S. Mazinger
2005-12-09Implement hidden poll, switch user to hidden *printf/*scanf/pollPeter S. Mazinger
2005-12-08Use internal \*_strerror_rPeter S. Mazinger
2005-12-08Reorder so that no prototype is needed. Is there a better way to get rid of g...Peter S. Mazinger
2005-07-28Fix string.h. Change our _susv3_strerror_r to __xpg_strerror_r for glibcManuel Novoa III
2004-03-11Rewrite the err/warn functions as they were broken (__noreturn__ funcsManuel Novoa III