summaryrefslogtreecommitdiff
path: root/print_time.c
Commit message (Expand)AuthorAgeFilesLines
* Split print_time.cDmitry V. Levin2016-11-281-238/+1
* Fix omission of field names in printers of timeval structureEugene Syromyatnikov2016-11-261-7/+7
* Fix omission of field names in printers of timespec structureEugene Syromyatnikov2016-11-261-3/+4
* mpers: add support of conditionally compiled printersDmitry V. Levin2016-05-211-8/+16
* Add copyright headers to some files which lack themDmitry V. Levin2015-12-171-0/+27
* Convert another parser of struct timeval to new mpers infrastructureDmitry V. Levin2015-09-191-0/+37
* Convert another parser of struct timespec to new mpers infrastructureDmitry V. Levin2015-09-191-0/+18
* Convert parser of struct timeval to new mpers infrastructureDmitry V. Levin2015-09-191-0/+36
* Convert parser of struct timespec to new mpers infrastructureDmitry V. Levin2015-09-191-0/+10
* Convert parser of struct itimerval to new mpers infrastructureDmitry V. Levin2015-09-191-0/+43
* Convert parser of struct itimerspec to new mpers infrastructureDmitry V. Levin2015-09-191-0/+14
* print_time.c: introduce print_timespec_t helperDmitry V. Levin2015-09-171-3/+10
* time.c: move parser of time syscall to print_time.cDmitry V. Levin2015-09-171-0/+13
* print_time.c: remove unused function parametersDmitry V. Levin2015-09-171-6/+6
* Mpersify parsers of utimes, futimesat, and utimensat syscallsDmitry V. Levin2015-08-281-0/+67