Releases: editorconfig/editorconfig-core-c
Releases · editorconfig/editorconfig-core-c
v0.12.10
04 Oct 00:29
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v0.12.7
30 Mar 17:56
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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.