Skip to content

Commit

Permalink
ctags: Update to d9944ef9
Browse files Browse the repository at this point in the history
* Merge pull request #1519 from masatake/portable-scandir-implementation
* Merge pull request #1578 from sdwolf/fix/autogen-from-makefile
  • Loading branch information
ctags-win32-ci committed Oct 14, 2017
1 parent 20cf76c commit 48361e9
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 75 files
+0 −0 .ctags.d/exclusion.ctags
+7 −0 README.md
+1 −1 Tmain/emacs-modeline-non-alnum-in-head.d/run.sh
+1 −1 Tmain/emacs-modeline-non-alnum-in-head2.d/run.sh
+1 −1 Tmain/emacs-modeline-non-alnum-in-tail.d/run.sh
+1 −1 Tmain/filter-option-write-to-file.d/run.sh
+2 −2 Tmain/filter-option.d/run.sh
+1 −1 Tmain/interactive-option-write-to-file.d/run.sh
+1 −1 Tmain/json-output-to-file.d/run.sh
+1 −0 Tmain/load-conf-files-under-cwd-no-dot.d/ctags.d/a.ctags
+1 −0 Tmain/load-conf-files-under-cwd-no-dot.d/ctags.d/b.ctags
+1 −0 Tmain/load-conf-files-under-cwd-no-dot.d/ctags.d/c.ctags
+1 −0 Tmain/load-conf-files-under-cwd-no-dot.d/exit-expected.txt
+8 −0 Tmain/load-conf-files-under-cwd-no-dot.d/run.sh
+2 −0 Tmain/load-conf-files-under-cwd-no-dot.d/stderr-expected.txt
+0 −0 Tmain/load-conf-files-under-cwd-no-dot.d/stdout-expected.txt
+1 −0 Tmain/load-conf-files-under-cwd.d/.ctags.d/a.ctags
+1 −0 Tmain/load-conf-files-under-cwd.d/.ctags.d/b.ctags
+1 −0 Tmain/load-conf-files-under-cwd.d/.ctags.d/c.ctags
+1 −0 Tmain/load-conf-files-under-cwd.d/exit-expected.txt
+10 −0 Tmain/load-conf-files-under-cwd.d/run.sh
+2 −0 Tmain/load-conf-files-under-cwd.d/stderr-expected.txt
+0 −0 Tmain/load-conf-files-under-cwd.d/stdout-expected.txt
+1 −0 Tmain/load-conf-files-under-home.d/exit-expected.txt
+1 −0 Tmain/load-conf-files-under-home.d/myhome/.ctags.d/a.ctags
+1 −0 Tmain/load-conf-files-under-home.d/myhome/.ctags.d/b.ctags
+1 −0 Tmain/load-conf-files-under-home.d/myhome/.ctags.d/c.ctags
+11 −0 Tmain/load-conf-files-under-home.d/run.sh
+2 −0 Tmain/load-conf-files-under-home.d/stderr-expected.txt
+0 −0 Tmain/load-conf-files-under-home.d/stdout-expected.txt
+2 −2 Tmain/option-extras-enabling-all.d/run.sh
+1 −0 Tmain/options-directory.d/exit-expected.txt
+1 −0 Tmain/options-directory.d/optlib/a.ctags
+1 −0 Tmain/options-directory.d/optlib/b.ctags
+1 −0 Tmain/options-directory.d/optlib/c.ctags
+8 −0 Tmain/options-directory.d/run.sh
+3 −0 Tmain/options-directory.d/stderr-expected.txt
+1 −0 Tmain/options-maybe.d/exit-expected.txt
+4 −0 Tmain/options-maybe.d/input-maybe.c
+4 −0 Tmain/options-maybe.d/input.c
+12 −0 Tmain/options-maybe.d/run.sh
+1 −0 Tmain/options-maybe.d/stderr-expected.txt
+1 −0 Tmain/options-maybe.d/stdout-expected.txt
+1 −0 Tmain/optlib-dir-option.d/optlib/a.ctags
+1 −0 Tmain/optlib-dir-option.d/optlib/b.ctags
+1 −0 Tmain/optlib-dir-option.d/optlib/c.ctags
+26 −0 Tmain/optlib-dir-option.d/run.sh
+11 −0 Tmain/optlib-dir-option.d/stderr-expected.txt
+1 −1 Tmain/xref-output-to-file.d/run.sh
+0 −0 Units/conflib-recursive.d/optlib/lang/a.ctags
+0 −0 Units/conflib-recursive.d/optlib/lang/b.ctags
+0 −0 Units/conflib-recursive.d/optlib/lang/c.ctags
+0 −0 Units/conflib-recursive.d/optlib/lang/d.ctags
+0 −0 Units/conflib-recursive.d/optlib/lang/e.ctags
+1 −1 Units/conflib-simple.d/args.ctags
+1 −1 autogen.sh
+5 −31 configure.ac
+1 −0 dictfiles/english.list
+1 −0 dictfiles/local-vars.list
+1 −1 docs/cspell.rst
+155 −221 docs/optlib.rst
+0 −3 main/general.h
+180 −312 main/options.c
+0 −1 main/options.h
+947 −0 main/portable-dirent.h
+233 −0 main/portable-scandir.c
+0 −1 main/routines.c
+6 −0 main/routines.h
+3 −3 man/README
+8 −0 man/ctags-incompatibilities.7.rst.in
+34 −21 man/ctags.1.rst.in
+1 −1 misc/units
+2 −0 source.mak
+2 −0 win32/ctags_vs2013.vcxproj
+6 −0 win32/ctags_vs2013.vcxproj.filters
2 changes: 1 addition & 1 deletion gitlog.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* Merge pull request [#1567](https://github.com/universal-ctags/ctags/issues/1567) from masatake/trim-whitespace-prefixe-from-tagname\n
* Merge pull request [#1519](https://github.com/universal-ctags/ctags/issues/1519) from masatake/portable-scandir-implementation\n* Merge pull request [#1578](https://github.com/universal-ctags/ctags/issues/1578) from sdwolf/fix/autogen-from-makefile\n

0 comments on commit 48361e9

Please sign in to comment.