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

enhance debug output, fix docbook behavior, allow separate input for POT #153

Merged
merged 22 commits into from
Oct 17, 2018

Commits on Oct 15, 2018

  1. t/02-addendums.t: Add XML test cases

    This is without addendum
    
    Signed-off-by: Osamu Aoki <osamu@debian.org>
    osamuaoki committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    6019ad3 View commit details
    Browse the repository at this point in the history
  2. TransTractor: split lines before addendum operation

    Split lines to separate array items to ensure expected search operation for
    addendum.
    
    Use /(?<=\n)/ trick to avoid adding extra line breaks
    
    Signed-off-by: Osamu Aoki <osamu@debian.org>
    osamuaoki committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    a254fff View commit details
    Browse the repository at this point in the history
  3. t/t-02-addendums: update test case to use addendum

    Signed-off-by: Osamu Aoki <osamu@debian.org>
    osamuaoki committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    c94a634 View commit details
    Browse the repository at this point in the history
  4. po4a: add pot_in feature

    POT/PO file updated by the secondary master file specified in pot_in if it is
    specified.  Otherwise the same master file used for creating the output file.
    
    Signed-off-by: Osamu Aoki <osamu@debian.org>
    osamuaoki committed Oct 15, 2018
    3 Configuration menu
    Copy the full SHA
    fc93bb3 View commit details
    Browse the repository at this point in the history
  5. t/02-addendums.t: add test for pot_in feature

    Signed-off-by: Osamu Aoki <osamu@debian.org>
    osamuaoki committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    74fa152 View commit details
    Browse the repository at this point in the history
  6. po4a.7.pod: Add more big picture

    Perl's one dimensional array creates big barrier for non-perl users to read
    code.
    
    Signed-off-by: Osamu Aoki <osamu@debian.org>
    osamuaoki committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    c78d0d8 View commit details
    Browse the repository at this point in the history
  7. Docbook.pm: untranslated tag takes no option

    tags in untranslated tag list don't take W nor w translation option
    since these are only valid for translated tags
    
    Signed-off-by: Osamu Aoki <osamu@debian.org>
    osamuaoki committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    9508fa6 View commit details
    Browse the repository at this point in the history
  8. TransTractor: Update POD text

    Signed-off-by: Osamu Aoki <osamu@debian.org>
    osamuaoki committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    3ef955c View commit details
    Browse the repository at this point in the history
  9. Docbook: Update POD text

    Signed-off-by: Osamu Aoki <osamu@debian.org>
    osamuaoki committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    bc9abdb View commit details
    Browse the repository at this point in the history
  10. Xml: Update code comments

    Signed-off-by: Osamu Aoki <osamu@debian.org>
    osamuaoki committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    9bd3dce View commit details
    Browse the repository at this point in the history
  11. *: Debug output

    Debug code enabled by --debug
    
    Signed-off-by: Osamu Aoki <osamu@debian.org>
    osamuaoki committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    ad9f252 View commit details
    Browse the repository at this point in the history
  12. TransTractor: Update debug output

    Signed-off-by: Osamu Aoki <osamu@debian.org>
    osamuaoki committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    259c3c8 View commit details
    Browse the repository at this point in the history
  13. Xml: Update debug output style

    Signed-off-by: Osamu Aoki <osamu@debian.org>
    osamuaoki committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    f179f81 View commit details
    Browse the repository at this point in the history
  14. Xml: Add debug output of internal parameters

      Two style:
        One by how to set via -o option
        Another by how internal logic use as controlling flags
    
    Signed-off-by: Osamu Aoki <osamu@debian.org>
    osamuaoki committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    3d97dfc View commit details
    Browse the repository at this point in the history
  15. po4a.7: update document

    Signed-off-by: Osamu Aoki <osamu@debian.org>
    osamuaoki committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    59bf048 View commit details
    Browse the repository at this point in the history
  16. 02-addendums.t: use tmp/* to keep clean source tree

    Signed-off-by: Osamu Aoki <osamu@debian.org>
    osamuaoki committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    7a26f33 View commit details
    Browse the repository at this point in the history
  17. TransTractor.pm: debug message updates

    Adjust test case
    
    Signed-off-by: Osamu Aoki <osamu@debian.org>
    osamuaoki committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    b51354f View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

  1. TransTractor: Use relative path

    This should fix failure on travis.
    
    Signed-off-by: Osamu Aoki <osamu@debian.org>
    osamuaoki committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    266916a View commit details
    Browse the repository at this point in the history
  2. Xml: Fix POD text regression

    I must have accidentally typed some vim key while updating something else.
    
    Signed-off-by: Osamu Aoki <osamu@debian.org>
    osamuaoki committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    10aaf3d View commit details
    Browse the repository at this point in the history
  3. Sgml: Avoid deprecated unescaped left brace in regex

    This gets ready for Perl 5.32.  (Debian's #903735)
    
    Signed-off-by: Osamu Aoki <osamu@debian.org>
    osamuaoki committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    02d5102 View commit details
    Browse the repository at this point in the history
  4. NEWS: Document recent changes made by me

    Signed-off-by: Osamu Aoki <osamu@debian.org>
    osamuaoki committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    988eccb View commit details
    Browse the repository at this point in the history
  5. Xml: improve option setting information

    Signed-off-by: Osamu Aoki <osamu@debian.org>
    osamuaoki committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    efb9a87 View commit details
    Browse the repository at this point in the history