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

Support non-ASCII characters and triple dotted initials #3

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Apr 9, 2014

  1. Support non-ASCII characters and triple dotted initials

    * Allow any Unicode 'alpha' char where we once only allowed A-Z
    * Support names like "M.E.E. Ericson"
    * Add Gemfile
    * Add specs
    David Judd committed Apr 9, 2014
    Configuration menu
    Copy the full SHA
    f7353ec View commit details
    Browse the repository at this point in the history
  2. Add spec comment & remove commented code

    David Judd committed Apr 9, 2014
    Configuration menu
    Copy the full SHA
    463d8fb View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2015

  1. Cache regexes to try to improve performance

    David Judd committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    6078e67 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2015

  1. Remove duplicate keys

    David Judd committed Oct 15, 2015
    Configuration menu
    Copy the full SHA
    7379861 View commit details
    Browse the repository at this point in the history
  2. Avoid unnecessary string allocations on Ruby 2.1+

    David Judd committed Oct 15, 2015
    Configuration menu
    Copy the full SHA
    d983fab View commit details
    Browse the repository at this point in the history
  3. Avoid gsubing frozen string

    David Judd committed Oct 15, 2015
    Configuration menu
    Copy the full SHA
    e2aa7c3 View commit details
    Browse the repository at this point in the history
  4. Avoid more string allocations by short-circuiting capitalization for …

    …empty string
    David Judd committed Oct 15, 2015
    Configuration menu
    Copy the full SHA
    199e504 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2015

  1. Handle pathological input which makes regexes hang

    David Judd committed Nov 2, 2015
    Configuration menu
    Copy the full SHA
    6c6b6f0 View commit details
    Browse the repository at this point in the history