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

Add test to #1668 #1669

Merged
merged 9 commits into from
Mar 11, 2020
Merged

Add test to #1668 #1669

merged 9 commits into from
Mar 11, 2020

Commits on Mar 11, 2020

  1. Fix open/create of UTF8 names

    re: issue #1666
    
    The code in NC_open and NC_create (in dfile.c)
    was using improperly testing for leading whitespace chars.
    It was treating UTF-8 as whitespace.
    
    Fix is to do tests using unsigned char.
    DennisHeimbigner committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    1bce6b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fcec23 View commit details
    Browse the repository at this point in the history
  3. Syntax fix

    WardF committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    060921e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d84dc3a View commit details
    Browse the repository at this point in the history
  5. Added cleanup to test script.

    WardF committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    eed4788 View commit details
    Browse the repository at this point in the history
  6. Typo in Makefile.am

    WardF committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    7db8b50 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f8f5f8b View commit details
    Browse the repository at this point in the history
  8. Fix typo for distcheck.

    WardF committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    d7e6e50 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    825978b View commit details
    Browse the repository at this point in the history