summaryrefslogtreecommitdiffstats
path: root/libc/misc/assert/__assert.c
Commit message (Expand)AuthorAgeFilesLines
* __assert: include unistd.h for smallintBernhard Reutner-Fischer2009-11-201-2/+1
* assert: make linenumber unsignedPeter S. Mazinger2009-11-191-4/+3
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-3/+0
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-1/+1
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-181-1/+1
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-181-1/+1
* Introduce and use small[u]int type. Changes in size:Denis Vlasenko2008-05-201-1/+1
* Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP...Peter S. Mazinger2006-03-221-1/+0
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger2006-03-101-1/+0
* Patch by Joseph S. Myers to add support for ARM EABIMike Frysinger2006-01-291-0/+3
* Mark __assert as noreturnPeter S. Mazinger2006-01-231-1/+1
* Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger2006-01-161-0/+1
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-0/+3
* tweak __progname handling some more since some [bad] apps actually try and us...Mike Frysinger2006-01-041-5/+1
* New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III2004-02-111-31/+2
* Prevent runaway asserts, which can happen if there's a problem withManuel Novoa III2004-01-171-9/+15
* Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III2003-08-011-5/+11
* ANSI/ISO C99 requires assert() to write to stderr. This means thatManuel Novoa III2002-10-281-0/+35
* Enable WCHAR support for C/POSIX stub locales.Manuel Novoa III2002-07-031-1/+1
* Swap in the new stdio code.Manuel Novoa III2002-03-121-39/+42
* A number of updates from Manuel Novoa III. Things look good...Eric Andersen2000-12-201-2/+17
* Update to assert behaviorEric Andersen2000-10-171-6/+9
* New misc tree that actually has misc stuff in it.Eric Andersen2000-10-111-0/+31