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

Stirng smartcase lower #4

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

Commits on Feb 12, 2013

  1. Removing from Hash makes all the numbers above decrement, thus genera…

    …ting dangling references for upper part of hash list
    the-Arioch authored and the-Arioch committed Feb 12, 2013
    Configuration menu
    Copy the full SHA
    76c17fa View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/project-jedi/jcl

    the-Arioch authored and the-Arioch committed Feb 12, 2013
    Configuration menu
    Copy the full SHA
    9a955df View commit details
    Browse the repository at this point in the history
  3. Faster JclStringList.Join - via StringBuilder

    the-Arioch authored and the-Arioch committed Feb 12, 2013
    Configuration menu
    Copy the full SHA
    3a09152 View commit details
    Browse the repository at this point in the history
  4. TJCLStringBuilder.Insert typo - compare with .Add

    the-Arioch authored and the-Arioch committed Feb 12, 2013
    Configuration menu
    Copy the full SHA
    311f93c View commit details
    Browse the repository at this point in the history
  5. JclStringBuilder should know about TObject.ToString

    the-Arioch authored and the-Arioch committed Feb 12, 2013
    Configuration menu
    Copy the full SHA
    8cf6bf1 View commit details
    Browse the repository at this point in the history
  6. only use JclStringBuilder is stock one is missed

    the-Arioch authored and the-Arioch committed Feb 12, 2013
    Configuration menu
    Copy the full SHA
    01daed2 View commit details
    Browse the repository at this point in the history
  7. Making String Contains/Consists set function more consistent:

    * CharIsNumberChar should account for ThousandSeparators too, if accounts for DecimalSeparator
    Work on #5898 #5893
    * StrIsDigit is awful Engrish
    * StrIsSubset is nothing but another name for StrConsistsOfChars
    * StrIsDigit is nothing but another name for StrConsistsOfChars with proper filters
    * StrConsistsOfNumberChars is nothing but another name for StrConsistsOfChars with proper filters
    * there are three kinds of checks:
    **  target only contains given chars
    **  target contains some of given chars
    **  target contains (among other) all the given chars
    One boolean value was ambiguous to separate those tasks. Now there are three distinct name schemes.
    * ToDO : make StrIsDigit and StrConsistsOfNumberChars permit empty strings ???
    the-Arioch authored and the-Arioch committed Feb 12, 2013
    Configuration menu
    Copy the full SHA
    932a6cc View commit details
    Browse the repository at this point in the history
  8. #0006081 - crash because of dangling pointers and FreeAndNil

    the-Arioch authored and the-Arioch committed Feb 12, 2013
    Configuration menu
    Copy the full SHA
    e0a67ef View commit details
    Browse the repository at this point in the history
  9. 1) XE2 cannot override on different float types, even in Win32

    2) tests for JclStringLists, including Join via StringBuilder
    the-Arioch authored and the-Arioch committed Feb 12, 2013
    Configuration menu
    Copy the full SHA
    2739a08 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2013

  1. Merge branch 'master' of https://github.com/project-jedi/jcl

    the-Arioch authored and the-Arioch committed Feb 14, 2013
    Configuration menu
    Copy the full SHA
    79ce328 View commit details
    Browse the repository at this point in the history
  2. CRLF normalization

    the-Arioch authored and the-Arioch committed Feb 14, 2013
    Configuration menu
    Copy the full SHA
    774b715 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2013

  1. StrSmartCase now may ensure overall string lowercasing.

    the-Arioch authored and the-Arioch committed Feb 18, 2013
    Configuration menu
    Copy the full SHA
    0cbdd40 View commit details
    Browse the repository at this point in the history
  2. StrSmartCase:

    1) shrinking copy-paste
    2) adding delimiters as string
    the-Arioch authored and the-Arioch committed Feb 18, 2013
    Configuration menu
    Copy the full SHA
    e57d590 View commit details
    Browse the repository at this point in the history
  3. cleaning legacy code after DUnit passed

    the-Arioch authored and the-Arioch committed Feb 18, 2013
    Configuration menu
    Copy the full SHA
    5227658 View commit details
    Browse the repository at this point in the history