OSDN Git Service

Done: -Remove psql newline patch when we find out why mingw outputs an extra newline
authorAndrew Dunstan <andrew@dunslane.net>
Sat, 31 May 2008 15:05:46 +0000 (15:05 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Sat, 31 May 2008 15:05:46 +0000 (15:05 +0000)
doc/TODO
doc/src/FAQ/TODO.html

index e74f51e..8498670 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1985,7 +1985,7 @@ Source Code
        o Remove configure.in check for link failure when cause is found
        o Remove readdir() errno patch when runtime/mingwex/dirent.c rev
          1.4 is released
-       o Remove psql newline patch when we find out why mingw outputs an
+       o -Remove psql newline patch when we find out why mingw outputs an
          extra newline
        o Allow psql to use readline once non-US code pages work with
          backslashes
index 607509d..7aa1a57 100644 (file)
@@ -1708,8 +1708,8 @@ first.  There is also a developer's wiki at<br/>
     <li>Remove configure.in check for link failure when cause is found
     </li><li>Remove readdir() errno patch when runtime/mingwex/dirent.c rev
           1.4 is released
-    </li><li>Remove psql newline patch when we find out why mingw outputs an
-          extra newline
+    </li><li>-<em>Remove psql newline patch when we find out why mingw outputs an
+          extra newline</em>
     </li><li>Allow psql to use readline once non-US code pages work with
           backslashes
     </li><li>Fix problem with shared memory on the Win32 Terminal Server