-$Id: CHANGELOG,v 1.45 2001-03-26 11:39:34 adam Exp $
+$Id: CHANGELOG,v 1.46 2001-03-27 16:27:21 adam Exp $
06/19/95 Release of ir-tcl-1.0b
------------------------------------------------------
03/26/01 Fixed bug in ir_deleteDiags. Thanks to Rustam T. Usmanov
<rustam@unilib.neva.ru>
+03/27/01 Fixed bug in do_responseStatus. Thanks to Rustam T. Usmanov
+ <rustam@unilib.neva.ru>
+
* See the file LICENSE for details.
*
* $Log: ir-tcl.c,v $
- * Revision 1.117 2001-03-26 11:39:34 adam
+ * Revision 1.118 2001-03-27 16:27:21 adam
+ * Fixed bug in do_responseStatus.
+ *
+ * Revision 1.117 2001/03/26 11:39:34 adam
* Fixed bug in ir_deleteDiags - crash when receiving multiple diags.
*
* Revision 1.116 2001/02/09 11:58:04 adam
Tcl_AppendElement (interp, "NSD");
return ir_diagResult (interp, obj->nonSurrogateDiagnosticList,
obj->nonSurrogateDiagnosticNum);
+ case Z_Records_multipleNSD:
+ Tcl_AppendElement (interp, "NSD");
+ return ir_diagResult (interp, obj->nonSurrogateDiagnosticList,
+ obj->nonSurrogateDiagnosticNum);
}
return TCL_OK;
}