Skip to content

Tags: leleliu008/ctags

Tags

p6.1.20240331.0

Toggle p6.1.20240331.0's commit message
honor XDG_CONFIG_HOME environment variable on Windows as well

MS Windows users could benefit from honoring XDG_CONFIG_HOME environment variable as well.

Although some people might thought it was not commonly used on MS Windows.

Actually, some well-known softwares honor this environment variable, as far as I known, git honors this environment variable on all platforms including MS Windows. git introduced this feature as earlier as 2015 (git/git@ea19289) .

Many users host their personal dotfiles on a GitHub repository, they just clone their repository to XDG_CONFIG_HOME, if software do not honor this environment variable, users should do more steps.

fixed universal-ctags#3969

Signed-off-by: leleliu008 <[email protected]>

p6.1.20240317.0

Toggle p6.1.20240317.0's commit message
build-sys: fix enable_debugging command not found

Signed-off-by: leleliu008 <[email protected]>

p6.1.20240310.0

Toggle p6.1.20240310.0's commit message
build-sys: Do NOT check user specified tmpdir via --enable-tmpdir=<TM…

…PDIR> if exists when cross compiling

Signed-off-by: leleliu008 <[email protected]>

p6.1.20240225.0

Toggle p6.1.20240225.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request universal-ctags#3939 from masatake/lex--grouping-r…

…ole-for-cond-kind

LEX: make reference tags for the conditions used for making groups

p6.1.20240114.0

Toggle p6.1.20240114.0's commit message
add macos-13 runner

change to use Android API Level 24 to compile, because we use fgetpos
function, this function was introduced in Android API Level 24.

Signed-off-by: leleliu008 <[email protected]>

p6.0.20231210.0

Toggle p6.0.20231210.0's commit message
GitHub Actions: add cross compile for FreeBSD, OpenBSD, NetBSD workflows

This allows users get our executable for FreeBSD, OpenBSD, NetBSD in a
different maner.

Signed-off-by: leleliu008 <[email protected]>

p6.0.20231126.0

Toggle p6.0.20231126.0's commit message
GitHub Actions: update testing-mac.yml

I have forgotten why leave the libxml2 package not installed. maybe
because libxml2 depends on [email protected], [email protected], [email protected] at the same time. It
may break the environment.

https://github.com/Homebrew/homebrew-core/blob/master/Formula/lib/libxml2.rb

Signed-off-by: leleliu008 <[email protected]>

p6.0.20231119.0

Toggle p6.0.20231119.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request universal-ctags#3844 from masatake/circleci-update…

…-badge

README.md: update the URL for the badge of CircleCI Build Status

p6.0.20231022.0

Toggle p6.0.20231022.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request universal-ctags#3828 from masatake/automake-revising

Automake:  various updates  (extracting nonint|check|EXTRA_PROGRAM objects and ignoring dist_|nodist|nobase_|notrans_ prefixes)

p6.0.20230917.0

Toggle p6.0.20230917.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request universal-ctags#3821 from leleliu008/using-%zu-for…

…-printing-size_t-values

using %zu for printing size_t values