Skip to content
Snippets Groups Projects
  1. Jun 24, 2015
  2. Jun 23, 2015
  3. Jun 22, 2015
  4. Jun 19, 2015
  5. Jun 18, 2015
  6. Jun 16, 2015
  7. Jun 15, 2015
    • Nicolas Dufresne's avatar
      clock: Fix _STIME_FORMAT macros · 5bdd92be
      Nicolas Dufresne authored
      This macro didn't work well as it relied on the sign on the last
      divided number (number of days). This value is most of the time
      zero, and zero is considered positive in printf. Instead, deal with
      the sign manually, and resuse the original macros for the rest. This
      actually simplify the macro a lot.
      5bdd92be
  8. Jun 14, 2015
Loading