change log for rtems (2010-06-16)

rtems-vc at rtems.org rtems-vc at rtems.org
Wed Jun 16 15:11:28 UTC 2010


 *ralf* (on branch rtems-4-10-branch):
2010-06-16	Ralf Corsépius <ralf.corsepius at rtems.org>

	PR 1556/cpukit
	* libfs/src/rfs/rtems-rfs-shell.c: Remove rtems_rfs_shell_cmd_t.

M 1.2398  cpukit/ChangeLog
M 1.2346.2.20  cpukit/ChangeLog
M    1.8  cpukit/libfs/src/rfs/rtems-rfs-shell.c
M 1.7.2.1  cpukit/libfs/src/rfs/rtems-rfs-shell.c

diff -u rtems/cpukit/ChangeLog:1.2397 rtems/cpukit/ChangeLog:1.2398
--- rtems/cpukit/ChangeLog:1.2397	Wed Jun 16 08:50:21 2010
+++ rtems/cpukit/ChangeLog	Wed Jun 16 09:31:48 2010
@@ -1,3 +1,8 @@
+2010-06-16	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	PR 1556/cpukit
+	* libfs/src/rfs/rtems-rfs-shell.c: Remove rtems_rfs_shell_cmd_t.
+
 2010-06-15	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	PR 1566/filesystem

diff -u rtems/cpukit/ChangeLog:1.2346.2.19 rtems/cpukit/ChangeLog:1.2346.2.20
--- rtems/cpukit/ChangeLog:1.2346.2.19	Wed Jun 16 08:52:03 2010
+++ rtems/cpukit/ChangeLog	Wed Jun 16 09:32:21 2010
@@ -1,3 +1,8 @@
+2010-06-16	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	PR 1556/cpukit
+	* libfs/src/rfs/rtems-rfs-shell.c: Remove rtems_rfs_shell_cmd_t.
+
 2010-06-15	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	PR 1566/filesystem

diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-shell.c:1.7 rtems/cpukit/libfs/src/rfs/rtems-rfs-shell.c:1.8
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-shell.c:1.7	Mon Apr 12 00:29:25 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-shell.c	Wed Jun 16 09:31:48 2010
@@ -42,7 +42,7 @@
 /**
  * Table of handlers we parse to invoke the command.
  */
