Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-10 | shared: untabify | Lennart Poettering | |
2014-11-01 | calendarspec: add constant for weekdays_bits | Daniele Medri | |
2014-10-27 | calendarspec: parse 'quarterly' and 'semi-annually' as shortcuts | Lennart Poettering | |
2014-10-27 | calendar: new case 'minutely' | Daniele Medri | |
2014-10-25 | calendarspec: fix typo in "annually" | Zbigniew Jędrzejewski-Szmek | |
https://bugs.freedesktop.org/show_bug.cgi?id=85447 | |||
2014-10-24 | calendar: make freeing a calendar spec object deal fine with NULL | Lennart Poettering | |
In order to make object destruction easier (in particular in combination with _cleanup_) we usually make destructors deal with NULL objects as NOPs. Change the calendar spec destructor to follow the same scheme. | |||
2014-03-25 | time: support @ syntax for denoting times since the UNIX epoch 1970-1-1 | Lennart Poettering | |
2013-11-20 | calendar: support 'yearly' and 'annually' names the same way as cron | Lennart Poettering | |
2013-05-02 | Add __attribute__((const, pure, format)) in various places | Zbigniew Jędrzejewski-Szmek | |
I'm assuming that it's fine if a _const_ or _pure_ function calls assert. It is assumed that the assert won't trigger, and even if it does, it can only trigger on the first call with a given set of parameters, and we don't care if the compiler moves the order of calls. | |||
2013-03-29 | Always use errno > 0 to help gcc | Zbigniew Jędrzejewski-Szmek | |
gcc thinks that errno might be negative, and functions could return something positive on error (-errno). Should not matter in practice, but makes an -O4 build much quieter. | |||
2013-02-13 | util: introduce strcaseeq/strncaseeq | Thomas Hindoe Paaboel Andersen | |
2013-01-04 | Make gcc a bit quieter | Lennart Poettering | |
2012-11-23 | timer: implement calendar time events | Lennart Poettering | |