summaryrefslogtreecommitdiff
path: root/libc/misc/assert
AgeCommit message (Expand)Author
2013-02-05buildsys: switch libc to kbuild-styleBernhard Reutner-Fischer
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2010-03-25prettify make cleanBernhard Reutner-Fischer
2009-11-20__assert: include unistd.h for smallintBernhard Reutner-Fischer
2009-11-19assert: make linenumber unsignedPeter S. Mazinger
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2009-08-17support building out-of-treeBernhard Reutner-Fischer
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-18libc_hidden_proto removal, a few more functionsDenis Vlasenko
2008-11-18libc_hidden_proto removal, just a few functionsDenis Vlasenko
2008-11-07- less verbose make cleanBernhard Reutner-Fischer
2008-05-20Introduce and use small[u]int type. Changes in size:Denis Vlasenko
2006-07-05fixup my copyright notice, trim stale remnants of older notices whichEric Andersen
2006-03-22Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP...Peter S. Mazinger
2006-03-10Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger
2006-02-13libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger
2006-01-29Patch by Joseph S. Myers to add support for ARM EABIMike Frysinger
2006-01-23Mark __assert as noreturnPeter 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-11-21Remove TOPDIRPeter S. Mazinger
2005-11-01Remove last unused references to libc-a-pic-, we use only the lists in libc-a...Peter S. Mazinger
2005-10-29Replace all Makefiles for new build infrastucturePeter S. Mazinger
2005-10-25All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger
2005-10-12Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger
2005-01-25merge parallel build supportMike Frysinger
2004-02-11New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III
2004-01-17Prevent runaway asserts, which can happen if there's a problem withManuel Novoa III
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-08-01Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III
2002-10-28ANSI/ISO C99 requires assert() to write to stderr. This means thatManuel Novoa III
2002-07-03Enable WCHAR support for C/POSIX stub locales.Manuel Novoa III
2002-03-12Swap in the new stdio code.Manuel Novoa III
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-05-12Ok, this should finish off my massive ro-organization. The sourceEric Andersen
2001-01-11A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen
2000-12-20A number of updates from Manuel Novoa III. Things look good...Eric Andersen
2000-11-04Fix doc blunder.Eric Andersen
2000-11-04Make spelling of uClibc be consistant.Eric Andersen
2000-10-20Strip all object files of all non global symbols and .note andEric Andersen
2000-10-17Update to assert behaviorEric Andersen
2000-10-12Makefile updateEric Andersen
2000-10-11New misc tree that actually has misc stuff in it.Eric Andersen