-typedef struct rtems_rfs_shell_cmd_t
+typedef struct
 {
   const char*             name;
   rtems_rfs_shell_handler handler;

diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-shell.c:1.7 rtems/cpukit/libfs/src/rfs/rtems-rfs-shell.c:1.7.2.1
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-shell.c:1.7	Mon Apr 12 00:29:25 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-shell.c	Wed Jun 16 09:32:21 2010
@@ -42,7 +42,7 @@
 /**
  * Table of handlers we parse to invoke the command.
  */
-typedef struct rtems_rfs_shell_cmd_t
+typedef struct
 {
   const char*             name;
   rtems_rfs_shell_handler handler;


 *ralf* (on branch rtems-4-10-branch):
2010-06-16	Ralf Corsépius <ralf.corsepius at rtems.org>

	PR 1556/cpukit
	* libfs/src/rfs/rtems-rfs-bitmaps.h,
	libfs/src/rfs/rtems-rfs-block-pos.h,
	libfs/src/rfs/rtems-rfs-buffer.h,
	libfs/src/rfs/rtems-rfs-file-system-fwd.h,
	libfs/src/rfs/rtems-rfs-file-system.h,
	libfs/src/rfs/rtems-rfs-file.h,
	libfs/src/rfs/rtems-rfs-format.h,
	libfs/src/rfs/rtems-rfs-group.h,
	libfs/src/rfs/rtems-rfs-inode.h:
	Rename "struct rtems_rfs_*_t" into "struct _rtems_rfs_*".

M 1.2399  cpukit/ChangeLog
M 1.2346.2.21  cpukit/ChangeLog
M    1.2  cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h
M 1.1.2.1  cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h
M    1.3  cpukit/libfs/src/rfs/rtems-rfs-block-pos.h
M 1.1.2.2  cpukit/libfs/src/rfs/rtems-rfs-block-pos.h
M    1.3  cpukit/libfs/src/rfs/rtems-rfs-buffer.h
M 1.2.2.1  cpukit/libfs/src/rfs/rtems-rfs-buffer.h
M    1.2  cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h
M 1.1.2.1  cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h
M    1.5  cpukit/libfs/src/rfs/rtems-rfs-file-system.h
M 1.3.2.2  cpukit/libfs/src/rfs/rtems-rfs-file-system.h
M    1.2  cpukit/libfs/src/rfs/rtems-rfs-file.h
M 1.1.2.1  cpukit/libfs/src/rfs/rtems-rfs-file.h
M    1.2  cpukit/libfs/src/rfs/rtems-rfs-format.h
M 1.1.2.1  cpukit/libfs/src/rfs/rtems-rfs-format.h
M    1.4  cpukit/libfs/src/rfs/rtems-rfs-group.h
M 1.2.2.2  cpukit/libfs/src/rfs/rtems-rfs-group.h
M    1.5  cpukit/libfs/src/rfs/rtems-rfs-inode.h
M 1.3.2.2  cpukit/libfs/src/rfs/rtems-rfs-inode.h

diff -u rtems/cpukit/ChangeLog:1.2398 rtems/cpukit/ChangeLog:1.2399
--- rtems/cpukit/ChangeLog:1.2398	Wed Jun 16 09:31:48 2010
+++ rtems/cpukit/ChangeLog	Wed Jun 16 09:39:25 2010
@@ -1,6 +1,16 @@
 2010-06-16	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	PR 1556/cpukit
+	* libfs/src/rfs/rtems-rfs-bitmaps.h,
+	libfs/src/rfs/rtems-rfs-block-pos.h,
+	libfs/src/rfs/rtems-rfs-buffer.h,
+	libfs/src/rfs/rtems-rfs-file-system-fwd.h,
+	libfs/src/rfs/rtems-rfs-file-system.h,
+	libfs/src/rfs/rtems-rfs-file.h,
+	libfs/src/rfs/rtems-rfs-format.h,
+	libfs/src/rfs/rtems-rfs-group.h,
+	libfs/src/rfs/rtems-rfs-inode.h:
+	Rename "struct rtems_rfs_*_t" into "struct _rtems_rfs_*".
 	* libfs/src/rfs/rtems-rfs-shell.c: Remove rtems_rfs_shell_cmd_t.
 
 2010-06-15	Ralf Corsépius <ralf.corsepius at rtems.org>

diff -u rtems/cpukit/ChangeLog:1.2346.2.20 rtems/cpukit/ChangeLog:1.2346.2.21
--- rtems/cpukit/ChangeLog:1.2346.2.20	Wed Jun 16 09:32:21 2010
+++ rtems/cpukit/ChangeLog	Wed Jun 16 09:41:01 2010
@@ -1,6 +1,16 @@
 2010-06-16	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	PR 1556/cpukit
+	* libfs/src/rfs/rtems-rfs-bitmaps.h,
+	libfs/src/rfs/rtems-rfs-block-pos.h,
+	libfs/src/rfs/rtems-rfs-buffer.h,
+	libfs/src/rfs/rtems-rfs-file-system-fwd.h,
+	libfs/src/rfs/rtems-rfs-file-system.h,
+	libfs/src/rfs/rtems-rfs-file.h,
+	libfs/src/rfs/rtems-rfs-format.h,
+	libfs/src/rfs/rtems-rfs-group.h,
+	libfs/src/rfs/rtems-rfs-inode.h:
+	Rename "struct rtems_rfs_*_t" into "struct _rtems_rfs_*".
 	* libfs/src/rfs/rtems-rfs-shell.c: Remove rtems_rfs_shell_cmd_t.
 
 2010-06-15	Ralf Corsépius <ralf.corsepius at rtems.org>

diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h:1.1 rtems/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h:1.2
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h:1.1	Wed Feb 17 18:24:24 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h	Wed Jun 16 09:39:14 2010
@@ -99,7 +99,7 @@
 /**
  * The bitmap control is a simple way to manage the various parts of a bitmap.
  */
-struct rtems_rfs_bitmap_control_t
+typedef struct _rtems_rfs_bitmap_control
 {
   rtems_rfs_buffer_handle* buffer;      //< Handle the to buffer with the bit
                                         //map.
@@ -110,9 +110,7 @@
   size_t                   free;        //< Number of bits in the map that are
                                         //free (clear).
   rtems_rfs_bitmap_map     search_bits; //< The search bit map memory.
-};
-
-typedef struct rtems_rfs_bitmap_control_t rtems_rfs_bitmap_control;
+} rtems_rfs_bitmap_control;
 
 /**
  * Return the number of bits for the number of bytes provided.

diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h:1.1 rtems/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h:1.1.2.1
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h:1.1	Wed Feb 17 18:24:24 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h	Wed Jun 16 09:40:49 2010
@@ -99,7 +99,7 @@
 /**
  * The bitmap control is a simple way to manage the various parts of a bitmap.
  */
-struct rtems_rfs_bitmap_control_t
+typedef struct _rtems_rfs_bitmap_control
 {
   rtems_rfs_buffer_handle* buffer;      //< Handle the to buffer with the bit
                                         //map.
@@ -110,9 +110,7 @@
   size_t                   free;        //< Number of bits in the map that are
                                         //free (clear).
   rtems_rfs_bitmap_map     search_bits; //< The search bit map memory.
-};
-
-typedef struct rtems_rfs_bitmap_control_t rtems_rfs_bitmap_control;
+} rtems_rfs_bitmap_control;
 
 /**
  * Return the number of bits for the number of bytes provided.

diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h:1.2 rtems/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h:1.3
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h:1.2	Sat Jun 12 00:18:02 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h	Wed Jun 16 09:39:14 2010
@@ -47,7 +47,7 @@
  * block field can be used hold a block number for the position as a look up
  * cache.
  */
