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

Various fixes #137

Merged
merged 3 commits into from
Nov 23, 2023
Merged

Various fixes #137

merged 3 commits into from
Nov 23, 2023

Commits on Nov 23, 2023

  1. * src/ne_basic.c (ne_delete, copy_or_move): Comment updates, no

      functional change. [skip ci]
    notroj committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    ff4bb90 View commit details
    Browse the repository at this point in the history
  2. * src/ne_dates.c, src/ne_dates.h: Throughout: update comments to current

      RFC standards. Add nonnull return attributes. Clarify API error cases.
    notroj committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    aa315bd View commit details
    Browse the repository at this point in the history
  3. Add gmtime_r support and test for failure case.

    * src/ne_dates.c (ne_rfc1123_date): Add gmtime_r support.
    
    * test/util-tests.c (bad_dates): Add test for failure case
      if sizeof(time_t) == 8.
    
    * macros/neon.m4 (LIBNEON_SOURCE_CHECKS): Test for gmtime_r.
    notroj committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    ac4ae0c View commit details
    Browse the repository at this point in the history