Poul-Henning Kamp 6dbacee284 Make the %V{is} extension handle a NULL pointer like %s does: output "(null)"
Add %M{essage} extension which prints an errno value as the
corresponding string if possible or numerically otherwise.

It is not currently possible to do the syslog(3) like %m extension
because errno would need to get capatured on entry to the first
function in the printf family, so %M requires you to supply errno
as an argument.

Add %Q{uote} extension which will print a string in double quotes with
appropriate back-slash escapes (only) if necessary.
2006-01-25 12:45:24 +00:00
..
2003-04-07 12:55:00 +00:00
2004-02-24 08:09:20 +00:00
2002-09-18 22:23:59 +00:00
2005-09-12 15:53:28 +00:00
2004-06-20 10:01:30 +00:00
2005-10-30 03:15:05 +00:00
2005-01-03 02:56:15 +00:00
2004-06-30 13:55:08 +00:00