-typedef struct rtems_rfs_block_pos_t
+typedef struct _rtems_rfs_block_pos
 {
   /**
    * The block index in the map. Range is from 0 to the maps block count minus
@@ -136,7 +136,7 @@
  * A block size is the number of blocks less one plus the offset where the
  * offset must be less than the block size.
  */
-typedef struct rtems_rfs_block_size_t
+typedef struct _rtems_rfs_block_size
 {
   /**
    * The count of blocks in a map. A 0 means no blocks and a zero length and

diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h:1.1.2.1 rtems/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h:1.1.2.2
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h:1.1.2.1	Sat Jun 12 00:19:11 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h	Wed Jun 16 09:40:50 2010
@@ -47,7 +47,7 @@
  * block field can be used hold a block number for the position as a look up
  * cache.
  */
-typedef struct rtems_rfs_block_pos_t
+typedef struct _rtems_rfs_block_pos
 {
   /**
    * The block index in the map. Range is from 0 to the maps block count minus
@@ -136,7 +136,7 @@
  * A block size is the number of blocks less one plus the offset where the
  * offset must be less than the block size.
  */
-typedef struct rtems_rfs_block_size_t
+typedef struct _rtems_rfs_block_size
 {
   /**
    * The count of blocks in a map. A 0 means no blocks and a zero length and

diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-buffer.h:1.2 rtems/cpukit/libfs/src/rfs/rtems-rfs-buffer.h:1.3
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-buffer.h:1.2	Sun Feb 28 16:36:28 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-buffer.h	Wed Jun 16 09:39:14 2010
@@ -60,7 +60,7 @@
                                     bool              modified);
 #else /* Device I/O */
 typedef uint32_t rtems_rfs_buffer_block;
-typedef struct rtems_rfs_buffer_t
+typedef struct _rtems_rfs_buffer
 {
   rtems_chain_node       link;
   rtems_rfs_buffer_block user;

diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-buffer.h:1.2 rtems/cpukit/libfs/src/rfs/rtems-rfs-buffer.h:1.2.2.1
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-buffer.h:1.2	Sun Feb 28 16:36:28 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-buffer.h	Wed Jun 16 09:40:50 2010
@@ -60,7 +60,7 @@
                                     bool              modified);
 #else /* Device I/O */
 typedef uint32_t rtems_rfs_buffer_block;
-typedef struct rtems_rfs_buffer_t
+typedef struct _rtems_rfs_buffer
 {
   rtems_chain_node       link;
   rtems_rfs_buffer_block user;

diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h:1.1 rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h:1.2
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h:1.1	Wed Feb 17 18:24:25 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h	Wed Jun 16 09:39:14 2010
@@ -21,7 +21,7 @@
 /**
  * Forward reference to the file system data.
  */
-struct rtems_rfs_file_system_t;
-typedef struct rtems_rfs_file_system_t rtems_rfs_file_system;
+struct _rtems_rfs_file_system;
+typedef struct _rtems_rfs_file_system rtems_rfs_file_system;
 
 #endif

diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h:1.1 rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h:1.1.2.1
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h:1.1	Wed Feb 17 18:24:25 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h	Wed Jun 16 09:40:50 2010
@@ -21,7 +21,7 @@
 /**
  * Forward reference to the file system data.
  */
-struct rtems_rfs_file_system_t;
-typedef struct rtems_rfs_file_system_t rtems_rfs_file_system;
+struct _rtems_rfs_file_system;
+typedef struct _rtems_rfs_file_system rtems_rfs_file_system;
 
 #endif

diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system.h:1.4 rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system.h:1.5
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system.h:1.4	Tue Jun 15 10:17:35 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system.h	Wed Jun 16 09:39:14 2010
@@ -111,7 +111,7 @@
 /**
  * RFS File System data.
  */
-struct rtems_rfs_file_system_t
+struct _rtems_rfs_file_system
 {
   /**
    * Flags to control the file system. Some can be controlled via the ioctl.

diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system.h:1.3.2.1 rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system.h:1.3.2.2
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system.h:1.3.2.1	Tue Jun 15 10:17:43 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-file-system.h	Wed Jun 16 09:40:50 2010
@@ -111,7 +111,7 @@
 /**
  * RFS File System data.
  */
-struct rtems_rfs_file_system_t
+struct _rtems_rfs_file_system
 {
   /**
    * Flags to control the file system. Some can be controlled via the ioctl.

diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-file.h:1.1 rtems/cpukit/libfs/src/rfs/rtems-rfs-file.h:1.2
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-file.h:1.1	Wed Feb 17 18:24:25 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-file.h	Wed Jun 16 09:39:14 2010
@@ -33,7 +33,7 @@
  * the inode is not thrashed yet we meet the requirements of the POSIX
  * standard. The stat call needs to check the shared file data.
  */
-typedef struct rtems_rfs_file_shared_t
+typedef struct _rtems_rfs_file_shared
 {
   /**
    * The shared parts are maintained as a list.
@@ -175,7 +175,7 @@
 /**
  * File data used to managed an open file.
  */
-typedef struct rtems_rfs_file_handle_t
+typedef struct _rtems_rfs_file_handle
 {
   /**
    * Special flags that can be controlled by the fctrl call.

diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-file.h:1.1 rtems/cpukit/libfs/src/rfs/rtems-rfs-file.h:1.1.2.1
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-file.h:1.1	Wed Feb 17 18:24:25 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-file.h	Wed Jun 16 09:40:50 2010
@@ -33,7 +33,7 @@
  * the inode is not thrashed yet we meet the requirements of the POSIX
  * standard. The stat call needs to check the shared file data.
  */
-typedef struct rtems_rfs_file_shared_t
+typedef struct _rtems_rfs_file_shared
 {
   /**
    * The shared parts are maintained as a list.
@@ -175,7 +175,7 @@
 /**
  * File data used to managed an open file.
  */
-typedef struct rtems_rfs_file_handle_t
+typedef struct _rtems_rfs_file_handle
 {
   /**
    * Special flags that can be controlled by the fctrl call.

diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-format.h:1.1 rtems/cpukit/libfs/src/rfs/rtems-rfs-format.h:1.2
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-format.h:1.1	Wed Feb 17 18:24:25 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-format.h	Wed Jun 16 09:39:14 2010
@@ -34,7 +34,7 @@
  * RFS File System Configuration data used to format the file system. For
  * default values leave the field set to 0.
  */
-typedef struct rtems_rfs_format_config_t
+typedef struct _rtems_rfs_format_config
 {
   /**
    * The size of a block.

diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-format.h:1.1 rtems/cpukit/libfs/src/rfs/rtems-rfs-format.h:1.1.2.1
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-format.h:1.1	Wed Feb 17 18:24:25 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-format.h	Wed Jun 16 09:40:50 2010
@@ -34,7 +34,7 @@
  * RFS File System Configuration data used to format the file system. For
  * default values leave the field set to 0.
  */
-typedef struct rtems_rfs_format_config_t
+typedef struct _rtems_rfs_format_config
 {
   /**
    * The size of a block.

diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-group.h:1.3 rtems/cpukit/libfs/src/rfs/rtems-rfs-group.h:1.4
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-group.h:1.3	Sat Jun 12 00:18:02 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-group.h	Wed Jun 16 09:39:14 2010
@@ -37,7 +37,7 @@
  * bit allocator for blocks in the group simpler plus is allows a simple way to
  * localise access to files and directories.
  */
-typedef struct rtems_rfs_group_t 
+typedef struct _rtems_rfs_group 
 {
   /**
    * Base block number.

diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-group.h:1.2.2.1 rtems/cpukit/libfs/src/rfs/rtems-rfs-group.h:1.2.2.2
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-group.h:1.2.2.1	Sat Jun 12 00:19:11 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-group.h	Wed Jun 16 09:40:50 2010
@@ -37,7 +37,7 @@
  * bit allocator for blocks in the group simpler plus is allows a simple way to
  * localise access to files and directories.
  */
-typedef struct rtems_rfs_group_t 
+typedef struct _rtems_rfs_group 
 {
   /**
    * Base block number.

diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-inode.h:1.4 rtems/cpukit/libfs/src/rfs/rtems-rfs-inode.h:1.5
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-inode.h:1.4	Sat Jun 12 00:18:02 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-inode.h	Wed Jun 16 09:39:14 2010
@@ -95,7 +95,7 @@
 /**
  * The inode.
  */
-typedef struct rtems_rfs_inode_t
+typedef struct _rtems_rfs_inode
 {
   /**
    * The number of links to the inode.
@@ -176,7 +176,7 @@
 /**
  * RFS Inode Handle.
  */
-typedef struct rtems_rfs_inode_handle_t
+typedef struct _rtems_rfs_inode_handle
 {
   /**
    * Handles can be linked as a list for easy processing.

diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-inode.h:1.3.2.1 rtems/cpukit/libfs/src/rfs/rtems-rfs-inode.h:1.3.2.2
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-inode.h:1.3.2.1	Sat Jun 12 00:19:11 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-inode.h	Wed Jun 16 09:40:51 2010
@@ -95,7 +95,7 @@
 /**
  * The inode.
  */
-typedef struct rtems_rfs_inode_t
+typedef struct _rtems_rfs_inode
 {
   /**
    * The number of links to the inode.
@@ -176,7 +176,7 @@
 /**
  * RFS Inode Handle.
  */
-typedef struct rtems_rfs_inode_handle_t
+typedef struct _rtems_rfs_inode_handle
 {
   /**
    * Handles can be linked as a list for easy processing.



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20100616/43b80172/attachment.html>


More information about the vc mailing list