reactos/dll/3rdparty/libxslt
Timo Kreuzer 51fbf9e8c0 [LIBXSLT] Disable misleading-indentation warnings
Fixes GCC 8 warning:
dll/3rdparty/libxslt/security.c:358:5: error: this 'else' clause does not guard... [-Werror=misleading-indentation]
     else
     ^~~~
dll/3rdparty/libxslt/security.c:365:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
  if (ret <= 0) {
  ^~
2019-05-27 13:22:40 +02:00
..
attributes.c [LIBXSLT] Update to version 1.1.33. CORE-15280 2019-01-16 09:27:26 +01:00
attributes.h
attrvt.c
AUTHORS
ChangeLog [LIBXSLT] Update to version 1.1.33. CORE-15280 2019-01-16 09:27:26 +01:00
CMakeLists.txt [LIBXSLT] Disable misleading-indentation warnings 2019-05-27 13:22:40 +02:00
config.h
Copyright [LIBXSLT] Better highlight some ROS diffs. CORE-14291 2018-02-05 14:37:27 +01:00
documents.c
extensions.c [LIBXSLT] Update to version 1.1.33. CORE-15280 2019-01-16 09:27:26 +01:00
extra.c [LIBXSLT] Update to version 1.1.33. CORE-15280 2019-01-16 09:27:26 +01:00
functions.c [LIBXSLT] Update to version 1.1.33. CORE-15280 2019-01-16 09:27:26 +01:00
imports.c [LIBXSLT] Update to version 1.1.33. CORE-15280 2019-01-16 09:27:26 +01:00
keys.c [LIBXSLT] Update to version 1.1.33. CORE-15280 2019-01-16 09:27:26 +01:00
keys.h
libxslt.3
Makefile.am [LIBXSLT] Update to version 1.1.32. CORE-14291 2018-02-05 14:37:37 +01:00
namespaces.c
namespaces.h
NEWS [LIBXSLT] Better highlight some ROS diffs. CORE-14291 2018-02-05 14:37:27 +01:00
numbers.c [LIBXSLT] Update to version 1.1.33. CORE-15280 2019-01-16 09:27:26 +01:00
pattern.c [LIBXSLT] Update to version 1.1.33. CORE-15280 2019-01-16 09:27:26 +01:00
precomp.h
preproc.c [LIBXSLT] Update to version 1.1.33. CORE-15280 2019-01-16 09:27:26 +01:00
preproc.h
README
security.c [LIBXSLT] Update to version 1.1.32. CORE-14291 2018-02-05 14:37:37 +01:00
security.h
templates.c [LIBXSLT] Update to version 1.1.32. CORE-14291 2018-02-05 14:37:37 +01:00
templates.h
transform.c [LIBXSLT] Update to version 1.1.33. CORE-15280 2019-01-16 09:27:26 +01:00
trio.h
triodef.h
variables.c [LIBXSLT] Update to version 1.1.33. CORE-15280 2019-01-16 09:27:26 +01:00
win32config.h [LIBXSLT] Better highlight some ROS diffs. CORE-14291 2018-02-05 14:37:27 +01:00
xslt.c [LIBXSLT] Update to version 1.1.33. CORE-15280 2019-01-16 09:27:26 +01:00
xsltconfig.h.in [LIBXSLT] Update to version 1.1.33. CORE-15280 2019-01-16 09:27:26 +01:00
xsltlocale.c [LIBXSLT] Update to version 1.1.32. CORE-14291 2018-02-05 14:37:37 +01:00
xsltutils.c [LIBXSLT] Update to version 1.1.33. CORE-15280 2019-01-16 09:27:26 +01:00
xsltwin32config.h [LIBXSLT] Update to version 1.1.33. CORE-15280 2019-01-16 09:27:26 +01:00
xsltwin32config.h.in [LIBXSLT] Update to version 1.1.33. CORE-15280 2019-01-16 09:27:26 +01:00

     XSLT support for libxml2 (XML toolkit from the GNOME project)

Full documentation is available on-line at
    http://xmlsoft.org/XSLT/

This code is released under the MIT Licence see the Copyright file.
 
To report bugs, follow the instructions at:
  http://xmlsoft.org/XSLT/bugs.html

A mailing-list xslt@gnome.org is available, to subscribe:
    http://mail.gnome.org/mailman/listinfo/xslt

The list archive is at:
    http://mail.gnome.org/archives/xslt/

All technical answers asked privately will be automatically answered on
the list and archived for public access unless pricacy is explicitely
required and justified.

Daniel Veillard

$Id$