Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sysutils/fcron: 3.2.0 -> 3.2.1 | Kurt Jaeger | 2016-07-30 | 1 | -2/+2 |
| | | | | | | | | | | - @-lines can now be run up to every second (previously every 10s at most) PR: 211451 Submitted by: bob@eager.cx (maintainer) Notes: svn path=/head/; revision=419320 | ||||
* | sysutils/fcron: 3.0.6 -> 3.2.0 | Kurt Jaeger | 2016-05-08 | 1 | -7/+7 |
| | | | | | | | | | | | | Changes: http://fcron.free.fr/doc/en/changes.html - updated maintainer mail PR: 209139 Submitted by: bob@eager.cx (maintainer) Notes: svn path=/head/; revision=414794 | ||||
* | sysutils/fcron: fixup default argument promotion | Eygene Ryabinkin | 2011-09-25 | 1 | -0/+15 |
When mode_t is char- or short-like, it will be promoted to the pure int when it is passed as the variable argument [1], so we should pass 'int' to the va_arg. I had also eliminated fflush for the stream opened read-only, since it will always fail and there is no need to flush read-only streams. [1] http://c-faq.com/~scs/cclass/int/sx11c.html Feature safe: yes PR: 152304 Notes: svn path=/head/; revision=282355 |