summaryrefslogtreecommitdiffstats
path: root/libc/misc/assert/__assert.c
Commit message (Expand)AuthorAgeFilesLines
* __assert: include unistd.h for smallintBernhard Reutner-Fischer2009-11-221-2/+1
* assert: make linenumber unsignedPeter S. Mazinger2009-11-221-4/+3
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-181-3/+0
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-1/+1
* Synch with trunk @ 24087Carmelo Amoroso2008-11-181-2/+2
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL...Carmelo Amoroso2008-07-091-1/+1
* Merge from trunk and bring in NPTL code in the various 'misc' subsystems."Steven J. Hill"2006-08-241-2/+0
* Merge from trunk."Steven J. Hill"2006-02-271-1/+8
* Big fricking merge from trunk."Steven J. Hill"2006-01-071-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