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: ruby/date
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.2
Choose a base ref
...
head repository: ruby/date
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.3
Choose a head ref
  • 9 commits
  • 5 files changed
  • 3 contributors

Commits on Jan 26, 2022

  1. date_parse.c: extract Japanese era initials

    git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67397 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
    nobu authored and hsbt committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    59c8daa View commit details
    Browse the repository at this point in the history
  2. date_parse.c: removed 'r' which is not in JIS X 0301 yet

    git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67399 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
    nobu authored and hsbt committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    03e66cb View commit details
    Browse the repository at this point in the history
  3. * expand tabs.

    git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67398 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
    matzbot authored and hsbt committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    b471884 View commit details
    Browse the repository at this point in the history
  4. date_parse.c: renamed JAPANESE prefix as JISX0301

    git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67411 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
    nobu authored and hsbt committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    82006db View commit details
    Browse the repository at this point in the history
  5. date_parse.c: name JISX0301_DEFAULT_ERA

    git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67412 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
    nobu authored and hsbt committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    136c5cf View commit details
    Browse the repository at this point in the history
  6. date: support for Reiwa, new Japanese era

    [Feature #15742]
    
    git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67474 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
    nobu authored and hsbt committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    21c7ea3 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Merge pull request #47 from ruby/v2.0-backport-reiwa

    Reiwa backport for v2.0.3
    hsbt authored Jan 27, 2022
    Configuration menu
    Copy the full SHA
    84208a5 View commit details
    Browse the repository at this point in the history
  2. date_core.c: [DOC] Heisei will be assumed if no-era [ci skip]

    git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67473 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
    nobu authored and hsbt committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    bc52914 View commit details
    Browse the repository at this point in the history
  3. Bump version to 2.0.3

    hsbt committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    c274cc0 View commit details
    Browse the repository at this point in the history
Loading