Tags: leleliu008/ctags
Tags
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]>
build-sys: fix enable_debugging command not found Signed-off-by: leleliu008 <[email protected]>
build-sys: Do NOT check user specified tmpdir via --enable-tmpdir=<TM… …PDIR> if exists when cross compiling Signed-off-by: leleliu008 <[email protected]>
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
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]>
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]>
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]>
Merge pull request universal-ctags#3844 from masatake/circleci-update… …-badge README.md: update the URL for the badge of CircleCI Build Status
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)
Merge pull request universal-ctags#3821 from leleliu008/using-%zu-for… …-printing-size_t-values using %zu for printing size_t values
PreviousNext