OSDN Git Service

PATCH: [ 1531259 ] Web: Known limitation: In linefilters $ does not match EOL
authorTim Gerundt <tim@gerundt.de>
Mon, 31 Jul 2006 18:55:23 +0000 (18:55 +0000)
committerTim Gerundt <tim@gerundt.de>
Mon, 31 Jul 2006 18:55:23 +0000 (18:55 +0000)
Web/2.4/limitations.php
Web/Changes.txt

index 0ea2d8b..944aace 100644 (file)
     <p>64-bit Windows versions cannot load WinMerge's Shell Extension. There is limitation in 64-bit Windows that 64-bit code cannot load 32-bit DLLs. Naturally Shell in 64-bit Windows is 64-bit code. And WinMerge Shell Extension is 32-bit DLL.</p>
     <p><i>Workaround</i>: There is no workaround. This will be fixed when 64-bit version from Shell Extension is released. There are no plans for that yet.</p>
   </li>
+  <li>
+    <p><strong>$ does not match end of line in linefilter regular expressions</strong></p>
+    <p><i>Workaround</i>: Construct your regular expression so that you don't need to use $.</p>
+  </li>
 </ul>
 <?php
   $page->printFoot();
index 3648552..8f56b44 100644 (file)
@@ -1,3 +1,7 @@
+2006-07-31 Tim
+ PATCH: [ 1531259 ] Web: Known limitation: In linefilters $ does not match EOL
+  Web\2.4: limitations.php
+
 2006-06-30 Tim
  Add 'Gal Hammer' to developers.
   Web\developer: developers.xml