summaryrefslogtreecommitdiff
path: root/cpukit/libcsupport/src/__assert.c (follow)
AgeCommit message (Collapse)Author
2020-04-16Canonicalize config.h includeSebastian Huber
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2018-10-22Remove __assert()Sebastian Huber
This function is provided by Newlib since 2000. Update #3409.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2013-09-22__assert.c: Fix missing prototype warningsJoel Sherrill
2013-02-12score: Add and use rtems_assert_contextSebastian Huber
2012-12-11libcsupport: Doxygen enhancement GCI task #6Alex Ivanov
http://www.google-melange.com/gci/task/view/google/gci2012/7992212
2012-11-15score: Add RTEMS_FATAL_SOURCE_ASSERTSebastian Huber
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2009-11-29Whitespace removal.Ralf Corsepius
2009-09-302009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* libcsupport/src/__assert.c: Rework autoconf defines.
2009-03-11Conditionally build __assert().Ralf Corsepius
2008-01-092008-01-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* libcsupport/src/__assert.c: Clean up and make __assert() call __assert_func().
2008-01-092008-01-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* libcsupport/src/__assert.c: Newlib 1.16.0 adds __assert_func(). We need to have it also.
2007-03-302007-03-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* libcsupport/src/__assert.c: Add HAVE_CONFIG_H.
2007-03-282007-03-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
PR 1234/cpukit * libcsupport/Makefile.am: Provide printk() based implementation of __assert() to reduce dependencies in executables. * libcsupport/src/__assert.c: New file.