2005-11-25  Alexander Chernov  <cher@ispras.ru>

	* parse_date.c, parse_int.c, parse_int_attr.c, parse_ip.c, parse_ip_mask.c, xml_err.c, xml_err_a.c:
	Copyright notice is updated;
	"pathutl.h" is replaced with "errlog.h"

2005-11-04  Alexander Chernov  <cher@ispras.ru>

	* parse_ip.c:
	(xml_parse_ip) "ej_ip_t" type is used instead of unsigned int.

	* unparse_ip.c:
	(xml_unparse_ip) "ej_ip_t" type is used instead of unsigned int.

	* parse_ip_mask.c:
	(xml_parse_ip_mask) "ej_ip_t" type is used instead of unsigned int.

	* unparse_ip_mask.c:
	(xml_unparse_ip_mask) "ej_ip_t" type is used instead of unsigned int.

2005-08-07  Alexander Chernov  <cher@ispras.ru>

	* parse_ip_mask.c:
	(xml_parse_ip_mask) added support for default mask "0" (addr == 0
	  && mask == 0).

	* unparse_ip_mask.c:
	(unparse_ip_mask) added support for "default" mask (addr == 0 &&
	  mask == 0). This mask is generated as "0".

2005-06-23  Alexander Chernov  <cher@ispras.ru>

	* parse_ip_mask.c, unparse_ip_mask.c: initial revision

2005-05-11  Alexander Chernov  <cher@ispras.ru>

	* parse_date.c: copyright notice is updated;
	(xml_parse_date) `tm_isdst' field is properly initialized with -1.

2005-04-25  Alexander Chernov  <cher@ispras.ru>

	* parse_int_attr.c, unparse_run_status.c: initial revision

	* leaf_elem.c: copyright notice is updated;
	(xml_leaf_elem) new parameter `empty_allowed_flag' is added. if this
	  parameter is set to 1, the element value may be an empty string
	 (but not NULL).

2004-11-07  Alexander Chernov  <cher@ispras.ru>

	* attr_bool.c, elem_ip_mask.c, empty_text.c, err_attr_invalid.c, err_attr_not_allowed.c, err_attr_undefined.c, err_attrs.c, err_elem_not_allowed.c, err_elem_redefined.c, err_elem_undefined.c, err_nested_elems.c, err_top_level.c, err_variables.c, leaf_elem.c, xml_err.c, xml_err_a.c:
	initial revision

2004-10-31  Alexander Chernov  <cher@ispras.ru>

	* parse_date.c, parse_int.c, parse_ip.c, unparse_date.c, unparse_ip.c, unparse_text.c:
	initial revision

