summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/__assert.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cpukit/libcsupport/src/_*: Change license to BSD-2Joel Sherrill2022-04-011-3/+22
| | | | Updates #3053.
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
| | | | | | | | Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
* Remove __assert()Sebastian Huber2018-10-221-15/+0
| | | | | | This function is provided by Newlib since 2000. Update #3409.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* __assert.c: Fix missing prototype warningsJoel Sherrill2013-09-221-1/+2
|
* score: Add and use rtems_assert_contextSebastian Huber2013-02-121-1/+8
|
* libcsupport: Doxygen enhancement GCI task #6Alex Ivanov2012-12-111-2/+13
| | | | http://www.google-melange.com/gci/task/view/google/gci2012/7992212
* score: Add RTEMS_FATAL_SOURCE_ASSERTSebastian Huber2012-11-151-1/+1
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | 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.
* Whitespace removal.Ralf Corsepius2009-11-291-2/+2
|
* 2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-301-2/+3
| | | | * libcsupport/src/__assert.c: Rework autoconf defines.
* Conditionally build __assert().Ralf Corsepius2009-03-111-0/+2
|
* 2008-01-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-01-091-16/+13
| | | | | * libcsupport/src/__assert.c: Clean up and make __assert() call __assert_func().
* 2008-01-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-01-091-4/+31
| | | | | * libcsupport/src/__assert.c: Newlib 1.16.0 adds __assert_func(). We need to have it also.
* 2007-03-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-301-0/+4
| | | | * libcsupport/src/__assert.c: Add HAVE_CONFIG_H.
* 2007-03-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-281-0/+21
PR 1234/cpukit * libcsupport/Makefile.am: Provide printk() based implementation of __assert() to reduce dependencies in executables. * libcsupport/src/__assert.c: New file.