<!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-23)</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>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/dosfs/msdos_misc.c: Don't include <strings.h>.
</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.2724&r2=text&tr2=1.2725&diff_format=h">M</a></td><td width='1%'>1.2725</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/dosfs/msdos_misc.c.diff?r1=text&tr1=1.26&r2=text&tr2=1.27&diff_format=h">M</a></td><td width='1%'>1.27</td><td width='100%'>cpukit/libfs/src/dosfs/msdos_misc.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2724 rtems/cpukit/ChangeLog:1.2725
--- rtems/cpukit/ChangeLog:1.2724 Tue Feb 22 09:12:08 2011
+++ rtems/cpukit/ChangeLog Wed Feb 23 07:57:02 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * libfs/src/dosfs/msdos_misc.c: Don't include <strings.h>.
+
</font> 2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/inline/rtems/rtems/status.inl: Add missing include.
<font color='#006600'>diff -u rtems/cpukit/libfs/src/dosfs/msdos_misc.c:1.26 rtems/cpukit/libfs/src/dosfs/msdos_misc.c:1.27
--- rtems/cpukit/libfs/src/dosfs/msdos_misc.c:1.26 Tue Dec 28 02:46:57 2010
+++ rtems/cpukit/libfs/src/dosfs/msdos_misc.c Wed Feb 23 07:57:02 2011
</font><font color='#997700'>@@ -22,9 +22,6 @@
</font> #include <sys/time.h>
#include <unistd.h>
#include <string.h>
<font color='#880000'>-#ifdef HAVE_STRINGS_H
-#include <strings.h>
-#endif
</font> #include <assert.h>
#include <rtems/libio_.h>
</pre>
<p> </p>
<a name='cs2'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
<font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/inline/rtems/rtems/attr.inl,
rtems/inline/rtems/rtems/eventset.inl,
rtems/inline/rtems/rtems/options.inl: Add missing includes.
</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.2725&r2=text&tr2=1.2726&diff_format=h">M</a></td><td width='1%'>1.2726</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/rtems/inline/rtems/rtems/attr.inl.diff?r1=text&tr1=1.23&r2=text&tr2=1.24&diff_format=h">M</a></td><td width='1%'>1.24</td><td width='100%'>cpukit/rtems/inline/rtems/rtems/attr.inl</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/rtems/inline/rtems/rtems/eventset.inl.diff?r1=text&tr1=1.16&r2=text&tr2=1.17&diff_format=h">M</a></td><td width='1%'>1.17</td><td width='100%'>cpukit/rtems/inline/rtems/rtems/eventset.inl</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/rtems/inline/rtems/rtems/options.inl.diff?r1=text&tr1=1.15&r2=text&tr2=1.16&diff_format=h">M</a></td><td width='1%'>1.16</td><td width='100%'>cpukit/rtems/inline/rtems/rtems/options.inl</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2725 rtems/cpukit/ChangeLog:1.2726
--- rtems/cpukit/ChangeLog:1.2725 Wed Feb 23 07:57:02 2011
+++ rtems/cpukit/ChangeLog Wed Feb 23 07:59:03 2011
</font><font color='#997700'>@@ -1,5 +1,8 @@
</font> 2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
<font color='#000088'>+ * rtems/inline/rtems/rtems/attr.inl,
+ rtems/inline/rtems/rtems/eventset.inl,
+ rtems/inline/rtems/rtems/options.inl: Add missing includes.
</font> * libfs/src/dosfs/msdos_misc.c: Don't include <strings.h>.
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
<font color='#006600'>diff -u rtems/cpukit/rtems/inline/rtems/rtems/attr.inl:1.23 rtems/cpukit/rtems/inline/rtems/rtems/attr.inl:1.24
--- rtems/cpukit/rtems/inline/rtems/rtems/attr.inl:1.23 Thu Sep 4 12:43:17 2008
+++ rtems/cpukit/rtems/inline/rtems/rtems/attr.inl Wed Feb 23 07:59:03 2011
</font><font color='#997700'>@@ -23,6 +23,8 @@
</font> #ifndef _RTEMS_RTEMS_ATTR_INL
#define _RTEMS_RTEMS_ATTR_INL
<font color='#000088'>+#include <rtems/score/basedefs.h> /* RTEMS_INLINE_ROUTINE */
+
</font> /**
* @addtogroup ClassicAttributes
* @{
<font color='#006600'>diff -u rtems/cpukit/rtems/inline/rtems/rtems/eventset.inl:1.16 rtems/cpukit/rtems/inline/rtems/rtems/eventset.inl:1.17
--- rtems/cpukit/rtems/inline/rtems/rtems/eventset.inl:1.16 Thu Sep 4 12:43:18 2008
+++ rtems/cpukit/rtems/inline/rtems/rtems/eventset.inl Wed Feb 23 07:59:03 2011
</font><font color='#997700'>@@ -21,6 +21,9 @@
</font> #ifndef _RTEMS_RTEMS_EVENTSET_INL
#define _RTEMS_RTEMS_EVENTSET_INL
<font color='#000088'>+#include <rtems/score/basedefs.h> /* RTEMS_INLINE_ROUTINE */
+#include <rtems/score/isr.h> /* ISR_Level */
+
</font> /**
* @addtogroup ClassicEventSet
* @{
<font color='#006600'>diff -u rtems/cpukit/rtems/inline/rtems/rtems/options.inl:1.15 rtems/cpukit/rtems/inline/rtems/rtems/options.inl:1.16
--- rtems/cpukit/rtems/inline/rtems/rtems/options.inl:1.15 Thu Sep 4 12:43:18 2008
+++ rtems/cpukit/rtems/inline/rtems/rtems/options.inl Wed Feb 23 07:59:03 2011
</font><font color='#997700'>@@ -22,6 +22,8 @@
</font> #ifndef _RTEMS_RTEMS_OPTIONS_INL
#define _RTEMS_RTEMS_OPTIONS_INL
<font color='#000088'>+#include <rtems/score/basedefs.h> /* RTEMS_INLINE_ROUTINE */
+
</font> /**
* @addtogroup ClassicOptions
* @{
</pre>
<p> </p>
<a name='cs3'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
<font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/include/rtems/debug.h, score/include/rtems/score/sysstate.h,
score/include/rtems/score/timespec.h,
score/inline/rtems/score/address.inl,
score/inline/rtems/score/stack.inl,
score/inline/rtems/score/states.inl: Add missing includes.
</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.2726&r2=text&tr2=1.2727&diff_format=h">M</a></td><td width='1%'>1.2727</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/include/rtems/debug.h.diff?r1=text&tr1=1.21&r2=text&tr2=1.22&diff_format=h">M</a></td><td width='1%'>1.22</td><td width='100%'>cpukit/score/include/rtems/debug.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/include/rtems/score/sysstate.h.diff?r1=text&tr1=1.25&r2=text&tr2=1.26&diff_format=h">M</a></td><td width='1%'>1.26</td><td width='100%'>cpukit/score/include/rtems/score/sysstate.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/include/rtems/score/timespec.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.10&diff_format=h">M</a></td><td width='1%'>1.10</td><td width='100%'>cpukit/score/include/rtems/score/timespec.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/inline/rtems/score/address.inl.diff?r1=text&tr1=1.28&r2=text&tr2=1.29&diff_format=h">M</a></td><td width='1%'>1.29</td><td width='100%'>cpukit/score/inline/rtems/score/address.inl</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/inline/rtems/score/stack.inl.diff?r1=text&tr1=1.22&r2=text&tr2=1.23&diff_format=h">M</a></td><td width='1%'>1.23</td><td width='100%'>cpukit/score/inline/rtems/score/stack.inl</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/inline/rtems/score/states.inl.diff?r1=text&tr1=1.18&r2=text&tr2=1.19&diff_format=h">M</a></td><td width='1%'>1.19</td><td width='100%'>cpukit/score/inline/rtems/score/states.inl</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2726 rtems/cpukit/ChangeLog:1.2727
--- rtems/cpukit/ChangeLog:1.2726 Wed Feb 23 07:59:03 2011
+++ rtems/cpukit/ChangeLog Wed Feb 23 08:02:20 2011
</font><font color='#997700'>@@ -1,5 +1,10 @@
</font> 2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
<font color='#000088'>+ * score/include/rtems/debug.h, score/include/rtems/score/sysstate.h,
+ score/include/rtems/score/timespec.h,<span style="background-color: #FF0000"> </span>
+ score/inline/rtems/score/address.inl,<span style="background-color: #FF0000"> </span>
+ score/inline/rtems/score/stack.inl,
+ score/inline/rtems/score/states.inl: Add missing includes.
</font> * rtems/inline/rtems/rtems/attr.inl,
rtems/inline/rtems/rtems/eventset.inl,
rtems/inline/rtems/rtems/options.inl: Add missing includes.
<font color='#006600'>diff -u rtems/cpukit/score/include/rtems/debug.h:1.21 rtems/cpukit/score/include/rtems/debug.h:1.22
--- rtems/cpukit/score/include/rtems/debug.h:1.21 Sun Nov 29 07:51:52 2009
+++ rtems/cpukit/score/include/rtems/debug.h Wed Feb 23 08:02:20 2011
</font><font color='#997700'>@@ -20,6 +20,8 @@
</font> #ifndef _RTEMS_DEBUG_H
#define _RTEMS_DEBUG_H
<font color='#000088'>+#include <rtems/score/basedefs.h>
+
</font> #ifdef __cplusplus
extern "C" {
#endif
<font color='#006600'>diff -u rtems/cpukit/score/include/rtems/score/sysstate.h:1.25 rtems/cpukit/score/include/rtems/score/sysstate.h:1.26
--- rtems/cpukit/score/include/rtems/score/sysstate.h:1.25 Fri Nov 27 23:58:54 2009
+++ rtems/cpukit/score/include/rtems/score/sysstate.h Wed Feb 23 08:02:20 2011
</font><font color='#997700'>@@ -20,6 +20,8 @@
</font> #ifndef _RTEMS_SCORE_SYSSTATE_H
#define _RTEMS_SCORE_SYSSTATE_H
<font color='#000088'>+#include <rtems/score/basedefs.h> /* SCORE_EXTERN */
+
</font> #ifdef __cplusplus
extern "C" {
#endif
<font color='#006600'>diff -u rtems/cpukit/score/include/rtems/score/timespec.h:1.9 rtems/cpukit/score/include/rtems/score/timespec.h:1.10
--- rtems/cpukit/score/include/rtems/score/timespec.h:1.9 Fri Nov 27 23:58:54 2009
+++ rtems/cpukit/score/include/rtems/score/timespec.h Wed Feb 23 08:02:20 2011
</font><font color='#997700'>@@ -26,6 +26,7 @@
</font> */
/**@{*/
<font color='#000088'>+#include <stdbool.h> /* bool */
</font> #include <stdint.h> /* uint32_t */
#include <time.h> /* struct timespec */
<font color='#006600'>diff -u rtems/cpukit/score/inline/rtems/score/address.inl:1.28 rtems/cpukit/score/inline/rtems/score/address.inl:1.29
--- rtems/cpukit/score/inline/rtems/score/address.inl:1.28 Thu Oct 8 02:07:36 2009
+++ rtems/cpukit/score/inline/rtems/score/address.inl Wed Feb 23 08:02:20 2011
</font><font color='#997700'>@@ -23,6 +23,8 @@
</font> #ifndef _RTEMS_SCORE_ADDRESS_INL
#define _RTEMS_SCORE_ADDRESS_INL
<font color='#000088'>+#include <rtems/score/basedefs.h>
+
</font> /**
* @addtogroup ScoreAddress<span style="background-color: #FF0000"> </span>
* @{
<font color='#006600'>diff -u rtems/cpukit/score/inline/rtems/score/stack.inl:1.22 rtems/cpukit/score/inline/rtems/score/stack.inl:1.23
--- rtems/cpukit/score/inline/rtems/score/stack.inl:1.22 Mon Dec 22 03:22:17 2008
+++ rtems/cpukit/score/inline/rtems/score/stack.inl Wed Feb 23 08:02:21 2011
</font><font color='#997700'>@@ -23,6 +23,9 @@
</font> #ifndef _RTEMS_SCORE_STACK_INL
#define _RTEMS_SCORE_STACK_INL
<font color='#000088'>+#include <rtems/score/basedefs.h> /* RTEMS_INLINE_ROUTINE */
+#include <rtems/score/cpu.h> /* CPU_STACK_ALIGNMENT */
+
</font> /**
* @addtogroup ScoreStack<span style="background-color: #FF0000"> </span>
* @{
<font color='#006600'>diff -u rtems/cpukit/score/inline/rtems/score/states.inl:1.18 rtems/cpukit/score/inline/rtems/score/states.inl:1.19
--- rtems/cpukit/score/inline/rtems/score/states.inl:1.18 Wed Jul 22 16:26:30 2009
+++ rtems/cpukit/score/inline/rtems/score/states.inl Wed Feb 23 08:02:21 2011
</font><font color='#997700'>@@ -23,6 +23,8 @@
</font> #ifndef _RTEMS_SCORE_STATES_INL
#define _RTEMS_SCORE_STATES_INL
<font color='#000088'>+#include <rtems/score/basedefs.h> /* RTEMS_INLINE_ROUTINE */
+
</font> /**
* @addtogroup ScoreStates<span style="background-color: #FF0000"> </span>
* @{
</pre>
<p> </p>
<a name='cs4'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
<font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/devnull/devnull.h, libmisc/stackchk/stackchk.h:
Fix header guard. Add missing includes.
</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.2727&r2=text&tr2=1.2728&diff_format=h">M</a></td><td width='1%'>1.2728</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libmisc/devnull/devnull.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>cpukit/libmisc/devnull/devnull.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libmisc/stackchk/stackchk.h.diff?r1=text&tr1=1.16&r2=text&tr2=1.17&diff_format=h">M</a></td><td width='1%'>1.17</td><td width='100%'>cpukit/libmisc/stackchk/stackchk.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2727 rtems/cpukit/ChangeLog:1.2728
--- rtems/cpukit/ChangeLog:1.2727 Wed Feb 23 08:02:20 2011
+++ rtems/cpukit/ChangeLog Wed Feb 23 08:07:39 2011
</font><font color='#997700'>@@ -1,5 +1,7 @@
</font> 2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
<font color='#000088'>+ * libmisc/devnull/devnull.h, libmisc/stackchk/stackchk.h:
+ Fix header guard. Add missing includes.
</font> * score/include/rtems/debug.h, score/include/rtems/score/sysstate.h,
score/include/rtems/score/timespec.h,<span style="background-color: #FF0000"> </span>
score/inline/rtems/score/address.inl,<span style="background-color: #FF0000"> </span>
<font color='#006600'>diff -u rtems/cpukit/libmisc/devnull/devnull.h:1.2 rtems/cpukit/libmisc/devnull/devnull.h:1.3
--- rtems/cpukit/libmisc/devnull/devnull.h:1.2 Thu Sep 4 13:54:19 2003
+++ rtems/cpukit/libmisc/devnull/devnull.h Wed Feb 23 08:07:40 2011
</font><font color='#997700'>@@ -14,8 +14,10 @@
</font> * $Id$
*/
<font color='#880000'>-#ifndef __NULL_DRIVER_h
-#define __NULL_DRIVER_h
</font><font color='#000088'>+#ifndef _RTEMS_DEVNULL_H
+#define _RTEMS_DEVNULL_H
+
+#include <rtems/io.h> /* rtems_device_driver */
</font>
#ifdef __cplusplus
extern "C" {
<font color='#006600'>diff -u rtems/cpukit/libmisc/stackchk/stackchk.h:1.16 rtems/cpukit/libmisc/stackchk/stackchk.h:1.17
--- rtems/cpukit/libmisc/stackchk/stackchk.h:1.16 Sun Nov 29 05:57:23 2009
+++ rtems/cpukit/libmisc/stackchk/stackchk.h Wed Feb 23 08:07:40 2011
</font><font color='#997700'>@@ -15,9 +15,12 @@
</font> * $Id$
*/
<font color='#880000'>-#ifndef __RTEMS_STACK_CHECKER_h
-#define __RTEMS_STACK_CHECKER_h
</font><font color='#000088'>+#ifndef _RTEMS_STACKCHK_H
+#define _RTEMS_STACKCHK_H
</font>
<font color='#000088'>+#include <stdbool.h> /* bool */
+
+#include <rtems/score/percpu.h> /* Thread_Control */
</font> #include <rtems/bspIo.h>
#ifdef __cplusplus
</pre>
<p> </p>
<a name='cs5'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
<font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* ftpd/ftpd.h: Add missing includes.
</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.2728&r2=text&tr2=1.2729&diff_format=h">M</a></td><td width='1%'>1.2729</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ftpd/ftpd.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.10&diff_format=h">M</a></td><td width='1%'>1.10</td><td width='100%'>cpukit/ftpd/ftpd.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2728 rtems/cpukit/ChangeLog:1.2729
--- rtems/cpukit/ChangeLog:1.2728 Wed Feb 23 08:07:39 2011
+++ rtems/cpukit/ChangeLog Wed Feb 23 08:08:44 2011
</font><font color='#997700'>@@ -1,5 +1,6 @@
</font> 2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
<font color='#000088'>+ * ftpd/ftpd.h: Add missing includes.
</font> * libmisc/devnull/devnull.h, libmisc/stackchk/stackchk.h:
Fix header guard. Add missing includes.
* score/include/rtems/debug.h, score/include/rtems/score/sysstate.h,
<font color='#006600'>diff -u rtems/cpukit/ftpd/ftpd.h:1.9 rtems/cpukit/ftpd/ftpd.h:1.10
--- rtems/cpukit/ftpd/ftpd.h:1.9 Thu Mar 12 10:34:29 2009
+++ rtems/cpukit/ftpd/ftpd.h Wed Feb 23 08:08:45 2011
</font><font color='#997700'>@@ -7,6 +7,8 @@
</font> #ifndef _RTEMS_FTPD_H
#define _RTEMS_FTPD_H
<font color='#000088'>+#include <rtems/rtems/tasks.h>
+
</font> #ifdef __cplusplus
extern "C" {
#endif
</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>