Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revise the code for loading configuration files #1519

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
d96bd36
main: introduce portable scandir implementation
masatake Aug 1, 2017
e7b4c94
Tmain: add --quiet --options=NONE to the test cmdlines
masatake Oct 3, 2017
bb5b123
main: fix typos
masatake Oct 3, 2017
79eec5d
main: print the progress of loading configuration files if in verbose…
masatake Oct 2, 2017
998a2d0
[SELF INCOMPATIBLE] main: remove --config-filename option
masatake Oct 2, 2017
343b834
[SELF INCOMPATIBLE] main: make CTAGS_DATA_PATH obsolete
masatake Oct 1, 2017
b8a4429
[SELF INCOMPATIBLE] main: make the feature loading configuration file…
masatake Oct 1, 2017
dc66026
[SELF INCOMPATIBLE] main: introduce --optlib-path option as the alter…
masatake Oct 1, 2017
ce0617a
[SELF INCOMPATIBLE][INCOMPATIBLE] main: rewrite code for loading conf…
masatake Oct 2, 2017
96767f1
main,refactor: remove installOptlibPathList function
masatake Oct 2, 2017
64f459f
[INCOMPATIBLE] main: don't load configuration file having .conf or .c…
masatake Oct 2, 2017
0128591
[SELF INCOMPATIBLE] main: don't limit files and directories .ctags an…
masatake Oct 2, 2017
c06b29f
Tmain: add cases for testing loading configuration files
masatake Oct 2, 2017
a828697
dicts: updated
masatake Oct 3, 2017
a334372
docs: write about new preload path and optlib feature
masatake Oct 6, 2017
c8f88a1
main,refactor: fix misdirected function name
masatake Oct 7, 2017
e076dab
main: update the description of --options in --help message
masatake Oct 7, 2017
609346c
docs(man): update FILES section
masatake Oct 7, 2017
5380404
Tmain: add a case for testing --optlib-dir option
masatake Oct 8, 2017
7f74e49
main: introduce --options-maybe
masatake Oct 8, 2017
d7b5120
docs(man): write about the incompatiblity about preload files
masatake Oct 8, 2017
05a89f4
docs(man): update the description for --options, and write about --op…
masatake Oct 8, 2017
1cdff28
docs(man): update README
masatake Oct 8, 2017
189645e
docs(man): fix grammetical errors in the description of --optlib-dir …
masatake Oct 9, 2017
31e3e74
docs(man): add a note on a preload file
masatake Oct 9, 2017
8e95a95
docs(web): fix a grammatical error
masatake Oct 9, 2017
6c25428
docs(README.md): write about new configuration files
masatake Oct 11, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
dicts: updated
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
  • Loading branch information
masatake committed Oct 13, 2017
commit a82869794e0f9e312a103aa7c3cfdd926aadbbb0
1 change: 1 addition & 0 deletions dictfiles/english.list
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ lf
merchantability
namespace
namespaces
oct
os
readonly
runtime
Expand Down
1 change: 1 addition & 0 deletions dictfiles/local-vars.list
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ap
baselang
bmask
buf
conflib
descs
deflt
dev
Expand Down