summaryrefslogtreecommitdiffstats
path: root/doc/user/chains.t (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-11Remove texinfo format documentation. Replaced by Sphinx formatted documentation.Joel Sherrill1-800/+0
closes #2812.
2015-11-05sapi: Add rtems_chain_get_first_unprotected()Sebastian Huber1-0/+33
Close #2459.
2012-12-21score: Add rtems_chain_node_count_unprotected()Sebastian Huber1-0/+28
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-3/+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.
2012-05-03General - Remove extraneous blank line in license messageJoel Sherrill1-0/+0
Many files had an extra blank line in the license text found in the file header. This patch removes that line. * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * * http://www.rtems.com/license/LICENSE. The script that did this also turned off execute permission when it was turned on incorrectly.
2010-08-092010-08-09 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-64/+16
PR 1513/doc * user/chains.t: Added missing functions. Uniform text for unprotected functions.
2010-05-182010-05-18 Alin Rus <alin.codejunkie@gmail.com>Joel Sherrill1-1/+1
PR 1519/doc * user/chains.t: Fix typo in Chain_Control example.
2010-05-052010-05-05 Alin Rus <alin.codejunkie@gmail.com>Joel Sherrill1-1/+1
PR 1510/doc * user/chains.t: Fix code example.
2010-04-222010-04-22 Alin Rus <alin.codejunkie@gmail.com>Chris Johns1-2/+3
* user/chain.t: Fixed the example from PR 1504.
2008-11-202008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-2/+42
PR 1340/cpukit * user/chains.t: Add rtems_chain_initialize to public chain API.
2008-11-132008-11-13 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-5/+73
PR 1336/cpukit * user/chains.t, user/dirstat.texi: Add rtems_chain_prepend_unprotected and rtems_chain_append_unprotected.
2008-09-09More "bool" cleanup.Ralf Corsepius1-28/+28
2008-09-09Convert to "bool".Ralf Corsepius1-35/+35
2008-07-092008-07-09 Chris Johns <chrisj@rtems.org>Chris Johns1-0/+681
* doc/user/chains.t: New. * doc/ada_user/ada_user.texi, doc/user/Makefile.am, doc/user/c_user.texi, doc/user/dirstat.texi: Updated for the chains documentation.