Skip to content

Releases: editorconfig/editorconfig-core-c

v0.12.10

04 Oct 00:29
99d757d

Choose a tag to compare

  • Make path splitting algorithm UNC-aware (#135) by @csware
  • Update utarray.h to 2.3.0 (#137) by @csware
  • Miscellaneous fixes.

v0.12.9

16 Jun 23:58
e082c94

Choose a tag to compare

What's Changed

  • Fix VS warnings C4701 and C4703; potentially uninitialized local (variable|pointer) used by @csware in #113

v0.12.8

12 Jun 22:05
91ef089

Choose a tag to compare

What's Changed

  • Clarify the steps of building from source. by @xuhdev in #107
  • lib/ec_glob: plug leak of nums utarray by @chergert in #109
  • Bump CMake requirement to 3.16.3 by @xuhdev in #110

New Contributors

Full Changelog: v0.12.7...v0.12.8

v0.12.7

30 Mar 17:56

Choose a tag to compare

  • Fix pointer overflow in STRING_CAT.
  • Fix a few more stack buffer overflows.
  • Add license for FindPcre2 from LuaDist.
  • Document and CI fixes.

v0.12.6

19 Jan 08:44
b783702

Choose a tag to compare

  • Fix potential buffer overflow in ec_glob (#87)
  • Add simple installation steps for Fedora (#79)
  • Update property key, value length limits per spec change (16d1d92)

Memory leak fix

17 Jun 08:19

Choose a tag to compare

  • Fix memory leak in editorconfig_parse() which would occur if no .editorconfig files were found in the file's ancestry or if an error occurred while ingesting values. #76

v0.12.4

29 Aug 20:28

Choose a tag to compare

  • Fix two OOM issues.
  • Fix one buffer overflow issue.
  • Fix one memory allocation error caused by strdup.
  • Upgrade CMake minimum to 3.5.1.
  • Other misc fixes.

EditorConfig C Core v0.12.3

16 Nov 00:13

Choose a tag to compare

  • Bump required minimum cmake version to 2.8.12.
  • Support pcre2 and drop support for pcre.

EditorConfig C Core v0.12.2

15 Mar 21:08

Choose a tag to compare

  • Add support for pkgconfig.
  • Memory leaks and crash fixes.
  • Improve error messages.
  • Add CI on AppVeyor.

Known issue:

  • Test utf_8_char on AppVeyor won't pass.