<html>
<body>
  <div id="body" style="background-color:#ffffff;" >
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head" style="border-bottom-width:1px;border-bottom-style:solid;" ><td class="headtd" style="padding:0;padding-top:.2em;" colspan="4">Commit in <b><tt>lxdream/src</tt></b></td></tr>
<tr><td><tt>drivers/<a href="#file1">serial_unix.c</a></tt></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+1</td><td></td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">5b17c9900d9e -> ef31ae97bb8b</td></tr>
<tr class="alt" style=";" ><td><tt>       /<a href="#file2">video_null.c</a></tt></td><td id="addedalt" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ccf7cc;" align="right">+4</td><td></td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">5b17c9900d9e -> ef31ae97bb8b</td></tr>
<tr><td><tt><a href="#file3">gdbserver.c</a></tt></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+1</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-1</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">5b17c9900d9e -> ef31ae97bb8b</td></tr>
<tr class="alt" style=";" ><td><tt><a href="#file4">main.c</a></tt></td><td id="addedalt" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ccf7cc;" align="right">+1</td><td></td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">5b17c9900d9e -> ef31ae97bb8b</td></tr>
<tr><td><tt><a href="#file5">serial.h</a></tt></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+2</td><td></td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">5b17c9900d9e -> ef31ae97bb8b</td></tr>
<tr><td></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+9</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-1</td><td></td></tr>
</table>
<small id="info" style="color: #888888;" >5 modified files</small><br />
<pre class="comment" style="white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:pre-wrap;word-wrap:break-word;padding:4px;border:1px dashed #000000;background-color:#ffffdd;" >
Fix compile-time warnings
</pre>
<hr /><a name="file1" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream/src/drivers</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>serial_unix.c</b></big> <small id="info" style="color: #888888;" >5b17c9900d9e -> ef31ae97bb8b</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/drivers/serial_unix.c
+++ lxdream/src/drivers/serial_unix.c
@@ -73,6 +73,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >             serial_attach_device( dev );
         }
     }
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    return TRUE;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > }
 
 
</pre></div>
<hr /><a name="file2" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream/src/drivers</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>video_null.c</b></big> <small id="info" style="color: #888888;" >5b17c9900d9e -> ef31ae97bb8b</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/drivers/video_null.c
+++ lxdream/src/drivers/video_null.c
@@ -56,6 +56,9 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > {
 }
 
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+static void video_null_swap_buffers(void)
+{
+}
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
 struct display_driver display_null_driver = { 
         "null",
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -72,4 +75,5 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >         video_null_load_frame_buffer,
         video_null_display_render_buffer,
         video_null_display_blank,
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+        video_null_swap_buffers,
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >         video_null_read_render_buffer };
</pre></div>
<hr /><a name="file3" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream/src</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>gdbserver.c</b></big> <small id="info" style="color: #888888;" >5b17c9900d9e -> ef31ae97bb8b</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/gdbserver.c
+++ lxdream/src/gdbserver.c
@@ -523,7 +523,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     server->cpu = cpu;
     server->mmu = mmu;
     server->fd = fd;
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    gboolean result = io_register_tcp_listener( fd, gdb_server_connect_callback, server, gdb_server_free );
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    gboolean result = io_register_tcp_listener( fd, gdb_server_connect_callback, server, gdb_server_free )<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" > != NULL</span>;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     INFO( "%s GDB server running on port %d", cpu->name, port );
     return result;
 }
</pre></div>
<hr /><a name="file4" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream/src</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>main.c</b></big> <small id="info" style="color: #888888;" >5b17c9900d9e -> ef31ae97bb8b</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/main.c
+++ lxdream/src/main.c
@@ -37,6 +37,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > #include "sh4/sh4.h"
 #include "aica/armdasm.h"
 #include "vmu/vmulist.h"
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+#include "serial.h"
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > #include "hotkeys.h"
 #include "plugin.h"
 
</pre></div>
<hr /><a name="file5" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream/src</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>serial.h</b></big> <small id="info" style="color: #888888;" >5b17c9900d9e -> ef31ae97bb8b</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/serial.h
+++ lxdream/src/serial.h
@@ -47,6 +47,8 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > serial_device_t serial_detach_device( );
 serial_device_t serial_get_device( );
 
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+void serial_init();
+
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > /**
  * Destroy a serial device.
  */
</pre></div>
<center><small>Chaos Theory</small></center>
</div></body></html>