summaryrefslogtreecommitdiffstats
path: root/doc/user/chains.t (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Add rtems_chain_node_count_unprotected()Sebastian Huber2012-12-211-0/+28
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-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.
* General - Remove extraneous blank line in license messageJoel Sherrill2012-05-031-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-09 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-08-091-64/+16
| | | | | | PR 1513/doc * user/chains.t: Added missing functions. Uniform text for unprotected functions.
* 2010-05-18 Alin Rus <alin.codejunkie@gmail.com>Joel Sherrill2010-05-181-1/+1
| | | | | PR 1519/doc * user/chains.t: Fix typo in Chain_Control example.
* 2010-05-05 Alin Rus <alin.codejunkie@gmail.com>Joel Sherrill2010-05-051-1/+1
| | | | | PR 1510/doc * user/chains.t: Fix code example.
* 2010-04-22 Alin Rus <alin.codejunkie@gmail.com>Chris Johns2010-04-221-2/+3
| | | | * user/chain.t: Fixed the example from PR 1504.
* 2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-11-201-2/+42
| | | | | PR 1340/cpukit * user/chains.t: Add rtems_chain_initialize to public chain API.
* 2008-11-13 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-11-131-5/+73
| | | | | | PR 1336/cpukit * user/chains.t, user/dirstat.texi: Add rtems_chain_prepend_unprotected and rtems_chain_append_unprotected.
* More "bool" cleanup.Ralf Corsepius2008-09-091-28/+28
|
* Convert to "bool".Ralf Corsepius2008-09-091-35/+35
|
* 2008-07-09 Chris Johns <chrisj@rtems.org>Chris Johns2008-07-091-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.