summaryrefslogtreecommitdiff
path: root/libc/stdlib/assert.c
AgeCommit message (Collapse)Author
2012-10-23More upstream NetBSD upgrades.Elliott Hughes
Change-Id: Idb781d37de3b05585271d7d258ecffd5ba87d0b8
2012-07-27Report errors to the log, not just stderr.Elliott Hughes
In particular this affects assert(3) and __cxa_pure_virtual, both of which have managed to confuse people this week by apparently aborting without reason. (Because stderr goes nowhere, normally.) Bug: 6852995 Bug: 6840813 Change-Id: I7f5d17d5ddda439e217b7932096702dc013b9142
2010-04-29improve readability of stdlib: fix indentation and remove trailing spacesAndré Goddard Rosa
Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com> Change-Id: I7dd90a0816b5376ffc1de4499d56935e0bd574a1
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project