1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-29 15:41:13 +03:00

Commit Graph

  • 291d190b3d Fix clang -Wconditional-uninitialized warning in libxslt/numbers.c David Kilzer 2020-01-07 15:15:53 -08:00
  • 4d9bfef22f Fix -Wshadow warnings in libexslt/dynamic.c David Kilzer 2020-01-07 15:08:33 -08:00
  • b90e1063a8 Fix variable syntax in Python configuration Nick Wellnhofer 2020-01-10 12:58:35 +01:00
  • db4b4e56f0 Also search parent dir for source XML when fuzzing Nick Wellnhofer 2020-01-10 12:56:13 +01:00
  • 5b1a24d44a Add new EXSLT string tests to EXTRA_DIST Nick Wellnhofer 2019-11-28 12:50:09 +01:00
  • 87735e0033 Add EXSLT str:encode-uri and str:decode-uri tests Afonso Bordado 2019-11-23 23:49:57 +00:00
  • 1db044d91d Add new general tests to EXTRA_DIST Nick Wellnhofer 2019-11-15 12:08:53 +01:00
  • 90c34c8bb9 Fix xml2-config check in configure script Nick Wellnhofer 2019-11-15 11:53:11 +01:00
  • e2584eed1c win32: Add configuration for profiler Chun-wei Fan 2019-11-12 17:37:05 +08:00
  • bde9dc85b3 Check whether 'xml2-config --dynamic' is supported Nick Wellnhofer 2019-11-11 12:05:31 +01:00
  • 3653123f99 Release of libxslt-1.1.34 v1.1.34 Daniel Veillard 2019-10-30 21:02:43 +01:00
  • e3577d4897 xsl:template without name and match attributes should not be allowed v1.1.34-rc2 Nikolai Weibull 2019-10-28 09:10:35 +01:00
  • e9709fa901 Candidate release 1 of libxslt 1.1.34 * doc/xsltproc.xml: moved to new place for docbook stylesheet and work around a missing / inrewrite of docbook xsl catalog in Fedora 30 * tests/fuzz/Makefile.am: add fuzz.h to sources * python/Makefile.am: there is no more TODO * libxslt.spec.in: run make tests instead of check to avoid fuzz in that environment, and drop python TODO Daniel Veillard 2019-10-23 20:49:08 +02:00
  • 7a9b9e5300 Remove empty TODO file Nick Wellnhofer 2019-10-21 12:53:46 +02:00
  • 5307ec9978 Remove generated file libxsltclass.txt from version control Nick Wellnhofer 2019-10-21 12:50:50 +02:00
  • 47c8300023 Make sure that Python tests exit with error code Nick Wellnhofer 2019-10-21 11:57:47 +02:00
  • 9d4bfeecbd Enable continuous integration via GitLab CI Nick Wellnhofer 2019-10-20 15:46:32 +02:00
  • b6f38bfdd2 Fix -Wimplicit-fallthrough warnings Nick Wellnhofer 2019-10-20 17:00:58 +02:00
  • 6d4a773a4b Fix EXSLT web pages Nick Wellnhofer 2019-10-18 18:53:42 +02:00
  • 22150555b1 Adjust number of API index pages Nick Wellnhofer 2019-10-18 18:23:46 +02:00
  • 8dd836a43e Regenerate web pages Nick Wellnhofer 2019-10-18 12:19:14 +02:00
  • 1c83862b97 Fix Git link in news.html Nick Wellnhofer 2019-10-18 12:15:33 +02:00
  • 2ddea582ad Rebuild docs Nick Wellnhofer 2019-10-18 11:44:38 +02:00
  • e8991b2348 Remove stubs when compiling without debugger or profiler Nick Wellnhofer 2019-10-18 11:42:18 +02:00
  • 006fa35af1 Minor documentation fixes after recent changes Nick Wellnhofer 2019-10-18 11:40:36 +02:00
  • 8dc0b5dba3 Make xsltCompileRelativePathPattern non-recursive Nick Wellnhofer 2019-09-30 10:04:32 +02:00
  • 53b30c2363 Fix typos Jan Pokorný 2019-09-15 13:32:27 +02:00
  • 4fcf6f564c Improve handling of invalid UTF-8 in format-number Nick Wellnhofer 2019-09-15 13:12:36 +02:00
  • e1f8d2e6eb Check that crypto:rc4_decrypt produces valid UTF-8 Nick Wellnhofer 2019-09-15 13:08:38 +02:00
  • d8ce4f1c27 Avoid recursion in keys.c:skipPredicate Nick Wellnhofer 2019-09-15 12:15:08 +02:00
  • 2232473733 Fix dangling pointer in xsltCopyText Nick Wellnhofer 2019-08-17 16:51:53 +02:00
  • 20cadc71bd configure.ac: Invoke PKG_CHECK_MODULES for building shared libraries Hugh McMaster 2019-08-01 21:35:47 +10:00
  • 3028eaeae9 configure.ac: Conditionally determine whether xml2-config should pass shared libraries or static libraries Hugh McMaster 2019-08-01 20:49:43 +10:00
  • 2477a0622a xslt-config.in: Fix broken --prefix=DIR support Hugh McMaster 2019-07-31 20:45:35 +10:00
  • bcb258f93f libexslt.pc.in: Do not expose private library dependencies unless invoked Hugh McMaster 2019-07-29 21:49:16 +10:00
  • 94316120d7 libxslt.pc.in: Do not expose private library dependencies unless invoked Hugh McMaster 2019-07-29 21:48:54 +10:00
  • a7481f3d81 xslt-config.in: Simply handling of $all_flags Hugh McMaster 2019-07-29 21:46:47 +10:00
  • cc1b0b4b68 xslt-config.in: Add a --dynamic option to --libs Hugh McMaster 2019-07-29 21:45:32 +10:00
  • b0c4b62ed3 xslt-config.in: Simplify basic library handling Hugh McMaster 2019-07-29 21:34:03 +10:00
  • 9d3cb2e4c5 xslt-config.in: Remove unused variable Hugh McMaster 2019-07-29 21:19:40 +10:00
  • 6be203f1ac xslt-config: Simply handling of --cflags Hugh McMaster 2019-07-29 21:16:16 +10:00
  • 15edbe4090 Fix memory leak in pattern compilation error path Nick Wellnhofer 2019-07-08 11:37:50 +02:00
  • 6ce8de6933 Fix uninitialized read with UTF-8 grouping chars Nick Wellnhofer 2019-06-03 13:14:45 +02:00
  • b6199a2365 Fix integer overflow in FORMAT_GYEAR Nick Wellnhofer 2019-06-19 16:03:51 +02:00
  • 9216d4e510 Fix performance regression with xsl:number Nick Wellnhofer 2019-06-19 14:00:26 +02:00
  • 5b0965010a Backup XPath context node in xsltInitCtxtKey Nick Wellnhofer 2019-06-12 11:58:44 +02:00
  • fbd437b4a9 Add Travis test with MemorySanitizer Nick Wellnhofer 2019-06-03 14:30:56 +02:00
  • e67e0afbdd Run Travis ASan tests under Xenial Nick Wellnhofer 2019-06-03 14:56:24 +02:00
  • 845ac6bf82 Improve fuzzers Nick Wellnhofer 2019-05-20 13:08:54 +02:00
  • 0921b596cc Fix unsigned integer overflow in date.c Nick Wellnhofer 2019-05-16 21:19:55 +02:00
  • 29414ac962 Always reuse XPath context Nick Wellnhofer 2019-05-13 10:38:49 +02:00
  • 7434b5569f Fix insertion of xsl:fallback content Nick Wellnhofer 2019-05-12 15:15:19 +02:00
  • e85f12dffe Compile with -Wextra Nick Wellnhofer 2019-05-11 14:30:03 +02:00
  • 895c668b49 Make profiler support optional Nick Wellnhofer 2019-05-11 14:25:56 +02:00
  • 7503b19638 Hide unused code when compiling without debugger Nick Wellnhofer 2019-05-11 14:03:13 +02:00
  • 8a5dcc6e9d Avoid quadratic behavior in xsltSaveResultTo Nick Wellnhofer 2019-05-10 14:23:24 +02:00
  • 311da8c886 Reorganize fuzzing code Nick Wellnhofer 2019-04-30 14:10:19 +02:00
  • c491e549a6 Simplify .gitignore Nick Wellnhofer 2019-04-30 18:13:52 +02:00
  • dd02346f8c Regenerate symbols and API docs Nick Wellnhofer 2019-04-30 17:45:31 +02:00
  • de6d869a8e Fix numbering in non-Latin scripts Nick Wellnhofer 2019-04-27 14:33:29 +02:00
  • c5eb6cf3ab Fix uninitialized read of xsl:number token Nick Wellnhofer 2019-04-27 11:19:48 +02:00
  • d3ec60600c Optional operation limit Nick Wellnhofer 2019-04-25 14:29:11 +02:00
  • c75b811de0 Fix integer overflow in _exsltDateDayInWeek Nick Wellnhofer 2019-04-25 11:16:58 +02:00
  • eecd460669 Improve seed corpus and dictionary Nick Wellnhofer 2019-04-23 11:01:10 +02:00
  • 4cefab0663 Reuse XPath context when compiling stylesheets Nick Wellnhofer 2019-04-22 17:05:29 +02:00
  • 949440522d Fix -Wformat-overflow warning (GCC 9) Nick Wellnhofer 2019-04-22 12:50:53 +02:00
  • 41d33534e8 Reuse XPath context in dyn:map Nick Wellnhofer 2019-04-20 15:35:05 +02:00
  • 01f8317dd8 Reuse XPath context in saxon:expression Nick Wellnhofer 2019-04-16 13:24:44 +02:00
  • a1457d84da Rework xsltAttrVT allocation Nick Wellnhofer 2019-04-16 12:58:27 +02:00
  • 7f56378a73 Add libFuzzer targets Nick Wellnhofer 2019-04-15 16:00:14 +02:00
  • 06d193fabb Fix check of xsltTestCompMatch return value Nick Wellnhofer 2019-04-11 14:06:51 +02:00
  • 098c399072 Stop including ansidecl.h Nick Wellnhofer 2019-04-08 14:07:29 +02:00
  • 63e276800e Adjust error message in expected test output Nick Wellnhofer 2019-04-08 15:01:18 +02:00
  • e03553605b Fix security framework bypass Nick Wellnhofer 2019-03-24 09:51:39 +01:00
  • eb48a90019 Use xmlNewTextChild in EXSLT dyn:map Nick Wellnhofer 2019-03-12 17:59:29 +01:00
  • 6df1b708bd Fix float casts in exsltDateDuration Nick Wellnhofer 2019-03-08 12:59:09 +01:00
  • 08b62c2587 Always set context node before calling XPath iterators Nick Wellnhofer 2019-02-20 13:24:37 +01:00
  • 19c1ea58a8 Change bug tracker URL Nick Wellnhofer 2019-02-15 17:52:39 +01:00
  • e8381180a6 Change git repo URL Nick Wellnhofer 2019-02-15 17:47:56 +01:00
  • 65f59eb13d Fix attribute precedence with xsl:use-attribute-sets Nick Wellnhofer 2019-02-12 03:45:40 +01:00
  • 45d1d8597e Backup context node in exsltFuncFunctionFunction Nick Wellnhofer 2019-02-12 01:52:31 +01:00
  • 99eb3e4358 Initialize ctxt->output before evaluating global vars Nick Wellnhofer 2019-02-11 23:29:53 +01:00
  • 00b327b6ca Fix memory leak in EXSLT functions error path Nick Wellnhofer 2019-02-12 02:45:50 +01:00
  • f93a242dd2 Regenerate EXSLT website Nick Wellnhofer 2019-01-30 13:09:27 +01:00
  • 33f871da86 Regenerate NEWS Nick Wellnhofer 2019-01-30 13:09:07 +01:00
  • e176258ef6 Remove WIN32_EXTRA_* variables Nick Wellnhofer 2019-01-30 15:22:02 +01:00
  • d5d511f0b7 Fix vsnprintf in Python bindings on Windows Nick Wellnhofer 2019-01-30 14:56:54 +01:00
  • 1ffe17a071 Build without winsock Nick Wellnhofer 2019-01-30 13:57:16 +01:00
  • b93a4d03a2 Stop redefining snprintf on MinGW Nick Wellnhofer 2019-01-30 14:36:26 +01:00
  • 11707a80c2 Fix misleading indentation in security.c Nick Wellnhofer 2018-01-23 18:23:37 +01:00
  • f1eb717f04 Release of libxslt-1.1.33 v1.1.33 Daniel Veillard 2019-01-03 19:29:05 +01:00
  • a846514a15 Don't cache direct evaluation of patterns with variables v1.1.33-rc2 Nick Wellnhofer 2018-11-21 17:12:17 +01:00
  • 5e16672db1 Move function result RVTs to context variable Nick Wellnhofer 2018-09-26 23:20:48 +02:00
  • dfa1bdceae Variables need 'extern' in static lib on Cygwin Nick Wellnhofer 2018-09-22 15:47:10 +02:00
  • 6abf3c481c Really declare dllexport/dllimport for Cygwin Michael Haubenwallner 2018-08-31 11:35:41 +02:00
  • 7d81bd62d5 Fix EXSLT functions returning RVTs from outer scopes Nick Wellnhofer 2018-07-23 22:52:12 +02:00
  • ffd2322a69 Run Travis ASan tests with "sudo: required" Nick Wellnhofer 2018-07-24 02:20:14 +02:00
  • 51b79bfa90 Fix callback signatures in Python bindings v1.1.33-rc1 Nick Wellnhofer 2018-01-16 19:04:33 +01:00
  • 8bd32f7753 Fix handling of RVTs returned from nested EXSLT functions Nick Wellnhofer 2018-01-16 18:59:02 +01:00
  • 840c8e2b6a Fix transform callback signatures Nick Wellnhofer 2017-11-29 17:33:21 +01:00