1. 01 Apr, 2020 1 commit
  2. 29 Feb, 2020 1 commit
    • Thomas Klausner's avatar
      Add missing header. · d5468dfe
      Thomas Klausner authored
      Fixes
      ../src/time/ISO8601.cxx:67:24: error: use of undeclared identifier 'strtoul'
              unsigned long value = strtoul(s, &endptr, 10);
                                    ^
      ../src/time/ISO8601.cxx:77:14: error: use of undeclared identifier 'strtoul'
                              minutes = strtoul(s, &endptr, 10);
                                        ^
      
      on NetBSD with clang 9.0.0.
      d5468dfe
  3. 24 Dec, 2019 3 commits
  4. 16 Dec, 2019 19 commits