diff options
author | Damien Miller <djm@mindrot.org> | 2013-08-28 12:49:43 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-08-28 12:49:43 +1000 |
commit | 04be8b9e53f8388c94b531ebc5d1bd6e10e930d1 (patch) | |
tree | dcf930a8d3f3c80a085078a778994690b7f5a144 /ChangeLog | |
parent | f2f6c315a920a256937e1b6a3702757f3195a592 (diff) |
- (djm) [openbsd-compat/bsd-snprintf.c] teach our local snprintf code the
'j' (intmax_t/uintmax_t) and 'z' (size_t/ssize_t) conversions in case we
start to use them in the future.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ | |||
1 | 20130828 | ||
2 | - (djm) [openbsd-compat/bsd-snprintf.c] teach our local snprintf code the | ||
3 | 'j' (intmax_t/uintmax_t) and 'z' (size_t/ssize_t) conversions in case we | ||
4 | start to use them in the future. | ||
5 | |||
1 | 20130821 | 6 | 20130821 |
2 | - (djm) OpenBSD CVS Sync | 7 | - (djm) OpenBSD CVS Sync |
3 | - djm@cvs.openbsd.org 2013/08/06 23:03:49 | 8 | - djm@cvs.openbsd.org 2013/08/06 23:03:49 |