1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-08-01 14:06:55 +03:00

Commit Graph

  • cc9627b41d date: Don't mix declarations and code Nick Wellnhofer 2023-05-25 12:17:18 +02:00
  • 919d6a7341 date: Fix check for localtime_s Nick Wellnhofer 2023-05-25 12:13:46 +02:00
  • 62fb956314 date: Fix check for gmtime_s Nick Wellnhofer 2023-05-24 19:47:40 +02:00
  • ab6ec2eabb Add extern "C" { } block to xsltlocale.h David Kilzer 2023-05-11 20:42:47 -07:00
  • 7895729ae6 autotools: Make xslt-config executable Nick Wellnhofer 2023-05-11 18:05:20 +02:00
  • 84f9913cae Add release date Nick Wellnhofer 2023-05-08 13:20:28 +02:00
  • b9196c0b35 cmake: Move version script block v1.1.38 Nick Wellnhofer 2023-05-08 13:05:35 +02:00
  • 49ee03fc8f Release v1.1.38 Nick Wellnhofer 2023-04-28 17:52:38 +02:00
  • 93630ec771 cmake: Use version script Nick Wellnhofer 2023-05-06 16:29:35 +02:00
  • 5f793bec89 autotools: Link with --undefined-version Nick Wellnhofer 2023-05-06 16:26:39 +02:00
  • 641428aaae Stop using xmlStringCurrentChar Nick Wellnhofer 2023-04-28 15:52:00 +02:00
  • 2b9097f9e1 doc: Remove unused cross-reference data Nick Wellnhofer 2023-04-28 16:38:02 +02:00
  • 1b7947978e doc: Regenerate API documentation Nick Wellnhofer 2023-04-28 15:42:33 +02:00
  • 6180ef8379 doc: Minor fixes Nick Wellnhofer 2023-04-28 15:36:24 +02:00
  • cfe3c4e9b5 doc: Update apibuild.py Nick Wellnhofer 2023-04-28 15:35:50 +02:00
  • a24687ea52 win32: Remove broken libxslt.def.src Nick Wellnhofer 2023-04-28 15:34:09 +02:00
  • 7d4462fb04 Stop updating version script Nick Wellnhofer 2023-04-28 15:29:37 +02:00
  • 6bbef7f3b7 python: Remove temp file when running tests/basic.py Nick Wellnhofer 2023-04-26 16:36:33 +02:00
  • c09eb2ff75 autoconf: Fix distribution after commit 971d5c4d. Nick Wellnhofer 2023-04-26 16:31:38 +02:00
  • 0dd276a916 attributes.h needs to include xsltInternals.h David Kilzer 2023-04-15 14:11:20 -07:00
  • 677b2e8fe8 numbers: Fix floating point overflow in xsltFormatNumberConversion Nick Wellnhofer 2023-04-10 21:54:07 +02:00
  • 075b608778 malloc-fail: Fix use-after-free in xsltCompileAttr Nick Wellnhofer 2023-03-27 20:25:02 +02:00
  • f80ae929fa Remove xpath.xml and seed targets from makefile Joey Arhar 2023-03-26 11:36:38 -07:00
  • aab7eedca3 malloc-fail: Fix null deref in xsltKeyFunction Nick Wellnhofer 2023-03-23 16:31:45 +01:00
  • 569328d95d malloc-fail: Fix memory leak in exclPrefixPush Nick Wellnhofer 2023-03-21 12:19:50 +01:00
  • d8dda889b3 malloc-fail: Fix null deref when formatting numbers Nick Wellnhofer 2023-03-20 16:03:10 +01:00
  • 4d630a05c3 malloc-fail: Fix memory leak in xsltCompileAttr Nick Wellnhofer 2023-03-19 13:12:10 +01:00
  • dd5a406467 malloc-fail: Fix use-after-free after xsltSetAttrVTsegment Nick Wellnhofer 2023-03-19 13:10:54 +01:00
  • df6dc8f699 malloc-fail: Fix another memory leak in xsltCompileStepPattern Nick Wellnhofer 2023-03-18 16:40:35 +01:00
  • c37d30871b imports: Fix import/include cycle check Nick Wellnhofer 2023-03-18 16:15:04 +01:00
  • c401ed2166 transform: Avoid null deref on documents without root node Nick Wellnhofer 2023-03-16 17:50:53 +01:00
  • 5d452a61d3 numbers: Fix memory leak in xsltFormatNumberConversion Nick Wellnhofer 2023-03-16 17:12:01 +01:00
  • 7c8b2db575 malloc-fail: Fix memory leak in xsltCompileStepPattern Nick Wellnhofer 2023-03-16 17:08:17 +01:00
  • 610206386b malloc-fail: Fix null deref in xsltDocumentFunction Nick Wellnhofer 2023-03-15 15:30:23 +01:00
  • ac9d752240 malloc-fail: Fix double free in xsltCompMatchAdd Nick Wellnhofer 2023-03-15 14:28:14 +01:00
  • f13329a622 numbers: Fix another floating point overflow Nick Wellnhofer 2023-03-15 15:21:09 +01:00
  • a8c3824fb1 numbers: Fix floating point overflow in xsltFormatNumberConversion Nick Wellnhofer 2023-03-15 15:04:01 +01:00
  • cbf9c76fa1 date: Fix integer overflow in exsltDateFormatDuration Nick Wellnhofer 2023-03-09 21:42:22 +01:00
  • 93407f6d32 fuzz: Improve fuzzers Nick Wellnhofer 2023-02-26 16:54:07 +01:00
  • b816b45b7e numbers: Fix harmless integer sign change Nick Wellnhofer 2023-02-26 22:31:16 +01:00
  • 1f3801bc40 malloc-fail: Fix memory leak in exsltSaxonExpressionFunction Nick Wellnhofer 2023-02-26 22:31:33 +01:00
  • 33edba587d malloc-fail: Fix memory leak in xsltCopyText Nick Wellnhofer 2023-02-26 16:54:31 +01:00
  • 5fea8c7ebe malloc-fail: Fix memory leak in xsltParseStylesheetPreserveSpace Nick Wellnhofer 2023-02-26 16:54:05 +01:00
  • 282bb94471 malloc-fail: Fix memory leak in exsltFuncRegisterImportFunc Nick Wellnhofer 2023-02-26 16:54:03 +01:00
  • 75074d0e8a malloc-fail: Fix memory leak in xsltResolveSASCallback Nick Wellnhofer 2023-02-26 16:54:01 +01:00
  • cf0e40eda5 malloc-fail: Fix double-free in xsltKeyFunction Nick Wellnhofer 2023-02-26 16:53:59 +01:00
  • b5e338b396 malloc-fail: Fix memory leak in xsltSaveResultToString Nick Wellnhofer 2023-02-26 16:53:57 +01:00
  • 212e43452f malloc-fail: Fix memory leak in xsltLoadStyleDocument Nick Wellnhofer 2023-02-26 16:53:55 +01:00
  • 3c146ac149 malloc-fail: Fix memory leak in xsltParseStylesheetOutput Nick Wellnhofer 2023-02-26 16:53:53 +01:00
  • dcf822256b malloc-fail: Fix null deref in xsltUnparsedEntityURIFunction Nick Wellnhofer 2023-02-26 16:53:52 +01:00
  • 290e3e459b malloc-fail: Fix out-of-bounds access in xsltEvalTemplateString Nick Wellnhofer 2023-02-26 16:53:49 +01:00
  • 80a37629f2 malloc-fail: Fix memory leak in xsltGetInheritedNsList Nick Wellnhofer 2023-02-26 16:53:47 +01:00
  • 7a7c50352e malloc-fail: Fix memory leak in xsltParseStylesheetAttributeSet Nick Wellnhofer 2023-02-26 16:53:46 +01:00
  • 8e9c5d0551 malloc-fail: Fix memory leak in xsltEvalGlobalVariables Nick Wellnhofer 2023-02-26 16:53:44 +01:00
  • d421261777 malloc-fail: Fix null deref after templPush Nick Wellnhofer 2023-02-26 16:53:42 +01:00
  • d134f43558 malloc-fail: Fix memory leak in xsltRegisterVariable Nick Wellnhofer 2023-02-26 16:53:39 +01:00
  • 46a4980b19 malloc-fail: Fix null deref after xsltAddStackElem Nick Wellnhofer 2023-02-26 16:53:37 +01:00
  • 2925103a16 malloc-fail: Fix null deref after xsltLocalVariablePush Nick Wellnhofer 2023-02-26 16:53:35 +01:00
  • 3e151b2350 malloc-fail: Fix null deref in xsltPatPushState Nick Wellnhofer 2023-02-26 16:53:33 +01:00
  • 3a75751dd0 malloc-fail: Fix memory leak in xsltParseStylesheetStripSpace Nick Wellnhofer 2023-02-26 16:53:31 +01:00
  • d1e392fe2e malloc-fail: Fix memory leak in xsltInitCtxtKey Nick Wellnhofer 2023-02-26 16:53:30 +01:00
  • b47ccc867e malloc-fail: Fix null deref in xsltAddKey Nick Wellnhofer 2023-02-26 16:53:28 +01:00
  • de83068957 malloc-fail: Fix memory leak in xsltStyleInitializeStylesheetModule Nick Wellnhofer 2023-02-26 16:53:26 +01:00
  • 293067bc3e malloc-fail: Fix null deref in exsltFuncShutdown Nick Wellnhofer 2023-02-26 16:53:25 +01:00
  • 0c1f04f036 malloc-fail: Fix memory leak in xsltInitCtxtExt Nick Wellnhofer 2023-02-26 16:53:23 +01:00
  • 01cd14d262 malloc-fail: Fix null deref in xsltKeyFunction Nick Wellnhofer 2023-02-26 16:53:22 +01:00
  • 7daabc5287 malloc-fail: Fix null deref in xsltComputeSortResult Nick Wellnhofer 2023-02-26 16:53:19 +01:00
  • 7364666ba3 malloc-fail: Fix null deref in exsltFuncFunctionFunction Nick Wellnhofer 2023-02-26 16:53:18 +01:00
  • 6c1e520618 malloc-fail: Fix null deref in xsltEvalXPathStringNs Nick Wellnhofer 2023-02-26 16:53:16 +01:00
  • f66b020296 malloc-fail: Fix memory leak in xsltAddTemplate Nick Wellnhofer 2023-02-26 16:53:14 +01:00
  • 9134363abf malloc-fail: Fix null deref in xsltDocumentFunction Nick Wellnhofer 2023-02-26 16:53:10 +01:00
  • 5917d2dc2f malloc-fail: Fix null deref in xsltDocumentFunction Nick Wellnhofer 2023-02-26 16:53:08 +01:00
  • 55296fd260 malloc-fail: Fix memory leak in xsltGetExtData Nick Wellnhofer 2023-02-26 16:53:06 +01:00
  • 4b3c255f37 malloc-fail: Fix null deref in xsltFormatNumberFunction Nick Wellnhofer 2023-02-26 16:53:04 +01:00
  • fd40827d97 malloc-fail: Fix null deref in exsltSetsDistinctFunction Nick Wellnhofer 2023-02-26 16:53:02 +01:00
  • 77c2eef725 date: Add more overflow checks to formatting code David Kilzer 2023-01-27 17:58:41 -08:00
  • 180cdb804e date: Fix rounding to make Windows tests pass Nick Wellnhofer 2023-01-18 16:21:36 +01:00
  • 78bd1769fe date: Rewrite duration and seconds formatting Nick Wellnhofer 2023-01-18 13:20:15 +01:00
  • 8d47f1d65e add support for Windows time functions Rosen Penev 2023-01-01 11:46:01 -08:00
  • f1a6513db8 Fix memory leak in xsltDefaultSortFunction Nick Wellnhofer 2023-01-10 15:39:10 +01:00
  • 03bd783b66 Fix typo Nick Wellnhofer 2023-01-09 18:37:34 +01:00
  • 1ecbc0cc09 xsltlocale: Add test Nick Wellnhofer 2022-12-14 00:59:33 +01:00
  • 80faa51f2f xsltlocale: Fix xsltNewLocale on macOS Nick Wellnhofer 2022-12-14 00:59:24 +01:00
  • eaa68b7738 xsltlocale: Make API platform-independent Nick Wellnhofer 2022-12-13 03:49:54 +01:00
  • ba939de9b9 .gitgnore: Add python/setup.py Nick Wellnhofer 2022-12-14 05:06:19 +01:00
  • bfcfe9c54d Also accept application/xslt+xml media type in stylesheet PIs Nick Wellnhofer 2023-01-03 12:09:19 +01:00
  • 0365d0f225 Update README Nick Wellnhofer 2023-01-03 12:01:30 +01:00
  • 0203b5c5fa xsltutils: Another fix to xsltComputeSortResult Nick Wellnhofer 2022-12-17 00:42:00 +01:00
  • c9788200c0 xsltutils: Fix regression in xsltComputeSortResult Nick Wellnhofer 2022-12-13 17:56:41 +01:00
  • e793227e3c cmake: link against libm on UNIX systems Alex Richardson 2022-12-12 13:05:27 +00:00
  • 36ce2af850 fix typo zhang nan 2022-11-05 09:50:09 +00:00
  • e85d9dc54f build: Add a distutils-based build system for the Python bits Chun-wei Fan 2022-11-18 17:48:20 +08:00
  • ece1f846f4 CMake: Relax check for Python 3.x support on Windows Chun-wei Fan 2022-03-09 12:25:57 +08:00
  • 983e5fc41e python/types.c: Fix building against older libxml2 Chun-wei Fan 2022-11-21 12:24:10 +08:00
  • 966296cb9b python/libxslt.c: Replace ssize_t with Py_ssize_t Chun-wei Fan 2022-03-09 12:06:51 +08:00
  • d994c6132b gitlab-ci: Reenable MSan and LeakSanitizer Nick Wellnhofer 2022-10-31 17:07:31 +01:00
  • c782c9ab69 tests: Fix memory leak in runtest.c Nick Wellnhofer 2022-10-31 17:27:18 +01:00
  • a68e26bc1c warnings: Fix strict prototypes warning Nick Wellnhofer 2022-10-31 17:12:04 +01:00
  • 096b5ff3c9 xsltEvalUserParams() and xsltQuoteUserParams() are susceptible to integer overflow when iterating through const char** array David Kilzer 2022-09-21 15:30:28 -07:00
  • ef14b02cb0 Fix compiler warnings in examples/xsltICUSort.c Nick Wellnhofer 2022-10-18 02:44:55 +02:00