Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/re2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e356bd3f80e0
Choose a base ref
...
head repository: google/re2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 67bce690decd
Choose a head ref
  • 8 commits
  • 34 files changed
  • 1 contributor

Commits on Jul 21, 2019

  1. Update Unicode data to 12.1.0.

    Change-Id: I02e09f29d4d5af61a54bcf4ac55b474bcf50286b
    Reviewed-on: https://code-review.googlesource.com/c/re2/+/42930
    Reviewed-by: Paul Wankadia <junyer@google.com>
    junyer committed Jul 21, 2019
    Configuration menu
    Copy the full SHA
    c58f150 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Get the Unicode scripts working with Python 3.

    Change-Id: I3e57f5d3169ad48fc5422b17cb0a4d60bcbe3230
    Reviewed-on: https://code-review.googlesource.com/c/re2/+/43013
    Reviewed-by: Paul Wankadia <junyer@google.com>
    junyer committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    470c43f View commit details
    Browse the repository at this point in the history
  2. One more tweak for Python 3.

    Change-Id: I07c33a8cf23d64d4f640fa76a05c844df84a8d1c
    Reviewed-on: https://code-review.googlesource.com/c/re2/+/43015
    Reviewed-by: Paul Wankadia <junyer@google.com>
    junyer committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    87e2ad4 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. Don't make the arraysize() macro cast to int.

    Change-Id: I4c2d1d1d43b100ff5f6d1f58b03d5b0a1f22baa7
    Reviewed-on: https://code-review.googlesource.com/c/re2/+/43030
    Reviewed-by: Paul Wankadia <junyer@google.com>
    junyer committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    7e9d798 View commit details
    Browse the repository at this point in the history
  2. Oops, missed a couple.

    Change-Id: I87f307cd8a786a621a5be298a511e8e0798444f8
    Reviewed-on: https://code-review.googlesource.com/c/re2/+/43032
    Reviewed-by: Paul Wankadia <junyer@google.com>
    junyer committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    f1a1156 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

  1. Get rid of SStringPrintf().

    Change-Id: I33eed8a36587cc94c9b196e951872ff1e5dcaaa4
    Reviewed-on: https://code-review.googlesource.com/c/re2/+/43070
    Reviewed-by: Paul Wankadia <junyer@google.com>
    junyer committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    2f97859 View commit details
    Browse the repository at this point in the history
  2. Get rid of StringAppendF().

    Change-Id: Iab050177c341ad0642d9af802e86a40736cca2ec
    Reviewed-on: https://code-review.googlesource.com/c/re2/+/43072
    Reviewed-by: Paul Wankadia <junyer@google.com>
    junyer committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    d5d32aa View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. Switch from //... to //:all when building with Bazel.

    Change-Id: I7db5fec22d6942964e8ecd3bc6987c1b0190a206
    Reviewed-on: https://code-review.googlesource.com/c/re2/+/43250
    Reviewed-by: Paul Wankadia <junyer@google.com>
    junyer committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    67bce69 View commit details
    Browse the repository at this point in the history
Loading