K 10
svn:author
V 3
rra
K 8
svn:date
V 27
2000-06-15T09:56:16.000000Z
K 7
svn:log
V 493
Generalize the concept of handler functions for warn and die.  The default
printing of the message to stderr is now just the default handler, and
warn_set_handlers and die_set_handlers have been added to reset the handler
functions if desired.  The type of a handler function changed to
error_handler_t and now returns the length of the string created by
processing the format with the provided arguments (if it can get such
information).  The old method for doing alternate handlers removed.

END
