From mboxrd@z Thu Jan 1 00:00:00 1970 From: bje@sourceware.cygnus.com To: sid-cvs@sources.redhat.com Subject: src/sid/component/gloss ChangeLog gloss.cxx gl ... Date: Tue, 25 Sep 2001 20:56:00 -0000 Message-id: <20010926035606.26457.qmail@sourceware.cygnus.com> X-SW-Source: 2001-q3/msg00126.html List-Id: CVSROOT: /cvs/src Module name: src Changes by: bje@sources.redhat.com 2001-09-25 20:56:06 Modified files: sid/component/gloss: ChangeLog gloss.cxx gloss.h Log message: 2001-09-26 Ben Elliston * gloss.h (gloss32::get_string): Give length parameter a default of 0, in which case memory is read until a NUL is reached. * gloss.cxx (gloss32::get_string): Handle both fixed length and NUL-terminated strings. (gloss32::write): Improve verbose message. (gloss32::do_sys_open): Improve failure mode for get_string(). Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/gloss/ChangeLog.diff?cvsroot=src&r1=1.14&r2=1.15 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/gloss/gloss.cxx.diff?cvsroot=src&r1=1.11&r2=1.12 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/gloss/gloss.h.diff?cvsroot=src&r1=1.4&r2=1.5