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

bug fix & enhancements #72

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

bug fix & enhancements #72

wants to merge 7 commits into from

Commits on Oct 1, 2017

  1. grammar optimization

    post-increment to pre-increment if possible, simple array declaration
    orca-zhang committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    a094653 View commit details
    Browse the repository at this point in the history
  2. fix clean redundant centers error

    suffix change error after deleting, fix no rest centers size limit error
    orca-zhang committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    b53427b View commit details
    Browse the repository at this point in the history
  3. remove new operations of Array

    new ops can lead to low performance
    orca-zhang committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    51e9578 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2017

  1. grammar optimization

    remove new operations of Array, quick init ops of Array
    orca-zhang committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    1f094b9 View commit details
    Browse the repository at this point in the history
  2. support more encoding

    support utf8 & sjis & hanzi encoding
    orca-zhang committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    af87bda View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2017

  1. fix Array bugs

    orca-zhang committed Oct 8, 2017
    Configuration menu
    Copy the full SHA
    e3d8d74 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. Configuration menu
    Copy the full SHA
    8fcc434 View commit details
    Browse the repository at this point in the history