Skip to content
  1. Sep 04, 2017
  2. Aug 29, 2017
  3. Jul 31, 2017
  4. Jun 01, 2017
  5. May 27, 2017
  6. May 18, 2017
  7. May 17, 2017
  8. Mar 15, 2017
  9. Feb 10, 2017
    • Jussi Kukkonen's avatar
      Link libraries with libm · df5330d1
      Jussi Kukkonen authored
      Otherwise linking the resulting libraries to a binary (e.g. xsltproc)
      fails when using gold linker:
      | ../libxslt/.libs/libxslt.so: error: undefined reference to 'fmod'
      | ../libxslt/.libs/libxslt.so: error: undefined reference to 'pow'
      | ../libexslt/.libs/libexslt.so: error: undefined reference to 'floor'
      | collect2: error: ld returned 1 exit status
      df5330d1
    • Nick Wellnhofer's avatar
      Disable xsltCopyTextString optimization for extensions · ec547b2c
      Nick Wellnhofer authored
      Extensions could append text using xmlAddChild which will free the
      buffer pointed to by 'lasttext'. This buffer could later be
      reallocated with a different size than recorded in 'lasttsize'.
      
      Fixes bug #777432:
      
      https://bugzilla.gnome.org/show_bug.cgi?id=777432
      ec547b2c
  10. Feb 07, 2017