aboutsummaryrefslogtreecommitdiffstats
path: root/src/parse_time.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-29fix warningsMattias Andrée1-0/+7
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-29...Mattias Andrée1-26/+20
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-29typoMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-29feature test macrosMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-29fix errorsMattias Andrée1-2/+0
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-28use CLOCK_BOOTTIME rather than CLOCK_MONOTONICMattias Andrée1-3/+3
This allows use to be suspend-aware and we do not have to deal with the processes may not have the same epoch on CLOCK_MONOTONIC. Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-28fix errors and tidy upMattias Andrée1-12/+16
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-23fix possible overflowMattias Andrée1-4/+13
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-23parse argumentsMattias Andrée1-0/+280
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>