-
fix calls to ctype functions (Colomban Wendling [email protected])
-
read input fields, and values at the second column in a tag file, with
unescaping if !_TAG_OUTPUT_MODE is "u-ctags" and
!_TAG_OUTPUT_FILESEP is "slash" in the tag file. -
LT_VERSION 2:2:1
- no change in the public interface
What's Changed
- Unescaping input field only when !_TAG_OUTPUT_MODE is "u-ctags" by @masatake in #47
- Read the input field with unescaping if TAG_OUTPUT_MODE is "u-ctags" and TAG_OUTPUT_FILESEP is "slash" by @masatake in #48
- Fix calls to ctype functions by @b4n in #49
- Version 0.3.0 by @masatake in #50
New Contributors
Full Changelog: v0.2.1...v0.3.0