[html5] r1846 - [] (0) Make the length encoding big-endian to be compatible with Perl. (credit: pt)

whatwg at whatwg.org whatwg at whatwg.org
Thu Jul 3 12:49:47 PDT 2008


Author: ianh
Date: 2008-07-03 12:49:46 -0700 (Thu, 03 Jul 2008)
New Revision: 1846

Modified:
   index
   source
Log:
[] (0) Make the length encoding big-endian to be compatible with Perl. (credit: pt)

Modified: index
===================================================================
--- index	2008-07-03 09:13:23 UTC (rev 1845)
+++ index	2008-07-03 19:49:46 UTC (rev 1846)
@@ -41867,8 +41867,10 @@
          you would get by <i>and</i>ing <var title="">b</var> with 0x7f).
 
        <li>
-        <p>Add <var title="">b<sub title="">v</sub></var> multiplied by <var
-         title="">multiple</var> to <var title="">length</var>.
+        <p>Multiply <var title="">length</var> by <var
+         title="">multiple</var>, add <var title="">b<sub
+         title="">v</sub></var> to that result, and store the final result in
+         <var title="">length</var>.
 
        <li>
         <p>Multiply <var title="">multiple</var> by 128, and store that new

Modified: source
===================================================================
--- source	2008-07-03 09:13:23 UTC (rev 1845)
+++ source	2008-07-03 19:49:46 UTC (rev 1846)
@@ -39513,9 +39513,10 @@
        (the value you would get by <i>and</i>ing <var title="">b</var>
        with 0x7f).</p></li>
 
-       <li><p>Add <var title="">b<sub title="">v</sub></var>
-       multiplied by <var title="">multiple</var> to <var
-       title="">length</var>.</p></li>
+       <li><p>Multiply <var title="">length</var> by <var
+       title="">multiple</var>, add <var title="">b<sub
+       title="">v</sub></var> to that result, and store the final
+       result in <var title="">length</var>.</p></li>
 
        <li><p>Multiply <var title="">multiple</var> by 128, and store
        that new value in <var title="">multiple</var>.</p></li>




More information about the Commit-Watchers mailing list