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

readtags: canonicalize the input file name based on CWD ptag #3304

Merged
merged 16 commits into from
Apr 30, 2023

Commits on Apr 30, 2023

  1. libutil/fname,comment: add more description for canonicalizeAbsoluteF…

    …ileName
    
    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    a06396b View commit details
    Browse the repository at this point in the history
  2. libutil/fname: use vStringNCopyS instead of vStringCopyS

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    062a69f View commit details
    Browse the repository at this point in the history
  3. libutil/fname,refactor: remove function static variables

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    470b789 View commit details
    Browse the repository at this point in the history
  4. libutil/fname: make the API more cache table centric

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    d73a7a7 View commit details
    Browse the repository at this point in the history
  5. readtags: export the function for printing tag values

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    5d67d4c View commit details
    Browse the repository at this point in the history
  6. readtags: add -C/--canonicalize-input option

    Partially close universal-ctags#3168.
    
    TODO:
    * revise code,
    
    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    3c46b5b View commit details
    Browse the repository at this point in the history
  7. readtags: make -C/--canonicalize-input option work with -D/--list-psu…

    …edo-tags
    
    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    2af4827 View commit details
    Browse the repository at this point in the history
  8. docs(man): write about -C/--canonicalize-input option of readtags

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    e13bb0d View commit details
    Browse the repository at this point in the history
  9. docs(man): revise readtags(1)

    Co-authored-by: AmaiKinono <amaikinono@gmail.com>
    masatake and AmaiKinono committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    09d1455 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b1a4199 View commit details
    Browse the repository at this point in the history
  11. tutil: undef a macro specialized to a test case

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    7b97cfa View commit details
    Browse the repository at this point in the history
  12. tutil: add cases for testing canonicalizeFileName

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    eb56528 View commit details
    Browse the repository at this point in the history
  13. readtags: fix typos

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    c34dd43 View commit details
    Browse the repository at this point in the history
  14. readtags: add -A,--absolute-input option

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    0e75950 View commit details
    Browse the repository at this point in the history
  15. libutil/fname: optimize the way to detect . and ..

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    88a3064 View commit details
    Browse the repository at this point in the history
  16. libutil/fname: optimize the way to append "." to a vstr

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    9250706 View commit details
    Browse the repository at this point in the history