Commit Graph

12 Commits

Author SHA1 Message Date
Sebastian Huber
cbd07e4ce0 score: Add rtems_chain_node_count_unprotected() 2012-12-21 15:40:27 +01:00
Joel Sherrill
9b4422a251 Remove All CVS Id Strings Possible Using a Script
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-11 08:44:13 -05:00
Joel Sherrill
cfaa3662ee General - Remove extraneous blank line in license message
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.
2012-05-03 12:55:58 -05:00
Sebastian Huber
670be3c6f2 2010-08-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1513/doc
	* user/chains.t: Added missing functions.  Uniform text for
	unprotected functions.
2010-08-09 07:51:19 +00:00
Joel Sherrill
90204914ad 2010-05-18 Alin Rus <alin.codejunkie@gmail.com>
PR 1519/doc
	* user/chains.t: Fix typo in Chain_Control example.
2010-05-18 11:44:54 +00:00
Joel Sherrill
cdeead64f6 2010-05-05 Alin Rus <alin.codejunkie@gmail.com>
PR 1510/doc
	* user/chains.t: Fix code example.
2010-05-05 20:44:15 +00:00
Chris Johns
452e5b0828 2010-04-22 Alin Rus <alin.codejunkie@gmail.com>
* user/chain.t: Fixed the example from PR 1504.
2010-04-22 06:47:28 +00:00
Joel Sherrill
3e9b62144c 2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1340/cpukit
	* user/chains.t: Add rtems_chain_initialize to public chain API.
2008-11-20 21:13:03 +00:00
Joel Sherrill
76101939c4 2008-11-13 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1336/cpukit
	* user/chains.t, user/dirstat.texi: Add rtems_chain_prepend_unprotected
	and rtems_chain_append_unprotected.
2008-11-13 15:10:36 +00:00
Ralf Corsepius
eaf1c0c44c More "bool" cleanup. 2008-09-09 08:19:38 +00:00
Ralf Corsepius
e9233c57f6 Convert to "bool". 2008-09-09 07:33:46 +00:00
Chris Johns
5396467fb8 2008-07-09 Chris Johns <chrisj@rtems.org>
* 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.
2008-07-09 02:50:28 +00:00