Skip to content
  1. Nov 20, 2015
  2. Nov 09, 2015
  3. Nov 03, 2015
  4. Oct 30, 2015
  5. Oct 27, 2015
  6. Oct 26, 2015
  7. Oct 23, 2015
  8. Sep 30, 2015
  9. Sep 18, 2015
  10. Sep 15, 2015
  11. Sep 10, 2015
  12. Jul 11, 2015
  13. Jul 03, 2015
  14. Jun 30, 2015
  15. Jun 29, 2015
  16. Apr 26, 2015
  17. Apr 16, 2015
    • Patrick Monnerat's avatar
      os400: fix various ILE/RPG types definitions. Adjust build scripts. · 22b0415a
      Patrick Monnerat authored and Daniel Veillard's avatar Daniel Veillard committed
          - A typo caused an undefined symbol reference.
          - A structure field name did not match the corresponding C name due to a typo.
          - Some structured fields were not properly aligned.
          - The long/ulong types were wrongly mapped to 64-bit types.
          - A typo in a /include directive caused a compilation error.
          - Doc files copy now converts from UTF-8 and split long lines.
          - Adjust /include file name mapping translation for proper prefix handling.
      22b0415a
  18. Apr 14, 2015
  19. Apr 13, 2015
  20. Apr 03, 2015
    • Shaun McCance's avatar
      Allow HTML serializer to output HTML5 DOCTYPE · 7607d9dd
      Shaun McCance authored and Daniel Veillard's avatar Daniel Veillard committed
      For https://bugzilla.gnome.org/show_bug.cgi?id=747301
      
      Use simple HTML5 DOCTYPE for about:legacy-compat
      
      HTML5 uses a DOCTYPE without a PUBLIC or SYSTEM identifier. It looks
      like this:
      
      <!DOCTYPE html>
      
      I can't use XSLT to output this, because to get a DOCTYPE I have to
      provide a PUBLIC or SYSTEM identifier. Luckily, the standards folks
      recognized this and provided this semantically equivalent form for the
      HTML DOCTYPE:
      
      <!DOCTYPE html SYSTEM "about:legacy-compat">
      
      But people don't like seeing the "legacy" identifier in their output.
      They'd rather see the shiny new DOCTYPE. Since we know that
      about:legacy-compat is defined by the W3C to be semantically equivalent
      to the sans-SYSTEM DOCTYPE, we could just special-case it in the HTML
      serializer in libxml2. So if you set the SYSTEM identifier to
      "about:legacy-compat", you get an HTML5 short-form DOCTYPE.
      7607d9dd
  21. Mar 16, 2015
  22. Mar 08, 2015