<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2011-02-21)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
<font color='#bb2222'><strong>sh</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-02-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
* sapi/include/confdefs.h,
score/include/rtems/score/schedulerpriority.h: C++ compatibility.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2720&r2=text&tr2=1.2721&diff_format=h">M</a></td><td width='1%'>1.2721</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/sapi/include/confdefs.h.diff?r1=text&tr1=1.156&r2=text&tr2=1.157&diff_format=h">M</a></td><td width='1%'>1.157</td><td width='100%'>cpukit/sapi/include/confdefs.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/include/rtems/score/schedulerpriority.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&diff_format=h">M</a></td><td width='1%'>1.5</td><td width='100%'>cpukit/score/include/rtems/score/schedulerpriority.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2720 rtems/cpukit/ChangeLog:1.2721
--- rtems/cpukit/ChangeLog:1.2720 Mon Feb 21 04:58:14 2011
+++ rtems/cpukit/ChangeLog Mon Feb 21 05:54:37 2011
</font><font color='#997700'>@@ -1,5 +1,10 @@
</font> 2011-02-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
<font color='#000088'>+ * sapi/include/confdefs.h,
+ score/include/rtems/score/schedulerpriority.h: C++ compatibility.
+
+2011-02-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
</font> * libnetworking/lib/ftpfs.c: Workaround for some firewalls.
2011-02-18 Joel Sherrill <joel.sherrill@oarcorp.com>
<font color='#006600'>diff -u rtems/cpukit/sapi/include/confdefs.h:1.156 rtems/cpukit/sapi/include/confdefs.h:1.157
--- rtems/cpukit/sapi/include/confdefs.h:1.156 Fri Feb 18 09:12:43 2011
+++ rtems/cpukit/sapi/include/confdefs.h Mon Feb 21 05:54:37 2011
</font><font color='#997700'>@@ -603,8 +603,8 @@
</font> */
#ifdef CONFIGURE_INIT
Scheduler_Control _Scheduler = {
<font color='#880000'>- .information = NULL,
- .Operations = SCHEDULER_ENTRY_POINTS
</font><font color='#000088'>+ NULL,
+ SCHEDULER_ENTRY_POINTS
</font> };
#endif
<font color='#006600'>diff -u rtems/cpukit/score/include/rtems/score/schedulerpriority.h:1.4 rtems/cpukit/score/include/rtems/score/schedulerpriority.h:1.5
--- rtems/cpukit/score/include/rtems/score/schedulerpriority.h:1.4 Fri Feb 18 09:12:43 2011
+++ rtems/cpukit/score/include/rtems/score/schedulerpriority.h Mon Feb 21 05:54:37 2011
</font><font color='#997700'>@@ -38,17 +38,17 @@
</font> */
#define SCHEDULER_PRIORITY_ENTRY_POINTS \
{ \
<font color='#880000'>- .initialize = _Scheduler_priority_Initialize, \
- .schedule = _Scheduler_priority_Schedule, \
- .yield = _Scheduler_priority_Yield, \
- .block = _Scheduler_priority_Block, \
- .unblock = _Scheduler_priority_Unblock, \
- .allocate = _Scheduler_priority_Allocate, \
- .free = _Scheduler_priority_Free, \
- .update = _Scheduler_priority_Update, \
- .enqueue = _Scheduler_priority_Enqueue, \
- .enqueue_first = _Scheduler_priority_Enqueue_first, \
- .extract = _Scheduler_priority_Extract \
</font><font color='#000088'>+ _Scheduler_priority_Initialize, \
+ _Scheduler_priority_Schedule, \
+ _Scheduler_priority_Yield, \
+ _Scheduler_priority_Block, \
+ _Scheduler_priority_Unblock, \
+ _Scheduler_priority_Allocate, \
+ _Scheduler_priority_Free, \
+ _Scheduler_priority_Update, \
+ _Scheduler_priority_Enqueue, \
+ _Scheduler_priority_Enqueue_first, \
+ _Scheduler_priority_Extract \
</font> }
/**
</pre>
<p> </p>
<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>