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: tPl0ch/csv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: goodby/csv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 5 files changed
  • 4 contributors

Commits on Jun 19, 2015

  1. Fix issue when "0" is the only value in the first line

    The goal of the code was to skip empty padding row between the header and the body. The previous code skips valid first row values:
    
    ```
    Numbers
    0
    1
    2
    3
    ```
    
    Only 1, 2, 3 would be processed. This fixes that.
    zackkatz committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    d6aa978 View commit details
    Browse the repository at this point in the history
  2. Merge pull request goodby#1 from katzwebservices/fix-line-1-0-value

    Fix issue when "0" is the only value in the first line
    zackkatz committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    b4e964d View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2015

  1. Merge pull request goodby#63 from katzwebservices/master

    Fix issue with PHP empty() function checking the status of the first line
    suin committed Jun 29, 2015
    Configuration menu
    Copy the full SHA
    e71217b View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

  1. Configuration menu
    Copy the full SHA
    cdb228a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d657e2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1da2c50 View commit details
    Browse the repository at this point in the history
  4. allow 7.2 to fail

    alexander-schranz committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    a9780f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea64bd8 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2018

  1. Merge pull request goodby#76 from alexander-schranz/bugfix/travis-ci

    Fix travis ci runner
    suin authored Feb 11, 2018
    Configuration menu
    Copy the full SHA
    e52b8cf View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

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

Commits on Oct 26, 2018

  1. Merge pull request goodby#78 from rene-roesch-blg/master

    Updated copyright year and holder (may be wrong information)
    suin authored Oct 26, 2018
    Configuration menu
    Copy the full SHA
    079ac7b View commit details
    Browse the repository at this point in the history
Loading