Skip to content

Commit

Permalink
ctags: Update to p6.1.20240922.0-30-g44bbb7c
Browse files Browse the repository at this point in the history
* GitHub Actions: ftp.gnu.org is down, use a mirror instead.
* Merge pull request #4085 from masatake/main--tags-dir
* Merge pull request #4086 from masatake/suppress-warnings
* Merge pull request #4087 from masatake/jscript--dont-append-eof-to-repr
* Merge pull request #4088 from masatake/make--dont-track-EOF-as-value
* GitHub Actions: drop the MSYS2/CLANG32 environment
* Merge pull request #4080 from masatake/update-libreadtags
* Merge pull request #4084 from masatake/SystemTap--fill-typeref-field
  • Loading branch information
ctags-win32-ci committed Oct 2, 2024
1 parent a8108d7 commit 16dd91a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ctags
Submodule ctags updated 43 files
+1 −1 .github/workflows/cross-compile-for--netbsd-on-ubuntu.yml
+1 −1 .github/workflows/cross-compile-for-freebsd-on-ubuntu.yml
+1 −1 .github/workflows/cross-compile-for-openbsd-on-ubuntu.yml
+1 −1 .github/workflows/testing-on-msys2.yml
+1 −0 Makefile.am
+1 −0 Tmain/errors-if-tags-exits-as-directory.d/exit-expected.txt
+6 −0 Tmain/errors-if-tags-exits-as-directory.d/run.sh
+2 −0 Tmain/errors-if-tags-exits-as-directory.d/stderr-expected.txt
+0 −0 Tmain/errors-if-tags-exits-as-directory.d/stdout-expected.txt
+2 −0 Tmain/errors-if-tags-exits-as-directory.d/tags/.gitignore
+1 −0 Units/parser-automake.r/eof-value.d/README
+6 −0 Units/parser-automake.r/eof-value.d/args.ctags
+2 −0 Units/parser-automake.r/eof-value.d/input.am
+1 −0 Units/parser-javascript.r/dont-append-eof-to-repr.d/README
+1 −0 Units/parser-javascript.r/dont-append-eof-to-repr.d/input.js
+4 −4 Units/parser-systemtap.r/functions.d/expected.tags
+20 −20 Units/parser-systemtap.r/probes.d/expected.tags
+27 −0 configure.ac
+41 −6 libreadtags/.circleci/config.yml
+3 −0 libreadtags/.gitignore
+106 −0 libreadtags/CMakeLists.txt
+1 −1 libreadtags/Makefile.am
+26 −0 libreadtags/NEWS.md
+65 −0 libreadtags/README.md
+14 −2 libreadtags/configure.ac
+14 −0 libreadtags/libreadtags-uninstalled.pc.in
+11 −1 libreadtags/readtags.c
+7 −0 libreadtags/test_inline.c
+334 −0 m4/attributes.m4
+9 −0 main/entry.c
+7 −1 main/inline.h
+4 −0 main/lxpath.c
+6 −0 main/routines.c
+1 −0 main/routines_p.h
+5 −0 main/selectors.c
+2 −2 mk_mingw.mak
+1 −1 mk_mvc.mak
+7 −2 optlib/systemtap.c
+6 −2 optlib/systemtap.ctags
+4 −4 parsers/cpreprocessor.c
+3 −0 parsers/jscript.c
+1 −1 parsers/make.c
+1 −0 peg/peg_common.h
2 changes: 1 addition & 1 deletion ctagsver.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
p6.1.20240922.0
p6.1.20240922.0-30-g44bbb7c

0 comments on commit 16dd91a

Please sign in to comment.