summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spstkalloc/init.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sptests - Eliminate missing prototype warningsJoel Sherrill2012-05-311-0/+3
|
* 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.
* Add HAVE_CONFIG_H.Ralf Corsepius2011-02-221-0/+4
|
* Whitespace removal.Ralf Corsepius2009-11-301-1/+1
|
* 2009-08-26 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Joel Sherrill2009-08-261-2/+2
| | | | | * spstkalloc/init.c: Changed allocator signature. Functions are now static.
* 2009-07-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-07-021-0/+90
* Makefile.am, configure.ac: Add new test for user configured stack allocator/deallocator. Test both pass and fail cases. * spstkalloc/.cvsignore, spstkalloc/Makefile.am, spstkalloc/init.c, spstkalloc/spstkalloc.doc, spstkalloc/spstkalloc.scn: New files.