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
..
2002-12-18 12:45:11 +00:00
2003-02-23 01:47:49 +00:00
2004-07-16 06:07:12 +00:00
2002-10-12 16:13:41 +00:00
2004-10-03 15:48:32 +00:00
2004-01-18 08:28:47 +00:00
2002-10-12 16:13:41 +00:00
2002-12-19 09:40:28 +00:00
2002-10-12 16:13:41 +00:00
2003-05-22 13:02:28 +00:00
2002-10-12 16:13:41 +00:00
2004-07-03 22:30:10 +00:00
2002-12-18 12:45:11 +00:00
2002-10-12 16:13:41 +00:00
2005-11-23 20:26:58 +00:00
2005-11-23 20:26:58 +00:00
2005-01-20 09:17:07 +00:00
2004-03-10 09:15:38 +00:00
2005-01-11 20:50:51 +00:00
2002-10-12 16:13:41 +00:00
2005-01-20 09:17:07 +00:00
2002-10-12 16:13:41 +00:00