The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension App-Greple-subst

2.20 2021-01-22T03:10:14Z

    - Small cosmetic updates.

2.19 2020-07-06T16:03:05Z

    - Fixed behavior of overlapped pattern.

2.18 2020-07-06T03:59:15Z

    - Eliminate indirect object call.

2.17 2020-06-25T10:30:22Z

    - Introduce Microsoft localization style guide dictionary.

2.16 2020-06-19T08:32:56Z

    - Introduce --overwrite option.

2.15 2020-06-19T03:31:59Z

    - Update --replace/create mechanism to touch modified files only.

2.1403 2020-06-16T16:09:00Z

    - Use App::Greple 8.4002, otherwise --need 0 --all produces
      empty data when no match was found to required pattern.

2.1402 2020-06-04T07:16:39Z

    - Update to use required function pattern of Getopt::EX.
    - Improve combination algorithm and add sort capability.

2.1401 2020-05-07T09:50:32Z

    - Supress uninitialized warning in stat summary.

2.14 2020-05-07T07:07:39Z

    - Implement dynamic colormap generator.

2.13 2020-04-27T05:18:26Z

    - Use Getopt::EX::termcolor new interface.
    - Implement --dictdata option.

2.12 2020-04-16T07:01:31Z

    - Change to use Getopt::EX::termcolor.

2.11 2020-04-13T10:06:47Z

    - Refine dark-screen color and use -Mautocolor module.

2.10 2020-04-08T12:02:31Z

    - Update --check selection algorithm.
    - Improve output format.
    - Add --subst-color-dark for dark screen.

2.09 2020-03-19T09:48:31Z

    - Implement Dict.pm
    - Add share/jtf-style-guide-3.{pl,dict}

2.08 2020-03-06T00:43:45Z

    - Update jtca rule.
    - Add --ignore-space option.
    - Add --sccc2 option and dictionary.

2.07 2020-02-26T08:39:27Z

    - Example dictionary support: share/jtca-katakana-guide

2.06 2019-12-17T05:34:48Z

    - Fix bug of --check=none was not handled.
    - Document update.

2.05 2019-12-16T03:45:23Z

    - Detect overlapped patterns and ignore them.
    - Add --[no-]warn-{overlap,include} options.

2.04 2019-12-13T06:22:21Z

    - Upgrade statistics strategy.

2.03 2019-11-28T11:57:35Z

    - Change to use --no-regioncolor option.
    - Fix bug of pattern without replacement string.

2.02 2019-11-26T14:50:40Z

    - Use App::Greple::Pattern object.
    - Add --linefold option.

2.01 2019-11-22T01:20:09Z

    - Spin-off from App::Greple.

1.01 2019-11-26T02:34:42Z

    - original version