1. 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
  2. 24 Dec, 2019 3 commits
  3. 16 Dec, 2019 19 commits
  4. 25 Sep, 2019 1 commit
  5. 19 Aug, 2019 9 commits
  6. 05 Jul, 2019 1 commit
  7. 21 May, 2019 1 commit
  8. 08 May, 2019 5 commits